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
/
util
Age
Commit message (
Expand
)
Author
Files
2025-09-15
[bugfix] Parse `scheduled_at` as ISO8601 with offset if RFC3339 parse fails (...
tobi
1
2025-08-14
[performance] replace uses of fmt.Sprintf() with inlineable buildURL_() and b...
kim
1
2025-06-11
[bugfix] process account delete synchronously to prevent OOM (#4260)
kim
1
2025-04-26
[feature] Move to code.superseriousbusiness.org
Daenney
8
2025-04-26
[performance] rewrite timelines to rely on new timeline cache type (#3941)
kim
1
2025-04-07
[feature] add TOTP two-factor authentication (2FA) (#3960)
tobi
2
2025-04-06
[bugfix] Change email `Date` header to use RFC2822 (#3972)
tobi
1
2025-01-14
[chore] better dns validation (#3644)
kim
3
2024-11-21
[feature] Add domain permission drafts and excludes (#3547)
tobi
1
2024-11-11
[performance] minimise log field allocations (#3529)
kim
2
2024-10-12
[bugfix] Account.last_status_at is a date, not datetime (#3419)
Markus Unterwaditzer
1
2024-09-16
[performance] cache more database calls, reduce required database calls overa...
kim
1
2024-08-13
[bugfix] relax missing preferred_username, instead using webfingered username...
kim
1
2024-08-11
[bugfix] updated pinned counts on status delete (#3188)
kim
1
2024-07-30
[chore] add some more slice related utility functions + remove duplicated fun...
kim
3
2024-07-26
[bugfix] Use punycode for `host` part of `resource` query param when doing we...
tobi
2
2024-07-17
[chore] media pipeline improvements (#3110)
kim
1
2024-07-15
[feature] more filetype support! (#3107)
kim
2
2024-07-03
[chore] Allow gtsmodel to depend on util (#3068)
Vyr Cossont
1
2024-05-27
[experiment] add alternative wasm sqlite3 implementation available via build-...
kim
1
2024-04-26
[performance] update remaining worker pools to use queues (#2865)
kim
1
2024-02-09
[chore] Move `DoOnce` func wrapper to util (#2613)
tobi
1
2024-01-31
[bugfix] fix possible infinite loops in media / emoji cleanup (#2590)
kim
1
2024-01-26
[bugfix] Don't return Account or Status if new and dereferencing failed, othe...
tobi
2
2024-01-19
[performance] overhaul struct (+ result) caching library for simplicity, perf...
kim
1
2024-01-16
[feature] Account alias / move API + db models (#2518)
tobi
1
2023-11-20
[bugfix] self-referencing collection pages for status replies (#2364)
kim
1
2023-11-08
[feature] add support for polls + receiving federated status edits (#2330)
kim
1
2023-09-29
[bugfix] Fix paging for empty items (#2236)
tobi
2
2023-09-29
[chore/bugfix] Deinterface text.Formatter, allow underscores in hashtags (#2233)
tobi
1
2023-09-11
[feature] Support Actor URIs for webfinger queries (#2187)
Daenney
2
2023-08-07
[chore] Use generic pointer function (#2080)
Daenney
1
2023-06-13
[chore] Refactor AP authentication, other small bits of tidying up (#1874)
tobi
1
2023-05-22
[chore] update account statuses paging logic (#1814)
tobi
2
2023-05-07
[bugfix] Punycode fixes (#1743)
tobi
1
2023-03-12
[chore] Improve copyright header handling (#1608)
Daenney
8
2023-02-03
[chore] Text formatting overhaul (#1406)
Autumn!
2
2023-01-05
[chore] Update/add license headers for 2023 (#1304)
tobi
9
2022-12-16
[chore/bugfix] Switch markdown from blackfriday to goldmark (#1267)
Autumn!
1
2022-12-10
[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...
tobi
1
2022-11-15
[bugfix] Fix unicode-unaware word boundary check in hashtags (#1049)
ugla
2
2022-10-10
[chore] Make paging logic more generic (#901)
tobi
2
2022-10-02
[chore] Use shorter timestamps in frontend for replies (#875)
tobi
1
2022-07-13
[feature] Add back/next buttons to profiles for paging through statuses (#708)
tobi
1
2022-07-03
[bugfix] Make hashtag regex work with non-ascii characters (#682)
tobi
1
2022-06-11
[chore] Webfinger rework (#627)
tobi
3
2022-06-08
[feature] Add paging via `Link` header for notifications and account statuses...
tobi
1
2022-06-04
[bugfix] Update time marshalling format to provide 3 digits of ms (#630)
tobi
2
2022-05-28
[chore] Mastodon api fixups (#617)
tobi
2
2022-05-24
[chore] Serialize times as UTC ISO8601 instead of RFC3339 (#602)
tobi
2
[next]