summaryrefslogtreecommitdiff
path: root/internal/api/client/admin
AgeCommit message (Expand)AuthorFiles
2023-07-07[chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-St...Libravatar tobi4
2023-06-02[bugfix] Allow lowercase emoji shortcode in frontend (#1851)Libravatar Julian-Samuel Gebühr1
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-13[frontend] Basic user moderation actions (#1728)Libravatar f0x521
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi1
2023-03-31[bugfix] Fix report serialization errors caused by user delete (#1659)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 Daenney27
2023-03-03[bugfix] Clamp admin report limit <1 to 100 (#1583)Libravatar tobi2
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi18
2023-02-20[bugfix] Fix account roles (#1542)Libravatar tobi1
2023-02-16[bugfix] Set 'discoverable' properly on API accounts (#1511)v0.7.0Libravatar tobi1
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi1
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi16
2023-01-25[feature] Implement reports admin API so admins can view + close reports (#1378)Libravatar tobi7
2023-01-23[chore] remove funky duplicate attachment in testrig (#1379)Libravatar tobi1
2023-01-13[chore] Remove omitempty on account source; refactor tests to use prettyprint...Libravatar tobi3
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi22
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi15
2022-12-10[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...Libravatar tobi2
2022-12-04[chore] Fix a few possible cases of int truncation (#1207)Libravatar Daniele Sluijters1
2022-11-30[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...Libravatar tobi2
2022-11-24[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061)Libravatar tobi3
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim1
2022-11-14[feature] Allow newly uploaded emojis to be placed in categories (#939)Libravatar tobi8
2022-11-08[frontend] Custom Emoji Deletion (#994)Libravatar f0x521
2022-10-14[feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913)Libravatar tobi2
2022-10-13[feature] Add `/api/v1/admin/custom_emojis/{id}` endpoint for single emoji GE...Libravatar tobi5
2022-10-12[feature] Add `/api/v1/admin/custom_emojis` endpoint (#902)Libravatar tobi4
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim7
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi1
2022-09-06[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)Libravatar tobi1
2022-08-31[chore] Test fixes (#788)Libravatar tobi1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi9
2022-07-12[chore] improved router logging, recovery and error handling (#705)Libravatar kim1
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß2
2022-06-19[chore] make tests more cacheable by avoiding time.Now() (#656)Libravatar tobi1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi1
2022-06-09[bugfix] Fix domain blocks get regression (#642)Libravatar tobi5
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi8
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim2
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi1
2022-05-15[feature] Media cleanup endpoint (#560)Libravatar Sashanoraa3
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim1
2022-03-19[feature] Admin account actions (#432)Libravatar tobi3
2022-01-15emoji code passing musterLibravatar tsmethurst2
2022-01-15start fixing up emoji processing codeLibravatar tsmethurst1