aboutsummaryrefslogtreecommitdiff
path: root/service/transport.go
AgeCommit message (Collapse)Author
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
2019-12-29Use SetCookie functionr
2019-12-29Add following and followers pager
2019-12-27Add settings pager
2019-12-26Add search pager
2019-12-26Add post format selectionr
2019-12-26Add liked by and retweeted by pager
2019-12-25Add local and twkn timelinesr