index
:
gotosocial.git
next
trunk
GoToSocial is an ActivityPub social network server
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
db
/
bundb
/
bundb.go
Age
Commit message (
Expand
)
Author
Files
2023-05-25
[feature] Add List functionality (#1802)
tobi
1
2023-05-12
[chore] Update a bunch of database dependencies (#1772)
tobi
1
2023-05-09
feat: initial tracing support (#1623)
Dominik Süß
1
2023-03-20
[chore] Refactor account deleting/block logic, tidy up some other processing ...
tobi
1
2023-03-12
[chore] Improve copyright header handling (#1608)
Daenney
1
2023-02-17
[feature] Add a request ID and include it in logs (#1476)
Daenney
1
2023-02-13
[bugfix] Fix up `error getting account avatar/header` errors, other small fix...
tobi
1
2023-02-03
[chore] Text formatting overhaul (#1406)
Autumn!
1
2023-02-01
[chore/performance] use only 1 sqlite db connection regardless of multiplier ...
tobi
1
2023-01-31
[chore] Use 'immediate' lock for sqlite transactions (#1404)
tobi
1
2023-01-26
[chore] set max open / idle conns + conn max lifetime for both postgres and s...
tobi
1
2023-01-17
[feature] Tune sqlite pragmas (#1349)
tobi
1
2023-01-10
[feature] Implement Report database model and utility functions (#1310)
tobi
1
2023-01-05
[chore] Update/add license headers for 2023 (#1304)
tobi
1
2022-12-08
[chore] move caches to a separate State{} structure (#1078)
kim
1
2022-11-20
[performance] add account block DB cache and remove block query joins (#1085)
kim
1
2022-11-18
[performance] replace account emojis relational query with separate calls to ...
kim
1
2022-11-18
[performance] replace status query relationals with separate calls in order t...
kim
1
2022-11-15
[chore] update database caching library (#1040)
kim
1
2022-11-14
[feature] Allow newly uploaded emojis to be placed in categories (#939)
tobi
1
2022-11-11
[feature] Read + Write tombstones for deleted Actors (#1005)
tobi
1
2022-10-08
[chore] Standardize database queries, use `bun.Ident()` properly (#886)
tobi
1
2022-10-03
[performance] add user cache and database (#879)
tobi
1
2022-09-28
[chore] update dependencies, bump to Go 1.19.1 (#826)
kim
1
2022-09-26
[feature] Show + federate emojis in accounts (#837)
tobi
1
2022-09-06
[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)
tobi
1
2022-09-02
[performance] cache recently allowed/denied domains to cut down on db calls (...
kim
1
2022-08-22
[bugfix] Fix loss of account info on export/import, add tests (#759)
tobi
1
2022-08-15
[chore] Update bun / sqlite versions; update gtsmodels (#754)
tobi
1
2022-07-19
[chore] use our own logging implementation (#716)
kim
1
2022-07-10
[chore] consolidate caching libraries (#704)
kim
1
2022-06-03
[feature] Start adding advanced configuration options, starting with `samesit...
tobi
1
2022-05-30
[chore] Global server configuration overhaul (#575)
kim
1
2022-05-20
[feature] implement custom_emojis endpoint (#563)
Adelie Paull
1
2022-04-18
[feature] Add log-db-queries config option (#465)
tobi
1
2022-03-29
[feature] Dereference remote mentions when the account is not already known (...
v0.2.2
tobi
1
2022-03-07
[performance] Database optimizations (#419)
v0.2.1
tobi
1
2022-01-30
[bug] Fix sqlite empty address issue (#370)
tobi
1
2021-12-21
[fix] Make postgres connections magically work in common setups (#352)
embr
1
2021-12-20
Extend license notices to 2022 (#354)
tobi
1
2021-12-07
Implement Cobra CLI tooling, Viper config tooling (#336)
tobi
1
2021-11-22
Enable stricter linting with golangci-lint (#316)
tobi
1
2021-11-21
tidy up database creation logic a bit (#317)
tobi
1
2021-10-11
reference global logrus (#274)
R. Aidan Campbell
1
2021-09-30
Golint (#255)
tobi
1
2021-09-20
tweak db settings slightly (#238)
tobi
1
2021-09-11
kim is a reply guy (#208)
tobi
1
2021-09-01
moving stuff around
tsmethurst
1
2021-09-01
lil move
tsmethurst
1
2021-09-01
more updates
tsmethurst
1
[next]