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
/
account.go
Age
Commit message (
Expand
)
Author
Files
2023-05-22
[chore] update account statuses paging logic (#1814)
tobi
1
2023-05-12
[feature] status refetch support (#1690)
kim
1
2023-05-07
[bugfix] Punycode fixes (#1743)
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-02-25
[feature] Client API endpoints + v. basic web view for pinned posts (#1547)
tobi
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] reformat GetAccount() functionality, support updating accounts based ...
kim
1
2023-01-05
[chore] Update/add license headers for 2023 (#1304)
tobi
1
2022-12-09
[feature] Allow users to create + delete bookbarks, and view bookmarked statu...
Matthew Phillips
1
2022-12-08
[chore] move caches to a separate State{} structure (#1078)
kim
1
2022-12-01
[bugfix] Use case-insensitive selects when getting remote accounts by usernam...
v0.6.0-rc2
tobi
1
2022-11-30
[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...
tobi
1
2022-11-20
[chore] improve errors returned fetching account/statues from DB (#1084)
kim
1
2022-11-18
[performance] replace account emojis relational query with separate calls to ...
kim
1
2022-11-15
[chore] update database caching library (#1040)
kim
1
2022-10-08
[feature] Add opt-in RSS feed for account's latest Public posts (#897)
tobi
1
2022-10-08
[chore] Standardize database queries, use `bun.Ident()` properly (#886)
tobi
1
2022-09-26
[feature] Show + federate emojis in accounts (#837)
tobi
1
2022-09-12
[feature] Allow users to set custom css for their profiles + threads (#808)
tobi
1
2022-09-02
[performance] cache account db lookups by public key URI (#795)
kim
1
2022-09-02
[performance] use GetAccountByUsernameDomain() for local account lookups to r...
kim
1
2022-08-27
[bugfix] Status visibility + `excludeReplies` fixes (#769)
Blackle Morisanchetto
1
2022-08-20
[bugfix] Fix potential dereference of accounts on own instance (#757)
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-13
[feature] Add back/next buttons to profiles for paging through statuses (#708)
tobi
1
2022-07-10
[chore] consolidate caching libraries (#704)
kim
1
2022-06-10
[bugfix] Make accounts media_only query also work with pg (#643)
tobi
1
2022-05-30
[chore] Global server configuration overhaul (#575)
kim
1
2022-05-02
[performance] Speed up some of the slower db queries (#523)
tobi
1
2022-04-15
[feature] Web profile pages for accounts (#449)
tobi
1
2022-04-10
[bugfix] Fix broken only_media and only_public flags on /api/v1/accounts/:id/...
v0.2.3
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-11-17
fix broken GetInstanceAccount selector (#311)
tobi
1
2021-10-24
Serve `outbox` for Actor (#289)
tobi
1
2021-09-11
kim is a reply guy (#208)
tobi
1
2021-09-01
Improve GetRemoteStatus and db.GetStatus() logic (#174)
kim
1
2021-08-29
Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)
kim
1
2021-08-26
some more little fixes for all to enjoy (#161)
tobi
1
2021-08-26
fix public timeline bug (#150)
tobi
1
2021-08-25
Pg to bun (#148)
tobi
1