summaryrefslogtreecommitdiff
path: root/internal/db
AgeCommit message (Expand)AuthorFiles
2022-09-21[chore] Tidy up status deletion, remove from cache too (#845)Libravatar tobi3
2022-09-17[bugfix] Fix domains not being unblockable, log internal server errors from A...Libravatar tobi1
2022-09-12 [bug] fix unique constraint conflict (#820)v0.5.0-rc1Libravatar tobi1
2022-09-12[feature] Allow users to set custom css for their profiles + threads (#808)Libravatar tobi3
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi5
2022-09-06[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)Libravatar tobi6
2022-09-04[bugfix] Use 'Image' instead of unrecognized 'Gif' type for media attachments...Libravatar tobi1
2022-09-02[performance] cache recently allowed/denied domains to cut down on db calls (...Libravatar kim4
2022-09-02[performance] cache account db lookups by public key URI (#795)Libravatar kim2
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim2
2022-08-31[feature] Add support for the exclude_types[] parameter on the notifications ...Libravatar Blackle Morisanchetto3
2022-08-31[feature] Sort follow requests, followers, and following by updated_at (#774)Libravatar Blackle Morisanchetto2
2022-08-27[bugfix] Status visibility + `excludeReplies` fixes (#769)Libravatar Blackle Morisanchetto2
2022-08-22[bugfix] Fix loss of account info on export/import, add tests (#759)Libravatar tobi1
2022-08-20[bugfix] Fix potential dereference of accounts on own instance (#757)Libravatar tobi3
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi10
2022-08-06[feature] Let accounts set default status format, and use this when processin...Libravatar tobi1
2022-08-01[feature] Implemented notification clear (#720)Libravatar Artémis3
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim12
2022-07-13[feature] Add back/next buttons to profiles for paging through statuses (#708)Libravatar tobi2
2022-07-11[performance] Add new index to fix slow web profile queries (#706)Libravatar tobi1
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim9
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
2022-06-30[feature] Cleanup unattached local media (#680)Libravatar tobi3
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi2
2022-06-16[bugfix] for the second accounts.note_raw migration (#653)Libravatar Mara Sophie Grosch1
2022-06-16postgres locale: fix accounts.note_raw migration (#651)Libravatar Mara Sophie Grosch1
2022-06-14[chore] Duplicated media cleanup (#649)v0.3.5Libravatar tobi1
2022-06-10[bugfix] Make accounts media_only query also work with pg (#643)Libravatar tobi3
2022-06-03[feature] Start adding advanced configuration options, starting with `samesit...Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim6
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi1
2022-05-23[security] Check all involved IRIs during block checking (#593)Libravatar tobi1
2022-05-20[feature] implement custom_emojis endpoint (#563)Libravatar Adelie Paull5
2022-05-18[performance] Add further indexes to mitigate laggy queries (#586)Libravatar tobi1
2022-05-16[chore] Timeline test updates (#578)Libravatar tobi1
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi3
2022-05-15[feature] Media cleanup endpoint (#560)Libravatar Sashanoraa1
2022-05-11[bugfix] Add account raw note fix (#556)Libravatar tobi2
2022-05-07[bugfix] Fix existing bio text showing as HTML (#531)Libravatar kim1
2022-05-02[bugfix] Allow self-boosting for any visibility but direct (#510)Libravatar Adelie Paull1
2022-05-02add extra indexes as a migration (#527)Libravatar tobi1
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi8
2022-04-28[bugfix] use Exec to rename media_attachments (#498)Libravatar Terin Stock1
2022-04-24[bug] Fix status API / status web API being case sensitive (#481)Libravatar tobi1
2022-04-18[bugfix] Fix infinite domain block database loop (#467)Libravatar tobi1
2022-04-18[feature] Add log-db-queries config option (#465)Libravatar tobi1
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi2
2022-04-10[bugfix] Fix broken only_media and only_public flags on /api/v1/accounts/:id/...v0.2.3Libravatar tobi1
2022-04-02[chore] Update Go version to 1.18 (#444)Libravatar tobi2