summaryrefslogtreecommitdiff
path: root/service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for quote replyr2024-10-142-2/+10
|
* Fix URL encoding of user inputsr2024-06-171-4/+4
|
* Add hashtag searchr2024-06-172-16/+37
|
* Make refresh button point to the first page on timeliner2024-04-211-7/+11
|
* Allow adding non-following accounts to a listr2024-04-211-1/+1
|
* Set irreversible to false for filtersr2024-04-211-1/+1
|
* Update page titlesr2024-02-121-17/+24
| | | | | - Use consistent letter casing - Append instance domain to the title
* Show follow request count on user pager2024-02-121-2/+9
|
* Add inline follow/unfollow buttons on follow list pager2024-02-051-1/+0
|
* Remove form-action CSP directiver2023-10-251-1/+0
| | | | | | Chrome incorrectly restricts the redirect URL to the sources specified in the form-action value, which prevents the instance oauth page from loading.
* Fix replace syntaxr2023-10-221-1/+1
|
* Use CSP header to restrict resource loadingr2023-10-152-6/+35
| | | | | | This helps mitigate XSS exploits. Users will have to save the settings again to make the custom CSS work.
* Remove unused session ID fieldr2023-10-071-5/+0
|
* Cleanup oauth redirect URL generationr2023-10-071-14/+1
|
* Use stricter cookie attributesr2023-10-071-3/+6
|
* Revoke oauth token on signoutr2023-10-022-0/+8
|
* Add profile edit pager2023-10-012-0/+107
|
* Restrict instance domain in single_instance moder2023-09-182-3/+7
|
* Disable access log by defaultr2023-09-091-5/+7
| | | | | | | | Access logs aren't really useful during normal operation. Add a new flag -v to enable the verbose logging mode, which is still useful during the development. Also remove the log_file config because it's no longer useful.
* Fix display name and title on mute pager2023-09-081-1/+1
|
* Add support for expiring mutesr2022-12-172-10/+25
|
* Use cookies for session storager2022-10-253-194/+179
| | | | | | | | | 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.
* Switch to html/templater2022-03-301-2/+2
|
* Add listsr2022-02-112-8/+174
|
* Remove poll type from notification excluder2021-12-131-5/+0
|
* Add an option to hide unsupported notificationsr2021-12-132-14/+27
|
* Add "mute (keep notifications)" buttonr2021-10-292-3/+9
|
* Show signin button in case of an auth errorr2021-10-231-1/+2
|
* Add quick replyr2021-09-052-2/+71
|
* Fix HTML escapingr2021-04-231-7/+4
|
* Add option for user CSSr2021-04-032-0/+6
|
* Update error pager2021-04-032-6/+12
| | | | | - Add retry button for GET requests - Only show signin button when it's a session error
* Refactorr2021-03-282-407/+361
|
* Add username to page titler2021-01-301-1/+1
| | | | Makes it easier to search a user page in browser history
* Add filtersr2021-01-302-0/+53
|
* Add remote timeliner2021-01-232-8/+24
|
* Simplify timeline paginationr2021-01-231-21/+2
|
* Make redirection work without Referer headerr2021-01-172-26/+33
|
* Add follow request supportr2021-01-162-0/+42
|
* Refactor thingsr2020-11-224-1627/+533
| | | | | - Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
* Add notification interval settingr2020-11-142-12/+17
| | | | 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-192-3/+8
|
* 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
|