summaryrefslogtreecommitdiff
path: root/service/transport.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add option to mask nsfw attachmentsr2019-12-311-0/+2
|
* Add default settingsr2019-12-291-6/+8
|
* Use SetCookie functionr2019-12-291-4/+13
|
* Add following and followers pager2019-12-291-1/+29
|
* Add settings pager2019-12-271-0/+31
|
* Add search pager2019-12-261-0/+25
|
* Add post format selectionr2019-12-261-1/+2
|
* Add liked by and retweeted by pager2019-12-261-0/+22
|
* Add local and twkn timelinesr2019-12-251-4/+10
|
* Add emojis pager2019-12-221-0/+10
|
* Add nsfw checkbox for postsr2019-12-221-1/+3
|
* Add support for scopesr2019-12-211-1/+2
| | | | | | | - Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts
* Add about pager2019-12-211-0/+10
|
* Add user page and follow/unfollow callsr2019-12-201-8/+52
|
* Use http 302 for redirection instead of 303r2019-12-171-9/+9
|
* Add notification supportr2019-12-151-0/+13
|