summaryrefslogtreecommitdiff
path: root/internal/db
AgeCommit message (Expand)AuthorFiles
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
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi2
2022-03-19[feature] Admin account actions (#432)Libravatar tobi4
2022-03-07[performance] Database optimizations (#419)v0.2.1Libravatar tobi5
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi9
2022-02-08go fmtLibravatar tsmethurst1
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst5
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson2
2022-01-31[bug] Fix OIDC users requiring second approval (#371)Libravatar tobi1
2022-01-30[bug] Fix sqlite empty address issue (#370)Libravatar tobi2
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst1
2022-01-08compiling nowLibravatar tsmethurst1
2021-12-21[fix] Make postgres connections magically work in common setups (#352)Libravatar embr1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi63
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi14
2021-11-22Fix mentioned accounts visibility bug (#323)Libravatar tobi1
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi10
2021-11-21tidy up database creation logic a bit (#317)Libravatar tobi1
2021-11-17fix broken GetInstanceAccount selector (#311)Libravatar tobi2
2021-11-17Fix instance account not being created (#310)Libravatar tobi2
2021-11-13First db migration (#297)Libravatar tobi25