Commit graph

1513 commits

Author SHA1 Message Date
freamon
0512db7f5a Avoid defaulting to Afaraf for brand new users (Bugfix for #273) 2024-08-19 14:40:36 +00:00
freamon
6b1218ce02 Default language selection is always most recently used (Bugfix for #273) 2024-08-19 13:50:49 +00:00
Hendrik L
9ae5c94f93 add pagination to admin deleted content view 2024-08-19 11:17:44 +02:00
Hendrik L
11a4f1b101 Make notifications open comments below THREAD_CUTOFF_DEPTH 2024-08-19 10:32:54 +02:00
rimu
db6e198457 IndieSearch support 2024-08-19 10:27:35 +12:00
rimu
8fbf59e189 don't send to banned instances 2024-08-19 10:24:49 +12:00
rimu
fea7de022f better instance.online() logic 2024-08-19 10:18:23 +12:00
rimu
9ec7f969be dark mode flickering #298 2024-08-18 16:38:55 +12:00
rimu
0f4863afcf Merge pull request 'Adjusting the post editing for images to display the existing image' (#297) from JollyDevelopment/pyfedi:jollydev/edit-image-posts-uses-existing-image into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/297
2024-08-18 01:55:52 +00:00
rimu
9df02c649e flag un-moderated communities 2024-08-18 13:44:50 +12:00
rimu
7458be190f user active date on profile 2024-08-18 13:21:00 +12:00
rimu
3cc220d1a2 improve robustness of nodeinfo parsing 2024-08-18 13:12:58 +12:00
rimu
c4ac53e92a script to run the daily maintenance tasks 2024-08-18 12:15:49 +12:00
Alan Roberts
6ab610c503 comment cleanup 2024-08-17 14:34:01 -04:00
Alan Roberts
013f33b5d3 Adjusting the post editing for images to display the existing image 2024-08-17 09:42:07 -04:00
rimu
5fc46e4abe Merge pull request 'Capturing Text box content when enabling markdown editor' (#294) from JollyDevelopment/pyfedi:jollydev/fix-markdown-text-clear into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/294
2024-08-16 23:56:09 +00:00
rimu
3f190140bc bugfix 2024-08-17 11:08:09 +12:00
rimu
b8d8b4d74d bugfix 2024-08-17 11:03:52 +12:00
rimu
e30d077e6a only refresh community and user profiles of online instances 2024-08-17 10:32:18 +12:00
rimu
41cadc1f72 only refresh community and user profiles of online instances 2024-08-17 10:31:22 +12:00
rimu
d0cc79f8ad accept mastodon replies 2024-08-17 10:26:33 +12:00
Alan Roberts
3eb4736a47 Capturing Text box content when enabling markdown editor 2024-08-16 14:41:39 -04:00
freamon
474ff8c194 Initial work for posts that have been removed and then restored #276 2024-08-16 15:07:40 +00:00
rimu
27c41e916a federate auto-deletes 2024-08-16 16:19:23 +12:00
rimu
6f4ea028f7 federate auto-deletes 2024-08-16 16:10:09 +12:00
rimu
8a8d79796e refactor home page based on #293 - css tweaks 2024-08-16 14:02:01 +12:00
rimu
45c84e79d9 refactor home page based on #293
local posts are those in local communities, not those posted anywhere by local accounts
2024-08-16 13:50:59 +12:00
rimu
56a4d60aab refactor home page based on #293 2024-08-16 13:42:29 +12:00
rimu
e12838cf9f Merge pull request 'Adding Subscribed/Local/All nav views' (#293) from JollyDevelopment/pyfedi:jollydev/add-view-filter-to-home-page into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/293
2024-08-16 00:27:29 +00:00
rimu
4cf7e067d6 stop 'add remote' from duplicating local communities 2024-08-16 11:49:14 +12:00
freamon
5211c64c2a Return 400 Bad Request for signature verification errors 2024-08-15 13:10:37 +00:00
Alan Roberts
f78538941b comment cleanup 2024-08-15 11:50:02 +00:00
Alan Roberts
25091be841 adding more work for the view filter 2024-08-15 11:50:02 +00:00
Alan Roberts
de7c8c9d4c work to get the routes aligned and working 2024-08-15 11:50:02 +00:00
Alan Roberts
932e662369 Adding a view for subscribed or local or all to home page 2024-08-15 11:50:02 +00:00
freamon
f247c280e9 Remove unnecessary if/else clause
function only returns True or raises an Exception for an error
2024-08-15 11:16:57 +00:00
rimu
589ee8413a only auto-delete non-sticky posts 2024-08-15 21:04:52 +12:00
rimu
64a6180a13 move content deletion to be earlier in the daily maintenance script 2024-08-15 20:31:04 +12:00
rimu
2c362e32f4 remove content from communities according to retention setting #254 2024-08-15 20:27:46 +12:00
rimu
8d60f8f4cd warn if link already posted to other communties 2024-08-15 19:39:33 +12:00
rimu
1dd9461bfc make tables have a scrollbar if necessary 2024-08-14 19:59:19 +12:00
rimu
b640d6aaee only show who did what moderation actions to admins and staff 2024-08-14 07:47:41 +12:00
rimu
1f0c8eb6ff community blocking #283 2024-08-12 20:54:10 +12:00
rimu
85726d5638 tidy ups to #289 2024-08-12 20:29:15 +12:00
rimu
935337cbd0 tidy ups to #289 2024-08-12 20:23:26 +12:00
rimu
a06152cf55 Merge pull request 'Adding a dev.tools page' (#289) from JollyDevelopment/pyfedi:jollydev/dev-tools into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/289
2024-08-12 08:08:04 +00:00
rimu
407c80931d Merge pull request 'Update community deletion modlog entry' (#287) from JollyDevelopment/pyfedi:jollydev/fix-delete-community-modlog-break into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/287
2024-08-12 08:05:02 +00:00
rimu
c090f3a3ce remove obsolete optimisations 2024-08-12 10:17:19 +12:00
Alan Roberts
d0ffaccd58 adding current_mode in custom render_template 2024-08-11 08:04:04 -04:00
Alan Roberts
924ca0b6a7 adding dev tools links to admin navigation 2024-08-11 08:04:04 -04:00