summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-14mix: update version to 1.0.5release/1.0.5Ariadne Conill
2019-08-14Apply suggestion to CHANGELOG.mdIvan Tashkinov
2019-08-14[#161] Refactoring, documentation.Ivan Tashkinov
2019-08-14[#161] Limited replies depth on incoming federation in order to prevent ↵Ivan Tashkinov
memory leaks on recursive replies fetching.
2019-08-14Apply suggestion to docs/config.mdIvan Tashkinov
2019-08-14update changelog to cover MRF describe API.Ariadne Conill
2019-08-14docs tweakAriadne Conill
2019-08-14mrf_vocabulary: add describe API supportAriadne Conill
2019-08-14update changelog for mrf_vocabularyAriadne Conill
2019-08-14tests: add tests for mrf_vocabularyAriadne Conill
2019-08-14docs: document mrf_vocabulary module settingsAriadne Conill
2019-08-14MRF: add vocabulary policy moduleAriadne Conill
2019-08-14fix credoAriadne Conill
2019-08-14tests: fix up nodeinfo testsAriadne Conill
2019-08-14tests: add tests for MRF.describe()Ariadne Conill
2019-08-14nodeinfo: use MRF.describe() instead of hardcoded MRF transparency stuffAriadne Conill
2019-08-14MRF: add describe() to all modules, add base MRF configuration to base ↵Ariadne Conill
describe()
2019-08-14test: add mock MRF module for describe() testingAriadne Conill
2019-08-14MRF: add describe() for gathering and describing the MRF configurationAriadne Conill
2019-08-14config: remove legacy activitypub accept_blocks settingAriadne Conill
Anyone who is interested in dropping blocks can write their own MRF policy at this point. This setting predated the MRF framework. Disabling the side effect (unsubscription) is still a config option per policy.
2019-08-14changelog updatesAriadne Conill
2019-08-14Do not fetch the reply object in `fix_type` unless the object has therinpatch
`name` key and use a depth limit when fetching it
2019-08-14#1110 fixed /api/pleroma/healthcheckMaksim
2019-08-14add removed section to changelogAriadne Conill
2019-08-14MRF: ensure that subdomain_match calls are case-insensitiveAriadne Conill
2019-08-14Redirect not logged-in users to the MastoFE login page on private instancesSergey Suprunenko
2019-08-14tests: mastodon account views: add missing CommonAPI aliasAriadne Conill
2019-08-14Strip internal fields including likes from incoming and outgoing activitiesSergey Suprunenko
2019-08-14Do not rembed the object after updating itrinpatch
2019-08-14OStatus tests: stop relying on embedded objectsrinpatch
2019-08-14ActivityPub tests: remove assertions of embedded object being updated,rinpatch
because the objects are no longer supposed to be embedded
2019-08-14OStatus Announce Representer: Do not depend on the object being embeddedrinpatch
in the Create activity
2019-08-14Stop depending on the embedded object in restrict_favorited_byrinpatch
2019-08-14chase changelog updatesAriadne Conill
2019-08-14Feature/1087 wildcard option for blocksAlexander Strizhakov
2019-08-14add listener port and ip option for 'pleroma.instance gen' and enable its testSachin Joshi
2019-08-14tasks: relay: add list taskAriadne Conill
2019-08-14Handle MRF rejections of incoming AP activitiesSergey Suprunenko
2019-08-14tasks/pleroma/user.ex: Fix documentation of --max-use and --expire-atHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1155 [ci skip]
2019-08-14tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dirHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1058
2019-08-14update changelog for lanodan's changeAriadne Conill
2019-08-14templates/layout/app.html.eex: Style anchorsHaelwenn (lanodan) Monnier
[ci skip]
2019-08-14update changelog for thibg's changeAriadne Conill
2019-08-14Return profile URL in MastodonAPI's `url` fieldThibaut Girka
2019-08-14Simplify logic to mention.js `url` fieldThibaut Girka
`User.profile_url` already fallbacks to ap_id
2019-08-14Return profile URL when available instead of actor URI for MastodonAPI ↵Thibaut Girka
mention URL Fixes #1165
2019-08-14Mastodon API: Fix thread mute detectionrinpatch
It was calling CommonAPI.thread_muted? with post author's account instead of viewer's one.
2019-08-14Mastodon API: Set follower/following counters to 0 when hidingrinpatch
followers/following is enabled We are already doing that in AP representation, so I think we should do it here as well for consistency.
2019-08-01Merge branch 'release/1.0.4' into 'master'v1.0.4kaniini
1.0.4 release See merge request pleroma/pleroma!1519
2019-08-01mix: update version to 1.0.4release/1.0.4Ariadne Conill