summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance: Implement the toggle to (or not to) close push notifications when ↵tamaina2022-12-184-2/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notifications or messages are read (#9219) * create file * wip * fix * wip * tabun dekita * :v: * implement subscribe push notification button to tutorial * check-exists→show-registration * add column sendReadMessage * fix migration file * sw api * change PushNotificationService * wip * :v: * fix tutorial footer flex
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-042-0/+6
|
* refactorsyuilo2022-12-049-15/+15
|
* Fastify (#9106)syuilo2022-12-031-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* fix: add missing ,tamaina2022-12-021-1/+1
|
* fix for pinned users. update changelog (#9159)squidicuz2022-11-111-2/+2
|
* Add Cloudflare Turnstile CAPTCHA support (#9111)CyberRex2022-10-133-0/+41
| | | | | | | | | * Add Cloudflare Turnstile CAPTCHA support * Update packages/client/src/components/MkCaptcha.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix typesyuilo2022-09-241-5/+3
|
* fix typesyuilo2022-09-241-2/+2
|
* fixsyuilo2022-09-241-0/+2
|
* fix typesyuilo2022-09-241-4/+0
|
* fix typesyuilo2022-09-241-28/+33
|
* refactorsyuilo2022-09-2439-43/+41
|
* fixessyuilo2022-09-241-1/+3
|
* fixessyuilo2022-09-2413-9/+23
|
* fixessyuilo2022-09-233-6/+8
|
* feat: Youtube window player (#9095)こけっち2022-09-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | * wip: feat: Youtube Player Window * fix: player fill window * fix: improve design * fix: disable at mobile and creanup code * fix: tailing comma * fix: delete debug output * fix: eslint * fix: switch to component * fix(backend): add missing dependency Fix #9101 Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix import typesyuilo2022-09-21261-269/+269
|
* refactor(backend): ロジックをサービスに切り出すsyuilo2022-09-211-28/+4
|
* enhance(backend): ↵syuilo2022-09-211-2/+14
| | | | metaのポーリング頻度を減らし、redisで更新を受け取るように
* lintsyuilo2022-09-203-5/+5
|
* testsyuilo2022-09-192-10/+10
|
* なんかもうめっちゃ変えたsyuilo2022-09-18315-7600/+11615
|
* tweak rate limitsyuilo2022-07-241-1/+1
|
* re: update mfm-js 0.23.0-canary.1syuilo2022-07-111-1/+1
|
* enhance: make active email validation configurablesyuilo2022-07-092-0/+10
|
* feat: auto nsfw detection (#8840)syuilo2022-07-076-6/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: auto nsfw detection * :v: * Update ja-JP.yml * Update ja-JP.yml * ポルノ判定のしきい値を高めに * エラーハンドリングちゃんとした * Update ja-JP.yml * 感度設定を強化 * refactor * feat: add video support for auto nsfw detection * rename: image -> media * .js * fix: add missing error handling * fix: use valid pathname instead of using filename due to invalid usage * perf(nsfw-detection): decode frames * disable detection of video for some reasons * perf(nsfw-detection): streamify detection process for video * disable disallowUploadWhenPredictedAsPorn option * fix(nsfw-detection): improve reliability * fix(nsfw-detection): use Math.ceil instead of Math.round * perf(nsfw-detection): delete tmp frames after used * fix(nsfw-detection): FSWatcher does not emit ready event * perf(nsfw-detection): skip black frames * refactor: strip exists check * Update package.json * めっちゃ変えた * lint * Update COPYING * オプションで動画解析できるように * Update yarn.lock * Update CHANGELOG.md Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* chore(server): tweak api for adminsyuilo2022-07-071-1/+1
|
* chore(server): tweak api for adminsyuilo2022-07-071-1/+1
|
* perf: allow get for notes/reactionssyuilo2022-07-051-0/+3
|
* Add additional drive capacity change support (#8867)CyberRex2022-07-052-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | * Add additional drive capacity change support * Update packages/backend/src/server/api/endpoints/admin/drive-capacity-override.ts Co-authored-by: Johann150 <johann@qwertqwefsday.eu> * :art: * show instance default capacity in placeholder * fix * update api/drive * fix * remove : * fix lint Co-authored-by: Johann150 <johann@qwertqwefsday.eu> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix typosyuilo2022-07-031-1/+1
|
* feat: moderation notesyuilo2022-07-032-0/+32
|
* feat(server): add fetch-rss api to reduce dependency of external apissyuilo2022-07-021-0/+39
|
* feat: Log user ips (#8872)syuilo2022-07-026-11/+69
| | | | | | | | | | | | | | | | | | | * wip * store ip and headers * Update admin-file.vue * require admin for view ip/headers * IP (recent) 消した * admin必須 * opt in * clean ips periodically * respect logging setting in drive/files/create
* enhance(server): アンケートを新しい順にソートsyuilo2022-07-021-3/+12
|
* chore(client): tweak uisyuilo2022-07-021-1/+2
|
* chore(client): tweak uisyuilo2022-06-301-2/+3
|
* chore(client): tweak clientsyuilo2022-06-301-0/+10
|
* improve instance doughnut chartssyuilo2022-06-281-3/+18
|
* feat(api): add federation/stats endpointsyuilo2022-06-281-0/+49
|
* feat: make possible to delete an account by adminsyuilo2022-06-272-17/+34
| | | | Resolve #8830
* feat: allow GET for some endpointssyuilo2022-06-2512-11/+47
| | | | Resolve #8263
* fix: always respect instance mutes (#8854)Johann1502022-06-256-28/+30
| | | | | | | | | * fix: muted user query also checks instances This way it can be ensured that the instance mute is used everywhere it is required without checking the whole codebase again. Muted users and muted instances should be used together anyways. * fix lint
* feat: ↵syuilo2022-06-241-9/+14
| | | | 管理者が特定ユーザーのアップロードしたファイル一覧を見れるように
* enhance: Redisをioredisに統一してIPv6サポート (#8869)MeiMei2022-06-241-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * Use ioredis, Supports IPv6 host https://github.com/misskey-dev/misskey/issues/8862 * Fix import * order * a * i * fix * flushdb * family * CHANGELOG * redis_version Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: simplify ap/show with DbResolver (#8838)Johann1502022-06-231-99/+33
| | | | | | Using the existing code in DbResolver we can avoid separate code for parsing the URIs in this endpoint. Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Improve: unclip (#8823)futchitwo2022-06-181-0/+57
| | | | | | | | | | | | | | | | | | | | | | | * Refactor clip page to use Composition API * Refactor clip page * Refactor clip page * Refactor clip page * Improve: unclip * Fix unclip * Fix unclip * chore: better type and name * Fix * Fix clipPage vue provider Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: add limit to i/notifications (#8836)tamaina2022-06-141-0/+5
| | | | | | | * fix: add limit to i/notifications * ms * remove ms
* fix(docs): use correct description propertyJohann1502022-06-141-5/+2
|