Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-28 | Pipeline: Unify, refactor, DRY. | lain | |
2020-04-28 | CreateChatMessageValidator: Validate object existence | lain | |
2020-04-28 | Create activity handling: Flip it and reverse it | lain | |
Both objects and create activities will now go through the common pipeline and will be validated. Objects are now created as a side effect of the Create activity, rolling back a transaction if it's not possible to insert the object. | |||
2020-04-28 | Recipient Type: Cast all elements as ObjectIDs. | lain | |
2020-04-28 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-28 | convert markdown content to html | Maksim Pechnikov | |
2020-04-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-24 | Reply Filtering: Refactor. | lain | |
2020-04-24 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-24 | reply filtering | Alexander | |
2020-04-24 | ActivitPub: Remove `like` function. | lain | |
We don't need another way to build likes. | |||
2020-04-23 | ChatMessage: Correctly ingest emoji tags. | lain | |
2020-04-22 | ChatMessageValidator: Validation changes | lain | |
Don't validate if the recipient is blocking the actor. | |||
2020-04-21 | Automatic checks of authentication / instance publicity. Definition of ↵ | Ivan Tashkinov | |
missing OAuth scopes in AdminAPIController. Refactoring. | |||
2020-04-21 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-20 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-20 | Merge remote-tracking branch 'upstream/develop' into accept-deletes | Alex Gleason | |
2020-04-20 | Add :reject_deletes option to SimplePolicy | Alex Gleason | |
2020-04-20 | Fix ObjectAgePolicyTest | Ilja | |
The policy didn't block old posts as it should. * I fixed it and tested on a test server * I added the settings to description so that this information is shown in nodeinfo * TODO: I didn't work TTD and still need to fix the tests | |||
2020-04-20 | ChatMessage: Support emoji. | lain | |
2020-04-20 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-20 | Credo fixes. | lain | |
2020-04-20 | ChatMessageValidator: Don't validate messages that are too long. | lain | |
2020-04-17 | Notifications: Create a chat notification. | lain | |
2020-04-17 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-17 | SideEffects: Test for notification creation. | lain | |
2020-04-17 | ChatView: Add a mastodon api representation of the recipient. | lain | |
2020-04-16 | Merge branch 'develop' into features/remove-user-source_data | rinpatch | |
2020-04-16 | ChatMessagesHandling: Strip HTML of incoming messages. | lain | |
2020-04-16 | Merge branch 'refactor/remove-upgrade-changeset' into 'develop' | rinpatch | |
Remove User.upgrade_changeset in favor of remote_user_creation See merge request pleroma/pleroma!2368 | |||
2020-04-16 | ChatMessages: Better validation. | lain | |
2020-04-15 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-13 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-13 | fix mediaType of object | Maksim Pechnikov | |
2020-04-12 | Always accept deletions through SimplePolicy | Alex Gleason | |
2020-04-11 | Merge branch 'following-relationships-optimizations' into 'develop' | rinpatch | |
FollowingRelationship storage & performance optimizations See merge request pleroma/pleroma!2332 | |||
2020-04-11 | Remove User.upgrade_changeset in favor of remote_user_creation | rinpatch | |
The two changesets had the same purpose, yet some changes were updated in one, but not the other (`uri`, for example). Also makes `Transmogrifier.upgrade_user_from_ap_id` be called from `ActivityPub.make_user_from_ap_id` only when the user is actually not AP enabled yet. I did not bother rewriting tests that used `User.insert_or_update` to use the changeset instead because they seemed to just test the implementation, rather than behavior. | |||
2020-04-10 | Merge branch 'develop' into global-status-expiration | Egor Kislitsyn | |
2020-04-10 | Merge branch 'bugfix/apc2s_upload_activity' into 'develop' | Haelwenn | |
bugfix: AP C2S activity with attachments See merge request pleroma/pleroma!2316 | |||
2020-04-10 | User: remove source_data | Haelwenn (lanodan) Monnier | |
2020-04-10 | Remove User.fields/1 | Haelwenn (lanodan) Monnier | |
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-04-10 | User: Move inbox & shared_inbox to own fields | Haelwenn (lanodan) Monnier | |
2020-04-09 | SideEffects: Extend ChatMessage test. | lain | |
2020-04-09 | SideEffects: Handle ChatMessage creation. | lain | |
2020-04-08 | ChatMessage: Basic incoming handling. | lain | |
2020-04-06 | Merge branch 'remake-remodel-2' into 'develop' | lain | |
Ingestion Pipeline Revamp See merge request pleroma/pleroma!2315 | |||
2020-03-31 | Validator Test: Small refactor. | lain | |
2020-03-31 | Validators: ObjectID is an http uri. | lain | |
2020-03-30 | Merge branch 'develop' into gun | Alexander Strizhakov | |