summaryrefslogtreecommitdiff
path: root/service/transport.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-14Add support for quote replyr1-1/+2
2024-06-17Add hashtag searchr1-3/+10
2023-10-25Remove form-action CSP directiver1-1/+0
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 loadingr1-4/+21
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 signoutr1-0/+4
2023-10-01Add profile edit pager1-0/+58
2023-09-18Restrict instance domain in single_instance moder1-2/+2
2023-09-09Disable access log by defaultr1-5/+7
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 mutesr1-8/+10
2022-10-25Use cookies for session storager1-95/+48
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 listsr1-1/+75
2021-12-13Add an option to hide unsupported notificationsr1-11/+13
2021-10-29Add "mute (keep notifications)" buttonr1-1/+7
2021-09-05Add quick replyr1-2/+15
2021-04-03Add option for user CSSr1-0/+2
2021-04-03Update error pager1-4/+4
- Add retry button for GET requests - Only show signin button when it's a session error
2021-03-28Refactorr1-170/+131
2021-01-30Add filtersr1-0/+28
2021-01-23Add remote timeliner1-2/+2
2021-01-17Make redirection work without Referer headerr1-22/+26
2021-01-16Add follow request supportr1-0/+22
2020-11-22Refactor thingsr1-607/+419
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
2020-11-14Add notification interval settingr1-11/+11
It replaces the "Auto refresh notifications" checkbox
2020-10-19Add setting for default formatr1-0/+2
2020-09-27Add bookmarksr1-1/+43
- Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
2020-09-03Add the Anti Dopamine featureHyphen1-0/+2
2020-05-29Fix signin page redirection in single instance moder1-0/+5
2020-05-24Refactor thingsr1-180/+137
2020-04-25Add option to hide attachmentsr1-0/+2
2020-04-19Add single instance moder1-16/+33
2020-04-19Add account {hide,show}retweetsr1-1/+8
2020-04-17Add account {,un}subscriber1-0/+34
2020-03-04Remove session details on signoutr1-2/+6
2020-02-18Add frame based navigationr1-14/+51
2020-02-09Add poll supportr1-0/+19
Currenlty only voting is possible.
2020-02-08Add account muting and blockingr1-0/+68
2020-02-02Add status deletionr1-1/+18
2020-02-02Add conversation mutingr1-0/+34
2020-01-31Add install target for maker1-2/+1
- Update default config path accordingly - Mention use of config file in README
2020-01-31Update user pager1-33/+3
- Use the same page to display status and user list - Add media only status list
2020-01-31Fix error reponser1-8/+43
- Use status 500 for error page response - Use json response for fluoride calls
2020-01-30Add user search pager1-0/+25
2020-01-28Refactor everythingr1-304/+346
2020-01-26Add CSRF protectionr1-2/+23
2020-01-14Refactor renderer and templatesr1-34/+34
2020-01-12Add dark moder1-0/+2
2020-01-08Add fluoride moder1-0/+74
2020-01-05Fix duplicate status idsr1-8/+32
Use retweeted_by_id to focus target tweet
2020-01-04Use post method for like and retweetr1-4/+4
2020-01-01Rename package to bloatr1-1/+2