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
/
media.go
Age
Commit message (
Expand
)
Author
Files
2024-12-05
[feature] add support for receiving federated status edits (#3597)
kim
1
2024-11-11
[performance] minimise log field allocations (#3529)
kim
1
2024-09-16
[performance] cache more database calls, reduce required database calls overa...
kim
1
2024-09-02
[chore/performance] Avoid unnecessary "uncached" queries (#3265)
tobi
1
2024-07-24
[chore] renames the `GTS` caches to `DB` caches (#3127)
kim
1
2024-04-02
[chore] bump go structr cache version -> v0.6.0 (#2773)
kim
1
2024-02-07
[feature/performance] sqlite pragma optimize on close (#2596)
kim
1
2024-01-31
[bugfix] fix possible infinite loops in media / emoji cleanup (#2590)
kim
1
2024-01-19
[performance] overhaul struct (+ result) caching library for simplicity, perf...
kim
1
2023-08-31
[bugfix] wrap bun.Tx to add our own error processing (#2169)
kim
1
2023-08-21
[performance] Tweak media attachment cleanup; replace stale index (#2143)
tobi
1
2023-08-17
[bugfix] fix double firing bun.DB query hooks (#2124)
kim
1
2023-07-31
[performance] cache follow, follow request and block ID lists (#2027)
kim
1
2023-07-25
[performance] retry db queries on busy errors (#2025)
kim
1
2023-07-24
[feature/performance] support uncaching remote emoji + scheduled cleanup func...
kim
1
2023-07-05
[chore/performance] Remove remaining 'whereEmptyOrNull' funcs (#1946)
tobi
1
2023-06-22
[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)
kim
1
2023-05-12
[feature] status refetch support (#1690)
kim
1
2023-03-28
[performance] refactoring + add fave / follow / request / visibility caching ...
kim
1
2023-03-12
[chore] Improve copyright header handling (#1608)
Daenney
1
2023-03-03
[performance] cache media attachments (#1525)
kim
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-11
[chore/performance] Update media prune logic, add extra CLI command (#1474)
v0.7.0-rc2
tobi
1
2023-01-05
[chore] Update/add license headers for 2023 (#1304)
tobi
1
2022-12-12
[feature] allow uncaching of other media types (#1234)
kim
1
2022-10-08
[chore] Standardize database queries, use `bun.Ident()` properly (#886)
tobi
1
2022-06-30
[feature] Cleanup unattached local media (#680)
tobi
1
2022-05-15
[feature] Unused avatar and header cleanup (#574)
tobi
1
2022-03-07
[feature] Clean up/uncache remote media (#407)
tobi
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-08-29
Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)
kim
1
2021-08-25
Pg to bun (#148)
tobi
1