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
2023-01-16
[bugfix] Parse video metadata more accurately; allow Range in fileserver (#1342)
tobi
1
2023-01-13
[chore] Remove omitempty on account source; refactor tests to use prettyprint...
tobi
1
2023-01-11
[performance] media processing improvements (#1288)
kim
3
2023-01-11
[feature] Add local user and post count to nodeinfo responses (#1325)
Sleep
1
2023-01-08
[bugfix] fix panic during status delete loop by breaking out early on len(sta...
kim
1
2023-01-05
[chore] Update/add license headers for 2023 (#1304)
tobi
120
2023-01-02
[chore] The Big Middleware and API Refactor (tm) (#1250)
tobi
10
2022-12-21
[bugfix] Close reader gracefully when streaming recache of remote media to fi...
tobi
3
2022-12-10
[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...
tobi
5
2022-12-09
[feature] Allow users to create + delete bookbarks, and view bookmarked statu...
Matthew Phillips
10
2022-12-06
[feature] overhaul the oidc system (#961)
Dominik Süß
1
2022-11-30
[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...
tobi
2
2022-11-30
[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...
tobi
1
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
[next]