summaryrefslogtreecommitdiff
path: root/service/auth.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor thingsr2020-11-221-480/+0
| | | | | - Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
* Add bookmarksr2020-09-271-2/+25
| | | | | - Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
* Fix signin page redirection in single instance moder2020-05-291-2/+14
|
* Refactor thingsr2020-05-241-144/+139
|
* Add account {hide,show}retweetsr2020-04-191-2/+2
|
* Add account {,un}subscriber2020-04-171-0/+24
|
* Remove session details on signoutr2020-03-041-0/+13
|
* Add frame based navigationr2020-02-181-0/+29
|
* Add poll supportr2020-02-091-0/+13
| | | | Currenlty only voting is possible.
* Add account muting and blockingr2020-02-081-0/+48
|
* Add status deletionr2020-02-021-2/+15
|
* Add conversation mutingr2020-02-021-0/+24
|
* Use vendored dependenciesr2020-02-011-3/+3
|
* Update user pager2020-01-311-21/+3
| | | | | - Use the same page to display status and user list - Add media only status list
* Add user search pager2020-01-301-0/+9
|
* Refactor everythingr2020-01-281-99/+109
|
* Add CSRF protectionr2020-01-261-1/+42
|
* Refactor renderer and templatesr2020-01-141-6/+3
|
* Add fluoride moder2020-01-081-4/+4
|
* Rename package to bloatr2020-01-011-2/+3
|
* Add following and followers pager2019-12-291-0/+16
|
* Add settings pager2019-12-271-0/+16
|
* Add search pager2019-12-261-0/+8
|
* Add post format selectionr2019-12-261-2/+2
|
* Add liked by and retweeted by pager2019-12-261-0/+16
|
* Add local and twkn timelinesr2019-12-251-2/+2
|
* Add emojis pager2019-12-221-0/+8
|
* Add nsfw checkbox for postsr2019-12-221-2/+2
|
* Add support for scopesr2019-12-211-18/+7
| | | | | | | - Add scope selection for for new post - Save new post scope in db - Copy scope on reply - Show scope icon on posts
* Use a custom client for settingsr2019-12-211-15/+16
|
* Add about pager2019-12-211-0/+8
|
* Add user page and follow/unfollow callsr2019-12-201-0/+24
|
* Use filesystem based kv store instead of sqliter2019-12-171-2/+2
|
* Add notification supportr2019-12-151-0/+8
|
* Add attachments supportr2019-12-141-2/+3
|
* Focus relevant status on like, retweet and replyr2019-12-141-1/+1
|
* Initial commitr2019-12-131-0/+151