Commit graph

780 commits

Author SHA1 Message Date
rra
43b5a76d99 Merge branch 'domains' of https://codeberg.org/rscmbbng/pyfedi into domains 2024-03-10 20:28:28 +01:00
rra
96ccc59dbf fix small issues in the template 2024-03-10 20:27:55 +01:00
rscmbbng
66bd1bb01a Merge branch 'main' into domains 2024-03-10 19:26:45 +00:00
rra
bfb3827d34 minor edits and cleanup of template 2024-03-10 20:19:32 +01:00
rra
b9f3e92acf redesign domains; add banned domains; add permission control 2024-03-10 20:17:53 +01:00
rra
0aee1cf6df basic route for banned domains 2024-03-10 20:17:16 +01:00
rra
742ff2f46e make tabs work responsive 2024-03-10 15:03:04 +01:00
rra
e2c2d9b503 rework settings ui, scaffold blocks managment 2024-03-10 00:25:06 +01:00
saint
7802da7fb6 Merge branch 'main' of https://codeberg.org/saint/pyfedi 2024-03-09 17:09:35 +01:00
saint
8ede910ce0 Merge pull request 'ci/woodpecker-ci' (#6) from ci/woodpecker-ci into main
Reviewed-on: https://codeberg.org/saint/pyfedi/pulls/6
2024-03-09 16:09:20 +00:00
Martynas Sklizmantas
8e68961690 this is not how it works :) 2024-03-09 17:01:21 +01:00
Martynas Sklizmantas
d477fcd607 moved secrets to ui 2024-03-09 16:57:56 +01:00
Martynas Sklizmantas
680a2bb8e5 secrets to push 2024-03-09 16:55:35 +01:00
Martynas Sklizmantas
d8169b0a4f removing dry run mode 2024-03-09 16:42:50 +01:00
Martynas Sklizmantas
2da76a5cc1 maybe this time is right 2024-03-09 12:53:11 +01:00
Martynas Sklizmantas
10fd92824d learning while not reading docs 2024-03-09 12:47:09 +01:00
Martynas Sklizmantas
ffbd2feba8 first try 2024-03-09 12:45:51 +01:00
saint
c466534fa6 Merge branch 'main' of https://codeberg.org/saint/pyfedi 2024-03-09 07:26:32 +01:00
rimu
d2366e2e18 make FULL_AP_CONTEXT work properly 2024-03-09 19:24:56 +13:00
rimu
6408432da6 properly set create_id and announce_id in community outbox 2024-03-09 19:13:15 +13:00
saint
3c50791594 Merge branch 'main' of https://codeberg.org/saint/pyfedi 2024-03-09 06:21:07 +01:00
rimu
3dff7ef2e7 invalid attachment activitypub 2024-03-09 18:19:03 +13:00
saint
1db3a8254a Merge branch 'main' of https://codeberg.org/saint/pyfedi 2024-03-09 06:06:22 +01:00
rimu
62292cb6d1 finish sub-topics fixes #44 2024-03-09 14:59:05 +13:00
rimu
bacc0c81be logging on post_json_to_model 2024-03-09 12:15:58 +13:00
rscmbbng
a714a7d187 more vertical alignment 2024-03-08 10:49:29 +00:00
rra
93155e40da sketching out a way to make domain bans & blocks visible to users 2024-03-08 11:44:59 +01:00
rra
aed1b0dd77 Merge remote-tracking branch 'upstream/main' 2024-03-08 11:40:29 +01:00
rra
8e2965ddd0 more vertical alignment 2024-03-08 11:20:46 +01:00
saint
2ae63f6d64 Merge branch 'main' of https://codeberg.org/saint/pyfedi 2024-03-08 11:19:58 +01:00
rimu
690bb34eff I know this looks weird but this is how flask_babel (string translation package) wants it done 2024-03-08 22:58:38 +13:00
rimu
12545379b3 Merge pull request 'various small changes and fixes' (#81) from rscmbbng/pyfedi:main into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/81
2024-03-08 09:55:18 +00:00
rra
d9effe0310 merge upstream 2024-03-08 10:40:41 +01:00
rra
a10ed015f2 properly vertically align side cards 2024-03-08 10:34:17 +01:00
rimu
01423586b5 refactor remove_tracking_from_link to preserve the t parameter in youtube urls, without regex #34 2024-03-08 22:09:54 +13:00
rimu
6914a47206 remove tracking from links fixes #34 2024-03-08 22:01:46 +13:00
rimu
47bf0ddedb Merge remote-tracking branch 'origin/main' 2024-03-08 21:52:17 +13:00
rimu
2c513d23b9 Merge pull request 'littlefixes' (#89) from freamon/pyfedi:littlefixes into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/89
2024-03-08 08:43:07 +00:00
rimu
6c4d0d217f minor bugfixes 2024-03-08 21:40:47 +13:00
freamon
9fa260632a Clean tracking info from youtube links 2024-03-08 01:33:58 +00:00
freamon
3e5d040beb Add header tags to allowlist 2024-03-07 21:00:11 +00:00
rra
2ba69f2517 inform that blocklists and interests are beign configured in init-db #80 2024-03-07 12:42:28 +01:00
rra
0909256288 fix string formatting of 'link not allowed' 2024-03-07 12:39:14 +01:00
freamon
2fd81604d1 Update INSTALL.md 2024-03-07 10:51:50 +00:00
freamon
721bf49618 Remove duplicate activitypub logging 2024-03-07 10:45:36 +00:00
saint
b3149abe69 Merge branch 'main' of https://codeberg.org/saint/pyfedi 2024-03-06 11:09:06 +01:00
rimu
b7f187e706 sub-topics - public-facing UI #44 2024-03-06 21:37:07 +13:00
rimu
2271b815e9 Merge pull request 'Update INSTALL.md #71' (#76) from freamon/pyfedi:tidyup into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/76
2024-03-05 21:36:33 +00:00
freamon
b8e4f6d022 Update INSTALL.md 2024-03-05 19:54:17 +00:00
rimu
be952e8711 Merge pull request 'Score fixes' (#75) from freamon/pyfedi:fix into main
Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/75
2024-03-05 08:28:57 +00:00