summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | feat: 通報の強化 (#14704)syuilo2024-10-053-2/+115
| | * | | | | | | enhance: 人気のPlayを10件以上表示できるように (#14443)おさむのひと2024-10-051-11/+11
| | * | | | | | | initialPassword -> setupPasswordsyuilo2024-10-031-4/+4
| | * | | | | | | feat: サーバー初期設定時に初期パスワードを要求できる...かっこかり2024-10-031-1/+37
| | * | | | | | | fix(backend): 連合限定先が間違って連合しない先に代入され...Kisaragi2024-10-031-1/+1
* | | | | | | | | merge: Fix rate limits under multi-node environments (!809)Hazelnoot2024-12-1512-36/+48
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | increase chart rate limits (fixes 429s in control panel / info pages)Hazelnoot2024-12-1112-36/+48
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | safer typings for `userNeedsPublishing` and `profileNeedsPublishing`Hazelnoot2024-12-121-6/+12
* | | | | | | | federate profile when changing `enableRss` valueHazelnoot2024-12-121-1/+1
* | | | | | | | Add "enable RSS" user privacy toggleHazelnoot2024-12-121-0/+2
* | | | | | | | merge: Enable by default and federate "hide online status" (resolves #823) (!...dakkar2024-12-121-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | federate profile when `hideOnlineStatus` changesHazelnoot2024-12-121-1/+1
| |/ / / / / /
* | | | | | | fix deletion of scheduled noteMarie2024-12-091-1/+1
* | | | | | | Apply suggestionsMarie2024-12-091-1/+1
* | | | | | | upd: add notification for failures, add reasons for failure, apply suggestionsMarie2024-12-091-3/+2
* | | | | | | fix: drive content not being loadedMarie2024-12-092-25/+6
* | | | | | | feat: 노트 게시를 예약할 수 있음 (yojo-art/cherrypick#483, [Type4n...NoriDev2024-12-094-1/+590
|/ / / / / /
* | | | | / increase rate limit for `/api/endpoint` based on real-world testingHazelnoot2024-12-081-3/+6
| |_|_|_|/ |/| | | |
* | | | | merge: Bump develop version (!789)Julia2024-11-28241-9/+1462
|\ \ \ \ \
| * | | | | remove duplicate `limit`dakkar2024-11-221-6/+0
| * | | | | add rate limits to all public endpointsHazelnoot2024-11-22242-9/+1468
* | | | | | simpler check for "property present"dakkar2024-11-271-8/+4
* | | | | | silence linterdakkar2024-11-271-0/+4
* | | | | | only "publish to followers" when things really change - fixes #733dakkar2024-11-271-1/+51
| |_|_|_|/ |/| | | |
* | | | | merge: Bump develop version (!766)Julia2024-11-212-1/+2
|\| | | |
| * | | | fix: primitive 18: `ap/get` bypasses access checksJulia Johannesen2024-11-201-0/+1
| * | | | fix: primitive 13: check attribution against actor in notesJulia Johannesen2024-11-201-1/+1
| |/ / /
* | | | Fix linter error in emojis endpointJulia Johannesen2024-11-201-1/+1
* | | | merge: make emoji categories and names case insensitive. (!746)dakkar2024-11-171-10/+5
|\ \ \ \
| * | | | edit querypiuvas2024-11-151-10/+5
| |/ / /
* | | | merge: Remove check to prevent admin reporting (Fixes #757) (!727)Hazelnoot2024-11-171-4/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Update report-abuse.tsKio!2024-11-031-4/+0
| |/ /
* / / Improve performance of notes/following APICaramel2024-11-091-9/+9
|/ /
* | factor out shared codeHazel K2024-11-022-72/+4
* | respect following privacy settingsHazel K2024-11-022-4/+30
* | Revert "fix incorrect populated object in followers endpoint"Hazel K2024-11-021-1/+1
* | check for blocks in following / followers endpointsHazel K2024-11-022-2/+16
* | require auth for followers & following endpointsHazel K2024-11-022-2/+4
* | upd: add FriendlyCaptcha as a captcha solutionMarie2024-11-022-0/+30
* | check token permissions in admin/accounts/create.tsHazelnoot2024-11-011-11/+46
* | allow admins to create approved usersHazelnoot2024-11-011-11/+19
* | add separate limits for CW lengthHazelnoot2024-10-262-5/+21
* | fix unit testsHazelnoot2024-10-261-9/+11
* | fix UUID formatHazel K2024-10-263-3/+3
* | separate character limits for local and remote notesHazel K2024-10-264-8/+50
* | fix: return getfromdb when FanoutTimeline is not enabledLhc_fl2024-10-231-1/+1
* | merge: fix: should use invite limit cycle to calculate invite/limit (!706)dakkar2024-10-221-1/+1
|\ \
| * | fix: should use invite limit cycle to calculate invite/limitLhc_fl2024-10-221-1/+1
* | | add "followers" tab to following feedHazelnoot2024-10-211-8/+41
* | | return error when calling following feed with both includeReplies and filesOnlyHazelnoot2024-10-211-0/+10