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