Alex Gleason
|
57ef1d1211
|
Add InlineQuotePolicy to force quote URLs inline
|
2023-09-13 19:19:04 -04:00 |
Alex Gleason
|
d4fea8b559
|
ActivityDraft: allow quoting
|
2023-09-13 19:19:03 -04:00 |
Alex Gleason
|
cc4badaf60
|
Transmogrifier: fix quoteUrl here too
|
2023-09-13 19:19:03 -04:00 |
Alex Gleason
|
b022d6635d
|
Transmogrifier: fetch quoted post
|
2023-09-13 19:19:03 -04:00 |
Alex Gleason
|
795736af16
|
ObjectValidators: improve quoteUrl compatibility
|
2023-09-13 19:19:03 -04:00 |
Alex Gleason
|
31eb3dc245
|
ObjectValidators: accept "quoteUrl" field
|
2023-09-13 19:19:02 -04:00 |
Faried Nawaz
|
e5e76ec445
|
cleaner ecto query to handle restrict_unauthenticated for activities
This fix is for this case:
config :pleroma, :restrict_unauthenticated,
activities: %{local: true, remote: true}
|
2023-07-28 18:45:59 +05:00 |
faried nawaz
|
dc4de79d43
|
status context: perform visibility check on activities around a status
issue #2927
|
2023-07-28 18:45:59 +05:00 |
tusooa
|
1459d64508
|
Make regex-to-string descriptor reusable
|
2023-07-07 07:09:35 -04:00 |
tusooa
|
ba3aa4f86d
|
Fix edge cases
|
2023-07-07 06:58:32 -04:00 |
tusooa
|
ef8a6c539a
|
Make EmojiPolicy aware of custom emoji reactions
|
2023-07-07 06:58:31 -04:00 |
tusooa
|
20d193c91d
|
Improve config examples for EmojiPolicy
|
2023-07-07 06:58:31 -04:00 |
tusooa
|
f50422c380
|
Move emoji_policy.ex to the right place
|
2023-07-07 06:58:31 -04:00 |
tusooa
|
7eb8abf7bb
|
EmojiPolicy: Implement delist
|
2023-07-07 06:58:31 -04:00 |
tusooa
|
80ce6482f6
|
EmojiPolicy: implement remove by shortcode
|
2023-07-07 06:58:31 -04:00 |
tusooa
|
28ff828caa
|
Add emoji policy to remove emojis matching certain urls
https://git.pleroma.social/pleroma/pleroma/-/issues/2775
|
2023-07-07 06:58:22 -04:00 |
tusooa
|
a1621839cc
|
Fix user fetch completely broken if featured collection is not in a supported form
|
2023-07-02 11:03:09 -04:00 |
Lain Soykaf
|
6611c6ce4e
|
B ForceMentionsInContent: Fix test, refactor.
|
2023-06-11 16:45:31 +04:00 |
Lain Soykaf
|
55dd8ef1c7
|
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into pleroma-double_mentions
|
2023-06-11 16:31:20 +04:00 |
lain
|
1f4618d64b
|
Merge branch 'cleanup/ostatus-user-upgrade' into 'develop'
Cleanup OStatus-era user upgrades and ap_enabled indicator
See merge request pleroma/pleroma!3880
|
2023-06-11 11:13:57 +00:00 |
lain
|
1db29f734f
|
Merge branch 'fep-fffd-url' into 'develop'
CommonFields: Use BareUri for :url
Closes #3121
See merge request pleroma/pleroma!3884
|
2023-06-11 11:02:39 +00:00 |
Zero
|
279fd47b48
|
ForceMentionsInContent: fix double mentions for Mastodon/Misskey posts
The code checked for duplicates using "ap_id", but in Mastodon and Misskey the look like that:
Mastodon: https://mastodon.example.com/users/roger
Misskey: https:///misskey.example.com/users/104ab42f11
The fix is to also check for "uri", which is what will be in the "explicitly_mentioned_uris" list:
Mastodon: https://mastodon.example.com/@roger
Misskey: https://misskey.example.com/@roger
|
2023-05-26 12:30:19 -04:00 |
Haelwenn
|
0524e66a05
|
Merge branch 'accept-tags-2.5' into 'develop'
TagValidator: Drop unrecognized Tag types
Closes #2952
See merge request pleroma/pleroma!3823
|
2023-05-17 19:04:51 +00:00 |
Haelwenn (lanodan) Monnier
|
a5066bb078
|
CommonFields: Use BareUri for :url
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/3121
|
2023-05-17 17:25:46 +02:00 |
tusooa
|
be5c5118cb
|
Make sure object refetching follows update rules
|
2023-05-09 21:04:27 -04:00 |
Haelwenn (lanodan) Monnier
|
fcd49e3985
|
User: Remove ap_enabled field
|
2023-05-05 11:11:26 +02:00 |
Haelwenn (lanodan) Monnier
|
9dfa1c4be0
|
ActivityPub: Mark fetch_and_prepare_user_from_ap_id/1 as private
|
2023-05-05 11:11:26 +02:00 |
Haelwenn (lanodan) Monnier
|
e17265a7a2
|
TransmogrifierWorker: Remove obsolete worker
|
2023-05-05 11:11:26 +02:00 |
Haelwenn (lanodan) Monnier
|
2ee483ba41
|
Transmogrifier: Remove upgrade_user_from_ap_id
|
2023-05-05 11:11:26 +02:00 |
Haelwenn (lanodan) Monnier
|
3962253cf1
|
Publisher: Stop filtering via ap_enabled?/1
|
2023-05-05 11:11:26 +02:00 |
Haelwenn (lanodan) Monnier
|
606f78f5e5
|
ActivityPub: Stop relying on ap_enabled and upgrade_user_from_ap_id
|
2023-05-05 11:11:26 +02:00 |
Haelwenn (lanodan) Monnier
|
4fd96b24ae
|
AddRemoveValidator: Use User.fetch_by_ap_id instead of upgrade_user_from_ap_id
|
2023-05-05 11:11:26 +02:00 |
tusooa
|
c5d946bc92
|
Fix emoji reactions for legacy 2-tuple formats
|
2023-03-26 15:12:40 -04:00 |
Haelwenn
|
6d0cc8fa2a
|
Merge branch 'features/image-object' into 'develop'
Add support for Image objects
Closes #1581
See merge request pleroma/pleroma!3145
|
2023-03-25 06:35:55 +00:00 |
Alexander Tumin
|
2c2ea16b50
|
Allow custom emoji reactions: Add pleroma_custom_emoji_reactions feature, review changes
|
2023-03-12 11:39:17 +03:00 |
Haelwenn (lanodan) Monnier
|
ea07ec51ef
|
Add support for Image objects
|
2023-03-09 14:21:12 +01:00 |
Alexander Tumin
|
4b85d1c617
|
Allow custom emoji reactions: Fix tests, mixed custom and unicode reactions
|
2023-03-02 11:18:16 +03:00 |
floatingghost
|
787e30c5fd
|
Allow reacting with remote emoji when they exist on the post (#200)
Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/200
|
2023-03-02 11:18:16 +03:00 |
tusooa
|
e4925f813a
|
Sanitize filenames when uploading
|
2023-03-01 18:40:02 -05:00 |
silverpill
|
5cfb0578a6
|
TagValidator: Drop unrecognized tags
|
2023-02-27 23:09:46 +00:00 |
silverpill
|
c7dc5ce85c
|
TagValidator: Allow unrecognized Tag types
|
2022-12-29 14:21:20 +00:00 |
Sean King
|
d5d4c7c11d
|
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into fine_grained_moderation_privileges
|
2022-12-19 18:48:26 -07:00 |
lain
|
c6dff687c0
|
Merge branch 'from/upstream/develop/tusooa/mrf-updates' into 'develop'
MRFs with Updates
See merge request pleroma/pleroma!3808
|
2022-12-20 00:51:41 +00:00 |
Sean King
|
60df2d8a97
|
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into fine_grained_moderation_privileges
|
2022-12-18 22:03:48 -07:00 |
Lain Soykaf
|
bb27e4134b
|
AudioVideoValidator: Fix embedded attachment requirements
|
2022-12-15 18:06:28 -05:00 |
Lain Soykaf
|
9838790a7d
|
AttachmentValidator: Actually require url
|
2022-12-15 17:46:20 -05:00 |
tusooa
|
2554028097
|
Make SimplePolicy Update-aware
This is inspired by d5828f1c5e
|
2022-12-15 11:57:45 -05:00 |
tusooa
|
dc7efcd08b
|
Make TagPolicy Update-aware
This is inspired by d5828f1c5e
|
2022-12-15 11:08:24 -05:00 |
Haelwenn
|
204fd6faae
|
Merge branch 'from/upstream-develop/tusooa/report-fake' into 'develop'
Report an Object, not a Create Activity
Closes #2986
See merge request pleroma/pleroma!3788
|
2022-12-09 14:25:24 +00:00 |
tusooa
|
9d99e76a3a
|
Fix unit tests
|
2022-11-20 00:57:04 -05:00 |