Age | Commit message (Expand) | Author | Files |
2023-05-28 | [chore] tidy up media manager, add calling func to errors, build-script impro... | kim | 3 |
2023-05-25 | [feature] Configurable custom css length (#1827) | tobi | 1 |
2023-05-25 | [feature] Add List functionality (#1802) | tobi | 4 |
2023-05-21 | [bugfix] Add back removed ValidateRequest() before backoff-retry loop (#1805)v0.9.0-rc2 | kim | 1 |
2023-05-15 | [bugfix] Fix duplicating fields on profile edit (#1788) | tobi | 1 |
2023-05-12 | [feature] status refetch support (#1690) | kim | 2 |
2023-05-09 | feat: initial tracing support (#1623) | Dominik Süß | 1 |
2023-05-09 | [feature] Enable federation in/out of profile PropertyValue fields (#1722) | tobi | 1 |
2023-05-08 | [chore/performance] Make sender multiplier configurable (#1750) | tobi | 1 |
2023-05-07 | [bugfix] Punycode fixes (#1743) | tobi | 1 |
2023-05-06 | [feature] Implement the preferences client API (#1740) | Daenney | 1 |
2023-04-28 | [performance] improved request batching (removes need for queueing) (#1687) | kim | 1 |
2023-03-20 | [chore] Refactor account deleting/block logic, tidy up some other processing ... | tobi | 2 |
2023-03-19 | [feature] Email notifications for new / closed moderation reports (#1628) | tobi | 1 |
2023-03-12 | [chore] Improve copyright header handling (#1608) | Daenney | 16 |
2023-03-08 | [feature] Discover webfinger through host-meta (#1588) | Daenney | 1 |
2023-03-03 | [performance] cache media attachments (#1525) | kim | 1 |
2023-03-01 | [chore] move client/federator workerpools to Workers{} (#1575) | kim | 7 |
2023-03-01 | [chore/performance] simplify storage driver to use storage.Storage directly (... | kim | 1 |
2023-02-25 | [feature] Client API endpoints + v. basic web view for pinned posts (#1547) | tobi | 1 |
2023-02-22 | [chore] Deinterface processor and subprocessors (#1501) | tobi | 1 |
2023-02-17 | [feature] Add a request ID and include it in logs (#1476) | Daenney | 3 |
2023-02-13 | [performance] processing media and scheduled jobs improvements (#1482) | kim | 2 |
2023-02-11 | [chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2 | tobi | 1 |
2023-02-03 | [chore] reformat GetAccount() functionality, support updating accounts based ... | kim | 3 |
2023-01-27 | [feature] Federate reports to remote instance as Flag (if desired) (#1386) | tobi | 1 |
2023-01-26 | [chore] set max open / idle conns + conn max lifetime for both postgres and s... | tobi | 1 |
2023-01-25 | [feature] Public list of suspended domains (#1362) | f0x52 | 1 |
2023-01-25 | [feature] Implement reports admin API so admins can view + close reports (#1378) | tobi | 1 |
2023-01-23 | [chore] remove funky duplicate attachment in testrig (#1379) | tobi | 1 |
2023-01-18 | [chore] Change default sqlite busy timeout to 5m (#1352) | tobi | 1 |
2023-01-17 | [feature] Tune sqlite pragmas (#1349) | tobi | 2 |
2023-01-11 | [performance] media processing improvements (#1288) | kim | 14 |
2023-01-10 | [feature] Implement Report database model and utility functions (#1310) | tobi | 2 |
2023-01-05 | [chore] Update/add license headers for 2023 (#1304) | tobi | 16 |
2023-01-04 | [feature] HTTP request throttling middleware (#1297) | tobi | 1 |
2023-01-02 | [chore] The Big Middleware and API Refactor (tm) (#1250) | tobi | 1 |
2022-12-22 | [feature] For video attachments, store + return fps, bitrate, duration (#1282) | tobi | 3 |
2022-12-13 | [bugfix] fix unordered favorites (#1245) | Christoph Voigt | 1 |
2022-12-12 | [feature] allow uncaching of other media types (#1234) | kim | 1 |
2022-12-11 | [feature] support configuring database caches (#1246) | kim | 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 | 1 |
2022-12-06 | [feature] overhaul the oidc system (#961) | Dominik Süß | 1 |
2022-12-04 | [chore] Fix a few possible cases of int truncation (#1207) | Daniele Sluijters | 1 |
2022-12-02 | [performance]: make s3 urls cacheable (#1194)v0.6.0-rc3 | Dominik Süß | 1 |
2022-11-30 | [bugfix] Don't call `strings.ToLower()` on usernames when selecting account b... | tobi | 2 |
2022-11-30 | [bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them... | tobi | 1 |
2022-11-24 | [chore] cleanup storage implementation, no need for multiple interface types ... | kim | 4 |
2022-11-22 | [chore] use kv.KVStore also for S3 storage (#1113) | kim | 1 |