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-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
2022-08-01
[feature] Implemented notification clear (#720)
Artémis
2
2022-07-19
[bugfix] html escape special characters in text instead of totally removing t...
tobi
2
2022-07-19
[chore] use our own logging implementation (#716)
kim
15
2022-07-13
[feature] Add back/next buttons to profiles for paging through statuses (#708)
tobi
4
2022-07-10
[chore] consolidate caching libraries (#704)
kim
2
2022-07-03
[feature] S3 support (#674)
Dominik Süß
9
2022-06-30
[feature] Cleanup unattached local media (#680)
tobi
1
2022-06-25
[bugfix] disallow following or blocking yoursel (#667)
ugla
2
2022-06-24
[bugfix] Fix 404 on status delete redraft (#668)
tobi
6
2022-06-24
[bugfix] allow setting empty email via instance patch (#665)
tobi
1
2022-06-23
[feature] Implement `/api/v1/instance/peers` endpoint (#660)
tobi
3
2022-06-20
[bugfix] Account self finger fix (#658)
v0.3.6
tobi
1
2022-06-11
[chore] Webfinger rework (#627)
tobi
17
2022-06-11
[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...
tobi
2
2022-06-08
[feature] More consistent API error handling (#637)
tobi
27
2022-06-08
[feature] Add paging via `Link` header for notifications and account statuses...
tobi
7
2022-06-04
[bugfix] Update time marshalling format to provide 3 digits of ms (#630)
tobi
1
2022-05-30
[chore] Global server configuration overhaul (#575)
kim
9
2022-05-28
[chore] Mastodon api fixups (#617)
tobi
1
2022-05-27
[chore] Debug failed account get (#612)
tobi
1
2022-05-26
[bugfix] Fix HTML escaping in instance title (#607)
tobi
7
2022-05-24
[chore] Serialize times as UTC ISO8601 instead of RFC3339 (#602)
tobi
1
2022-05-24
[bugfix] Only search remote if protocol is http(s) (#601)
tobi
1
2022-05-23
[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...
tobi
3
2022-05-20
[feature] implement custom_emojis endpoint (#563)
Adelie Paull
5
[next]