summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-05-01Fix Oban not receiving :ok from RichMediaHelper jobMark Felder
2020-05-01[#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks ↵Ivan Tashkinov
when password is provided. Refactored plugs skipping functionality.
2020-05-01Merge branch 'authenticated-api-oauth-check-enforcement' into 'develop'rinpatch
Enforcement of OAuth scopes check for authenticated API endpoints See merge request pleroma/pleroma!2349
2020-05-01Merge branch 'fix-object_age_policy' into 'develop'lain
Fix ObjectAgePolicy See merge request pleroma/pleroma!2404
2020-05-01Merge branch 'bugfix/1670-user-count' into 'develop'Haelwenn
Stats: Ignore internal users for user count. Closes #1670 See merge request pleroma/pleroma!2414
2020-05-01Merge branch 'fix/follow-and-blocks-import' into 'develop'Haelwenn
Fix follower/blocks import when nicknames starts with @ Closes #1698 See merge request pleroma/pleroma!2416
2020-05-01CommonAPI: Don't make repeating announces possiblelain
2020-05-01Let blob: pass CSPAlex Gleason
2020-05-01Mastodon API: do not create a following relationship if the corresponding ↵eugenijm
follow request doesn't exist when calling `POST /api/v1/follow_requests/:id/authorize`
2020-05-01Deactivate local users on deletion instead of deleting the recordrinpatch
Prevents the possibility of re-registration, which allowed to read DMs of the deleted account. Also includes a migration that tries to find any already deleted accounts and insert skeletons for them. Closes pleroma/pleroma#1687
2020-04-30Merge branch 'develop' of ssh://git.pleroma.social/pleroma/pleroma into ↵Lain Soykaf
feature/delete-validator
2020-04-30DeleteValidator: Don't federate local deletions of remote objects.lain
Closes #1497
2020-04-30Merge branch 'dismiss-notification-on-follow-request-rejection' into 'develop'lain
Dismiss the follow request notification on rejection See merge request pleroma/pleroma!2447
2020-04-30ActivityPub: Remove `delete` function.lain
This is handled by the common pipeline now.
2020-04-30User: Use common pipeline to delete user activitieslain
2020-04-30SideEffects: Fix commentlain
2020-04-30SideEffects: On deletion, reduce the reply count cachelain
2020-04-30Credo fixes.lain
2020-04-30SideEffects: On deletion, reduce the User note count.lain
2020-04-30SideEffects: Stream out deletes.lain
2020-04-30DeleteValidator: Add internal helper field after validation.lain
2020-04-30Dismiss the follow request notification on rejectioneugenijm
2020-04-30Refactoring of :if_func / :unless_func plug options (general availability). ↵Ivan Tashkinov
Added tests for Pleroma.Web.Plug.
2020-04-30fix for auth checkAlexander Strizhakov
2020-04-30AP C2S: Use common pipelin for deletes.lain
2020-04-30CommonAPI: Use common pipeline for deletions.lain
2020-04-30SideEffects: Handle deletions.lain
2020-04-30DeleteValidator: Deleting a user is valid.lain
2020-04-30Transmogrifier: Handle incoming deletes for non-user objects.lain
2020-04-30error renameAlexander Strizhakov
2020-04-30emoji api packs changes in routes with docs updateAlexander Strizhakov
2020-04-30refactor emoji api with fixesAlexander Strizhakov
2020-04-30DeleteValidator: Mastodon sends unaddressed deletes.lain
2020-04-30return data only for updated emojiAlexander Strizhakov
2020-04-30ObjectValidator: Add actor fetcher.lain
2020-04-30Typo fix.lain
2020-04-30Apply suggestion to ↵lain
lib/pleroma/web/api_spec/schemas/chat_message_create_request.ex
2020-04-30Merge branch '1364-no-pushes-from-blocked-domains-users' into 'develop'lain
[#1364] [FIX] Disabled notifications on activities from blocked domains (unless actors are followed) See merge request pleroma/pleroma!2367
2020-04-30Merge branch 'develop' into openapi/notificationsEgor Kislitsyn
2020-04-30Merge branch 'develop' into openapi/reportsEgor Kislitsyn
2020-04-30Add exlude_replies to OpenAPI spec for account timelinesrinpatch
2020-04-29Apply suggestion to lib/pleroma/web/api_spec/schemas/chat_message_response.exlain
2020-04-29Apply suggestion to lib/pleroma/web/pleroma_api/controllers/chat_controller.exlain
2020-04-29Apply suggestion to lib/pleroma/web/activity_pub/transmogrifier.exlain
2020-04-29Apply suggestion to lib/pleroma/chat.exlain
2020-04-29Change Pleroma.CaptchaTest to be a regular module instead of GenServerEgor Kislitsyn
2020-04-29Add tests for account registration with captcha enabled and improve errorsEgor Kislitsyn
2020-04-29Fix account registration when captcha is enabled but not providedEgor Kislitsyn
2020-04-29ObjectValidator: Add validation for `Delete`s.lain
2020-04-29LikeValidator: Use Recipients Type.lain