Commit graph

1191 commits

Author SHA1 Message Date
rimu
bd248605d6 a bit more #194 2024-06-05 20:32:25 +12:00
rimu
a5583dc37e public_url on posts too #194 2024-06-05 16:23:31 +12:00
rimu
e4ea5de665 refresh profile using public_url #194 2024-06-05 14:22:04 +12:00
rimu
32fcbccf31 icons as string 2024-06-05 14:17:04 +12:00
rimu
727f089044 more straight-forward way #194 2024-06-05 13:33:58 +12:00
rimu
3203ac5506 oh boy, this sucks #194 2024-06-05 13:21:41 +12:00
rimu
c902f28137 good point, andrew #194 2024-06-04 10:20:54 +12:00
rimu
f44a8dfedd good point, andrew #194 2024-06-04 10:01:06 +12:00
rimu
f101a56fe2 profile_id or user_name.lower() everywhere #194 2024-06-04 09:53:13 +12:00
rimu
0bde39b8a3 profile_id or user_name.lower() everywhere #194 2024-06-04 09:49:54 +12:00
rimu
cf3dec5768 profile_id or user_name.lower() everywhere #194 2024-06-04 09:44:10 +12:00
rimu
82704ae421 added comment 2024-06-04 08:51:32 +12:00
freamon
ff43df1a21 Avoid picking up trailing punctuation for raw URLs in text 2024-06-03 21:29:00 +01:00
freamon
9c05c3d02b Remove actor from Page or else it's rejected completely 2024-06-03 15:47:54 +01:00
freamon
048a289d67 Use copy() for microblog_announce to avoid overwriting the original announce 2024-06-03 15:40:10 +01:00
rimu
7ab91b7dc5 add actor (author?) to Page 2024-06-03 12:09:10 +12:00
rimu
f6d1b6d882 Merge remote-tracking branch 'origin/main' 2024-06-03 10:45:56 +12:00
rimu
ea88e251f2 update roadmap 2024-06-03 10:36:02 +12:00
freamon
ea93bfb432 More removal of PieFed's Markdown in outbound federation
Missed these the first time
2024-06-02 20:53:37 +01:00
rimu
07d52ae54e soft deletes - home page #193 2024-06-02 19:09:57 +12:00
rimu
2380a3ae61 soft deletes and deleted content admin area #193 2024-06-02 16:45:21 +12:00
rimu
f4931b474c smaller images on mobile, using srcset 2024-06-01 22:58:11 +12:00
rimu
3b6ea486ce url when deleting 2024-06-01 20:32:08 +12:00
rimu
0a1ea7d0e3 only json serializable objects can be passed to celery tasks (not SQLAlchemy models) #181 2024-06-01 19:52:17 +12:00
rimu
86e86f9e72 block claudebot 2024-06-01 19:24:15 +12:00
freamon
d53d5b1a8d Bugfix: function import 2024-05-31 22:31:35 +01:00
freamon
66c56e2428 Federate local poll votes out 2024-05-31 22:31:23 +01:00
freamon
06edc710d9 Process incoming poll votes 2024-05-31 22:31:11 +01:00
freamon
41804394d6 Function to inform followers that a post has been updated (only used for Polls for now) 2024-05-31 22:30:51 +01:00
freamon
7c33c40f09 Bugfix for poll edits 2024-05-31 22:30:36 +01:00
freamon
ae68eecb65 Only duplicate title into body for Polls if it's not already in there 2024-05-31 22:30:21 +01:00
freamon
7cfe89a92e post_to_page: add Poll post type 2024-05-31 22:30:05 +01:00
freamon
e6b3a5bd7c post_to_page: remove old post.language overwrite (bugfix) 2024-05-31 22:29:49 +01:00
freamon
c5596e2f08 post_to_page: use post.community instead of also passing community 2024-05-31 22:29:13 +01:00
freamon
f6f7af0a1e Use MICROBLOG_APPS constant instead of hard-coding 'mastodon' 2024-05-31 22:28:58 +01:00
freamon
d6aed72b3c Duplicate Poll title into body so it appears in content
required for Mastodon to accept
2024-05-31 22:28:43 +01:00
freamon
2319458b00 Announce page, not create/page for Mastodon 2024-05-31 22:28:26 +01:00
freamon
9dc2d48aca Federate post to user followers before community followers 2024-05-31 22:28:07 +01:00
freamon
442a3100a2 Remove remnant of comment length experiment 2024-05-31 22:27:52 +01:00
rimu
bc78bcf146 add fash peertube instances to defederation list, not just domain block (used for post links) 2024-05-31 21:56:40 +12:00
rimu
30f2b5a681 clear topic cache when topics change 2024-05-31 21:55:55 +12:00
rimu
e759e7afb1 tweak topics menu 2024-05-30 22:31:32 +12:00
rimu
364287c0d5 post into sub-topics 2024-05-30 22:18:36 +12:00
rimu
eed882f061 post into sub-topics 2024-05-30 22:05:34 +12:00
rimu
a08e0ce6e7 add topics to main menu and reduce size of output html 2024-05-30 21:54:25 +12:00
rimu
92affc3064 remove temporary cli function 2024-05-29 15:36:41 +12:00
rimu
c91131424d Merge remote-tracking branch 'origin/main' 2024-05-29 15:19:48 +12:00
rimu
57550f02b9 post.body needs to have something in it because that field is used for the search index 2024-05-29 15:19:32 +12:00
freamon
ce1d01de09 Retrieve remote post from Search (no pre-supplied community required) 2024-05-28 22:28:03 +01:00
freamon
788cad653b Clobber PeerTube communitites to restrict posting to mods irrespective of what JSON says 2024-05-28 20:44:06 +01:00