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
/
status.go
Age
Commit message (
Expand
)
Author
Files
2025-05-11
[feature] Notify accounts when a status they've interacted with has been edit...
tobi
1
2025-04-26
[feature] Move to code.superseriousbusiness.org
Daenney
1
2025-03-17
[feature] Application creation + management via API + settings panel (#3906)
tobi
1
2024-12-23
[feature] add support for clients editing statuses and fetching status revisi...
kim
1
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-07-23
[feature] Conversations API (#3013)
Vyr Cossont
1
2024-07-10
[bugfix] Don't throw error when parent statuses are missing (#2011) (#3088)
snow
1
2024-06-06
[feature] do not uncache status / emoji media if attached status is bookmarke...
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-19
[performance] overhaul struct (+ result) caching library for simplicity, perf...
kim
1
2023-12-15
[bugfix] use a much shorter refresh limit for statuses with polls (#2453)
v0.13.0
kim
1
2023-11-20
[bugfix] self-referencing collection pages for status replies (#2364)
kim
1
2023-11-10
[feature] Media attachment placeholders (#2331)
tobi
1
2023-11-08
[feature] add support for polls + receiving federated status edits (#2330)
kim
1
2023-10-25
[feature] Status thread mute/unmute functionality (#2278)
tobi
1
2023-08-31
[bugfix] wrap bun.Tx to add our own error processing (#2169)
kim
1
2023-08-17
[bugfix] fix double firing bun.DB query hooks (#2124)
kim
1
2023-08-10
[performance] remove last of relational queries to instead rely on caches (#2...
kim
1
2023-08-04
[performance] add caching of status fave, boost of, in reply to ID lists (#2060)
kim
1
2023-08-02
[bugfix] Rework MultiError to wrap + unwrap errors properly (#2057)
tobi
1
2023-08-02
[bugfix] fix slow accounts / statuses using emojis lookups (#2056)
kim
1
2023-07-31
[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)
tobi
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-05-12
[feature] status refetch support (#1690)
kim
1
2023-05-09
[chore] tidy + update StatusToAPIStatus (#1754)
tobi
1
2023-03-28
[performance] refactoring + add fave / follow / request / visibility caching ...
kim
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-03-03
[performance] cache media attachments (#1525)
kim
1
2023-03-02
[bugfix] add ON CONFLICT statements to status updates (#1580)
tobi
1
2023-03-01
[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)
tobi
1
2023-02-17
[feature] Add a request ID and include it in logs (#1476)
Daenney
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
[chore] improve errors returned fetching account/statues from DB (#1084)
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-10-08
[chore] Standardize database queries, use `bun.Ident()` properly (#886)
tobi
1
2022-09-29
[bugfix] Fix incorrect use of bun.Ident (#866)
tobi
1
2022-09-21
[chore] Tidy up status deletion, remove from cache too (#845)
tobi
1
2022-09-12
[feature] Fetch + display custom emoji in statuses from remote instances (#807)
tobi
1
2022-07-19
[chore] use our own logging implementation (#716)
kim
1
[next]