summaryrefslogtreecommitdiff
path: root/internal/db
AgeCommit message (Expand)AuthorFiles
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi1
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim32
2024-07-23[chore] Add some log lines to recent migrations warning not to interrupt (#3134)Libravatar tobi3
2024-07-23Remove content and related fields from boosts (#3131)Libravatar Vyr Cossont1
2024-07-23[feature] Conversations API (#3013)Libravatar Vyr Cossont12
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim4
2024-07-15[feature/frontend] Add player for audio files; use thumbnail for `poster` (#3...Libravatar tobi5
2024-07-15[chore] add step-by-step logging to long migration (#3102)Libravatar tobi1
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi11
2024-07-10[bugfix] Don't throw error when parent statuses are missing (#2011) (#3088)Libravatar snow1
2024-06-29[feature] Default to WASM-based SQLite driver (#3053)Libravatar Daenney4
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim4
2024-06-18[bugfix] rename `include_types[]` to `types[]` (#3023)Libravatar tobi2
2024-06-18[feature/frontend] Reports frontend v2 (#3022)Libravatar tobi3
2024-06-17[feature] Implement types[] param for notifications (#3009)Libravatar Vyr Cossont3
2024-06-14[bugfix] avoid v. long notification clear query (#3007)v0.16.0-rc3Libravatar tobi2
2024-06-11[bugfix] Deref stats async, serve stub collections if handshaking (#2990)v0.16.0-rc2Libravatar tobi3
2024-06-10[bugfix] boost and account recursion (#2982)Libravatar kim2
2024-06-06[feature] User muting (#2960)Libravatar Vyr Cossont5
2024-06-06[feature] do not uncache status / emoji media if attached status is bookmarke...Libravatar kim5
2024-06-05[chore] Fiddle with CI tests; use wasmsqlite3 for CI tests (#2966)Libravatar tobi1
2024-06-04Compile filter keyword regexps when touched through PutFilter or UpdateFilter...Libravatar Vyr Cossont1
2024-05-31[feature] Add from: search operator and account_id query param (#2943)Libravatar Vyr Cossont3
2024-05-31[feature] Implement Filter API v2 (#2936)Libravatar Vyr Cossont3
2024-05-27[experiment] add alternative wasm sqlite3 implementation available via build-...Libravatar kim13
2024-05-22[performance] update storage backend and make use of seek syscall when availa...Libravatar kim1
2024-05-21[performance] cache v2 filter keyword regular expressions (#2903)Libravatar kim1
2024-05-01[feature] Page through accounts as moderator (#2881)Libravatar tobi3
2024-04-16[bugfix] fix get all tokens (#2841)Libravatar tobi2
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi8
2024-04-15[performance] cached oauth database types (#2838)Libravatar kim3
2024-04-13[feature] Admin accounts endpoints; approve/reject sign-ups (#2826)Libravatar tobi5
2024-04-13[performance] update GetAccountsByIDs() to use the new multi cache loader end...Libravatar kim1
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi9
2024-04-03[bugfix] Sort follows chronologically (#2801)Libravatar Daenney1
2024-04-02[bugfix] Set domain for empty-domain Friendica accounts (#2800)v0.15.0-rc1Libravatar tobi1
2024-04-02[chore] bump go structr cache version -> v0.6.0 (#2773)Libravatar kim16
2024-03-25[feature] User-selectable preset CSS themes for accounts (#2777)Libravatar tobi1
2024-03-25[feature] Add healthcheck endpoints `/livez` and `/readyz` (#2783)Libravatar tobi2
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi6
2024-03-22[bugfix] add all possible busy result codes to the sqlite errBusy catching ch...Libravatar kim1
2024-03-14[docs] Add database maintenance section; update info message on ANALYZE run (...Libravatar tobi1
2024-03-13[feature] Process outgoing Move from clientAPI (#2750)Libravatar tobi2
2024-03-10[bugfix] Fix whitespace move_id issue (#2742)Libravatar tobi1
2024-03-10[bugfix] Don't error when populating MovedTo if account not found (#2741)Libravatar tobi2
2024-03-07[bugfix] add workaround for Xsqlite_interrupt() permanently breaking connecti...Libravatar kim1
2024-03-06[chore/bugfix] Little DB fixes (#2726)Libravatar tobi2
2024-03-06[feature/chore] Add Move database functions + cache (#2647)Libravatar tobi7
2024-03-06[feature] Filters v1 (#2594)Libravatar Vyr Cossont11
2024-03-03[bugfix] update postgresqlstmt to correctly use postgres err hook (#2711)Libravatar kim1