Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add username to page title | r | 2021-01-30 | 1 | -1/+1 | |
| | | | | Makes it easier to search a user page in browser history | |||||
* | Add filters | r | 2021-01-30 | 8 | -0/+158 | |
| | ||||||
* | Use attachment file name as description | r | 2021-01-23 | 1 | -1/+6 | |
| | | | | Pleroma 2 no longer does it automatically. | |||||
* | Add remote timeline | r | 2021-01-23 | 7 | -14/+45 | |
| | ||||||
* | Simplify timeline pagination | r | 2021-01-23 | 1 | -21/+2 | |
| | ||||||
* | Change default theme colors | r | 2021-01-17 | 1 | -4/+8 | |
| | ||||||
* | Make redirection work without Referer header | r | 2021-01-17 | 10 | -26/+61 | |
| | ||||||
* | Fix unread notification indicator | r | 2021-01-16 | 1 | -2/+5 | |
| | ||||||
* | Show attachment file name instead of the type | r | 2021-01-16 | 1 | -4/+12 | |
| | ||||||
* | Show emojis in poll options | r | 2021-01-16 | 1 | -2/+2 | |
| | ||||||
* | Make like/retweet notification content semi-transparent | r | 2021-01-16 | 2 | -1/+12 | |
| | ||||||
* | Add reset button | r | 2021-01-16 | 1 | -0/+1 | |
| | ||||||
* | Add fallback notification | r | 2021-01-16 | 1 | -0/+14 | |
| | ||||||
* | Add follow request support | r | 2021-01-16 | 5 | -4/+114 | |
| | ||||||
* | Fix user info | r | 2021-01-16 | 1 | -1/+1 | |
| | ||||||
* | Fix RTL display name rendering | r | 2020-11-28 | 4 | -5/+5 | |
| | | | | Wrap all the inline display names in a <bdi> tag | |||||
* | Remove kv folder from makefile | r | 2020-11-24 | 1 | -1/+0 | |
| | ||||||
* | Fix CSS | r | 2020-11-22 | 1 | -3/+3 | |
| | ||||||
* | Refactor things | r | 2020-11-22 | 11 | -1661/+544 | |
| | | | | | - Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers | |||||
* | Fix link targets | r | 2020-11-14 | 1 | -2/+8 | |
| | ||||||
* | Add notification interval setting | r | 2020-11-14 | 6 | -44/+56 | |
| | | | | It replaces the "Auto refresh notifications" checkbox | |||||
* | Fix CSS issues | r | 2020-11-11 | 3 | -29/+21 | |
| | | | | | - fix text wrapping on reply popup - fix margin for media links | |||||
* | Avoid unnecessary API call on thread page | r | 2020-10-30 | 1 | -7/+2 | |
| | ||||||
* | Fix http client | r | 2020-10-30 | 2 | -28/+24 | |
| | | | | | - Remove automatic retries on 429 - Tweak http client config for better connection re-using | |||||
* | Use username as title for mentions | r | 2020-10-30 | 1 | -1/+1 | |
| | ||||||
* | Fix CSS issues | r | 2020-10-30 | 4 | -40/+55 | |
| | ||||||
* | Use favicon on all pages | r | 2020-10-25 | 2 | -1/+2 | |
| | ||||||
* | Add favicon | r | 2020-10-20 | 2 | -0/+1 | |
| | ||||||
* | Fix typo | r | 2020-10-19 | 4 | -4/+4 | |
| | ||||||
* | Fix retweeted by id on user page | r | 2020-10-19 | 1 | -0/+6 | |
| | ||||||
* | Add setting for default format | r | 2020-10-19 | 7 | -5/+26 | |
| | ||||||
* | Add keyboard shortcuts | r | 2020-10-19 | 5 | -24/+125 | |
| | ||||||
* | Avoid search call for empty query | r | 2020-10-19 | 1 | -6/+16 | |
| | ||||||
* | Simplify retweet/like form | r | 2020-10-19 | 1 | -30/+16 | |
| | ||||||
* | Fix CSS issues | r | 2020-10-19 | 3 | -21/+54 | |
| | ||||||
* | Fix search query escaping | r | 2020-10-17 | 4 | -10/+11 | |
| | ||||||
* | Fix next link on timeline page | r | 2020-09-27 | 1 | -1/+1 | |
| | ||||||
* | Add likes list | r | 2020-09-27 | 2 | -0/+21 | |
| | ||||||
* | Add blocks list | r | 2020-09-27 | 2 | -1/+18 | |
| | ||||||
* | Add mutes list | r | 2020-09-27 | 2 | -1/+18 | |
| | ||||||
* | Add bookmarks | r | 2020-09-27 | 8 | -13/+181 | |
| | | | | | - Add bookmark/unbookmark link on mouse hover - Add bookmarks section on user profile page | |||||
* | Fix CSS issues | r | 2020-09-27 | 3 | -7/+23 | |
| | | | | This re-adds some of the CSS3 properties | |||||
* | Make navigation links more prominent | r | 2020-09-22 | 6 | -7/+8 | |
| | ||||||
* | Use '@' prefix for all usernames | r | 2020-09-22 | 6 | -19/+22 | |
| | ||||||
* | Update time duration calculation | r | 2020-09-22 | 1 | -4/+4 | |
| | ||||||
* | Update CSS | r | 2020-09-22 | 8 | -64/+46 | |
| | | | | | Now it's mostly CSS 2.1 compliant. All the images now use the height attribute to limit the size on browsers that don't support CSS. | |||||
* | Fix issues related to AntiDopamine mode | r | 2020-09-03 | 7 | -23/+40 | |
| | | | | | - Add AntiDopamine mode description - Update fluoride to support AntiDopamine mode | |||||
* | Add the Anti Dopamine feature | Hyphen | 2020-09-03 | 7 | -5/+30 | |
| | ||||||
* | Implement exclusion params for notifications API call | Hyphen | 2020-09-03 | 1 | -2/+6 | |
| | ||||||
* | Update kv store | r@freesoftwareextremist.com | 2020-08-22 | 1 | -21/+20 | |
| |