summaryrefslogtreecommitdiff
path: root/service/service.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add notification interval settingr2020-11-141-1/+6
| | | | It replaces the "Auto refresh notifications" checkbox
* Avoid unnecessary API call on thread pager2020-10-301-7/+2
|
* Fix retweeted by id on user pager2020-10-191-0/+6
|
* Add setting for default formatr2020-10-191-3/+6
|
* Avoid search call for empty queryr2020-10-191-6/+16
|
* Fix search query escapingr2020-10-171-6/+9
|
* Fix next link on timeline pager2020-09-271-1/+1
|
* Add likes listr2020-09-271-0/+12
|
* Add blocks listr2020-09-271-0/+12
|
* Add mutes listr2020-09-271-0/+12
|
* Add bookmarksr2020-09-271-8/+33
| | | | | - Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
* Fix issues related to AntiDopamine moder2020-09-031-4/+3
| | | | | - Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode
* Add the Anti Dopamine featureHyphen2020-09-031-1/+8
|
* Fix typor2020-07-281-2/+2
|
* Disable scope selection when replying to a direct postr2020-06-181-10/+8
|
* Show status numbersr2020-06-051-3/+7
|
* Refactor thingsr2020-05-241-117/+102
|
* Add option to hide attachmentsr2020-04-251-6/+7
|
* Add single instance moder2020-04-191-16/+28
|
* Add account {hide,show}retweetsr2020-04-191-3/+3
|
* Add account {,un}subscriber2020-04-171-0/+12
|
* Remove session details on signoutr2020-03-041-0/+6
|
* Gracefully handle the elephantr2020-02-261-0/+1
|
* Add notification count in page titler2020-02-261-0/+1
|
* Cleanup renderer.gor2020-02-231-15/+15
|
* 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
|