summaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)AuthorFiles
2022-08-30[bugfix] Do not generate a notification when favouriting your own post (#780)Libravatar Blackle Morisanchetto1
2022-08-30[bugfix] Fix issue where the 'favourited' field of a notification's status is...Libravatar Blackle Morisanchetto1
2022-08-29[bugfix] Use reblogged status in notification, instead of wrapper status (#775)Libravatar Blackle Morisanchetto1
2022-08-27[bugfix] Relax outgoing http request queue (#760)v0.4.0Libravatar tobi3
2022-08-27[bugfix] Status visibility + `excludeReplies` fixes (#769)Libravatar Blackle Morisanchetto3
2022-08-26[bugfix] Check the length of form.MediaIDs instead of just checking for null ...Libravatar Blackle Morisanchetto1
2022-08-26[feature] Allow footnotes in markdown, use `<br>` instead of `\n` (#767)Libravatar tobi2
2022-08-23[bugfix] Fix boost of boost issue (#764)Libravatar tobi2
2022-08-22[bugfix] Fix loss of account info on export/import, add tests (#759)Libravatar tobi4
2022-08-20[bugfix] Fix potential dereference of accounts on own instance (#757)Libravatar tobi8
2022-08-16return after redirects to web representation (#755)Libravatar tobi7
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi94
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