DeleteValidator: Improve code readability
[akkoma] / lib /
2020-05-03 Lain SoykafDeleteValidator: Improve code readability
2020-05-01 lainAdminApiController: Use common pipeline for user deletion.
2020-05-01 lainAdminAPIController: Refactor.
2020-05-01 lainUser deletion mix task: Use common pipeline.
2020-05-01 lainMerge branch 'feature/delete-validator' of git.pleroma...
2020-05-01 lainDeleteValidator: Only allow deletion of certain types.
2020-04-30 Lain SoykafMerge branch 'develop' of ssh://git.pleroma.social...
2020-04-30 lainDeleteValidator: Don't federate local deletions of...
2020-04-30 lainMerge branch 'dismiss-notification-on-follow-request...
2020-04-30 lainActivityPub: Remove `delete` function.
2020-04-30 lainUser: Use common pipeline to delete user activities
2020-04-30 lainSideEffects: Fix comment
2020-04-30 lainSideEffects: On deletion, reduce the reply count cache
2020-04-30 lainCredo fixes.
2020-04-30 lainSideEffects: On deletion, reduce the User note count.
2020-04-30 HaelwennMerge branch 'emoji-upload' into 'develop'
2020-04-30 lainSideEffects: Stream out deletes.
2020-04-30 lainDeleteValidator: Add internal helper field after valida...
2020-04-30 eugenijmDismiss the follow request notification on rejection
2020-04-30 Alexander Strizhakovfix for auth check
2020-04-30 lainAP C2S: Use common pipelin for deletes.
2020-04-30 lainCommonAPI: Use common pipeline for deletions.
2020-04-30 lainSideEffects: Handle deletions.
2020-04-30 lainDeleteValidator: Deleting a user is valid.
2020-04-30 lainTransmogrifier: Handle incoming deletes for non-user...
2020-04-30 Alexander Strizhakoverror rename
2020-04-30 Alexander Strizhakovemoji api packs changes in routes with docs update
2020-04-30 Alexander Strizhakovrefactor emoji api with fixes
2020-04-30 lainDeleteValidator: Mastodon sends unaddressed deletes.
2020-04-30 Alexander Strizhakovreturn data only for updated emoji
2020-04-30 lainObjectValidator: Add actor fetcher.
2020-04-30 lainTypo fix.
2020-04-30 lainMerge branch '1364-no-pushes-from-blocked-domains-users...
2020-04-29 rinpatchMerge branch 'fix/add-exclude-replies-openapi' into...
2020-04-29 rinpatchAdd exlude_replies to OpenAPI spec for account timelines
2020-04-29 lainObjectValidator: Add validation for `Delete`s.
2020-04-29 lainLikeValidator: Use Recipients Type.
2020-04-29 lainObject Validator Types: Add Recipients.
2020-04-29 lainMerge branch 'automatic-authentication-and-instance...
2020-04-28 Ivan Tashkinov[#2349] Post-merge fix.
2020-04-28 Ivan TashkinovMerge remote-tracking branch 'remotes/origin/develop...
2020-04-28 rinpatchMerge branch 'openapi/account' into 'develop'
2020-04-28 lainMerge branch 'mongoose-secure' into 'develop'
2020-04-27 fenceformating
2020-04-27 Egor KislitsynMove single used schemas to operation schema
2020-04-27 fencerequested changes to mongoose_im_controller.ex
2020-04-27 Egor KislitsynUse `json_response_and_validate_schema/2` in tests...
2020-04-27 fenceadd tests for deactivated users for mongoose auth
2020-04-27 fencesecure mongoose auth endpoint
2020-04-27 Egor KislitsynMerge branch 'develop' into openapi/account
2020-04-26 rinpatchMerge branch 'img-src-blob' into 'develop'
2020-04-26 Alex GleasonLet blob: pass CSP
2020-04-25 lainMerge branch '1706-dm-timeline-failure-fix' into 'develop'
2020-04-25 Ivan Tashkinov[#1706] Formatting fix.
2020-04-25 Ivan Tashkinov[#1706] Prevented error on unresolved activity actors...
2020-04-24 Ivan Tashkinov[#2409] Made `GET /api/v1/accounts/:id/favourites`...
2020-04-24 rinpatchMerge branch 'bugfix/announce-race-condition' into...
2020-04-24 lainMerge branch 'reply-filtering-refactor' into 'develop'
2020-04-24 lainReply Filtering: Refactor.
2020-04-24 lainMerge branch 'openapi-improvements' into 'develop'
2020-04-24 Ivan Tashkinov[#2409] Tested all auth setup configs in AuthTestContro...
2020-04-24 Alexanderreply filtering
2020-04-24 lainAnnouncements: Prevent race condition.
2020-04-24 lainMerge branch 'feature/remove-unused-like-code' into...
2020-04-24 lainCredo fixes.
2020-04-24 lainActivitPub: Remove `like` function.
2020-04-24 Egor KislitsynSupport validation for inline OpenAPI schema and automa...
2020-04-23 Ivan Tashkinov[#2409] Fixed before-action callback results persistence.
2020-04-23 rinpatchMerge branch 'bugfix/repeating-announce' into 'develop'
2020-04-23 lainCommonAPI: Don't make repeating announces possible
2020-04-23 rinpatchMerge branch 'bugfix/null-scheduled-at' into 'develop'
2020-04-22 lainMerge branch 'bugfix/1629-fav-race-condition' into...
2020-04-22 lainSideEffects: Use less cryptic syntax.
2020-04-22 HaelwennMerge branch 'bugfix/1670-user-count' into 'develop'
2020-04-22 lainStats: Use `invisible` property for filtering.
2020-04-22 Ivan TashkinovMerge remote-tracking branch 'remotes/origin/develop...
2020-04-22 lainSideEffects: Run in transaction.
2020-04-22 Egor KislitsynUpdate Flake ID description
2020-04-22 Egor KislitsynMerge branch 'develop' into openapi/account
2020-04-22 Ivan TashkinovMerge remote-tracking branch 'remotes/origin/develop...
2020-04-22 Ivan TashkinovFixed OAuth restrictions for :api routes. Made auth...
2020-04-22 HaelwennMerge branch 'fix/follow-and-blocks-import' into 'develop'
2020-04-22 HaelwennMerge branch 'bugfix/following-fix-status-code' into...
2020-04-22 HaelwennMerge branch 'bugfix/1543-streaming-boosts' into 'develop'
2020-04-22 Ivan TashkinovApply suggestion to lib/pleroma/notification.ex
2020-04-22 Egor KislitsynFix Oban warning
2020-04-22 Egor KislitsynFix blocks import
2020-04-22 Egor KislitsynFix follow import
2020-04-22 lainStreamer: Stream boosts to the boosting user.
2020-04-22 HaelwennMerge branch 'feature/voters-count' into 'develop'
2020-04-22 HaelwennMerge branch 'worker-messages' into 'develop'
2020-04-22 lainMerge branch 'microformats' into 'develop'
2020-04-22 Karol Kosekstatic_fe: Add microformats2 classes
2020-04-22 lainStats: Ignore internal users for user count.
2020-04-22 lainAccountController: Use code 400 for self-follow.
2020-04-22 lainMerge branch 'fix/1689-fix-migrate-to-db' into 'develop'
2020-04-22 lainStatusController: Ignore nil scheduled_at parameters.
2020-04-22 lainMerge branch 'docs/debian-packages' into 'develop'
2020-04-22 lainPolls: Persist and show voters' count
2020-04-22 lainFederator: Return proper values for jobs
next