syuilo
dcbaca4260
fix(backend): チャンネルのピン留めされたノートの順番が正しくない問題を修正
...
Fix #10541
2023-04-13 08:52:30 +09:00
syuilo
6839441ac6
🎨
2023-04-13 08:46:10 +09:00
syuilo
62b6c4d09b
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-04-13 08:43:15 +09:00
syuilo
1a7e5fb865
Update about-misskey.vue
2023-04-13 08:43:06 +09:00
syuilo
78a2feb24c
Update CHANGELOG.md
2023-04-13 08:34:25 +09:00
futchitwo
04511ac141
fix(server): アンテナとロールTLのuntil/sinceプロパティが動くように ( #10605 )
...
* fix(server): アンテナとロールTLのuntil/sinceプロパティが動くように
* fix
2023-04-13 08:33:36 +09:00
tamaina
4c0ef07f6f
fix
2023-04-12 12:34:34 +00:00
tamaina
3ff5a5ae29
fix type in CustomEmojiService 2
2023-04-12 12:32:27 +00:00
tamaina
6ea057f8f8
fix type in CustomEmojiService
2023-04-12 12:09:28 +00:00
hutchisr
b7d056fb22
Use unique identifier for each follow request ( #10600 )
...
Co-authored-by: anemone <anemoneya@icloud.com>
2023-04-12 20:22:50 +09:00
syuilo
e3aeab8122
fix type
2023-04-12 17:02:54 +09:00
syuilo
72031e49fc
Update CustomEmojiService.ts
2023-04-12 16:10:17 +09:00
syuilo
d06d1e8682
fix(backend): カスタム絵文字でリアクションできないことがある問題を修正
2023-04-12 16:07:58 +09:00
Nanashia
5c3a4a8224
test(backend): Add tests for users ( #10546 )
...
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-12 13:20:16 +09:00
kakkokari-gtyih
49749b46c4
feat(server): Misskey Webでユーザーフレンドリーなエラーページを出す ( #10590 )
...
* (add) user-friendly error page
* Update CHANGELOG.md
* (add) cache-control header
* Add ClientLoggerService
* Log params and query
* remove error stack on client
* fix pug
* 文面を調整
* :art]
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-12 12:52:14 +09:00
syuilo
5d56799070
feat: role timeline
...
Resolve #10581
2023-04-12 11:40:08 +09:00
tamaina
81d2c5a4a7
enhance: カスタム絵文字関連の変更 ( #9794 )
...
* PackedNoteなどのemojisはプロキシしていないURLを返すように
* MFMでx3/x4もしくはscale.x/yが2.5以上に指定されていた場合にはオリジナル品質の絵文字を使用する
* update CHANGELOG.md
* fix changelog
* ??
* wip
* fix
* merge
* Update packages/frontend/src/scripts/media-proxy.ts
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* merge
* calc scale
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-12 10:58:56 +09:00
tamaina
0db88a5a3b
refactor: サウンド関連の設定をpizzaxに移行 ( #8105 )
...
* enhane: unison-reloadに指定したパスに移動できるように
* null
* null
* feat: ログインするアカウントのIDをクエリ文字列で指定する機能
* null
* await?
* rename
* rename
* Update read.ts
* merge
* get-note-summary
* fix
* swパッケージに
* add missing packages
* fix getNoteSummary
* add webpack-cli
* ✌️
* remove plugins
* sw-inject分離したがテストしてない
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix notification.vue
* remove a blank line
* disconnect intersection observer
* disconnect2
* fix
* ✌️
* clean up config
* typesを戻した
* backend/src/web/index.ts
* notification-badges
* add scripts
* change create-notification.ts
* Update packages/client/src/components/notification.vue
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* disconnect
* oops
* Failed to load the script unexpectedly回避
sw.jsとlib.tsを分離してみた
* truncate notification
* Update packages/client/src/ui/_common_/common.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* clean up
* clean up
* refactor
* キャッシュ対策
* Truncate push notification message
* fix
* wip
* clean up
* migration
* migration
* comment
* move soundConfigStore
* ✌️
* clean up
* クライアントがあったらストリームに接続しているということなので通知しない判定の位置を修正
* components/drive-file-thumbnail.vue
* components/drive-select-dialog.vue
* components/drive-window.vue
* merge
* fix
* remove reversi setting
* Service Workerのビルドにesbuildを使うようにする
* return createEmptyNotification()
* fix
* fix
* i18n.ts
* update
* ✌️
* remove ts-loader
* fix
* fix
* enhance: Service Workerを常に登録するように
* pollEnded
* pollEnded
* URLをsw.jsに戻す
* clean up
* clean up
* update sounds.vue
* update
* fix type
* ✌️
* ;v;
---------
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-12 10:39:57 +09:00
tamaina
f9720e0e6e
update CHANGELOG.md
2023-04-12 01:32:25 +00:00
syuilo
77f91d67b4
perf(backend): ノート作成時のアンテナ追加パフォーマンスを改善
2023-04-12 10:07:14 +09:00
Namekuji
da83322200
feat: queueing bulk follow/unfollow and block/unblock ( #10544 )
...
* wrap follow/unfollow and block/unblock as job queue
* create import job to follow in each iteration
* make relationship jobs concurrent
* replace to job queue if called repeatedly
* use addBulk to import
* omit stream when importing
* fix job caller
* use ThinUser instead of User to reduce redis memory consumption
* createImportFollowingToDbJobの呼び出し方を変える, 型補強
* Force ThinUser
* オブジェクト操作のみのメソッド名はgenerate...Data
* Force ThinUser in generateRelationshipJobData
* silent bulk unfollow at admin api endpoint
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-12 09:13:58 +09:00
futchitwo
b463490d9f
Update CHANGELOG.md ( #10591 )
2023-04-12 02:08:41 +09:00
okayurisotto
5002effd65
Refactor sw ( #10579 )
...
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): remove dead code
* refactor(sw): 冗長な部分を変更
* refactor(sw): 使われていない煩雑な機能を削除
* refactor(sw): remove dead code
* refactor(sw): URL文字列の作成に`URL`を使うように
* refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処
* refactor(sw): `append` -> `set` in `URLSearchParams`
* refactor(sw): `any`の削除とそれに伴い露呈したエラーへの対処
* refactor(sw): 型アサーションの削除とそれに伴い露呈したエラーへの対処
対処と言っても`throw`するだけ。いままでもこの状況ではエラーが投げられていたはずなので、この対処により新たな問題が起きることはないはず。
* refactor(sw): i18n loading
* refactor(sw): 型推論がうまくできる書き方に変更
`codes`が`(string | undefined)[]`から`string[]`になった
* refactor(sw): クエリ文字列の作成に`URLSearchParams`を使うように
* refactor(sw): `findClient`
* refactor(sw): `openClient`における`any`や`as`の書き換え
* refactor(sw): `openPost`における`any`の書き換え
* refactor(sw): `let` -> `const`
* refactor(sw): `any` -> `unknown`
* cleanup(sw): import
* cleanup(sw)
* cleanup(sw): `?.`
* cleanup(sw/.eslintrc.js)
* refactor(sw): `@typescript-eslint/explicit-function-return-type`
* refactor(sw): `@typescript-eslint/no-unused-vars`
* refactor(sw): どうしようもないところに`eslint-disable-next-line`を
* refactor(sw): `import/no-default-export`
* update operations.ts
* throw new Error
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-04-12 01:07:24 +09:00
tamaina
35613fd642
fix(client): noPaging: true with gallery/featured
2023-04-11 06:49:19 +00:00
syuilo
5cabbd0eef
Update CHANGELOG.md
2023-04-11 14:59:56 +09:00
syuilo
8b509f6c36
13.11.2
2023-04-11 14:58:48 +09:00
たーびん
2612bcd738
Update CHANGELOG.md ( #10577 )
...
#10555 の更新分
2023-04-11 14:57:37 +09:00
syuilo
de0577bc38
enhance(frontend): tweak post form style
2023-04-11 14:57:06 +09:00
syuilo
b192dc0774
New Crowdin updates ( #10566 )
...
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Chinese Traditional)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Japanese, Kansai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Lao)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (Chinese Simplified)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (Thai)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Indonesian)
2023-04-11 14:39:50 +09:00
syuilo
43eee54f2d
enhance(backend): APIパラメータサイズ上限を128kbから1mbに緩和
2023-04-11 14:28:40 +09:00
syuilo
59ca0d21a1
enhance(backend): APIパラメータサイズ上限を32kbから128kbに緩和
...
Fix #10574
2023-04-11 14:27:09 +09:00
syuilo
92356d02b9
Update CHANGELOG.md
2023-04-11 14:22:12 +09:00
syuilo
c10d591bd0
perf(backend): cache swSubscriptions
2023-04-11 14:20:16 +09:00
tamaina
3a90bcc03c
sw: なんかもうめっちゃ変えた ( #10570 )
...
* sw: なんかいろいろ
* remove debug code
* never renotify
* update changelog.md
2023-04-11 14:11:39 +09:00
たーびん
f6dc100748
fix #10554 チャンネルの検索用ページとAPIの追加 ( #10555 )
...
* add channel search
* move channel search to channel list page
---------
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>
2023-04-11 07:42:27 +09:00
Chimorium
0702f9775a
カスタム絵文字のキャッシュ時に"{}"が入ってしまう問題を修正 ( #10573 )
2023-04-11 07:39:46 +09:00
tamaina
838625edcd
update CHANGELOG.md
2023-04-10 17:26:52 +00:00
tamaina
83bcdb8ede
fix(client): Consider safe-area-inset-bottom on global widgets area
...
Fix #9052
2023-04-10 17:21:28 +00:00
tamaina
567c66567e
fix(client): 🎨 fix MkEmojiPicker safe-area-inset-bottom
...
Fix https://github.com/misskey-dev/misskey/pull/10534
2023-04-10 16:46:58 +00:00
tamaina
da64273b43
chore(sw): use PascalCase
2023-04-10 12:10:06 +00:00
okayurisotto
6a23ffcce5
swのesbuildの更新とビルドスクリプトの更新 ( #10549 )
...
* cleanup(sw/build.js)
* fix(sw/build.js): `define`に真偽値を渡していた問題を修正
`define`では文字列を渡さなければならないので、`JSON.stringify`をするようにした。
* fix(sw/build.js): `string`が期待される`define`において`undefined`になる場合がある問題を修正
* update(sw): esbuild 0.17.15
* fixup! update(sw): esbuild 0.17.15
* fixup! fix(sw/build.js): `string`が期待される`define`において`undefined`になる場合がある問題を修正
コメントの文言を調整
2023-04-10 19:43:15 +09:00
syuilo
511dab0618
fix(frontend): webhook, 連携アプリ一覧でコンテンツが重複して表示される問題を修正
...
Fix #10564
2023-04-10 18:56:38 +09:00
syuilo
48e2523081
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-04-10 10:24:08 +09:00
藤
e0431aed28
fix issue #10195 設定のバックアップ の「削除」の文字がない ( #10559 )
...
Co-authored-by: 藤 <nyaguri0417@gmail.com>
2023-04-10 10:23:56 +09:00
syuilo
29c9a7d71a
enhance(frontend): 常に広告を見られるオプションを追加
2023-04-10 10:22:25 +09:00
syuilo
eba42230ee
Update CHANGELOG.md
2023-04-10 10:12:05 +09:00
syuilo
f8315a40b4
Update CHANGELOG.md
2023-04-10 10:04:16 +09:00
syuilo
b5724d06b4
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2023-04-10 10:03:56 +09:00
syuilo
70a06e30d5
fix(backend): アンテナのノート、チャンネルのノート、通知が正常に作成できないことがある問題を修正
...
Fix #10482
2023-04-10 10:03:53 +09:00
YS
3ec060f0dc
MkContainer.vue i18n をtemplateから見えるように ( #10560 )
2023-04-10 08:31:06 +09:00