aboutsummaryrefslogtreecommitdiff
path: root/service/transport.go
AgeCommit message (Collapse)Author
2023-10-25Remove form-action CSP directiver
Chrome incorrectly restricts the redirect URL to the sources specified in the form-action value, which prevents the instance oauth page from loading.
2023-10-15Use CSP header to restrict resource loadingr
This helps mitigate XSS exploits. Users will have to save the settings again to make the custom CSS work.
2023-10-02Revoke oauth token on signoutr
2023-10-01Add profile edit pager
2023-09-18Restrict instance domain in single_instance moder
2023-09-09Disable access log by defaultr
Access logs aren't really useful during normal operation. Add a new flag -v to enable the verbose logging mode, which is still useful during the development. Also remove the log_file config because it's no longer useful.
2022-12-17Add support for expiring mutesr
2022-10-25Use cookies for session storager
Remove the server side session storage and store all the session related data in the client side cookies. This decreases the exposure of the auth tokens. It also simplifies the installation process as bloat no longer requires write access to the filesystem. This is a breaking change, all the existing sessions will stop working.
2022-02-11Add listsr
2021-12-13Add an option to hide unsupported notificationsr
2021-10-29Add "mute (keep notifications)" buttonr
2021-09-05Add quick replyr
2021-04-03Add option for user CSSr
2021-04-03Update error pager
- Add retry button for GET requests - Only show signin button when it's a session error
2021-03-28Refactorr
2021-01-30Add filtersr
2021-01-23Add remote timeliner
2021-01-17Make redirection work without Referer headerr
2021-01-16Add follow request supportr
2020-11-22Refactor thingsr
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
2020-11-14Add notification interval settingr
It replaces the "Auto refresh notifications" checkbox
2020-10-19Add setting for default formatr
2020-09-27Add bookmarksr
- Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
2020-09-03Add the Anti Dopamine featureHyphen
2020-05-29Fix signin page redirection in single instance moder
2020-05-24Refactor thingsr
2020-04-25Add option to hide attachmentsr
2020-04-19Add single instance moder
2020-04-19Add account {hide,show}retweetsr
2020-04-17Add account {,un}subscriber
2020-03-04Remove session details on signoutr
2020-02-18Add frame based navigationr
2020-02-09Add poll supportr
Currenlty only voting is possible.
2020-02-08Add account muting and blockingr
2020-02-02Add status deletionr
2020-02-02Add conversation mutingr
2020-01-31Add install target for maker
- Update default config path accordingly - Mention use of config file in README
2020-01-31Update user pager
- Use the same page to display status and user list - Add media only status list
2020-01-31Fix error reponser
- Use status 500 for error page response - Use json response for fluoride calls
2020-01-30Add user search pager
2020-01-28Refactor everythingr
2020-01-26Add CSRF protectionr
2020-01-14Refactor renderer and templatesr
2020-01-12Add dark moder
2020-01-08Add fluoride moder
2020-01-05Fix duplicate status idsr
Use retweeted_by_id to focus target tweet
2020-01-04Use post method for like and retweetr
2020-01-01Rename package to bloatr
2019-12-31Add option to mask nsfw attachmentsr
2019-12-29Add default settingsr