summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-14Merge branch 'backport/1.0-branch-name-change' into 'master'release/1.0rinpatch
Backport branch name changes to 1.0 See merge request pleroma/pleroma!1842
2019-10-14Merge branch 'master-to-stable' into 'develop'rinpatch
Preparations for renaming `master` to `stable` See merge request pleroma/pleroma!1840
2019-09-29Merge branch 'backport/1.0-index-fix' into 'master'kaniini
Backport like index fix to 1.0 See merge request pleroma/pleroma!1740
2019-09-29Add an index on object likesrinpatch
In !1538 favorites timeline was switched to use the joined object, but no idex on likes in the joined object was added.
2019-09-26Merge branch 'backport/1.0-hackney-and-outbox-fixes' into 'master'v1.0.7rinpatch
Pleroma 1.0.7 See merge request pleroma/pleroma!1723
2019-09-27Change the 1.0.7 release date to be based on UTCrinpatch
2019-09-27Bump version to 1.0.7rinpatch
2019-09-27Apply suggestion to lib/pleroma/web/activity_pub/views/user_view.exrinpatch
2019-09-27Credo considered harmfulrinpatch
2019-09-27Remove useless with clauserinpatch
2019-09-27Apply suggestion to lib/pleroma/web/activity_pub/activity_pub_controller.exrinpatch
2019-09-27Don't embed the first page in inboxes/outboxes and refactor the views torinpatch
follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased.
2019-09-27Add a changelog entry for hackney fixrinpatch
2019-09-27mix.lock: Bump hackney to 1.15.2Haelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1267
2019-08-14Merge branch 'release/1.0.6' into 'master'v1.0.6kaniini
mix: bump version to 1.0.6 See merge request pleroma/pleroma!1571
2019-08-14mix: bump version to 1.0.6release/1.0.6Ariadne Conill
2019-08-14Merge branch 'release/1.0.6' into 'master'rinpatch
1.0.6 release See merge request pleroma/pleroma!1570
2019-08-14Apply suggestion to lib/pleroma/web/activity_pub/publisher.exkaniini
2019-08-14activitypub: publisher: add (request-target) to http signature when POSTingAriadne Conill
2019-08-14MRF: fix up unserializable option lists in describe implementationsAriadne Conill
2019-08-14Switch to pre-1.8 version of tzdata.rinpatch
tzdata 1.0.0 requires Elixir 1.8.0, but we target 1.7. Fortunately tzdata issues bugfix releases for pre-1.8.0 version.
2019-08-14Merge branch 'release/1.0.5' into 'master'v1.0.5kaniini
1.0.5 release See merge request pleroma/pleroma!1549
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