aboutsummaryrefslogtreecommitdiff
path: root/service/transport.go
AgeCommit message (Collapse)Author
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
2019-12-22Add emojis pager
2019-12-22Add nsfw checkbox for postsr
2019-12-21Add support for scopesr
- Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts
2019-12-21Add about pager
2019-12-20Add user page and follow/unfollow callsr
2019-12-17Use http 302 for redirection instead of 303r