summaryrefslogtreecommitdiff
path: root/internal/db/bundb
AgeCommit message (Expand)AuthorFiles
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 tobi1
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 tobi1
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 tobi8
2022-02-08go fmtLibravatar tsmethurst1
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst4
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson1
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 tobi48
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
2021-10-31smtp + email confirmation (#285)Libravatar tobi1
2021-10-24Serve `outbox` for Actor (#289)Libravatar tobi1
2021-10-16Follow request improvements (#282)Libravatar tobi1
2021-10-13go fmt (#278)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell7
2021-10-04Refactor/tidy (#261)Libravatar tobi1
2021-09-30Golint (#255)Libravatar tobi2
2021-09-28Account update issue (#250)Libravatar tobi1
2021-09-20tweak db settings slightly (#238)Libravatar tobi1
2021-09-13set default privacy for new accounts (#225)Libravatar tobi1
2021-09-11kim is a reply guy (#208)Libravatar tobi5
2021-09-10fixes + db changes (#204)Libravatar tobi2
2021-09-09Import export (#194)Libravatar tobi5
2021-09-04tests + announce notification fix (#193)Libravatar tobi8
2021-09-01moving stuff aroundLibravatar tsmethurst22
2021-09-01move oauth models into gtsmodelLibravatar tsmethurst21
2021-09-01lil moveLibravatar tsmethurst1
2021-09-01more updatesLibravatar tsmethurst4
2021-09-01change muchos thingsLibravatar tsmethurst1
2021-09-01Improve GetRemoteStatus and db.GetStatus() logic (#174)Libravatar kim8
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim18
2021-08-29Mention fixup (#167)Libravatar tobi1
2021-08-27fix new tx within tx (#163)Libravatar kim1