summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2022-07-19[bugfix] Markdown format fixes (#718)Libravatar tobi2
2022-07-18[feature] Implement `cache-control` and etags for static assets (#711)Libravatar tobi11
2022-07-18[chore] move dialer inside new (#715)Libravatar tobi1
2022-07-15[performance] Add long cache-control max age to fileserver (#710)Libravatar tobi1
2022-07-13[feature] Add back/next buttons to profiles for paging through statuses (#708)Libravatar tobi9
2022-07-12[chore] improved router logging, recovery and error handling (#705)Libravatar kim29
2022-07-11[performance] Add new index to fix slow web profile queries (#706)Libravatar tobi1
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim21
2022-07-08[chore] Improve panic handling (#700)Libravatar kim1
2022-07-05[bugfix] Fix footer info fields not wrapping (#694)Libravatar tobi1
2022-07-05[bugfix] Fix incorrect domain showing in profiles (#693)Libravatar tobi3
2022-07-04[bugfix] Visibility fixes (#687)Libravatar tobi3
2022-07-03[chore] configure instance.Version for testrig (#659)Libravatar f0x521
2022-07-03[chore] Update pruneOneLocal to use ctx (#684)Libravatar tobi2
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß42
2022-07-03[bugfix] Make hashtag regex work with non-ascii characters (#682)Libravatar tobi2
2022-06-30[feature] Cleanup unattached local media (#680)Libravatar tobi9
2022-06-26[feature] Use default instance thumbnail if instance account header not set (...Libravatar tobi2
2022-06-26[feature] add configuration to `/api/v1/instance` response (#670)Libravatar tobi4
2022-06-25[bugfix] disallow following or blocking yoursel (#667)Libravatar ugla4
2022-06-24[bugfix] Fix 404 on status delete redraft (#668)Libravatar tobi6
2022-06-24[bugfix] allow setting empty email via instance patch (#665)Libravatar tobi2
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi18
2022-06-21[frontend] Profile pages upgrade (#640)Libravatar f0x521
2022-06-20[bugfix] Account self finger fix (#658)v0.3.6Libravatar tobi1
2022-06-19[chore] make tests more cacheable by avoiding time.Now() (#656)Libravatar tobi2
2022-06-16[bugfix] for the second accounts.note_raw migration (#653)Libravatar Mara Sophie Grosch1
2022-06-16postgres locale: fix accounts.note_raw migration (#651)Libravatar Mara Sophie Grosch1
2022-06-14[chore] Duplicated media cleanup (#649)v0.3.5Libravatar tobi1
2022-06-11[chore] Fix testrig emoji bug (#646)Libravatar tobi1
2022-06-11[chore] Refactor thread dereference a bit for clarity (#647)Libravatar tobi1
2022-06-11[chore] Validate/set account domain (#619)Libravatar tobi2
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi59
2022-06-11[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...Libravatar tobi11
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 f0x523
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi123
2022-06-08[bugfix] #621: add weak type handing to mapstructure decode (#625)Libravatar kim2
2022-06-08[feature] Add paging via `Link` header for notifications and account statuses...Libravatar tobi17
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 tobi6
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim70
2022-05-28[chore] Mastodon api fixups (#617)Libravatar tobi11
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 tobi4
2022-05-26[performance] Don't retry/backoff invalid http requests that will never succe...v0.3.4Libravatar tobi3
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