summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix CSS inconsistenciesr2022-05-101-11/+7
|
* Add missing @ sign in the reply post formr2022-05-101-1/+1
|
* Refactor duration formattingr2022-05-101-22/+19
|
* Fix custom CSSr2022-05-102-1/+6
|
* fluoride: Add support for image.pngr2022-05-041-0/+18
|
* Lazy load images on emoji pager2022-04-171-1/+1
| | | | | | Makes the emoji page usable for instances with 1000+ emojis. The attribute is considered experimental by Mozilla, but is supported by most of the modern browsers.
* Fix user search pager2022-03-311-1/+1
|
* Show attachment metadata when attachment preview is disabledr2022-03-301-4/+4
|
* fluoride: Use max-width for popupr2022-03-301-0/+2
|
* fluoride: Use target=_blank for user field linksr2022-03-302-4/+8
|
* Set max size for embedded images in profile descriptionr2022-03-301-0/+8
|
* Fix duration overflowr2022-03-301-9/+8
| | | | | time.Sub() returns int64 duration in nanoseconds, which can only represent around 290 years.
* Switch to html/templater2022-03-3012-25/+31
|
* Add listsr2022-02-1113-33/+322
|
* Don't overwrite global config file on make installr2022-02-103-4/+7
|
* Fix null imgPrev in setPosr2022-01-271-1/+1
|
* Add refresh button on timeline pager2022-01-275-11/+14
|
* Refactor status filterr2022-01-271-15/+10
|
* Highlight quotesr2022-01-272-0/+8
|
* Simplify id generationr2022-01-021-13/+7
|
* Use GO's flag parser instead of getoptr2022-01-022-132/+5
| | | | There's only one flag, so it doesn't matter.
* Change config file lookupr2022-01-026-35/+40
| | | | | - Look for both local and global config file - Directly generate the global config file with make install
* Fix image preview position on load eventr2022-01-021-2/+8
|
* Remove poll type from notification excluder2021-12-131-5/+0
|
* Add an option to hide unsupported notificationsr2021-12-135-37/+60
|
* Fix time parsing for empty stringr2021-11-222-3/+16
|
* Escape user display namer2021-11-167-9/+9
|
* Add "mute (keep notifications)" buttonr2021-10-294-5/+21
|
* Show signin button in case of an auth errorr2021-10-232-3/+23
|
* Add quick replyr2021-09-058-2/+96
|
* Fix "more content" z-indexr2021-09-051-1/+1
|
* Fix settings labelr2021-08-261-1/+1
|
* Fix accesskey listr2021-08-261-2/+6
|
* Swap the position of twkn and remote timeliner2021-08-261-2/+2
|
* Show spoiler text even when post content is emtpyr2021-08-261-1/+1
|
* Fix css box and emoji list styler2021-05-302-4/+13
|
* Add refresh thread accesskey on /aboutr2021-05-301-0/+4
|
* Hide post format setting in case of empty listr2021-05-302-1/+3
|
* Fix retweet button for private/direct postr2021-05-301-7/+2
|
* Fix emojisr2021-05-101-2/+2
|
* Fix HTML escapingr2021-04-235-13/+10
|
* Add image preview popupr2021-04-092-0/+69
|
* Fix animated avatarsr2021-04-076-12/+12
|
* Use preview url for imagesr2021-04-071-1/+1
|
* Add option for user CSSr2021-04-036-0/+18
|
* Add refresh button on thread pager2021-04-031-1/+4
|
* Update error pager2021-04-034-10/+23
| | | | | - Add retry button for GET requests - Only show signin button when it's a session error
* Update Makefiler2021-04-021-10/+11
| | | | | - Respect $DESTDIR - Fix uninstall target
* Display Mastadon fields on user pager2021-03-291-0/+3
|
* Refactorr2021-03-285-434/+370
|