| Age | Commit message (Expand) | Author | Files |
| 2023-03-31 | [bugfix] Fix relationship not updating 'following' on accept follow request (... | tobi | 2 |
| 2023-03-28 | [bugfix] Remove unique constraint on public_key (#1653) | tobi | 1 |
| 2023-03-28 | [performance] refactoring + add fave / follow / request / visibility caching ... | kim | 18 |
| 2023-03-27 | [feature] Add list command to admin account (#1648) | Daenney | 2 |
| 2023-03-20 | [chore] Refactor account deleting/block logic, tidy up some other processing ... | tobi | 13 |
| 2023-03-19 | [feature] Email notifications for new / closed moderation reports (#1628) | tobi | 2 |
| 2023-03-14 | [feature] Allow admins to send test emails (#1620) | tobi | 2 |
| 2023-03-12 | [chore] Improve copyright header handling (#1608) | Daenney | 95 |
| 2023-03-03 | [performance] cache media attachments (#1525) | kim | 2 |
| 2023-03-02 | [bugfix] add ON CONFLICT statements to status updates (#1580) | tobi | 2 |
| 2023-03-02 | [feature] Advertise rich text formats, support content_type field (#1370) | Vyr Cossont | 2 |
| 2023-03-01 | [chore] move client/federator workerpools to Workers{} (#1575) | kim | 2 |
| 2023-03-01 | [feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560) | tobi | 2 |
| 2023-02-25 | [feature] Client API endpoints + v. basic web view for pinned posts (#1547) | tobi | 4 |
| 2023-02-18 | [bugfix] In Postgres, drop shortcodedomain constraint before creating new emo... | tobi | 1 |
| 2023-02-17 | [feature] Add a request ID and include it in logs (#1476) | Daenney | 13 |
| 2023-02-13 | [bugfix] Fix up `error getting account avatar/header` errors, other small fix... | tobi | 3 |
| 2023-02-11 | [chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2 | tobi | 2 |
| 2023-02-03 | [chore] reformat GetAccount() functionality, support updating accounts based ... | kim | 5 |
| 2023-02-03 | [chore] Text formatting overhaul (#1406) | Autumn! | 1 |
| 2023-02-01 | [chore/performance] use only 1 sqlite db connection regardless of multiplier ... | tobi | 1 |
| 2023-01-31 | [chore] Use 'immediate' lock for sqlite transactions (#1404) | tobi | 1 |
| 2023-01-26 | [chore] set max open / idle conns + conn max lifetime for both postgres and s... | tobi | 1 |
| 2023-01-23 | [chore] remove funky duplicate attachment in testrig (#1379) | tobi | 1 |
| 2023-01-23 | [feature] Implement `/api/v1/reports` endpoints on client API (#1330) | tobi | 2 |
| 2023-01-17 | [feature] Tune sqlite pragmas (#1349) | tobi | 1 |
| 2023-01-10 | [feature] Implement Report database model and utility functions (#1310) | tobi | 7 |
| 2023-01-05 | [chore] Update/add license headers for 2023 (#1304) | tobi | 90 |
| 2023-01-05 | [chore] Fix emoji notnull constraint on initial gtsmodel (#1303) | tobi | 1 |
| 2022-12-22 | [feature] For video attachments, store + return fps, bitrate, duration (#1282) | tobi | 1 |
| 2022-12-14 | [feature] domain block wildcarding (#1178) | kim | 2 |
| 2022-12-13 | [bugfix] fix unordered favorites (#1245) | Christoph Voigt | 1 |
| 2022-12-12 | [feature] allow uncaching of other media types (#1234) | kim | 2 |
| 2022-12-09 | [bugfix] fix unordered favorites (#1236) | Christoph Voigt | 1 |
| 2022-12-09 | [feature] Allow users to create + delete bookbarks, and view bookmarked statu... | Matthew Phillips | 2 |
| 2022-12-08 | [chore] move caches to a separate State{} structure (#1078) | kim | 13 |
| 2022-12-06 | [feature] overhaul the oidc system (#961) | Dominik Süß | 3 |
| 2022-12-02 | [bugfix] Fix `admin account confirm` on pre-confirmed account setting email a... | tobi | 1 |
| 2022-12-02 | [bugfix] Add missing continues in emoji get funcs (#1200) | tobi | 1 |
| 2022-12-01 | [bugfix] Use case-insensitive selects when getting remote accounts by usernam...v0.6.0-rc2 | tobi | 2 |
| 2022-11-30 | [bugfix] Don't call `strings.ToLower()` on usernames when selecting account b... | tobi | 1 |
| 2022-11-30 | [bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them... | tobi | 1 |
| 2022-11-27 | fix missing lookup cache key for invalid domain block (#1158) | kim | 1 |
| 2022-11-22 | [feature] Prune timelines once per hour to plug memory leak (#1117) | tobi | 1 |
| 2022-11-20 | [chore] improve errors returned fetching account/statues from DB (#1084) | kim | 2 |
| 2022-11-20 | [performance] add account block DB cache and remove block query joins (#1085) | kim | 3 |
| 2022-11-18 | [performance] replace account emojis relational query with separate calls to ... | kim | 2 |
| 2022-11-18 | [performance] replace status query relationals with separate calls in order t... | kim | 2 |
| 2022-11-18 | [performance] don't use relations to select notification structs, use caches ... | tobi | 2 |
| 2022-11-16 | [chore] reversion: use specific columns for updating user again (#1059) | tobi | 1 |