summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix: If mail delivery is disabled on the server, make the settings page ↵nexryai2023-03-041-1/+6
| | | | | indicate this (#10191) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* :art:syuilo2023-03-041-2/+14
|
* chore(client): tweak default value of numberOfPageCachesyuilo2023-03-041-1/+1
|
* enhance(server): ↵tamaina2023-03-046-42/+134
| | | | | | | | | | | | | | | | | | | | | | | | | downloadUrlでContent-Dispositionからファイル名を取得 (#10150) * enhance(server): downloadUrlでContent-Dispositionからファイル名を取得 Resolve #10036 Resolve #4750 * untitled * オブジェクトストレージのContent-Dispositionのファイル名の拡張子をContent-Typeに添ったものにする * :v: * tiff * fix filename * add test * /files/でもContent-Disposition * comment * fix test
* fix(server): DriveFile related N+1 query when call note packMany (again) ↵rinsuki2023-03-044-5/+168
| | | | | | | | | | | | | | | | | | | | | (#10190) * Revert "Revert "fix(server): DriveFile related N+1 query when call note packMany (#10133)"" This reverts commit a7c82eeabcc732e76c5c358c98812cac8457d57f. * packManyByIdsMap: 存在チェックをしてなかったものは null を入れるように * Note.packMany で reply とか renote がもうあったらそのファイルも引く * テストを書く * fix test * fix test * fix test * fix test
* enhance(client): improve channel uisyuilo2023-03-041-108/+53
|
* fix(client): Viteで This assignment will throw because "role" is a ↵syuilo2023-03-041-1/+1
| | | | | | constantというエラーが出る Fix #10187
* enhance(client): improve channel uisyuilo2023-03-046-2/+41
|
* enhance(client): add share button to clip and channel pagesyuilo2023-03-042-1/+23
| | | | Resolve #10183
* 通知部分は残すsyuilo2023-03-032-54/+35
| | | | Co-Authored-By: rinsuki <428rinsuki+contact.github@gmail.com>
* Revert "fix(server): DriveFile related N+1 query when call note packMany ↵syuilo2023-03-035-66/+58
| | | | | | (#10133)" This reverts commit 452a48e7f4782cf9bdf08b554264ab3cdcb12685.
* (CSS完全に)理解したsyuilo2023-03-031-1/+1
|
* clean upsyuilo2023-03-031-4/+0
|
* :art:syuilo2023-03-033-200/+223
|
* fix(client): prevent null reference errorsyuilo2023-03-031-4/+10
|
* test(backend): APIテストの復活 (#10163)Kagami Sascha Rosylight2023-03-0325-466/+727
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert 1c5291f8185651c231903129ee7c1cee263f9f03 * APIテストの復活 * apiテストの移行 * moduleNameMapper修正 * simpleGetでthrowしないように status確認しているので要らない * longer timeout * ローカルでは問題ないのになんで * case sensitive * Run Nest instance within the current process * Skip some setIntervals * wait for 5 seconds * kill them all!! * logHeapUsage: true * detectOpenHandlesがじゃましているらしい * maxWorkers=1? * restore drive api tests * workerIdleMemoryLimit: 500MB * 1024MiB * Wait what
* fix(server): ↵kabo24682023-03-031-0/+6
| | | | | | | チャンネルでミュートが正しく機能していないのを修正 (#10166) * fix(server): チャンネルでミュートが正しく機能していないのを修正 * Update CHANGELOG.md
* fix(server): DriveFile related N+1 query when call note packMany (#10133)rinsuki2023-03-035-58/+66
| | | | | | | | | | | | | | | | | * fix(server): DriveFile related N+1 query when call note packMany * Update packages/backend/src/misc/is-not-null.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * ignore lint * 途中でやめたやつが混入していた * fix: 順番通りである必要がある場所で順番通りになっていなかった --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* update soundssyuilo2023-03-0337-23/+29
|
* :art:syuilo2023-03-036-4/+27
|
* :art:syuilo2023-03-0210-265/+300
|
* clean upsyuilo2023-03-024-4/+1
|
* enhance(client): provide sticktyFootersyuilo2023-03-024-19/+60
|
* refactor(frontend): add explicit `Promise<void>` return types in `os.ts` ↵Kagami Sascha Rosylight2023-03-021-5/+5
| | | | (#10156)
* refactor(client): use css modulessyuilo2023-03-021-64/+51
|
* update soundssyuilo2023-03-0219-5/+14
|
* Update about-misskey.vuesyuilo2023-03-021-0/+3
|
* :art:syuilo2023-03-011-1/+1
|
* enhance(client): add new soundssyuilo2023-03-017-0/+6
|
* fix(frontend): read KeyboardEvent.key instead of which/code (#10083)Kagami Sascha Rosylight2023-03-013-23/+8
|
* refactor: plugin.tsの型を修正する (#10027)KokiSakano2023-03-012-21/+54
| | | | | | | | | | | | | | | | | * refactor:plugin内のすべての関数にreturn typeを設定 * fix:pluginContextsから取得できない場合は早期リターンする * fix:valueがstring以外の時は早期リターンする * fix:valueが取得できる時以外は早期リターンする * fix:pluginに型をつける * fix:絞り込みをassertStringに変更 * fix:修正漏れ * fix:valToJsからvalueを取得するように変更
* enhance(client): Renote した時の表示をリップルエフェクトと ↵Khsmty2023-03-013-5/+47
| | | | | | | | | | | | | | | toast に (#10116) * enhance(client): Renote した時の表示を toast に * fix: lint エラー * enhance(client): Renote した時の表示をリップルエフェクトに * toast も追加 * rippleeffect のタイミング変更 * toast の位置を header に被らないように
* :art:syuilo2023-03-012-0/+2
|
* :art:syuilo2023-03-011-2/+2
|
* :art:syuilo2023-03-013-70/+88
|
* fix of #10145syuilo2023-03-013-3/+3
|
* :art:syuilo2023-03-011-16/+32
|
* feat: 時限ロール (#10145)syuilo2023-03-0114-390/+292
| | | | | | | | | | | | | | | * feat: 時限ロール * クライアントから期限を確認できるように * リファクタとか * fix test * fix test * fix test * clean up
* enhance(client): ↵syuilo2023-02-284-8/+43
| | | | ノートの操作部をホバー時のみ表示するオプション
* enhance(server): make antenna handle cwsyuilo2023-02-281-7/+11
| | | | Resolve #10140
* enhance(client): emojisはIndexedDBに保存する (#10121)tamaina2023-02-282-10/+19
| | | | | * enhance(client): emojisはIndexedDBに保存する * lastEmojisFetchedAt
* fix(sw): ↵tamaina2023-02-282-26/+20
| | | | | | | | | | | | | プッシュ通知でカスタム絵文字リアクションを表示できるように (#10122) * fix(sw): プッシュ通知でカスタム絵文字リアクションを表示できるように Fix #10117 /emoji/*.webpにbadgeモードを * ? * :v: * fix
* enhance: Play ↵牛蒡2023-02-281-3/+3
| | | | | | | の「ソースを表示」にシンタックスハイライトを当てる (#10107) * シンタックスハイライトを当てる * fix
* fix(client): photoswipe(画像の拡大表示)がなんか変 (#10138)tamaina2023-02-281-10/+13
| | | | | | | | | | * fix(client): photoswipe(画像の拡大表示)がなんか変 Fix #10037 * important --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: ↵tamaina2023-02-283-12/+15
| | | | | | | | | | | | | | | 外部メディアプロキシ使用時にアバタークロップができない問題を修正 (#10142) * wip * fix * Update packages/frontend/src/scripts/media-proxy.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix Serialized typesyuilo2023-02-282-1/+11
|
* enhance(client): 招待コードが必要なことが分かりやすいようにsyuilo2023-02-281-0/+8
|
* fix(server): ↵syuilo2023-02-281-2/+2
| | | | メールアドレス更新時にバリデーションが正しく行われていないのを修正
* :art:syuilo2023-02-281-1/+1
|
* fix(backend): return HTTP 404 for any unknown api endpoint paths (#10130)Kagami Sascha Rosylight2023-02-271-2/+18
| | | | | * fix(backend): return HTTP 400 for any invalid api endpoint paths * 404