aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-25Use cookies for session storager
Remove the server side session storage and store all the session related data in the client side cookies. This decreases the exposure of the auth tokens. It also simplifies the installation process as bloat no longer requires write access to the filesystem. This is a breaking change, all the existing sessions will stop working.
2022-10-24Show emojis in Mastadon fieldsr
2022-09-23Remove unused card field from statusr
Fixes JSON parsing of posts with incompatible card data.
2022-09-09Show BlockedBy on user pagePete
Just show this information. No blockbots required.
2022-05-10Fix CSS inconsistenciesr
2022-05-10Add missing @ sign in the reply post formr
2022-05-10Refactor duration formattingr
2022-05-10Fix custom CSSr
2022-05-04fluoride: Add support for image.pngr
2022-04-17Lazy load images on emoji pager
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.
2022-03-31Fix user search pager
2022-03-30Show attachment metadata when attachment preview is disabledr
2022-03-30fluoride: Use max-width for popupr
2022-03-30fluoride: Use target=_blank for user field linksr
2022-03-30Set max size for embedded images in profile descriptionr
2022-03-30Fix duration overflowr
time.Sub() returns int64 duration in nanoseconds, which can only represent around 290 years.
2022-03-30Switch to html/templater
2022-02-11Add listsr
2022-02-10Don't overwrite global config file on make installr
2022-01-27Fix null imgPrev in setPosr
2022-01-27Add refresh button on timeline pager
2022-01-27Refactor status filterr
2022-01-27Highlight quotesr
2022-01-02Simplify id generationr
2022-01-02Use GO's flag parser instead of getoptr
There's only one flag, so it doesn't matter.
2022-01-02Change config file lookupr
- Look for both local and global config file - Directly generate the global config file with make install
2022-01-02Fix image preview position on load eventr
2021-12-13Remove poll type from notification excluder
2021-12-13Add an option to hide unsupported notificationsr
2021-11-22Fix time parsing for empty stringr
2021-11-16Escape user display namer
2021-10-29Add "mute (keep notifications)" buttonr
2021-10-23Show signin button in case of an auth errorr
2021-09-05Add quick replyr
2021-09-05Fix "more content" z-indexr
2021-08-26Fix settings labelr
2021-08-26Fix accesskey listr
2021-08-26Swap the position of twkn and remote timeliner
2021-08-26Show spoiler text even when post content is emtpyr
2021-05-30Fix css box and emoji list styler
2021-05-30Add refresh thread accesskey on /aboutr
2021-05-30Hide post format setting in case of empty listr
2021-05-30Fix retweet button for private/direct postr
2021-05-10Fix emojisr
2021-04-23Fix HTML escapingr
2021-04-09Add image preview popupr
2021-04-07Fix animated avatarsr
2021-04-07Use preview url for imagesr
2021-04-03Add option for user CSSr
2021-04-03Add refresh button on thread pager