Commit graph

1695 commits

Author SHA1 Message Date
rimu
070e5726ef Mastodon - spans with class "invisible" #31 2024-07-16 09:36:31 +08:00
rimu
1ea3c925ea accept Posts and Comments from a.gup.pe #31 2024-07-15 20:46:48 +08:00
rimu
85cc1595fd accept Activity from a.gup.pe #31 2024-07-15 17:51:23 +08:00
rimu
a027d2c4fe update docs - better nginx config 2024-07-15 16:27:35 +08:00
rimu
6e36bc3a95 0 means cache forever #254 2024-07-15 15:19:32 +08:00
rimu
6d555c4c54 when adding moderators do a fuzzy search and present a list of people to add. fixes #248 2024-07-14 14:01:22 +08:00
rimu
8f5af6f14d Lemmy failed to retrieve the image but we might have better luck 2024-07-13 22:12:43 +08:00
rimu
b448c1dee3 fix htmx-indictor position #261 2024-07-12 20:45:19 +08:00
rimu
63049942ee Make 'rational discourse toolkit' optional fixes #202 2024-07-12 19:57:41 +08:00
rimu
5575a660ca Merge pull request 'post_reply teasers' (#262) from h3ndrik/pyfedi:comment_teaser2 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/262
2024-07-12 02:51:22 +00:00
Hendrik L
62a5521391 small messup dealing with unauthenticated users 2024-07-11 07:16:48 +00:00
Hendrik L
8892e8922b show scores in own user profile page 2024-07-11 07:16:48 +00:00
Hendrik L
bee447dfe0 don't move unhide button around 2024-07-11 07:16:48 +00:00
Hendrik L
c2db1ccdd2 move communityname to title so they can collapse into one row 2024-07-11 07:16:48 +00:00
Hendrik L
563bf2a31d use new comment teaser template 2024-07-11 07:16:48 +00:00
Hendrik L
ef5572260a don't move voting_buttons_new around 2024-07-11 07:16:48 +00:00
Hendrik L
24c508f552 proper comment teaser in flexbox layout 2024-07-11 07:16:48 +00:00
Hendrik L
5eeb2708ca wrap the notification toggle like the other buttons 2024-07-11 07:16:48 +00:00
Hendrik L
a6d60562f5 remove the post_options css, only used once in the teaser and doesn't work anyways 2024-07-11 07:16:48 +00:00
Hendrik L
13b1c7984d allow post_utilities to contain div and span elements in the exact next level in addition to anchors 2024-07-11 07:16:48 +00:00
Hendrik L
285d9f525d generalize hide button 2024-07-11 07:16:48 +00:00
Hendrik L
10e4279eb4 allow css debugging (the map file isn't fetched under normal circumstances) 2024-07-11 07:16:48 +00:00
rimu
bb8620f73e let's not have jinja able to access config variables #261 2024-07-10 21:40:06 +08:00
rimu
c45e0eeebe Merge pull request 'Cleanup (2): add_post templates, routes and asides (applies on top of #253)' (#261) from h3ndrik/pyfedi:cleanup_templates2 into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/261
2024-07-10 13:25:20 +00:00
rimu
8299823d4a Merge pull request 'Cleanup post_edit_ templates' (#253) from h3ndrik/pyfedi:cleanup_templates into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/253
2024-07-10 13:23:19 +00:00
Hendrik L
7309b0532e fix deleted poll finish_in 2024-07-09 15:23:19 +02:00
Hendrik L
6da83e0421 merge all the community asides into one template partial 2024-07-09 15:05:13 +02:00
Hendrik L
a8910d5bff combine add_post routes 2024-07-09 09:14:37 +02:00
Hendrik L
98962d52e9 absorb _add_post_types template into parent 2024-07-08 22:17:40 +02:00
Hendrik L
ad353ad206 combine add_post and post_edit templates 2024-07-08 21:34:40 +02:00
Hendrik L
841fd9ec43 combine add_..._post templates into one add_post 2024-07-08 17:13:01 +02:00
Hendrik L
7219926bfd update routes after post_edit template cleanup 2024-07-08 16:18:49 +02:00
Hendrik L
a1fa74d3ba move all post_edit templates into one 2024-07-08 15:14:24 +02:00
Hendrik L
4c0eb87c25 cleanup, add macro render_communityname 2024-07-08 11:56:22 +02:00
Hendrik L
e153b177a0 cleanup, use render_username macro 2024-07-08 11:56:22 +02:00
Hendrik L
0ff7a27c90 add collapsed option to username rendering, remove redundant link, don't show own reputation 2024-07-08 11:56:22 +02:00
rimu
bfdb8749e5 Admins can see all of the modlog, everyone else can only see public entries #21 2024-07-07 16:09:50 +08:00
rimu
557e73d6a2 public mod log #21 2024-07-07 16:03:35 +08:00
rimu
3647e2796d mod log #21 2024-07-07 15:01:52 +08:00
rimu
4073f119f6 cache buster to ensure redirections don't get stuck in a loop
also it's nice to be able to review a comment after making it
2024-07-07 13:27:48 +08:00
rimu
dd836c6532 Mod log migration #21 2024-07-06 14:50:49 +08:00
rimu
24bc4f8618 Combine structure.scss and style.scss
Recompile SCSS
2024-07-05 16:30:33 +08:00
rimu
7885cfcdf4 Combine structure.scss and style.scss
The distinction between the two was never very clear and it is annoying to have to guess which file one needs to edit.
2024-07-05 16:27:53 +08:00
rimu
7a876ed372 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	app/static/structure.css
2024-07-05 16:14:41 +08:00
rimu
cb614b1394 remove some obsolete JS 2024-07-05 16:14:24 +08:00
rimu
2de36cf512 Merge pull request 'fix lightbox (again) #245, fixes regression introduced in #247' (#250) from h3ndrik/pyfedi:lightbox_again into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/250
2024-07-05 08:09:26 +00:00
Hendrik L
0623b445e6 fix lightbox (again) 2024-07-05 00:35:48 +02:00
rimu
bd3da38ff9 Merge pull request 'Fix Lightbox and allow zoom on the whole page, fixes #245' (#247) from h3ndrik/pyfedi:lightbox_fixes into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/247
2024-07-04 07:29:30 +00:00
Hendrik L
419d341504 allow scrolling in lightbox 2024-07-03 16:32:45 +02:00
rimu
40bb3e6638 change downarea paths to our repo #243 2024-07-03 21:24:52 +08:00