summaryrefslogtreecommitdiff
path: root/service/auth.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-22Refactor thingsr1-480/+0
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
2020-09-27Add bookmarksr1-2/+25
- Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
2020-05-29Fix signin page redirection in single instance moder1-2/+14
2020-05-24Refactor thingsr1-144/+139
2020-04-19Add account {hide,show}retweetsr1-2/+2
2020-04-17Add account {,un}subscriber1-0/+24
2020-03-04Remove session details on signoutr1-0/+13
2020-02-18Add frame based navigationr1-0/+29
2020-02-09Add poll supportr1-0/+13
Currenlty only voting is possible.
2020-02-08Add account muting and blockingr1-0/+48
2020-02-02Add status deletionr1-2/+15
2020-02-02Add conversation mutingr1-0/+24
2020-02-01Use vendored dependenciesr1-3/+3
2020-01-31Update user pager1-21/+3
- Use the same page to display status and user list - Add media only status list
2020-01-30Add user search pager1-0/+9
2020-01-28Refactor everythingr1-99/+109
2020-01-26Add CSRF protectionr1-1/+42
2020-01-14Refactor renderer and templatesr1-6/+3
2020-01-08Add fluoride moder1-4/+4
2020-01-01Rename package to bloatr1-2/+3
2019-12-29Add following and followers pager1-0/+16
2019-12-27Add settings pager1-0/+16
2019-12-26Add search pager1-0/+8
2019-12-26Add post format selectionr1-2/+2
2019-12-26Add liked by and retweeted by pager1-0/+16
2019-12-25Add local and twkn timelinesr1-2/+2
2019-12-22Add emojis pager1-0/+8
2019-12-22Add nsfw checkbox for postsr1-2/+2
2019-12-21Add support for scopesr1-18/+7
- Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts
2019-12-21Use a custom client for settingsr1-15/+16
2019-12-21Add about pager1-0/+8
2019-12-20Add user page and follow/unfollow callsr1-0/+24
2019-12-17Use filesystem based kv store instead of sqliter1-2/+2
2019-12-15Add notification supportr1-0/+8
2019-12-14Add attachments supportr1-2/+3
2019-12-14Focus relevant status on like, retweet and replyr1-1/+1