summaryrefslogtreecommitdiff
path: root/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-12405-28706/+0
| | | | Resolve #7779
* fixsyuilo2021-11-071-0/+2
|
* feat: インスタンスプロフィールレンダリングsyuilo2021-11-073-165/+53
| | | | Resolve #7788
* feat: improve email validationsyuilo2021-11-073-10/+28
|
* feat: make possible to configure following/followers visibility (#7959)syuilo2021-11-076-7/+92
| | | | | | | | | | | | | * feat: make possible to configure following/followers visibility * add test * ap * add ap test * set Cache-Control * hide following/followers count
* ドキュメントをmisskey-hubに移行syuilo2021-11-051-81/+0
|
* feat: thread mute (#7930)syuilo2021-10-315-7/+134
| | | | | | | | | | | * feat: thread mute * chore: fix comment * fix test * fix * refactor
* enhance: Provide Twemoji SVGs from Misskey server (#2) (#7897)tamaina2021-10-241-0/+16
| | | | | | | | | | | | | * Selfhosting Twemoji * ちっ * うざっ * あ * add test Co-authored-by: mei23 <m@m544.net>
* feat(client): ↵syuilo2021-10-241-1/+17
| | | | | | メンションにユーザーのアバターを表示するように Resolve #350
* モデレーターをブロックできない仕様を廃止syuilo2021-10-221-12/+1
| | | | Resolve #7898
* データベースにログを保存するのを廃止syuilo2021-10-221-126/+0
| | | | Close #7878
* Migrate to Chart.js v3 (#7896)syuilo2021-10-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * 定期的にresync * Update overview.vue * wip * wip
* improve usabilitysyuilo2021-10-211-1/+1
|
* refactor: publishHogeStreamとStreamのEventEmitterに型定義する (#7769)tamaina2021-10-218-42/+340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * :v: * add main stream * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * ok * add header, choice, invitation * add header, choice, invitation * test * fix * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * fix lint * wip * wip! * wip * fix * wip * wip * :v: * 送信側に型エラーがないことを3回確認した * :v: * wip * update typescript * define items in full Schema * edit comment * edit comment * edit comment * Update src/prelude/types.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * https://github.com/misskey-dev/misskey/pull/7769#discussion_r703058458 * user packとnote packの型不整合を修正 * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正 * add prelude/types.ts * emoji * signin * game * matching * clean up * ev => data * refactor * clean up * add type * antenna * channel * fix * add Packed type * add PackedRef * fix lint * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add schemas refs, fix Packed type * wip PackedHoge => Packed<'Hoge'> * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * update stream.ts * https://github.com/misskey-dev/misskey/pull/7769#issuecomment-917542339 * fix lint * clean up? * add changelog * add changelog * add changelog * fix: アンテナが既読にならないのを修正 * revert fix * https://github.com/misskey-dev/misskey/pull/7769#discussion_r711474875 * spec => payload * edit commetn Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* lintsyuilo2021-10-201-3/+3
|
* feat: ミュートとブロックのインポートsyuilo2021-10-202-0/+120
| | | | Resolve #7885
* refactor: use insertsyuilo2021-10-201-1/+1
|
* Update search-by-username-and-host.tssyuilo2021-10-201-24/+45
|
* fix(api): アプリケーション通知が取得できない問題を修正syuilo2021-10-191-2/+9
| | | | Fix #6702
* リアクション一覧の公開をオプトインにsyuilo2021-10-182-1/+18
|
* #7880syuilo2021-10-172-51/+35
|
* enhance: ユーザー検索の精度を強化syuilo2021-10-172-44/+84
|
* feat: ユーザーのリアクション一覧を見れるようにsyuilo2021-10-171-0/+67
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2021-10-162-4/+6
|\
| * Refactor request (#7814)MeiMei2021-10-162-4/+6
| | | | | | | | | | | | | | | | | | * status code * Test ap-request.ts https://github.com/mei23/crytest/blob/4397fc5e70536e4175fe56e974ca83b8047bef3a/test/ap-request.ts * tune
* | feat(api): add users/groups/leavesyuilo2021-10-161-0/+50
|/ | | | Resolve #7775
* :art:syuilo2021-10-141-1/+1
|
* chore: ↵syuilo2021-10-141-6/+6
| | | | https://github.com/misskey-dev/misskey/commit/ba6959b8c1c4faafccdeb0f76eb26fc29e02af2d のリモート対応
* fix(api): ↵syuilo2021-10-141-0/+10
| | | | 管理者およびモデレーターをブロックできてしまう問題を修正
* refactor: use path aliassyuilo2021-10-092-2/+2
|
* feat: 未読の通知のみ表示する機能syuilo2021-10-091-0/+9
|
* fix(api): (0 , ms_1.default) is not a functionsyuilo2021-10-082-2/+2
|
* server: コマンドラインオプション廃止syuilo2021-10-081-2/+2
| | | | | Resolve #7863 Resolve #6337
* enhance(api): ↵syuilo2021-10-082-2/+14
| | | | | | ap系のエンドポイントをログイン必須化+レートリミット追加 他のサーバーにリクエストを送信するという性質上、攻撃の踏み台にされることがあるため
* feat: ↵syuilo2021-10-089-20/+162
| | | | | | | | | | | | | | | アカウント作成にメールアドレス必須にするオプション (#7856) * feat: アカウント作成にメールアドレス必須にするオプション * ui * fix bug * fix bug * fix bug * :art:
* fix(api): fix file type regexsyuilo2021-10-051-1/+1
|
* fix: truncate image descriptions (#7699)Johann1502021-09-302-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move truncate function to separate file to reuse it * truncate image descriptions * show image description limit in UI * correctly treat null Co-authored-by: nullobsi <me@nullob.si> * make truncate Unicode-aware The strings that truncate returns should now be valid Unicode. PostgreSQL also counts Unicode Code Points instead of bytes so this should be correct. * move truncate to internal, validate in API Truncating could also be done in src/services/drive/add-file.ts or src/services/drive/upload-from-url.ts but those would also affect local images. But local images should result in a hard error if the image comment is too long. * avoid overwriting Co-authored-by: nullobsi <me@nullob.si>
* fix inboxQueue import (#7829)Johann1502021-09-231-1/+1
|
* enhance(client): ↵syuilo2021-09-221-6/+2
| | | | アップデートが利用可能な場合エラー表示およびダイアログ表示しないように
* refactor: PackedHoge型をPacked<'Hoge'>型に書き換える (#7792)tamaina2021-09-228-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * add header, choice, invitation * test * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * define items in full Schema * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正 * add prelude/types.ts * emoji * signin * game * matching * fix * add emoji schema * add reversiGame * add reversiMatching * remove signin schema (use Signin entity) * add Packed type * note-reaction * user * user-group * user-list * note * app, messaging-message * notification * drive-file * drive-folder * following * muting * blocking * hashtag * page * app (with modifying schema) * import user? * channel * antenna * clip * gallery-post * emoji * Packed * reversi-matching * add changelog * add changelog * revert fix
* feat(server): 管理者用アカウント削除API実装syuilo2021-09-222-1/+61
| | | | | 動作確認済み Resolve #7735
* feat: 凍結された場合のダイアログを実装 (#7811)syuilo2021-09-192-16/+23
| | | | | | | | | | | | | * feat: 凍結された場合のダイアログを実装 * Update CHANGELOG.md * Update basic.js * improve error handling * cypressなんもわからん * Update basic.js
* enhance(server): ↵syuilo2021-09-181-1/+6
| | | | アカウントが凍結されたときのエラーを判定しやすく
* fix: アンテナの既読 (#7803)sousuke04222021-09-181-0/+5
| | | from: https://gitlab.com/xianon/misskey/-/commit/a89742319caea378f9cdd70c8ebd83bdf2178ff6
* refactor: Expand schema (#7772)tamaina2021-09-127-57/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * packedNotificationSchemaを更新 * read:gallery, write:gallery, read:gallery-likes, write:gallery-likesに翻訳を追加 * fix * add header, choice, invitation * test * fix * yatta * remove no longer needed "as PackedUser/PackedNote" * clean up * add simple-schema * fix lint * define items in full Schema * revert https://github.com/misskey-dev/misskey/pull/7772#discussion_r706627736 * user packとnote packの型不整合を修正
* fix(server): ↵syuilo2021-09-051-0/+5
| | | | ノート翻訳時に公開範囲が考慮されていない問題を修正
* ファイルサイズのハードリミット (#7760)MeiMei2021-09-041-1/+6
| | | | | * maxFileSize * CHANGELOG
* Tune download (#2)MeiMei2021-09-032-5/+5
| | | | | | | | | | | * s2-2 * allowedPrivateNetworks * style * Proxyの間にあると誤解しそうなのでconfigの記述順を変更 * Fix error handler
* Fix #7689syuilo2021-08-241-1/+1
|
* fix: support DeepL pro accountsyuilo2021-08-243-1/+13
| | | | Fix #7648