aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-01Bump fast_sanitize versionrinpatch
2019-11-01Merge branch 'fix/moderation-log-crash' into 'develop'kaniini
Fix moderation log crash Closes #1345 See merge request pleroma/pleroma!1929
2019-11-01Update docsMaxim Filippov
2019-11-01Apply suggestion to CHANGELOG.mdMaxim Filippov
2019-11-01Fix moderation log crashMaxim Filippov
2019-11-01Force password reset for multiple usersMaxim Filippov
2019-11-01Fix bookmark migration using a query with a schemarinpatch
This resulted in failures when updating from Pleroma <1.0 because of all the new fields that were added to the user schema.
2019-11-01Tests: Fix tests failing because of info being null.lain
2019-11-01Mixfile: Bump version.lain
2019-11-01Changelog: Add information about user.info migration.lain
2019-11-01Migrations: Add migration to fill empty info fields and make them non-null.lain
2019-11-01Undo dialyzer fixMaxim Filippov
2019-11-01Merge branch 'fix-recipients-from-activity' into 'develop'kaniini
Fix duplicate recipients from activity See merge request pleroma/pleroma!1921
2019-10-31Merge branch 'develop' into issue/1276Maksim Pechnikov
2019-10-31fix formatMaksim Pechnikov
2019-10-31updated docs\changelogMaksim Pechnikov
2019-10-31Merge branch 'refactor/db-add-defaults' into 'develop'lain
Set defaults to fields with NULL values Closes #1358 See merge request pleroma/pleroma!1914
2019-10-31Fix countMaxim Filippov
2019-10-31AdminAPI: Omit relay user from users listMaxim Filippov
2019-10-31Fix "the call ... will never return" warningMaxim Filippov
2019-10-30Bump fast_sanitize dependency so this builds on more than just LinuxMark Felder
2019-10-30Merge branch 'develop' into feature/fast_sanitizeMark Felder
2019-10-30update marker apiMaksim Pechnikov
2019-10-30move sql (update_markers) from migrate to mix taskMaksim Pechnikov
2019-10-30Merge branch 'develop' into issue/1276Maksim Pechnikov
2019-10-30Remove following column from the migrationsRoman Chvanikov
2019-10-30Handle "Move" activityEgor Kislitsyn
2019-10-30Update test for get_recipients_from_activitykPherox
2019-10-30Merge branch 'fix/blocked-follows' into 'develop'rinpatch
Add a migration to fix blocked follows Closes #1359 See merge request pleroma/pleroma!1922
2019-10-30Fix bookmark migration using a query with a schemarinpatch
This resulted in failures when updating from Pleroma <1.0 because of all the new fields that were added to the user schema.
2019-10-30Add a migration to fix blocked followsEgor Kislitsyn
2019-10-30Fix duplicate recipientskPherox
2019-10-30Rip out the rest of htmlsanitizeexrinpatch
2019-10-29Merge branch 'develop' into issue/1276Maksim Pechnikov
2019-10-29Remove commented-out coderinpatch
2019-10-29Fix XSS emoji testrinpatch
2019-10-29Merge branch 'fix/migrations-same-module-name' into 'develop'rinpatch
Fix two migrations sharing the same module name See merge request pleroma/pleroma!1919
2019-10-29Bump fast_sanitize dependencyrinpatch
2019-10-29Fix two migrations sharing the same module namerinpatch
This makes ecto execute only the latter one.
2019-10-29Merge branch 'fix-follow-requests' into 'develop'rinpatch
FIx follow requests Closes #1357 See merge request pleroma/pleroma!1918
2019-10-29Migrate missing follow requestskPherox
2019-10-29Bump fast_sanitize versionrinpatch
2019-10-29Add test follow activity for locked accountkPherox
2019-10-29Add pending to handle incoming for Follow activitykPherox
2019-10-29Add fast_sanitize to dependenciesrinpatch
2019-10-29Switch from HtmlSanitizeEx to FastSanitizerinpatch
2019-10-29Ensure myhtmlex is started before swarmrinpatch
Otherwise swarm is going to attempt resizing the cluster and timeout
2019-10-29Blacklist myhtmlex nodes from swarmrinpatch
2019-10-29Use the default scrubber before mediaproxy transformationrinpatch
2019-10-28capture where errors are expectedstwf