summaryrefslogtreecommitdiff
path: root/service/service.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use <base> element to set targetr2020-02-231-0/+2
|
* Add frame based navigationr2020-02-181-119/+70
|
* Add poll supportr2020-02-091-0/+10
| | | | Currenlty only voting is possible.
* Remove account relationship buttons for logged in user's pager2020-02-081-0/+1
|
* Add account muting and blockingr2020-02-081-1/+25
|
* Add status deletionr2020-02-021-4/+18
|
* Add conversation mutingr2020-02-021-0/+14
|
* Use vendored dependenciesr2020-02-011-1/+1
|
* Update user pager2020-01-311-79/+46
| | | | | - Use the same page to display status and user list - Add media only status list
* Add user search pager2020-01-301-1/+44
|
* Update notification layoutr2020-01-291-7/+0
|
* Add direct timeliner2020-01-281-0/+3
|
* Refactor everythingr2020-01-281-449/+362
|
* Update random id generation algorithmr2020-01-261-2/+8
|
* Add CSRF protectionr2020-01-261-32/+31
|
* Fix notification countr2020-01-151-1/+1
|
* Refactor renderer and templatesr2020-01-141-59/+48
|
* Add dark moder2020-01-121-0/+12
|
* Fix notification timestampr2020-01-101-0/+1
|
* Add page titlesr2020-01-101-18/+22
|
* Add fluoride moder2020-01-081-12/+31
|
* Fix duplicate status idsr2020-01-051-0/+1
| | | | Use retweeted_by_id to focus target tweet
* Rename package to bloatr2020-01-011-4/+4
|
* Add option to mask nsfw attachmentsr2019-12-311-4/+21
|
* Add default settingsr2019-12-291-2/+8
|
* Add following and followers pager2019-12-291-0/+83
|
* Add settings pager2019-12-271-10/+46
|
* Add search pager2019-12-261-0/+46
|
* Add post format selectionr2019-12-261-4/+9
|
* Add liked by and retweeted by pager2019-12-261-5/+77
|
* Update header template and add option for custom cssr2019-12-251-29/+43
|
* Refector render structsr2019-12-251-8/+45
|
* Fix timeline paginationr2019-12-251-4/+5
|
* Add local and twkn timelinesr2019-12-251-4/+19
|
* Add userinfo in navigationr2019-12-241-1/+6
|
* Add emojis pager2019-12-221-0/+21
|
* Add nsfw checkbox for postsr2019-12-221-2/+3
|
* Add support for scopesr2019-12-211-9/+29
| | | | | | | - 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-27/+28
|
* Use a single form for new posts and repliesr2019-12-211-4/+8
|
* Add about pager2019-12-211-0/+16
|
* Add user page and follow/unfollow callsr2019-12-201-0/+52
|
* Fix reply templater2019-12-191-1/+1
|
* Add reply links on thread pager2019-12-181-10/+38
|
* Use filesystem based kv store instead of sqliter2019-12-171-10/+14
|
* Fix redirection URLr2019-12-171-2/+2
|
* Add notification supportr2019-12-151-7/+89
|
* Fix prev paginationr2019-12-151-8/+24
|
* Add attachments supportr2019-12-141-2/+13
|
* Focus relevant status on like, retweet and replyr2019-12-141-4/+9
|