Commit Graph

82 Commits

Author SHA1 Message Date
localhost_frssoft 0f33427d5b improve true remote timeline 2023-11-13 02:54:19 +03:00
localhost_frssoft cfddec036c add media description submit (very woozy way, but it works as possible) 2023-11-11 01:20:20 +03:00
localhost_frssoft 4c0c1c40a8 update README and hardcode poll options to 20 2023-11-10 18:00:13 +03:00
localhost_frssoft 8dcd6cfdd7 removed old edit user page 2023-11-10 12:08:33 +03:00
localhost_frssoft 4379eab5bf merge with upstream 2023-10-12 15:32:55 +03:00
r 81bdc7c705 Add profile edit page 2023-10-01 13:04:07 +00:00
localhost_frssoft fa5eaa4442 Just merge with upstream/master 2023-03-18 14:59:40 +03:00
r 5147897c6c Add support for expiring mutes 2022-12-17 08:26:51 +00:00
localhost_frssoft 1160d00ee1 Editing user profile; Warning! Mastodon compatibility broken and editing may lost your bio 2022-11-04 20:55:42 +03:00
localhost_frssoft cbbebe6b15 Added optional filter for emojis on instance 2022-10-21 02:03:19 +03:00
localhost_frssoft c5d552e7d8 Added filter reactions settings; Change allowed emoji filter; Emoji module correct commit 2022-10-20 02:15:50 +03:00
localhost_frssoft 9cdac3e623 Added prototype send pleroma emoji reactions via reactions page 2022-10-19 19:15:52 +03:00
localhost_frssoft 81a52fe7c6 Add reactions page 2022-10-19 17:33:43 +03:00
localhost_frssoft 7d54da6380 Add some information about instance 2022-10-13 01:41:34 +03:00
localhost_frssoft 7dd90ac015 Added page about instance 2022-10-12 13:34:41 +03:00
localhost_frssoft f219ac0dca Manual selecting emojis on page by codes contain 2022-09-19 23:41:35 +03:00
r fcbe489138 Refactor duration formatting 2022-05-10 17:27:33 +00:00
r 4ad71587d8 Fix custom CSS 2022-05-10 17:25:58 +00:00
r 2a01471621 Fix duration overflow
time.Sub() returns int64 duration in nanoseconds, which can only
represent around 290 years.
2022-03-30 17:02:46 +00:00
r 2d49ff9fb4 Switch to html/template 2022-03-30 15:52:30 +00:00
r c390a0c327 Add lists 2022-02-11 11:49:23 +00:00
r 03a1cd819a Refactor status filter 2022-01-27 11:41:31 +00:00
r b8bab6fcf3 Highlight quotes 2022-01-27 10:53:18 +00:00
r 816281c225 Add quick reply 2021-09-05 17:17:59 +00:00
r 76c5baef6a Add option for user CSS 2021-04-03 09:24:39 +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 6c5de76562 Refactor 2021-03-28 16:12:41 +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 f4620a8c69 Make redirection work without Referer header 2021-01-17 05:44:07 +00:00
r c3d90539e9 Add notification interval setting
It replaces the "Auto refresh notifications" checkbox
2020-11-14 14:22:34 +00:00
r 237182c171 Use username as title for mentions 2020-10-30 16:07:56 +00:00
r fdd9b8fd2b Add setting for default format 2020-10-19 06:51:23 +00:00
r 7d989d56e5 Fix search query escaping 2020-10-17 16:25:08 +00:00
r c753a74f49 Update time duration calculation 2020-09-22 04:43:07 +00:00
r 79d4ff4b08 Update CSS
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.
2020-09-22 04:21:39 +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 1ae3c33b7d HTML Escape search queries 2020-05-29 10:51:41 +00:00
r f3367d920d Imporve emoji style
- Increase emoji size
- Add colons to emoji alt text and title
2020-05-24 05:57:01 +00:00
r f380371654 Add option to hide attachments 2020-04-25 09:35:18 +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 dd23ac4867 Fix time duration value
- Make sure that duration is not < 0
- Handle nil ExpiresAt time in poll
2020-02-19 16:33:21 +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 5d58269132 Add status deletion 2020-02-02 08:30:40 +00:00
r 9cf648eaa3 Use vendored dependencies 2020-02-01 11:31:44 +00:00