aboutsummaryrefslogtreecommitdiff
path: root/service/service.go
AgeCommit message (Collapse)Author
2024-02-12Update page titlesHEADmasterr
- Use consistent letter casing - Append instance domain to the title
2024-02-12Show follow request count on user pager
2024-02-05Add inline follow/unfollow buttons on follow list pager
2023-10-22Fix replace syntaxr
2023-10-15Use CSP header to restrict resource loadingr
This helps mitigate XSS exploits. Users will have to save the settings again to make the custom CSS work.
2023-10-07Remove unused session ID fieldr
2023-10-07Cleanup oauth redirect URL generationr
2023-10-02Revoke oauth token on signoutr
2023-10-01Add profile edit pager
2023-09-08Fix display name and title on mute pager
2022-12-17Add support for expiring mutesr
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-03-30Switch to html/templater
2022-02-11Add listsr
2021-12-13Remove poll type from notification excluder
2021-12-13Add an option to hide unsupported notificationsr
2021-10-29Add "mute (keep notifications)" buttonr
2021-10-23Show signin button in case of an auth errorr
2021-09-05Add quick replyr
2021-04-23Fix HTML escapingr
2021-04-03Add option for user CSSr
2021-04-03Update error pager
- Add retry button for GET requests - Only show signin button when it's a session error
2021-03-28Refactorr
2021-01-30Add username to page titler
Makes it easier to search a user page in browser history
2021-01-30Add filtersr
2021-01-23Add remote timeliner
2021-01-23Simplify timeline paginationr
2021-01-17Make redirection work without Referer headerr
2021-01-16Add follow request supportr
2020-11-22Refactor thingsr
- Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
2020-11-14Add notification interval settingr
It replaces the "Auto refresh notifications" checkbox
2020-10-30Avoid unnecessary API call on thread pager
2020-10-19Fix retweeted by id on user pager
2020-10-19Add setting for default formatr
2020-10-19Avoid search call for empty queryr
2020-10-17Fix search query escapingr
2020-09-27Fix next link on timeline pager
2020-09-27Add likes listr
2020-09-27Add blocks listr
2020-09-27Add mutes listr
2020-09-27Add bookmarksr
- Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page
2020-09-03Fix issues related to AntiDopamine moder
- Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode
2020-09-03Add the Anti Dopamine featureHyphen
2020-07-28Fix typor
2020-06-18Disable scope selection when replying to a direct postr
2020-06-05Show status numbersr
2020-05-24Refactor thingsr
2020-04-25Add option to hide attachmentsr
2020-04-19Add single instance moder
2020-04-19Add account {hide,show}retweetsr