aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma
AgeCommit message (Expand)Author
2019-07-22Hide blocked users from interactionsSadposter
2019-07-22activitypub: publisher: align sharedinbox usage with AP specification rulesAriadne Conill
2019-07-21Merge branch 'fix/rich-media-ttl-fallback' into 'develop'kaniini
2019-07-21Fix rich media parser failing when no TTL can be found by image TTLrinpatch
2019-07-21router: ensure the AP sharedinbox path is registered firstAriadne Conill
2019-07-20Resolve merge conflictsrinpatch
2019-07-20Apply suggestion to lib/pleroma/object/fetcher.exrinpatch
2019-07-20Apply suggestion to lib/pleroma/user.exrinpatch
2019-07-20Merge branch 'develop' into feature/digest-emailRoman Chvanikov
2019-07-20[#1112] Preserving `id` on user insert conflict on order not to violate conve...Ivan Tashkinov
2019-07-20Remove flavour from userinfoRoman Chvanikov
2019-07-20Merge developRoman Chvanikov
2019-07-19Merge branch 'feature/matstodon-statuses-by-name' into 'develop'feld
2019-07-19Merge branch 'develop' into feature/matstodon-statuses-by-nameMark Felder
2019-07-19Merge branch 'feature/richmedia-ttl' into 'develop'kaniini
2019-07-19Merge branch 'refactor/http-signature-plug' into 'develop'kaniini
2019-07-19#1110 fixed /api/pleroma/healthcheckMaksim
2019-07-19change the structure of image ttl parsarSachin Joshi
2019-07-18Merge branch 'develop' into feature/admin-api-user-statusesMaxim Filippov
2019-07-18mapped signature plug: use `user` assign like authentication plugAriadne Conill
2019-07-18tests for Plugs.AuthenticationPlugMaksim
2019-07-18mapped signature plug: fix user lookupAriadne Conill
2019-07-18mapped signature plug: don't invalidate in cases where a signature is actuall...Ariadne Conill
2019-07-18plugs: add MappedSignatureToIdentityPlugAriadne Conill
2019-07-18signature: make key_id_to_actor_id() publicAriadne Conill
2019-07-18http signature plug: remove redundant checks handled by HTTPSignatures libraryAriadne Conill
2019-07-18Merge branch 'feature/signed-object-fetches' into 'develop'kaniini
2019-07-18tests for Uploader with webhookMaksim
2019-07-17fetcher: sign object fetches if configuredAriadne Conill
2019-07-17Merge branch 'feature/instance-fetch-actor' into 'develop'kaniini
2019-07-17Merge branch 'feature/http-signatures-keyid' into 'develop'kaniini
2019-07-17http signatures: derive actor ID from key ID.Ariadne Conill
2019-07-17Fix password reset for non-test envEugenij
2019-07-17activitypub: represent internal fetch actorAriadne Conill
2019-07-17activitypub: introduce internal fetch service actorAriadne Conill
2019-07-17user: add is_internal_user? helper functionAriadne Conill
2019-07-17webfinger: allow resolution of usernames with dots in them (internal actors)Ariadne Conill
2019-07-17activitypub: controller: rework the way the relay actor is presented so the c...Ariadne Conill
2019-07-17user: refactor get_or_create_instance_user() into get_or_create_service_actor...Ariadne Conill
2019-07-17Merge branch 'feature/mention-mrf' into 'develop'kaniini
2019-07-17Add MRF MentionPolicy for dropping posts which mention specific actorsRX14
2019-07-16mastoapi password resetAlexander Strizhakov
2019-07-16added tests for Pleroma.Upload.FilterMaksim
2019-07-17add the rich media ttl based on image exp timeSachin Joshi
2019-07-16[#1094] Rate-limited follow & unfollow actions.Ivan Tashkinov
2019-07-16Use PleromaJobQueue for schedulingRoman Chvanikov
2019-07-16Merge developRoman Chvanikov
2019-07-16Add `pleroma.deactivated` to the Account entity (Mastodon API)Eugenij
2019-07-16Add the `blocked_by` attribute to the relationship API (`GET /api/v1/accounts...Eugenij
2019-07-16Fix typoEgor Kislitsyn