summaryrefslogtreecommitdiff
path: root/internal/db
AgeCommit message (Expand)AuthorFiles
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney114
2023-03-03[performance] cache media attachments (#1525)Libravatar kim3
2023-03-02[bugfix] add ON CONFLICT statements to status updates (#1580)Libravatar tobi2
2023-03-02[feature] Advertise rich text formats, support content_type field (#1370)Libravatar Vyr Cossont2
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim2
2023-03-01[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)Libravatar tobi3
2023-02-25[feature] Client API endpoints + v. basic web view for pinned posts (#1547)Libravatar tobi5
2023-02-18[bugfix] In Postgres, drop shortcodedomain constraint before creating new emo...Libravatar tobi1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney13
2023-02-13[bugfix] Fix up `error getting account avatar/header` errors, other small fix...Libravatar tobi3
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi3
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim5
2023-02-03[chore] Text formatting overhaul (#1406)Libravatar Autumn!2
2023-02-01[chore/performance] use only 1 sqlite db connection regardless of multiplier ...Libravatar tobi1
2023-01-31[chore] Use 'immediate' lock for sqlite transactions (#1404)Libravatar tobi1
2023-01-26[chore] set max open / idle conns + conn max lifetime for both postgres and s...Libravatar tobi1
2023-01-23[chore] remove funky duplicate attachment in testrig (#1379)Libravatar tobi1
2023-01-23[feature] Implement `/api/v1/reports` endpoints on client API (#1330)Libravatar tobi3
2023-01-17[feature] Tune sqlite pragmas (#1349)Libravatar tobi1
2023-01-10[feature] Implement Report database model and utility functions (#1310)Libravatar tobi10
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi108
2023-01-05[chore] Fix emoji notnull constraint on initial gtsmodel (#1303)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 tobi1
2022-12-14[feature] domain block wildcarding (#1178)Libravatar kim2
2022-12-13[bugfix] fix unordered favorites (#1245)Libravatar Christoph Voigt1
2022-12-12[feature] allow uncaching of other media types (#1234)Libravatar kim3
2022-12-09[bugfix] fix unordered favorites (#1236)Libravatar Christoph Voigt1
2022-12-09[feature] Allow users to create + delete bookbarks, and view bookmarked statu...Libravatar Matthew Phillips3
2022-12-08[chore] move caches to a separate State{} structure (#1078)Libravatar kim14
2022-12-06[feature] overhaul the oidc system (#961)Libravatar Dominik Süß5
2022-12-02[bugfix] Fix `admin account confirm` on pre-confirmed account setting email a...Libravatar tobi1
2022-12-02[bugfix] Add missing continues in emoji get funcs (#1200)Libravatar tobi1
2022-12-01[bugfix] Use case-insensitive selects when getting remote accounts by usernam...v0.6.0-rc2Libravatar tobi2
2022-11-30[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...Libravatar tobi1
2022-11-30[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...Libravatar tobi1
2022-11-27fix missing lookup cache key for invalid domain block (#1158)Libravatar kim1
2022-11-22[feature] Prune timelines once per hour to plug memory leak (#1117)Libravatar tobi1
2022-11-20[chore] improve errors returned fetching account/statues from DB (#1084)Libravatar kim2
2022-11-20[performance] add account block DB cache and remove block query joins (#1085)Libravatar kim4
2022-11-18[performance] replace account emojis relational query with separate calls to ...Libravatar kim2
2022-11-18[performance] replace status query relationals with separate calls in order t...Libravatar kim2
2022-11-18[performance] don't use relations to select notification structs, use caches ...Libravatar tobi2
2022-11-16[chore] reversion: use specific columns for updating user again (#1059)Libravatar tobi2
2022-11-15[chore] update database caching library (#1040)Libravatar kim17
2022-11-14[feature] Allow newly uploaded emojis to be placed in categories (#939)Libravatar tobi5
2022-11-14[feature] add instance-expose-public-timeline flag (#1039)Libravatar Rob Sargant3
2022-11-13[chore] bump go-cache to v3.1.7 to fix possible issues with zero value keys (...Libravatar kim1
2022-11-11[feature] Read + Write tombstones for deleted Actors (#1005)Libravatar tobi5
2022-11-05[chore] bump gruf/go-store to v2 (#953)Libravatar tobi1