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
Age
Commit message (
Expand
)
Author
Files
2022-12-17
[feature] Enable basic video support (mp4 only) (#1274)
tobi
10
2022-12-16
[chore] fix some little config whoopsies (#1272)
tobi
1
2022-12-16
update go-cache to v3.2.0 with support for ignoring errors (#1273)
kim
1
2022-12-16
[chore/bugfix] Switch markdown from blackfriday to goldmark (#1267)
Autumn!
5
2022-12-15
[bugfix] Use null for empty api status `language` (#1268)
tobi
4
2022-12-14
[feature] support Sec-Websocket-Protocol in streaming API (#1254)
Matthew Phillips
3
2022-12-14
[feature] domain block wildcarding (#1178)
kim
5
2022-12-13
[bugfix] fix unordered favorites (#1245)
Christoph Voigt
3
2022-12-12
[feature] allow uncaching of other media types (#1234)
kim
9
2022-12-11
[feature] support configuring database caches (#1246)
kim
8
2022-12-10
[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...
tobi
12
2022-12-09
[bugfix] fix unordered favorites (#1236)
Christoph Voigt
1
2022-12-09
[feature] Allow users to create + delete bookbarks, and view bookmarked statu...
Matthew Phillips
22
2022-12-08
[chore] move caches to a separate State{} structure (#1078)
kim
21
2022-12-06
[feature] overhaul the oidc system (#961)
Dominik Süß
13
2022-12-06
[feature] media: add webp support (#1155)
Sigrid Solveig Haflínudóttir
5
2022-12-05
[bugfix]: Prevent extension of S3 presigned url TTL (#1208)
Dominik Süß
1
2022-12-04
[chore] Fix a few possible cases of int truncation (#1207)
Daniele Sluijters
8
2022-12-02
[performance]: make s3 urls cacheable (#1194)
v0.6.0-rc3
Dominik Süß
1
2022-12-02
[bugfix] Fix `admin account confirm` on pre-confirmed account setting email a...
tobi
1
2022-12-02
[bugfix] Add missing continues in emoji get funcs (#1200)
tobi
1
2022-12-01
[chore] Remove duplicate prefixes from sanitizer (#1195)
Daniele Sluijters
1
2022-12-01
[bugfix] Use case-insensitive selects when getting remote accounts by usernam...
v0.6.0-rc2
tobi
2
2022-11-30
[feature] Support PKCS1 "RSA PUBLIC KEY" pem block type (#1179)
Sigrid Solveig Haflínudóttir
1
2022-11-30
[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...
tobi
7
2022-11-30
[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...
tobi
9
2022-11-29
[bugfix] don't return error during account serialize on deleted emoji (#1177)
kim
1
2022-11-29
[bugfix] wrap the correct error on failed account update (#1176)
kim
1
2022-11-29
[chore] Tidy up some of the search logic (#1082)
v0.6.0-rc1
tobi
23
2022-11-27
fix missing lookup cache key for invalid domain block (#1158)
kim
1
2022-11-27
[bugfix] Use Host domain for UA (#1156)
Daniele Sluijters
1
2022-11-26
[chore] Set User-Agent header in transport (#1154)
Daniele Sluijters
6
2022-11-26
Tweak the User-Agent a bit (#1153)
Daniele Sluijters
1
2022-11-26
Additional IP range validations (#1152)
Daniele Sluijters
4
2022-11-25
[bugfix]: Fix IPv6 validation (#1150)
Daniele Sluijters
1
2022-11-25
[feature] Add `admin media prune orphaned` CLI command (#1146)
tobi
7
2022-11-24
[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061)
tobi
9
2022-11-24
[bugfix] Fix status boosts giving 404 (#1137)
tobi
3
2022-11-24
[bugfix] Prevent future statuses entering timelines (#1134)
tobi
5
2022-11-24
[chore] cleanup storage implementation, no need for multiple interface types ...
kim
30
2022-11-23
[feature/performance] Fail fast when doing remote transport calls inside inco...
tobi
17
2022-11-23
[chore/frontend] remove references to unused bundle.js (#1128)
tobi
4
2022-11-22
[feature] Prune timelines once per hour to plug memory leak (#1117)
tobi
16
2022-11-22
[chore] use kv.KVStore also for S3 storage (#1113)
kim
2
2022-11-22
[chore] markdown: disable Smartypants rendering (#1111)
Norwin
2
2022-11-20
[chore] simplify logging to remove "safetywriter" given os.File has concurren...
kim
2
2022-11-20
[chore] improve errors returned fetching account/statues from DB (#1084)
kim
2
2022-11-20
[performance] add account block DB cache and remove block query joins (#1085)
kim
11
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
[next]