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
/
processing
Age
Commit message (
Expand
)
Author
Files
2022-11-29
[chore] Tidy up some of the search logic (#1082)
v0.6.0-rc1
tobi
10
2022-11-24
[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061)
tobi
4
2022-11-24
[bugfix] Fix status boosts giving 404 (#1137)
tobi
1
2022-11-24
[chore] cleanup storage implementation, no need for multiple interface types ...
kim
6
2022-11-23
[feature/performance] Fail fast when doing remote transport calls inside inco...
tobi
10
2022-11-22
[feature] Prune timelines once per hour to plug memory leak (#1117)
tobi
1
2022-11-20
[performance] add account block DB cache and remove block query joins (#1085)
kim
3
2022-11-20
[bugfix] fix possible infinite loop on federated AP profile delete (#1091)
kim
1
2022-11-19
[feature] Support markdown format for Account bio/note (#1037)
Michael Manfre
2
2022-11-15
[chore] update database caching library (#1040)
kim
4
2022-11-14
[feature] Allow newly uploaded emojis to be placed in categories (#939)
tobi
6
2022-11-14
[feature] add instance-expose-public-timeline flag (#1039)
Rob Sargant
1
2022-11-08
[feature] Make instance thumbnail configurable via admin panel (#973)
tobi
3
2022-11-05
[bugfix] Check `media-description-min-chars` on submission of new status (#960)
tobi
4
2022-11-03
[bugfix] Wrap media in read closer (#941)
tobi
5
2022-10-14
[feature] Add emoji DELETE handler at `/api/v1/admin/custom_emojis` (#913)
tobi
4
2022-10-13
[feature] Add `/api/v1/admin/custom_emojis/{id}` endpoint for single emoji GE...
tobi
4
2022-10-13
[feature] Refetch emojis when they change on remote instances (#905)
tobi
2
2022-10-12
[feature] Add `/api/v1/admin/custom_emojis` endpoint (#902)
tobi
6
2022-10-10
[chore] Make paging logic more generic (#901)
tobi
6
2022-10-08
[feature] Add opt-in RSS feed for account's latest Public posts (#897)
tobi
6
2022-10-08
[chore] Standardize database queries, use `bun.Ident()` properly (#886)
tobi
10
2022-10-08
[feature] `oob` oauth token support (#889)
tobi
2
2022-10-06
[bugfix] Fix new domain block date (#893)
tobi
1
2022-10-04
[bugfix] Use background context instead of request context for async processi...
tobi
2
2022-10-03
[performance] add user cache and database (#879)
tobi
6
2022-10-02
fix emojis not showing in spoiler text (#878)
tobi
2
2022-09-29
[feature] update config types to use bytesize.Size (#828)
kim
4
2022-09-28
[chore] update dependencies, bump to Go 1.19.1 (#826)
kim
1
2022-09-27
[bugfix] Fix emphasis being added to emoji shortcodes with markdown parsing (...
v0.5.0
tobi
2
2022-09-26
[feature] Show + federate emojis in accounts (#837)
tobi
3
2022-09-25
[bugfix] update thread iterators to not use recursion (#851)
kim
1
2022-09-23
[feature] Allow delivery to sharedInboxes where possible (#847)
tobi
2
2022-09-21
[chore] Tidy up status deletion, remove from cache too (#845)
tobi
6
2022-09-12
[feature] Allow users to set custom css for their profiles + threads (#808)
tobi
5
2022-09-12
[feature] Fetch + display custom emoji in statuses from remote instances (#807)
tobi
1
2022-09-06
[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)
tobi
7
2022-09-04
[feature] Set default header and avatar for API accounts to GtS ones (#799)
tobi
1
2022-09-02
[performance] cache recently allowed/denied domains to cut down on db calls (...
kim
2
2022-09-02
[performance] use GetAccountByUsernameDomain() for local account lookups to r...
kim
11
2022-08-31
[feature] Add support for the exclude_types[] parameter on the notifications ...
Blackle Morisanchetto
3
2022-08-31
[chore] Test fixes (#788)
tobi
4
2022-08-31
[bugfix] Fix tusky search issue by returning empty if offset is greater than ...
Blackle Morisanchetto
1
2022-08-30
[bugfix] Do not generate a notification when favouriting your own post (#780)
Blackle Morisanchetto
1
2022-08-27
[bugfix] Status visibility + `excludeReplies` fixes (#769)
Blackle Morisanchetto
1
2022-08-23
[bugfix] Fix boost of boost issue (#764)
tobi
2
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
24
2022-08-08
[feature] Add first iteration of a user panel at `/user` (#736)
tobi
2
2022-08-06
[feature] Let accounts set default status format, and use this when processin...
tobi
2
[next]