Commit Graph

357 Commits

Author SHA1 Message Date
r bd74cb50e7 Add image preview popup 2021-04-09 12:28:03 +00:00
r c7e130e305 Fix animated avatars 2021-04-07 06:55:11 +00:00
r 69dc1b59a4 Use preview url for images 2021-04-07 05:21:53 +00:00
r 76c5baef6a Add option for user CSS 2021-04-03 09:24:39 +00:00
r a82745175e Add refresh button on thread page 2021-04-03 07:41:14 +00:00
r 2cb6a515ac Update error page
- Add retry button for GET requests
- Only show signin button when it's a session error
2021-04-03 06:40:32 +00:00
r 089d4ac500 Update Makefile
- Respect $DESTDIR
- Fix uninstall target
2021-04-02 18:00:21 +00:00
r e31e9da667 Display Mastadon fields on user page 2021-03-29 05:31:41 +00:00
r 6c5de76562 Refactor 2021-03-28 16:12:41 +00:00
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 3ac95ab3b1 Use attachment file name as description
Pleroma 2 no longer does it automatically.
2021-01-23 09:08:46 +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 ace344b66a Change default theme colors 2021-01-17 08:55:19 +00:00
r f4620a8c69 Make redirection work without Referer header 2021-01-17 05:44:07 +00:00
r e8bfd3093b Fix unread notification indicator 2021-01-16 18:30:23 +00:00
r 3f776ee8c8 Show attachment file name instead of the type 2021-01-16 18:03:47 +00:00
r 17f02deff7 Show emojis in poll options 2021-01-16 10:38:32 +00:00
r 87e31dbd66 Make like/retweet notification content semi-transparent 2021-01-16 10:25:34 +00:00
r 2bb6ba8e1d Add reset button 2021-01-16 09:49:24 +00:00
r e7d24cfa80 Add fallback notification 2021-01-16 09:49:24 +00:00
r 91f68ccfb3 Add follow request support 2021-01-16 09:49:15 +00:00
r 384179e518 Fix user info 2021-01-16 05:46:51 +00:00
r b35d62ecbb Fix RTL display name rendering
Wrap all the inline display names in a <bdi> tag
2020-11-28 12:58:18 +00:00
r 8f5fbab8dc Remove kv folder from makefile 2020-11-24 10:55:20 +00:00
r 7f2df6c204 Fix CSS 2020-11-22 17:40:19 +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 37b1c75045 Fix link targets 2020-11-14 17:58:34 +00:00
r c3d90539e9 Add notification interval setting
It replaces the "Auto refresh notifications" checkbox
2020-11-14 14:22:34 +00:00
r 856fe9e8c7 Fix CSS issues
- fix text wrapping on reply popup
- fix margin for media links
2020-11-11 11:15:47 +00:00
r 471e73d200 Avoid unnecessary API call on thread page 2020-10-30 17:09:47 +00:00
r 140dfe2f63 Fix http client
- Remove automatic retries on 429
- Tweak http client config for better connection re-using
2020-10-30 17:07:06 +00:00
r 237182c171 Use username as title for mentions 2020-10-30 16:07:56 +00:00
r f4e85c571a Fix CSS issues 2020-10-30 16:06:35 +00:00
r c733ab970a Use favicon on all pages 2020-10-25 11:35:22 +00:00
r 9a82a7d914 Add favicon 2020-10-20 05:12:39 +00:00
r 65cd928041 Fix typo 2020-10-19 10:08:35 +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 ef41ff32e2 Add keyboard shortcuts 2020-10-19 06:06:41 +00:00
r a23fd4afaf Avoid search call for empty query 2020-10-19 06:05:59 +00:00
r 2ee5c1709d Simplify retweet/like form 2020-10-19 06:05:22 +00:00
r d7e0db7498 Fix CSS issues 2020-10-19 05:20:57 +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