Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-30 | SideEffects: Handle deletions. | lain | |
2020-04-30 | DeleteValidator: Deleting a user is valid. | lain | |
2020-04-30 | Transmogrifier: Handle incoming deletes for non-user objects. | lain | |
2020-04-30 | DeleteValidator: Mastodon sends unaddressed deletes. | lain | |
2020-04-30 | Transmogrifier Tests: Extract deletion tests. | lain | |
2020-04-29 | ObjectValidator: Add validation for `Delete`s. | lain | |
2020-04-29 | Object Validator Types: Add Recipients. | lain | |
2020-04-29 | Chat message creation: Check actor. | lain | |
2020-04-29 | Transmogrifier: Fetch missing actors for chatmessages. | lain | |
2020-04-29 | Pipeline: Always run common_pipeline in a transaction for now. | lain | |
2020-04-29 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remake-remodel-dms | |||
2020-04-29 | added test | Maksim Pechnikov | |
2020-04-28 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
automatic-authentication-and-instance-publicity-checks # Conflicts: # lib/pleroma/web/mastodon_api/controllers/account_controller.ex | |||
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. |