Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-24 | Make HashtagPolicy history-aware | Tusooa Zhu | |
2022-07-23 | Make NoEmptyPolicy work with Update | Tusooa Zhu | |
2022-07-23 | Make NormalizeMarkup history-aware | Tusooa Zhu | |
2022-07-23 | Make NoPlaceholderTextPolicy history-aware | Tusooa Zhu | |
2022-07-23 | Make MediaProxyWarmingPolicy history-aware | Tusooa Zhu | |
2022-07-23 | Make ForceMentionsInContent history-aware | Tusooa Zhu | |
2022-07-23 | Make EnsureRePrepended history-aware | Tusooa Zhu | |
2022-07-23 | Make MRF Keyword history-aware | Tusooa Zhu | |
2022-07-23 | Merge branch 'mute-expiration' into 'develop' | tusooa | |
MastoAPI: Show mutes expiration date See merge request pleroma/pleroma!3682 | |||
2022-07-22 | Revert "Merge branch 'fix/emoji-react-qualification' into 'develop'" | Haelwenn | |
This reverts merge request !3684 | |||
2022-07-22 | AttachmentValidator: fix_media_type/1 fallback to application/octet-stream | Haelwenn (lanodan) Monnier | |
2022-07-22 | ArticleNotePageValidator: Fix when attachments are a Map (ie. owncast) | Haelwenn (lanodan) Monnier | |
2022-07-21 | Merge branch 'birthday_fix' into 'develop' | tusooa | |
Allow to unset birthday See merge request pleroma/pleroma!3702 | |||
2022-07-21 | Merge branch 'fix/emoji-react-qualification' into 'develop' | Haelwenn | |
EmojiReactValidator: fix emoji qualification See merge request pleroma/pleroma!3684 | |||
2022-07-21 | Merge remote-tracking branch 'upstream/develop' into HEAD | Tusooa Zhu | |
2022-07-20 | Merge branch 'resolve/notice-compatibility-routes-nginx' into 'develop' | Haelwenn | |
Document way to do notice compatibility routes with Nginx reverse-proxy, fixes #2900 Closes #2900 See merge request pleroma/pleroma!3701 | |||
2022-07-17 | Allow to unset birthday | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-17 | Merge branch 'from/upstream-develop/tusooa/config-translatable' into 'develop' | Haelwenn | |
Translatable config descriptions Closes pleroma-meta#65 See merge request pleroma/pleroma!3695 | |||
2022-07-16 | Document way to do notice compatibility routes with Nginx reverse-proxy instead | Sean King | |
2022-07-17 | Merge branch 'notification_types' into 'develop' | tusooa | |
MastoAPI: Use `types` for filtering notifications See merge request pleroma/pleroma!3648 | |||
2022-07-16 | Implement settings api | Tusooa Zhu | |
2022-07-14 | Pass in msgctxt for config translation strings | Tusooa Zhu | |
2022-07-13 | Make admin api use translated config descriptions | Tusooa Zhu | |
2022-07-13 | Merge branch 'short-description' into 'develop' | tusooa | |
Add short_description instance field Closes #2865 See merge request pleroma/pleroma!3651 | |||
2022-07-12 | Make mutes and blocks behave the same as other lists | Tusooa Zhu | |
2022-07-10 | Merge branch 'from/upstream-develop/tusooa/2830-remote-fo-mp' into 'develop' | Haelwenn | |
Pass remote follow avatar into media proxy Closes #2830 See merge request pleroma/pleroma!3690 | |||
2022-07-10 | Pass remote follow avatar into media proxy | Tusooa Zhu | |
2022-07-09 | Fix remote emoji in subject disappearing after edits | Tusooa Zhu | |
2022-07-06 | Fix cannot get full history on object fetch | Tusooa Zhu | |
2022-07-03 | Validate object data for incoming Update activities | Tusooa Zhu | |
In Create validator we do not validate the object data, but that is because the object itself will go through the pipeline again, which is not the case for Update. Thus, we added validation for objects in Update activities. | |||
2022-07-03 | Pass history items through ObjectValidator for updatable object types | Tusooa Zhu | |
2022-07-03 | Merge branch 'develop' into 'from/upstream-develop/tusooa/edits' | Tusooa Zhu | |
# Conflicts: # lib/pleroma/constants.ex | |||
2022-07-03 | Merge branch 'bugfix/mime-validation-no-list' into 'develop' | Haelwenn | |
Bugfix: Validate mediaType only by it's format See merge request pleroma/pleroma!3597 | |||
2022-07-03 | Merge branch 'from/upstream-develop/tusooa/server-announcements' into 'develop' | Haelwenn | |
Server announcements (1st pass) See merge request pleroma/pleroma!3643 | |||
2022-06-28 | EmojiReactValidator: fix emoji qualification | Hélène | |
Tries fully-qualifying emoji when receiving them, by adding the emoji variation sequence to the received reaction emoji. This issue arises when other instance software, such as Misskey, tries reacting with emoji that have unqualified or minimally qualified variants, like a red heart. Pleroma only accepts fully qualified emoji in emoji reactions, and refused those emoji. Now, Pleroma will attempt to properly qualify them first, and reject them if checks still fail. | |||
2022-06-25 | Make outbound transmogrifier aware of edit history | Tusooa Zhu | |
2022-06-25 | Do not put meta[:object_data] for local Updates | Tusooa Zhu | |
2022-06-25 | Fix local updates causing emojis to be lost | Tusooa Zhu | |
2022-06-25 | Unify the logic of updating objects | Tusooa Zhu | |
2022-06-24 | Fix CommonAPITest | Tusooa Zhu | |
2022-06-24 | Use meta[:object_data] in SideEffects for Update | Tusooa Zhu | |
2022-06-24 | Convert incoming Updated object into Pleroma format | Tusooa Zhu | |
2022-06-21 | Add editing to features | Tusooa Zhu | |
2022-06-16 | Store mutes expiration date | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-06-11 | Show original status at the first of history | Tusooa Zhu | |
2022-06-11 | Workaround with_index does not support function in Elixir 1.9 | Tusooa Zhu | |
2022-06-11 | Send the correct update in streamer | Tusooa Zhu | |
get_create_by_ap_id_with_object() seems to fetch the old object. Why this happens needs further investigation. | |||
2022-06-11 | Expose history and source apis to anon users | Tusooa Zhu | |
2022-06-09 | Fix incorrectly cached content after editing | Tusooa Zhu | |
2022-06-08 | Return the corresponding object id in attachment view | Tusooa Zhu | |