まっちゃとーにゅ
50caa3fd5c
Merge remote-tracking branch 'misskey-dev/develop' into io
2024-02-22 06:50:23 +09:00
tamaina
c1514ce91d
(re) update SPDX-FileCopyrightText
...
Fix #13290
2024-02-13 15:59:27 +00:00
tamaina
311c2172d7
Revert "update SPDX-FileCopyrightText"
...
This reverts commit 9b5aeb76d8
.
2024-02-13 15:50:11 +00:00
Acid Chicken (硫酸鶏)
309a943528
perf: omit search for immutable static requests ( #13265 )
...
* perf: omit search for immutable static requests
* perf: also applies to /files
* fix: exclude /proxy
* /files/:key/*を301 redirectに
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp >
2024-02-13 10:43:06 +09:00
まっちゃとーにゅ
e756272c02
Merge remote-tracking branch 'misskey-dev/develop' into io
2024-02-13 02:27:48 +09:00
syuilo
a1e12c0ec3
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2024-02-12 11:37:55 +09:00
syuilo
9b5aeb76d8
update SPDX-FileCopyrightText
2024-02-12 11:37:45 +09:00
Acid Chicken (硫酸鶏)
3dc095d1c9
feat: provide tarball ( #13260 )
...
* feat: provide tarball
* build: pack on build-assets
* chore: use ignore-walk
* chore: debug
* build: dependencies
2024-02-12 10:02:27 +09:00
まっちゃとーにゅ
8aa76868b3
Merge remote-tracking branch 'misskey-dev/develop' into io
2024-01-23 04:11:38 +09:00
syuilo
e0ad066382
fix lint
2024-01-22 18:32:32 +09:00
syuilo
5c8888d6a8
enhance(reversi): render ogp
2024-01-22 17:59:12 +09:00
かっこかり
fb309f3d4f
return a Vary: Accept
header for all dual-format endpoints #365 ( #13044 )
...
`/users/:user`, `/@:user`, `/notes/:note` return different responses
depending on the request's `Accept:` header. If we don't consistently
return a `Vary: Accept` header, browsers and caching proxies will get
confused, and return AP representations when HTML was requested, or
vice versa.
Co-authored-by: dakkar <dakkar@thenautilus.net >
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2024-01-21 18:14:42 +09:00
まっちゃとーにゅ
c5a86174a7
fix(security): a
タグにrel="noopener"
をつける
2024-01-14 02:36:01 +09:00
まっちゃとーにゅ
91e4522a96
enhance(logging): ログの情報を増やす (MisskeyIO#351)
2024-01-11 11:41:20 +09:00
まっちゃとーにゅ
abe95d9b67
Merge branch 'develop' of misskey-dev into merge-upstream
2024-01-10 03:13:22 +09:00
tamaina
2a33981811
chore: use summaly, browser-image-resizer, and sharp-read-bmp on registry.npmjs.org instead of git ( #12856 )
...
* chore: use @misskey-dev/summaly on registry.npmjs.org instead of git
* fix backend dependency
* fic backend dependency
* @misskey-dev/sharp-read-bmp
* fix
* use @misskey-dev/browser-image-resizer
2023-12-31 09:45:35 +09:00
riku6460
436ddb8fdb
各種アセットの出力ファイル名に Misskey 本体のバージョンを含めるようにする (MisskeyIO#305)
2023-12-30 00:18:03 +09:00
riku6460
018ff4cbda
Merge tag '2023.12.1' into merge-upstream
2023-12-28 03:58:07 +09:00
MomentQYC
e0040f5da3
Add a prompt for Tor Browser users ( #12776 )
...
* perf: Add a prompt for Tor Browser users
* typo
2023-12-27 15:55:56 +09:00
riku6460
b3de794bdd
Merge tag '2023.12.0-beta.6' into merge-upstream
2023-12-21 11:56:34 +09:00
riku6460
00c9e43861
Merge tag '2023.12.0-beta.5' into merge-upstream
2023-12-21 07:03:04 +09:00
zawa-ch
4e2d802967
enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように ( #12702 )
...
* Enhance: “つながりの公開範囲”がフォロー・フォロワー個別設定できるように (#12072 )
* refactor: crowdin 編集部分のコミットを打ち消し
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158
* refactor: オブジェクトの名前修正
https://github.com/misskey-dev/misskey/pull/12702#issuecomment-1859417158
* fix: 設定項目の説明を削除
名称が具体的になって必要なくなったため
https://github.com/misskey-dev/misskey/pull/12702#discussion_r1429932463
2023-12-18 20:59:20 +09:00
syuilo
aedc1d0ee9
update deps
2023-12-14 13:22:12 +09:00
riku6460
e77ddfce91
Merge tag '2023.12.0-beta.3' into merge-upstream
2023-12-10 10:29:33 +09:00
zyoshoka
3e0231d995
fix(backend): 何もノートしていないユーザーのフィードにアクセスするとエラーになる問題を修正 ( #12455 )
...
* fix(backend): 何もノートしていないユーザーのフィードにアクセスするとエラーになる問題を修正
* Update CHANGELOG.md
* add test
* fix: incorrect bob's username
2023-11-26 10:01:06 +09:00
riku6460
455c7eb653
Merge tag '2023.11.1' into merge-upstream
2023-11-17 20:19:02 +09:00
Nya Candy
e2cac3d949
fix: show real instance url ( #12273 )
...
* Update CHANGELOG.md
* fix: show real instance url
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp >
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com >
Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com >
Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com >
Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com >
Co-authored-by: xianon <xianon@hotmail.co.jp >
Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com >
Co-authored-by: YS <47836716+yszkst@users.noreply.github.com >
Co-authored-by: Khsmty <me@khsmty.com >
Co-authored-by: Soni L <EnderMoneyMod@gmail.com >
Co-authored-by: mei23 <m@m544.net >
Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com >
Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com >
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com >
Co-authored-by: nenohi <kimutipartylove@gmail.com >
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com >
Co-authored-by: rinsuki <428rinsuki+git@gmail.com >
Co-authored-by: FineArchs <133759614+FineArchs@users.noreply.github.com >
2023-11-09 21:21:39 +09:00
riku6460
50e811e862
Merge branch 'io' into merge-upstream
2023-11-09 17:43:42 +09:00
riku6460
2bc887a6c5
Merge tag '2023.11.0' into merge-upstream
2023-11-09 16:10:53 +09:00
CyberRex
ec5e1df9f5
URLプレビューのサムネイルを隠す機能を追加 (MisskeyIO#214)
2023-11-07 02:31:26 +09:00
まっちゃとーにゅ
6a06711ffd
fix(backend): ジョブキュー管理画面の認証を回避できる問題を修正 (MisskeyIO#207)
...
cheery-picked from c9aeccb2ab
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp >
2023-11-06 04:57:45 +09:00
anatawa12
3e00b32fae
build: port vite port configuration ( #12223 )
2023-11-03 13:34:57 +09:00
riku6460
78835eac52
Merge tag '2023.10.2' into merge-upstream
2023-10-21 19:40:18 +09:00
woxtu
0bddd0ceae
Remove unnecessary nullish coalescing ( #12058 )
2023-10-18 09:54:18 +09:00
syuilo
1fa1d31696
perf(backend): createdAtをidから取得するように & 無駄なDateインスタンスの生成を避けるように
2023-10-16 10:45:22 +09:00
riku6460
2f437e3924
Merge branch 'io' into merge-upstream
2023-10-10 20:58:57 +09:00
まっちゃとーにゅ
e695c60a1d
表示言語が設定されてない場合、ブラウザの言語と関係なく日本語にする (MisskeyIO#175)
2023-10-07 03:38:40 +09:00
riku6460
262c6bdd01
Merge remote-tracking branch 'upstream/develop' into merge-upstream
2023-09-30 17:46:27 +09:00
あすぱる
6840434661
change request.routerPath to requrest.routeOptions.url ( #11935 )
2023-09-30 14:44:16 +09:00
riku6460
e2c9ed355b
Merge tag '2023.9.2' into merge-upstream
2023-09-29 23:22:56 +09:00
syuilo
ac19b055c7
update deps
2023-09-29 15:11:08 +09:00
syuilo
2529830bca
tweak
2023-09-29 13:42:18 +09:00
syuilo
c01731f091
refactor
2023-09-29 13:41:09 +09:00
riku6460
87223add7b
Merge tag '2023.9.0' into merge-upstream
2023-09-25 15:27:13 +09:00
syuilo
5a4cf059ee
update deps
2023-09-23 12:46:19 +09:00
syuilo
8f77350089
enhance: PWAのshort_nameを設定可能に
2023-09-23 12:38:20 +09:00
syuilo
053da10e94
refactor(backend): update directory structure for models
2023-09-20 11:33:36 +09:00
syuilo
814e28459e
enhance(backend): improve server icon setting
...
Resolve #11481
Resolve #10901
2023-09-16 17:05:17 +09:00
syuilo
6cf466e5d1
update deps ( #11820 )
...
* update deps
* fix
* wip
* wip
* wip
* Update docker-compose.yml.example
* Delete reviewer-lottery.yml
* Update RepositoryModule.ts
* wip
* wip
* clean up
* update deps
* wip
* wip
2023-09-15 14:28:29 +09:00
syuilo
1f7a81aae7
update deps ( #11764 )
...
* update deps
* node16
* wip
* wip
* wip
* Update test-utils.ts
* wip
* Update tsconfig.json
* wip
* Update package.json
* wip
* Update following.vue
* Update followers.vue
* Update index.vue
* Update share.vue
* Update MkUserPopup.vue
* Update MkPostForm.vue
* wip
* Update MkTokenGenerateWindow.vue
* Update MkPagination.vue
* refactor
* update deps
* update deps
* Update sw.ts
* wip
* wip
* wip
* Update FetchInstanceMetadataService.ts
* Update FetchInstanceMetadataService.ts
* update node
* update deps
* 🎨
2023-09-04 13:33:38 +09:00