summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2022-06-11[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...Libravatar tobi14
2022-06-10[bugfix] Make accounts media_only query also work with pg (#643)Libravatar tobi3
2022-06-09[bugfix] Fix domain blocks get regression (#642)Libravatar tobi5
2022-06-09[frontend] Restructure Frontend Sources (#634)Libravatar f0x5247
2022-06-08[chore] gitignore shell.nix (#639)Libravatar f0x521
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi130
2022-06-08[bugfix] #621: add weak type handing to mapstructure decode (#625)Libravatar kim4
2022-06-08[feature] add vscode workspace config for linting + debugging (#588)Libravatar f0x523
2022-06-08[feature] Add paging via `Link` header for notifications and account statuses...Libravatar tobi17
2022-06-08[frontend] linkify header mascot+title (#633)Libravatar f0x523
2022-06-04[bugfix] Update time marshalling format to provide 3 digits of ms (#630)Libravatar tobi6
2022-06-03[feature] Start adding advanced configuration options, starting with `samesit...Libravatar tobi11
2022-06-01[chore] Adds Issue templates to Github (#626)Libravatar 0hlov33
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim90
2022-05-28[chore] Mastodon api fixups (#617)Libravatar tobi11
2022-05-28[frontend] Reduce width of profile img with screen width (#615)Libravatar Sashanoraa3
2022-05-28[frontend] Add padding to the bottom of main (#616)Libravatar Sashanoraa2
2022-05-27[bugfix] Add `accept: application/activity+json` to dereferencer (#611)Libravatar tobi1
2022-05-27[chore] Debug failed account get (#612)Libravatar tobi1
2022-05-27[chore] Add test for dereferencing Owncast service account (#613)Libravatar tobi5
2022-05-26[performance] Don't retry/backoff invalid http requests that will never succe...v0.3.4Libravatar tobi8
2022-05-26[performance] Bump default workers to CPUs * 2 (#608)Libravatar tobi1
2022-05-26[bugfix] Fix HTML escaping in instance title (#607)Libravatar tobi15
2022-05-25[security] Set SameSite to `strict` instead of browser default (#606)Libravatar tobi1
2022-05-24[chore] Serialize times as UTC ISO8601 instead of RFC3339 (#602)Libravatar tobi4
2022-05-24[bugfix] Don't serialize instance account if not set (#603)Libravatar tobi2
2022-05-24[bugfix] Only search remote if protocol is http(s) (#601)Libravatar tobi1
2022-05-24[bugfix] Set refetch to true in iterateDescendants (#600)Libravatar tobi1
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi18
2022-05-23[docs] document a checklist for how to go about a release (#592)Libravatar Mina Galić1
2022-05-23[bugfix] Fix `error extracting status content: no content found` (#598)Libravatar tobi4
2022-05-23[bugfix] If status URL is empty, use URI instead and don't log unnecessary er...Libravatar tobi3
2022-05-23[security] Check all involved IRIs during block checking (#593)Libravatar tobi9
2022-05-23[docs] Add Caddy instructions to the documentation (#594)Libravatar Martijn de Boer2
2022-05-20[feature] implement custom_emojis endpoint (#563)Libravatar Adelie Paull11
2022-05-18[bugfix] Stop some statuses from being home timelined when they shouldn't be ...Libravatar tobi2
2022-05-18[bugfix] Clean up boosts of status when the status itself is deleted (#579)Libravatar tobi4
2022-05-18[performance] Add further indexes to mitigate laggy queries (#586)Libravatar tobi236
2022-05-16[chore] Timeline test updates (#578)Libravatar tobi5
2022-05-16testrig: override bind address from environment variable (#577)Libravatar f0x521
2022-05-16[feature] Basic config validation (#562)Libravatar tobi7
2022-05-16[docs] Mention `AmbientCapabilities=CAP_NET_BIND_SERVICE` in example systemd ...Libravatar ugla1
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi17
2022-05-15[feature] Media cleanup endpoint (#560)Libravatar Sashanoraa8
2022-05-15[documentation] Nlnet application (#572)Libravatar tobi2
2022-05-15[accessibility] Add description for the pinafore logo (#568)Libravatar OniriCorpe1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim61
2022-05-15[chore] Update LE server to use copy of main http.Server{} to maintain server...Libravatar kim1
2022-05-13[bugfix] update syslog tests to listen/connect specifically to ipv4 loopback ...Libravatar kim2
2022-05-12[bugfix] Fix server trying to listen twice on same address when l.e. enabled ...v0.3.3Libravatar tobi1