Commit graph

147 commits

Author SHA1 Message Date
Ryan Stafford fb219c0f00 default topcommunities more link to local when specified. fixes #70 2024-05-10 12:32:11 -04:00
Ryan Stafford 3284ad6f20 dont mark sent as unread, even if it is 2024-05-10 12:08:20 -04:00
Ryan Stafford 0689fcdf7c sort inbox 2024-05-10 11:59:39 -04:00
Ryan Stafford 3bffe1cae1 filter top communities to local when specified 2024-05-10 11:31:28 -04:00
Ryan Stafford 7053e07432 user overview menu styling 2024-05-10 11:31:20 -04:00
Ryan Stafford 5d545a7d57 unhide community search option 2024-05-10 11:26:10 -04:00
Ryan Stafford 066d6aaf2c user overview post process 2024-05-10 11:07:59 -04:00
Ryan Stafford 944afd7d59 user overview sort 2024-05-09 20:55:37 -04:00
Ryan Stafford 80ca58a55f fix orangered 2024-04-28 18:13:06 -04:00
Ryan Stafford 410e1513ac fix read post 2024-04-28 12:13:34 -04:00
Ryan Stafford 88aff9cbe9 fix darkmode toggle 2024-04-28 11:44:25 -04:00
Ryan Stafford 3cb8b19a4e expand marks read option. #103 2024-04-28 11:43:26 -04:00
Ryan Stafford 77abd06a2c mark links visited when read 2024-04-28 11:41:14 -04:00
Ryan Stafford 4483159c2f other discussions link. fixes #74 2024-04-27 15:22:57 -04:00
Ryan Stafford 4a862b4e03 search all, url 2024-04-27 15:22:47 -04:00
Ryan Stafford 8dcbb2665e no post title hover, no post sort when no comments 2024-04-27 14:34:11 -04:00
Ryan Stafford 7edc475420 dark fix, comments anchor 2024-04-20 15:34:06 -04:00
Ryan Stafford c7327766a3 squish and pull 2024-04-19 23:38:59 -04:00
Ryan Stafford 5ab5047ba7 fix youtube autoexpand 2024-04-19 22:53:53 -04:00
Ryan Stafford 1347a2e949 activity padding, dark tweaks 2024-04-18 20:12:44 -04:00
Ryan Stafford a700420ae7 minor spacing in post meta 2024-04-18 19:35:58 -04:00
Ryan Stafford 7141ead887 manual dark mode quirk 2024-04-18 19:20:22 -04:00
Ryan Stafford 20fc85ca3e expando text line-height and background 2024-04-18 19:17:10 -04:00
Ryan Stafford 8a5b2094b7 fix darkmode toggle 2024-04-18 19:16:01 -04:00
Ryan Stafford dd03bad6b2 fix block popup on single instance 2024-04-16 20:01:09 -04:00
Ryan Stafford ed67986a0f inbox/profile: dont fetch comment replies when voting, show my votes, retain context link on vote. fixes #90 2024-04-16 19:43:13 -04:00
Ryan Stafford 73c0e2aa83 remove wrong username attribution. post creator name is not included in api response. fixes #102 2024-04-16 18:58:36 -04:00
Oliver Lowe ba4b330ca0 always align post body left
With viewports narrower than 900px the text of the post body was
aligned centre. Removing the duplicate CSS class expando prevents it
falling back.

Signed-off-by: Ryan Stafford <ryan@nanorex.net>
2024-04-07 19:53:50 -04:00
Ryan Stafford 62dfa54478 disable link routes 2024-02-28 06:20:07 -05:00
Ryan Stafford 9d40d02ea7 disable /link rewrite. fixes #101 2024-02-28 06:16:43 -05:00
Ryan Stafford 1169457eaf add token to empty bodies. fixes #100 2024-02-10 19:56:39 -05:00
Ryan Stafford b3f6a7149d fix image uploads 2024-02-01 22:54:22 -05:00
Ryan Stafford 1179fea81b fix blank root page 2023-12-29 09:04:31 -05:00
Ryan Stafford 8821b5d73b expando image fixes, multi instance root fix 2023-12-27 09:47:11 -05:00
Ryan Stafford c874a3291b fix relative links for multi-instance mode 2023-12-22 13:39:35 -05:00
Ryan Stafford 7d6212b663 min resize 2023-12-22 13:20:09 -05:00
Ryan Stafford e0d7290e51 handle expandos for images with query parameters 2023-12-22 13:09:40 -05:00
Ryan Stafford de281c00ee increase expando width, image click and drag to resize, minor style tweaks 2023-12-22 12:39:25 -05:00
Ryan Stafford b0248cd13b fix captcha 2023-12-21 22:22:41 -05:00
Ryan Stafford 96c0a3a2b2 use prefer-color-scheme 2023-12-21 22:17:39 -05:00
Ryan Stafford d30c4d391e add scaled and controversial sorts 2023-12-16 22:22:54 -05:00
Ryan Stafford d918604d75 add tagline support 2023-12-16 22:10:31 -05:00
Ryan Stafford 797d40f9c1 add support for blocking instances 2023-12-16 21:24:26 -05:00
Ryan Stafford 3d549f66e8 backward compatability 2023-12-16 20:09:35 -05:00
Ryan Stafford 3f074ce7ed update for lemmy 0.19 2023-12-16 09:43:43 -05:00
Derek Vanderveer 4b5b4aa6e9
Add curl to the container for healthcheck purposes (#89) 2023-10-09 13:06:14 -04:00
Ryan Stafford 0f48251fc0 delete post confirm() #83 2023-10-04 13:46:12 -04:00
Ryan Stafford aaf0234e5b delete comment confirm() 2023-10-04 13:45:45 -04:00
Tyler Baker 352360218b
Fixed published date formatting (#85) 2023-09-15 16:45:44 -04:00
docd 54bc355017
Open links in new window (#84)
* Adding boolean setting to open links in new window and the
implementation on posts and thumbnails

* Fixing template syntax

* Adding entry on settings form for links in new window
Adding environment variable LINKS_IN_NEW_WINDOW for default setting

resolves #52 

---------

Co-authored-by: Nicolas Lanaro <nicolas.lanaro@thirdpartytrust.com>
2023-09-14 15:40:32 -04:00