summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build(#10336): load locales and vite configAcid Chicken (硫酸鶏)2023-03-20441-15/+1365
|
* fix(#10336): invalid name conversionAcid Chicken (硫酸鶏)2023-03-19136-136/+136
|
* build(#10336): initAcid Chicken (硫酸鶏)2023-03-19436-0/+5787
|
* fix: ↵kakkokari-gtyih2023-03-192-2/+14
| | | | | | | | | | | PC版設定ページでスマホ用UIが表示されるのを防ぐリダイレクトを追加 (#10326) * (Fix misskey-dev#10324)設定画面:PC版UIへのリダイレクトをルート遷移時にも実行 * Update changelog * (fix) missing semicolon * (fix) strict equals
* fix(backend/URLPreviewService): エラーでHTTP 422を出すように (#10339)Kagami Sascha Rosylight2023-03-192-6/+20
| | | | | * fix(backend/URLPreviewService): エラーでHTTP 402を出すように * fix import
* test(backend): Add tests for clips (#10358)Nanashia2023-03-192-0/+1009
|
* fix: ↵kakkokari-gtyih2023-03-191-1/+1
| | | | | | | | | | | | | | | | | 非ログイン時に「Misskeyについて」ページから投稿フォームが出ないようにする (#10345) * (fix misskey-dev#9486) 非ログイン時の I ❤ Misskey のふるまい * 「キャンセル」ボタンにより適切な翻訳をあてる * Update CHANGELOG.md * もともと用意されていたサインイン確認関数に置き換え * Update CHANGELOG.md * 独自ダイアログでなくなった以上、async指定は要らないので解除 * ボタンをそもそも非表示にする
* feat(frontend/MkUrlPreview): oEmbedのサポート (#10306)Kagami Sascha Rosylight2023-03-195-21/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(frontend/MkUrlPreview): oEmbedのサポート * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * playerとoEmbedの統合 * Update CHANGELOG.md * loading=lazyはここでは不要 * border: 0 * プレビュー直後にautoplayできる機能の復旧 * add test * refactor test * explain about cache * expandPreviewはもう使わない * summaly v4 * update summaly * scrolling=no to fix pixiv --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* perf(backend): improve performance of timeline apissyuilo2023-03-193-3/+9
|
* Fix: foreignkey on reports (#9753)atsuchan2023-03-191-0/+15
|
* enhance(client): add ads pagesyuilo2023-03-183-0/+33
|
* test(backend): Add tests for web resources (#10341)Nanashia2023-03-182-129/+468
|
* update aiscriptsyuilo2023-03-172-6/+6
|
* 絵文字のライセンスを表示できるようにsyuilo2023-03-175-18/+74
|
* refactorsyuilo2023-03-173-78/+52
|
* feat: clip favoritesyuilo2023-03-1623-15/+400
| | | | Resolve #10337
* enhance: ↵syuilo2023-03-1610-0/+34
| | | | | | カスタム絵文字にライセンス情報を付与できるように Resolve #10091
* Update NotificationService.tssyuilo2023-03-161-0/+1
|
* refactor(backend): integrate CreateNotificationService to NotificationServicesyuilo2023-03-1610-234/+205
|
* update tabler-iconssyuilo2023-03-162-2/+2
|
* enhance(client): tweak search pagesyuilo2023-03-164-95/+126
|
* enhance(client): update AiScript to 0.13.0syuilo2023-03-153-7/+7
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-151-0/+6
|\
| * feat(client): Navbar の設定項目に「プロフィール」を追加 ↵kakkokari-gtyih2023-03-151-0/+6
| | | | | | | | | | | | | | (#10332) * feat: navbar項目 自プロフィールを追加 (misskey-dev#10330) * change CHANGELOG.md
* | fix(server): prevent creation of empty antennassyuilo2023-03-151-0/+4
|/
* Update AggregateRetentionProcessorService.tssyuilo2023-03-151-0/+2
|
* fix: tweak retention rate aggregationsyuilo2023-03-154-12/+42
|
* Fix #10261 (#10323)タービン2023-03-153-3/+34
|
* Deliverキューに宛先がSharedInboxかどうかのフラグを追加 ( ↵CyberRex2023-03-1410-27/+32
| | | | | | | | | | | | | | | #10298 関係 ) (#10317) * enhance(backend): 配送先が410 Goneで応答してきた場合配送停止するように * Update CHANGELOG.md * Deliverキューのデータに宛先がSharedInboxかどうかのフラグを追加 * Fix lint * Mapを使用するように * Fix typo
* fix: ↵YS2023-03-149-9/+9
| | | | | | | クエリキャッシュ無効化時の絵文字操作エラーを解消 (#10320) * disabledCache: trueのときにqueryResultCacheへアクセスしないように * append changelog
* user schemaにあるany型を厳格にした (#10319)Cj-bc2023-03-131-2/+2
| | | | | | | | 使用されている箇所から、これらのプロパティの型はstring型に限定出来そうということが分かった。 又、OpenAPIv3の仕様上はanyは使えないため修正した。 related: https://github.com/misskey-dev/misskey/issues/10308 * Update CHANGELOG
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-131-2/+2
|\
| * refactor(frontend): 引数の型を強くし、関数内部のas ↵Kisaragi2023-03-131-2/+2
| | | | | | | | anyを除去 (#10315)
* | chore(client): tweak admin/roles pagesyuilo2023-03-131-18/+28
| |
* | enhance: make configurable to whether notes search available by rolesyuilo2023-03-135-19/+46
| | | | | | | | Resolve #10318
* | feat: sensitive wordsyuilo2023-03-138-1/+119
|/
* enhance(backend): 配送先が410 ↵CyberRex2023-03-131-0/+12
| | | | | | | Goneで応答してきた場合配送停止するように (#10298) * enhance(backend): 配送先が410 Goneで応答してきた場合配送停止するように * Update CHANGELOG.md
* fix(frontend/XHome): fall back to user.uri if user.url does not exist (#10313)Kagami Sascha Rosylight2023-03-134-22/+91
| | | | | * fix(frontend/XHome): fall back to user.uri if user.url does not exist * Update CHANGELOG.md
* 空文字列のobjectStorageEndtpoinをnullと同様に扱う (#10312)YS2023-03-131-3/+5
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-125-11/+11
|\
| * fix: Do not use avif (#10301)tamaina2023-03-125-11/+11
| | | | | | | | | | | | | | * fix: Do not use avif * fix * fix
* | refactor(test): rename variable for INestApplicationContextsyuilo2023-03-1213-39/+39
|/
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-121-7/+14
|\
| * パスワードリセットがおささってしまわないようにする ↵atsuchan2023-03-121-7/+14
| | | | | | | | | | (#10304) Add dialog to Password reset
* | enhance(client): 設定から自分のロールを確認できるようにsyuilo2023-03-123-0/+65
| |
* | enhance: ロールの並び順を設定可能にsyuilo2023-03-129-7/+38
|/
* fix(backend/ApRendererService): allow announces with visibility: followers ↵Kagami Sascha Rosylight2023-03-123-0/+41
| | | | | | | | | | | (#10291) * fix(backend/ApRendererService): allow announces with visibility: followers * Update CHANGELOG.md --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* タイムラインを正常に無効化できるように (#10299)atsuchan2023-03-122-6/+37
| | | | | | | | | | | | | | | | | | | * タイムラインを正常に無効化できるように Timeline can be disabled successfully * Tune: disabled timeline to update disabled state immediately カラムの判定の場所をこっちにしないとリアルタイムで更新が反映されないので変更(タイムラインを正常に無効化できるように) * modify disabled timeline icon to ti-circle-minus 無効化されたタイムラインのアイコンをTabler iconのti-circle-minusに修正 Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix(frontend/MkSignup): prevent uncaught errors from interrupted signup (#10265)Kagami Sascha Rosylight2023-03-112-28/+29
| | | | | | | | | * fix(frontend/MkSignup): prevent uncaught errors from interrupted signup * nullable sitekey --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* add backend 2fa test (#10289)Nanashia2023-03-111-0/+439
|