summaryrefslogtreecommitdiff
path: root/service/transport.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for quote replyr2024-10-141-1/+2
|
* Add hashtag searchr2024-06-171-3/+10
|
* Remove form-action CSP directiver2023-10-251-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.
* Use CSP header to restrict resource loadingr2023-10-151-4/+21
| | | | | | This helps mitigate XSS exploits. Users will have to save the settings again to make the custom CSS work.
* Revoke oauth token on signoutr2023-10-021-0/+4
|
* Add profile edit pager2023-10-011-0/+58
|
* Restrict instance domain in single_instance moder2023-09-181-2/+2
|
* Disable access log by defaultr2023-09-091-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.
* Add support for expiring mutesr2022-12-171-8/+10
|
* Use cookies for session storager2022-10-251-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.
* Add listsr2022-02-111-1/+75
|
* Add an option to hide unsupported notificationsr2021-12-131-11/+13
|
* Add "mute (keep notifications)" buttonr2021-10-291-1/+7
|
* Add quick replyr2021-09-051-2/+15
|
* Add option for user CSSr2021-04-031-0/+2
|
* Update error pager2021-04-031-4/+4
| | | | | - Add retry button for GET requests - Only show signin button when it's a session error
* Refactorr2021-03-281-170/+131
|
* Add filtersr2021-01-301-0/+28
|
* Add remote timeliner2021-01-231-2/+2
|
* Make redirection work without Referer headerr2021-01-171-22/+26
|
* Add follow request supportr2021-01-161-0/+22
|
* Refactor thingsr2020-11-221-607/+419
| | | | | - Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
* Add notification interval settingr2020-11-141-11/+11
| | | | It replaces the "Auto refresh notifications" checkbox
* Add setting for default formatr2020-10-191-0/+2
|
* Add bookmarksr2020-09-271-1/+43
| | | | | - Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
* Add the Anti Dopamine featureHyphen2020-09-031-0/+2
|
* Fix signin page redirection in single instance moder2020-05-291-0/+5
|
* Refactor thingsr2020-05-241-180/+137
|
* Add option to hide attachmentsr2020-04-251-0/+2
|
* Add single instance moder2020-04-191-16/+33
|
* Add account {hide,show}retweetsr2020-04-191-1/+8
|
* Add account {,un}subscriber2020-04-171-0/+34
|
* Remove session details on signoutr2020-03-041-2/+6
|
* Add frame based navigationr2020-02-181-14/+51
|
* Add poll supportr2020-02-091-0/+19
| | | | Currenlty only voting is possible.
* Add account muting and blockingr2020-02-081-0/+68
|
* Add status deletionr2020-02-021-1/+18
|
* Add conversation mutingr2020-02-021-0/+34
|
* Add install target for maker2020-01-311-2/+1
| | | | | - Update default config path accordingly - Mention use of config file in README
* Update user pager2020-01-311-33/+3
| | | | | - Use the same page to display status and user list - Add media only status list
* Fix error reponser2020-01-311-8/+43
| | | | | - Use status 500 for error page response - Use json response for fluoride calls
* Add user search pager2020-01-301-0/+25
|
* Refactor everythingr2020-01-281-304/+346
|
* Add CSRF protectionr2020-01-261-2/+23
|
* Refactor renderer and templatesr2020-01-141-34/+34
|
* Add dark moder2020-01-121-0/+2
|
* Add fluoride moder2020-01-081-0/+74
|
* Fix duplicate status idsr2020-01-051-8/+32
| | | | Use retweeted_by_id to focus target tweet
* Use post method for like and retweetr2020-01-041-4/+4
|
* Rename package to bloatr2020-01-011-1/+2
|