summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fixsyuilo2022-09-241-0/+2
|
* fix typesyuilo2022-09-241-4/+0
|
* fix typesyuilo2022-09-241-28/+33
|
* fixsyuilo2022-09-241-2/+3
|
* fixessyuilo2022-09-241-2/+2
|
* refactorsyuilo2022-09-2441-44/+42
|
* remove unused filessyuilo2022-09-242-86/+0
|
* fixessyuilo2022-09-241-1/+3
|
* fixessyuilo2022-09-2416-65/+83
|
* fixessyuilo2022-09-234-6/+11
|
* 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 ioredis import typo (#9099)Takuya Yoshida2022-09-213-6/+6
| | | | | * Fix import typo * Fix type
* fix import typesyuilo2022-09-21274-290/+290
|
* refactor(backend): ロジックをサービスに切り出すsyuilo2022-09-211-28/+4
|
* enhance(backend): ↵syuilo2022-09-212-2/+16
| | | | metaのポーリング頻度を減らし、redisで更新を受け取るように
* lintsyuilo2022-09-207-19/+16
|
* testsyuilo2022-09-198-52/+52
|
* refactor(backend): refactor loggersyuilo2022-09-182-7/+13
|
* なんかもうめっちゃ変えたsyuilo2022-09-18385-10859/+15722
|
* fix(server): 他人の通知を既読にできる可能性があるのを修正syuilo2022-09-061-3/+4
|
* tweak rate limitsyuilo2022-07-241-1/+1
|
* fix(server): fix bind of methodsyuilo2022-07-161-0/+1
| | | Fix #9006
* fix(sw, notification): Don't issue an event if there is no affect (#8979)tamaina2022-07-131-1/+3
| | | | | * test * ]v]
* re: update mfm-js 0.23.0-canary.1syuilo2022-07-111-1/+1
|
* fix: QueryFailedError when logging user's IPs (#8973)dogcraft2022-07-101-2/+2
| | | | | * fix QueryFailedError when logging user's IPs * use `orIgnore` to fix
* Fix Attempts to update all notifications (#8974)MeiMei2022-07-091-1/+1
| | | | | | | * Fix massive update notification parameters * CHANGELOG * CHANGELOG
* 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-053-1/+50
| | | | | | | | | | | | | | | | | | | | | | | | * 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-033-0/+34
|
* feat(server): add fetch-rss api to reduce dependency of external apissyuilo2022-07-022-0/+41
|
* feat: Log user ips (#8872)syuilo2022-07-0210-27/+125
| | | | | | | | | | | | | | | | | | | * 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
|
* fix typoJohann1502022-06-301-1/+1
| | | | Co-authored-by: mei23 <m@m544.net>
* chore(client): tweak uisyuilo2022-06-301-2/+3
|
* fix(server): cannot show userssyuilo2022-06-301-20/+1
|
* chore(client): tweak clientsyuilo2022-06-301-0/+10
|
* improve instance doughnut chartssyuilo2022-06-281-3/+18
|
* feat(api): add federation/stats endpointsyuilo2022-06-282-0/+51
|
* feat: make possible to delete an account by adminsyuilo2022-06-273-17/+36
| | | | Resolve #8830
* refactor: remove duplicate code (#8895)Johann1502022-06-278-32/+24
|
* fix: mocha テストが動かないのを修正 v2 (#8892)MeiMei2022-06-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * on push * Fix mute test * fix note test * api * inc timeout * uploadUrl * Revert "on push" This reverts commit 778a58df61ff9a22421f8ec5dcce96b364eab38d. * lint * waitFire * Wrap connectStream * return
* fix #8894syuilo2022-06-261-1/+1
|
* feat: allow GET for some endpointssyuilo2022-06-2516-16/+82
| | | | Resolve #8263
* fix: always respect instance mutes (#8854)Johann1502022-06-258-73/+71
| | | | | | | | | * 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