Commit Graph

92 Commits

Author SHA1 Message Date
r 6ddcb16694 Add username to page title
Makes it easier to search a user page in browser history
2021-01-30 16:55:55 +00:00
r 4f1425febf Add filters 2021-01-30 16:53:57 +00:00
r ac342dde07 Add remote timeline 2021-01-23 08:44:05 +00:00
r eca0366c21 Simplify timeline pagination 2021-01-23 07:02:12 +00:00
r f4620a8c69 Make redirection work without Referer header 2021-01-17 05:44:07 +00:00
r 91f68ccfb3 Add follow request support 2021-01-16 09:49:15 +00:00
r fa27d9c6eb Refactor things
- Remove separate auth/logging and merge them into transport.go
- Add helper function for http handlers
2020-11-22 17:29:58 +00:00
r c3d90539e9 Add notification interval setting
It replaces the "Auto refresh notifications" checkbox
2020-11-14 14:22:34 +00:00
r 471e73d200 Avoid unnecessary API call on thread page 2020-10-30 17:09:47 +00:00
r 8fd0322439 Fix retweeted by id on user page 2020-10-19 10:02:20 +00:00
r fdd9b8fd2b Add setting for default format 2020-10-19 06:51:23 +00:00
r a23fd4afaf Avoid search call for empty query 2020-10-19 06:05:59 +00:00
r 7d989d56e5 Fix search query escaping 2020-10-17 16:25:08 +00:00
r 9c5cb289f9 Fix next link on timeline page 2020-09-27 10:11:18 +00:00
r 2b1c703b6c Add likes list 2020-09-27 10:04:56 +00:00
r 59692b7155 Add blocks list 2020-09-27 09:50:04 +00:00
r 0df863ac40 Add mutes list 2020-09-27 09:45:48 +00:00
r da22d19fb4 Add bookmarks
- Add bookmark/unbookmark link on mouse hover
- Add bookmarks section on user profile page
2020-09-27 09:37:15 +00:00
r 7a59d010f6 Fix issues related to AntiDopamine mode
- Add AntiDopamine mode description
- Update fluoride to support AntiDopamine mode
2020-09-03 06:29:03 +00:00
Hyphen 28695fb8e6 Add the Anti Dopamine feature 2020-09-03 04:49:11 +00:00
r f215ab481d Fix typo 2020-07-28 13:36:57 +00:00
r 34c1d087af Disable scope selection when replying to a direct post 2020-06-18 05:04:18 +00:00
r eb3bc15da9 Show status numbers 2020-06-05 06:28:50 +00:00
r 61fbb24db8 Fix signin page redirection in single instance mode 2020-05-29 16:02:26 +00:00
r fd2a353770 Refactor things 2020-05-24 04:38:34 +00:00
r f380371654 Add option to hide attachments 2020-04-25 09:35:18 +00:00
r 55ed6a480e Add single instance mode 2020-04-19 08:18:36 +00:00
r 91d87b0175 Add account {hide,show}retweets 2020-04-19 05:57:40 +00:00
r 04af1b93dc Add account {,un}subscribe 2020-04-17 17:31:32 +00:00
r 911c9b7993 Remove session details on signout 2020-03-04 15:59:59 +00:00
r d5230852cf Gracefully handle the elephant 2020-02-26 11:27:42 +00:00
r a57a142328 Add notification count in page title 2020-02-26 10:27:17 +00:00
r 4ac5022cf1 Cleanup renderer.go 2020-02-23 19:51:42 +00:00
r e9f5e0cab5 Use <base> element to set target 2020-02-23 18:01:50 +00:00
r fe31d4197b Add frame based navigation 2020-02-18 22:15:37 +00:00
r cfec7879e3 Add poll support
Currenlty only voting is possible.
2020-02-09 13:42:16 +00:00
r a68a09a83e Remove account relationship buttons for logged in user's page 2020-02-08 11:50:14 +00:00
r 1e44d5d3d5 Add account muting and blocking 2020-02-08 10:49:06 +00:00
r 5d58269132 Add status deletion 2020-02-02 08:30:40 +00:00
r 4d9e0af373 Add conversation muting 2020-02-02 07:24:06 +00:00
r 9cf648eaa3 Use vendored dependencies 2020-02-01 11:31:44 +00:00
r cd9306294d Add install target for make
- Update default config path accordingly
- Mention use of config file in README
2020-01-31 18:18:31 +00:00
r a981085260 Update user page
- Use the same page to display status and user list
- Add media only status list
2020-01-31 03:38:49 +00:00
r 6a6cc744b7 Fix error reponse
- Use status 500 for error page response
- Use json response for fluoride calls
2020-01-31 02:44:33 +00:00
r 17e55d2a9b Add user search page 2020-01-30 15:37:07 +00:00
r f93fe32766 Update notification layout 2020-01-29 18:14:27 +00:00
r 2c084dfd09 Add direct timeline 2020-01-28 20:56:15 +00:00
r 2af37d4778 Refactor everything 2020-01-28 17:58:29 +00:00
r c9842c65b4 Update random id generation algorithm 2020-01-26 07:45:34 +00:00
r bf2cfaf0ed Add CSRF protection 2020-01-26 06:49:29 +00:00