summaryrefslogtreecommitdiff
path: root/internal/processing/admin
AgeCommit message (Expand)AuthorFiles
2024-06-06[feature] Self-serve email change for users (#2957)Libravatar tobi4
2024-05-27[feature/frontend] Let admins send test email to validate SMTP config (#2934)Libravatar tobi1
2024-05-02[bugfix] Lock when checking/creating notifs to avoid race (#2890)Libravatar tobi2
2024-05-01[feature] Page through accounts as moderator (#2881)Libravatar tobi1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim6
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi2
2024-04-13[feature] Admin accounts endpoints; approve/reject sign-ups (#2826)Libravatar tobi7
2024-04-02[bugfix] Set the `Host` header within the signing transport (#2799)Libravatar kim1
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2024-01-29[bugfix] Fix Postgres emoji delete, emoji category change (#2570)Libravatar tobi3
2024-01-26[bugfix] Don't return Account or Status if new and dereferencing failed, othe...Libravatar tobi1
2024-01-19[bugfix] Ensure domain block side effects skipped if allow in place (blocklis...Libravatar tobi2
2024-01-17[chore] update viper version (#2539)Libravatar kim1
2023-12-18[feature] request blocking by http headers (#2409)Libravatar kim1
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim1
2023-11-27[feature] Add `/api/v1/admin/debug/apurl` endpoint (#2359)Libravatar tobi1
2023-11-21[chore/security] refactor AuthenticateFederatedRequest() to handle account de...Libravatar kim1
2023-11-17[feature] Set/show instance language(s); show post language on frontend (#2362)Libravatar tobi1
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi1
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi1
2023-10-30[feature] Customizable media cleaner schedule (#2304)Libravatar tobi2
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-09-29[bugfix] Fix paging for empty items (#2236)Libravatar tobi1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim6
2023-09-21[feature] Implement explicit domain allows + allowlist federation mode (#2200)Libravatar tobi6
2023-09-12[feature] Allow admins to expire remote public keys; refetch expired keys on ...Libravatar tobi1
2023-09-04[feature] Store admin actions in the db, prevent conflicting actions (#2167)Libravatar tobi9
2023-08-19[feature] Instance rules (#2125)Libravatar f0x521
2023-08-11[bugfix] Use custom bluemonday policy to disallow inline img tags (#2100)Libravatar tobi1
2023-07-24[feature/performance] support uncaching remote emoji + scheduled cleanup func...Libravatar kim1
2023-07-18[bugfix] more robust list timeline invalidation (#1995)v0.10.0-rc3Libravatar kim1
2023-07-07[chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-St...Libravatar tobi1
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim3
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim2
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-03-19[feature] Email notifications for new / closed moderation reports (#1628)Libravatar tobi1
2023-03-14[feature] Allow admins to send test emails (#1620)Libravatar tobi2
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney6
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim5
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi20
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney2
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim2
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi1
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim2
2023-01-25[feature] Implement reports admin API so admins can view + close reports (#1378)Libravatar tobi4
2023-01-11[performance] media processing improvements (#1288)Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi15
2022-12-10[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...Libravatar tobi3
2022-11-24[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061)Libravatar tobi2
2022-11-14[feature] Allow newly uploaded emojis to be placed in categories (#939)Libravatar tobi4