summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2022-08-10[bugfix] Check orientation when reading width/height of images (#749)Libravatar tobi1
2022-08-10[bugfix] Fix thumbnails not taking exif rotation into account (#746)Libravatar tobi4
2022-08-08[feature] Add first iteration of a user panel at `/user` (#736)Libravatar tobi10
2022-08-07[bugfix] Markdown formatting updates (#743)Libravatar tobi3
2022-08-06[feature] Let accounts set default status format, and use this when processin...Libravatar tobi16
2022-08-05[bugfix] Parse source first before checking if empty form (#738)Libravatar tobi1
2022-08-01[feature] Implemented notification clear (#720)Libravatar Artémis7
2022-07-30serve HEAD requests via the fileserver (#735)Libravatar tobi2
2022-07-28[bugfix] remove <= 0 `expires_in` from oauth token response (#731)Libravatar tobi1
2022-07-28[feature] add 'state' oauth2 param to /oauth/authorize (#730)Libravatar tobi6
2022-07-22[bugfix] Fix Toot CLI media attachments not working properly (#726)v0.3.8Libravatar tobi2
2022-07-22[bugfix] Make `/api/v2/media` more compatible with masto API (#724)Libravatar tobi7
2022-07-20[chore] Update image/video size defaults to mastodon's (#723)Libravatar tobi2
2022-07-19[bugfix] html escape special characters in text instead of totally removing t...Libravatar tobi12
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim111
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