aboutsummaryrefslogtreecommitdiff
path: root/mix.lock
AgeCommit message (Collapse)Author
2020-01-28update ectoMaksim Pechnikov
2020-01-22Merge branch 'develop' into issue/1383Maksim Pechnikov
2020-01-20Merge branch 'credo/version-bump-1.1.5' into 'develop'lain
Bump credo to 1.1.5 See merge request pleroma/pleroma!2115
2020-01-20Bump credo to 1.1.5Haelwenn (lanodan) Monnier
2020-01-19mix.lock: update mock to 0.3.4rinpatch
This version adds Mock.passthrough/1 which I need to use in a test
2020-01-13Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-28Update `captcha` dependencyEgor Kislitsyn
2019-12-14Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-12Add native captcha and enable it by default.Egor Kislitsyn
2019-12-11mix.lock: update fast_sanitizerinpatch
the new version uses html-spec compliant fragment parsing instead of just wrapping the fragment in the <body> tag.
2019-12-08Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-04Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user.ex
2019-12-04update excoverallsMaksim Pechnikov
2019-12-04Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-12-02Update Floki dependencyEgor Kislitsyn
2019-11-29Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1335-user-api-id-fields-relations # Conflicts: # mix.lock
2019-11-28Merge branch 'develop' into issue/1383Maksim Pechnikov
2019-11-27remove `quantum` packageMaksim Pechnikov
2019-11-26update tests and Obanstwf
2019-11-25moved OAuth.Token.CleanWorker to Oban Periodic jobsMaksim Pechnikov
2019-11-18Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1335-user-api-id-fields-relations
2019-11-18[#1335] Refactored UserMute and UserBlock into UserRelationship, introduced ↵Ivan Tashkinov
EctoEnum.
2019-11-16Bump fast_sanitizerinpatch
2019-11-11New rate limiterSteven Fuchs
2019-11-08Bump fast_sanitizerinpatch
Fixes build fails on freebsd
2019-11-08Bump fast_sanitize to 0.1.2rinpatch
Fixes build issues on macOS
2019-11-08Bump fast_sanitize to 0.1.1rinpatch
The parser C-Node has been completely rewritten to not use the deprecated `erl_interface` api. Closes #1378 since Nodex was ripped out and the replacement randomizes master node name.
2019-11-05Bump HtmlEntities to 0.5rinpatch
This release brings a major performance imrovement, see https://github.com/martinsvalin/html_entities/pull/17
2019-11-04mix: update fast_sanitize dependency to 1af67547Ariadne Conill
2019-11-01Bump fast_sanitize versionrinpatch
2019-10-30Bump fast_sanitize dependency so this builds on more than just LinuxMark Felder
2019-10-29Fix XSS emoji testrinpatch
2019-10-29Bump fast_sanitize dependencyrinpatch
2019-10-29Add fast_sanitize to dependenciesrinpatch
2019-09-27Add `remote_ip` plugminibikini
2019-09-26Merge branch 'hex-flake-id' into 'develop'kaniini
Replace `Pleroma.FlakeId` with `flake_id` hex package See merge request pleroma/pleroma!1692
2019-09-25mix.lock: Bump hackney to 1.15.2Haelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1267
2019-09-25Replace `Pleroma.FlakeId` with `flake_id` hex packageEgor Kislitsyn
2019-09-17Update Tesla to 1.3rinpatch
This version includes a couple of fixes, adds Gun and Mint adapters and removes 0.x -> 1.0 config migrator, which for some reason fails under certain conditions. I had to set `override: true` because Quack pins Tesla to `1.2.0`, but I have looked through the source code and verified that updating Tesla doesn't break anything there.
2019-09-17Update oban to 0.8.1rinpatch
This version uses a different locking mechanism, which gets rid of `WARNING: you don't own a lock of type ShareLock` log spam
2019-09-16Revert "Merge branch 'revert-4fabf83a' into 'develop'"Egor Kislitsyn
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8.
2019-09-16Revert "Merge branch 'streamer-refactoring' into 'develop'"kaniini
This reverts merge request !1653
2019-09-16Streamer refactoringSteven Fuchs
2019-09-16Merge branch 'feature/optimize_rich_media_parser' into 'develop'kaniini
added prepare html for RichMedia.Parser See merge request pleroma/pleroma!1672
2019-09-15added prepare html for RichMedia.ParserMaksim Pechnikov
2019-09-14[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1149-oban-job-queue # Conflicts: # docs/config.md # mix.lock
2019-09-11bump ex_doc versionAlex S
2019-09-11changelogAlex S
2019-08-23[#1149] Introduced `quantum` job scheduler. Documentation & config changes.Ivan Tashkinov
2019-08-23[#1149] Upgraded `oban` from 0.6.0 to 0.7.1.Ivan Tashkinov