summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add username to page titler2021-01-301-1/+1
| | | | Makes it easier to search a user page in browser history
* Add filtersr2021-01-308-0/+158
|
* Use attachment file name as descriptionr2021-01-231-1/+6
| | | | Pleroma 2 no longer does it automatically.
* Add remote timeliner2021-01-237-14/+45
|
* Simplify timeline paginationr2021-01-231-21/+2
|
* Change default theme colorsr2021-01-171-4/+8
|
* Make redirection work without Referer headerr2021-01-1710-26/+61
|
* Fix unread notification indicatorr2021-01-161-2/+5
|
* Show attachment file name instead of the typer2021-01-161-4/+12
|
* Show emojis in poll optionsr2021-01-161-2/+2
|
* Make like/retweet notification content semi-transparentr2021-01-162-1/+12
|
* Add reset buttonr2021-01-161-0/+1
|
* Add fallback notificationr2021-01-161-0/+14
|
* Add follow request supportr2021-01-165-4/+114
|
* Fix user infor2021-01-161-1/+1
|
* Fix RTL display name renderingr2020-11-284-5/+5
| | | | Wrap all the inline display names in a <bdi> tag
* Remove kv folder from makefiler2020-11-241-1/+0
|
* Fix CSSr2020-11-221-3/+3
|
* Refactor thingsr2020-11-2211-1661/+544
| | | | | - Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
* Fix link targetsr2020-11-141-2/+8
|
* Add notification interval settingr2020-11-146-44/+56
| | | | It replaces the "Auto refresh notifications" checkbox
* Fix CSS issuesr2020-11-113-29/+21
| | | | | - fix text wrapping on reply popup - fix margin for media links
* Avoid unnecessary API call on thread pager2020-10-301-7/+2
|
* Fix http clientr2020-10-302-28/+24
| | | | | - Remove automatic retries on 429 - Tweak http client config for better connection re-using
* Use username as title for mentionsr2020-10-301-1/+1
|
* Fix CSS issuesr2020-10-304-40/+55
|
* Use favicon on all pagesr2020-10-252-1/+2
|
* Add faviconr2020-10-202-0/+1
|
* Fix typor2020-10-194-4/+4
|
* Fix retweeted by id on user pager2020-10-191-0/+6
|
* Add setting for default formatr2020-10-197-5/+26
|
* Add keyboard shortcutsr2020-10-195-24/+125
|
* Avoid search call for empty queryr2020-10-191-6/+16
|
* Simplify retweet/like formr2020-10-191-30/+16
|
* Fix CSS issuesr2020-10-193-21/+54
|
* Fix search query escapingr2020-10-174-10/+11
|
* Fix next link on timeline pager2020-09-271-1/+1
|
* Add likes listr2020-09-272-0/+21
|
* Add blocks listr2020-09-272-1/+18
|
* Add mutes listr2020-09-272-1/+18
|
* Add bookmarksr2020-09-278-13/+181
| | | | | - Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
* Fix CSS issuesr2020-09-273-7/+23
| | | | This re-adds some of the CSS3 properties
* Make navigation links more prominentr2020-09-226-7/+8
|
* Use '@' prefix for all usernamesr2020-09-226-19/+22
|
* Update time duration calculationr2020-09-221-4/+4
|
* Update CSSr2020-09-228-64/+46
| | | | | Now it's mostly CSS 2.1 compliant. All the images now use the height attribute to limit the size on browsers that don't support CSS.
* Fix issues related to AntiDopamine moder2020-09-037-23/+40
| | | | | - Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode
* Add the Anti Dopamine featureHyphen2020-09-037-5/+30
|
* Implement exclusion params for notifications API callHyphen2020-09-031-2/+6
|
* Update kv storer@freesoftwareextremist.com2020-08-221-21/+20
|