summaryrefslogtreecommitdiff
path: root/service/transport.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add attachments supportr2019-12-141-3/+24
|
* Focus relevant status on like, retweet and replyr2019-12-141-7/+7
|
* Add signout methodr2019-12-131-5/+20
|
* Initial commitr2019-12-131-0/+165