summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-17CHANGELOG: instance deletioninstance-deletionAlex Gleason
2021-07-17Merge remote-tracking branch 'pleroma/develop' into instance-deletionAlex Gleason
2021-07-17AdminAPI.InstanceController: clean up tests, rename actionsAlex Gleason
2021-07-17AdminAPI: add DELETE /instances/:instance to delete all content from a remote...Alex Gleason
2021-07-17Add Instance.delete_users_and_activities/1 to delete all content from a remot...Alex Gleason
2021-07-17Upgrade Ecto to v3.6.2, remove deprecated ecto_explainAlex Gleason
2021-07-17Create AdminAPI.InstanceControllerAlex Gleason
2021-07-14Merge branch 'admin-api-users-sort' into 'develop'feld
2021-07-14Merge branch 'admin-api-users-date' into 'develop'feld
2021-07-14CHANGELOG: AdminAPI return date with usersAlex Gleason
2021-07-14Merge remote-tracking branch 'pleroma/develop' into admin-api-users-dateAlex Gleason
2021-07-14AdminAPI: add date to usersAlex Gleason
2021-07-13CHANGELOG: AdminAPI users sortAlex Gleason
2021-07-13Merge remote-tracking branch 'pleroma/develop' into admin-api-users-sortAlex Gleason
2021-07-13AdminAPI: sort user results by ID descendingAlex Gleason
2021-07-12Merge branch 'features/ingestion-page' into 'develop'Haelwenn
2021-07-12Merge branch 'features/validators-apc2s' into 'develop'Haelwenn
2021-07-12AP C2S: Remove restrictions and make it go through pipelineHaelwenn (lanodan) Monnier
2021-07-08Merge branch 'update/linkify' into 'develop'feld
2021-07-08Update Linkify to fix crash on posts with a URL we failed to parse correctlyMark Felder
2021-07-06Merge branch 'remote-deletions' into 'develop'feld
2021-06-30Deletions: change User.purge/1 to defp, add CHANGELOG entryAlex Gleason
2021-06-30Merge remote-tracking branch 'pleroma/develop' into remote-deletionsAlex Gleason
2021-06-30Deletions: don't purge keys so Delete/Undo activities can be signedAlex Gleason
2021-06-30Deletions: allow deactivated users to be deletedAlex Gleason
2021-06-29Deletions: preserve account status fields during purge, fix checksAlex Gleason
2021-06-29Also purge the user in User.perform/2Alex Gleason
2021-06-29Deletions: purge the user immediatelyAlex Gleason
2021-06-29Correctly purge a remote userAlex Gleason
2021-06-25Merge branch 'fix-2686' into 'develop'Haelwenn
2021-06-24Activity deletion: fix FunctionClauseError #2686Alex Gleason
2021-06-23Merge branch 'ecto-upgrade' into 'develop'feld
2021-06-23Upgrade Ecto to v3.6.2, remove deprecated ecto_explainAlex Gleason
2021-06-22Merge branch 'bugfix/upload-limit-plug' into 'develop'Haelwenn
2021-06-22Merge branch 'docs/dependencies-rewrite' into 'develop'feld
2021-06-22Add test on changing [:instance, :upload_limit]Haelwenn (lanodan) Monnier
2021-06-22Downgrade Plug to 1.10.x, revert upload_limit tuple to function changeHaelwenn (lanodan) Monnier
2021-06-11Merge branch 'cycles-ci-skip' into 'develop'Haelwenn
2021-06-11Cycles CI: skip unless Elixir code is modifiedAlex Gleason
2021-06-11docs/…/opt_en.md: Reuse /main/ repository url for the /community/ repoHaelwenn (lanodan) Monnier
2021-06-11docs: Remove Erlang Solutions repositoryHaelwenn (lanodan) Monnier
2021-06-11docs: Use one file to describe dependenciesHaelwenn (lanodan) Monnier
2021-06-10Merge branch 'fix/twittercard-video-dimensions' into 'develop'feld
2021-06-10Add note about video thumbnails for code spelunkers unfamiliar with Media Pre...Mark Felder
2021-06-09Merge branch 'cycles-ci' into 'develop'feld
2021-06-09Fix compile cycle in Pleroma.Tests.AuthTestControllerAlex Gleason
2021-06-09Cycles CI: disable cacheAlex Gleason
2021-06-09CI: echo $MIX_ENVAlex Gleason
2021-06-09Add cycles test to .gitlab-ci.ymlAlex Gleason
2021-06-09Merge branch 'refactor/ingestion-activity-context' into 'develop'feld