aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
AgeCommit message (Collapse)Author
2019-11-21Remove version mismatch warningEgor Kislitsyn
2019-11-18[#1335] Refactored UserMute and UserBlock into UserRelationship, introduced ↵Ivan Tashkinov
EctoEnum.
2019-11-11New rate limiterSteven Fuchs
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-03update fast sanitize dependencyAriadne Conill
2019-11-01Bump fast_sanitize versionrinpatch
2019-10-30Bump fast_sanitize dependency so this builds on more than just LinuxMark Felder
2019-10-30Rip out the rest of htmlsanitizeexrinpatch
2019-10-29Remove commented-out coderinpatch
2019-10-29Fix XSS emoji testrinpatch
2019-10-29Bump fast_sanitize dependencyrinpatch
2019-10-29Bump fast_sanitize versionrinpatch
2019-10-29Add fast_sanitize to dependenciesrinpatch
2019-10-29Ensure myhtmlex is started before swarmrinpatch
Otherwise swarm is going to attempt resizing the cluster and timeout
2019-10-19mix.exs: Bump version for develop buildsrinpatch
As per discussion on irc, we already used GNU-style versioning system for release candidates, so it makes sense to use it for develop builds as well.
2019-10-16Merge branch 'benchmark-finishing' into 'develop'lain
Benchmark finishing Closes #755 See merge request pleroma/pleroma!1848
2019-10-14Fix hiding branch name logicrinpatch
2019-10-14Correct version parser branch name detectionrinpatch
2019-10-14Preparations for renaming `master` to `stable`rinpatch
2019-10-10Merge remote-tracking branch 'origin/develop' into benchmark-finishinglain
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-25Replace `Pleroma.FlakeId` with `flake_id` hex packageEgor Kislitsyn
2019-09-19moving to separate dirAlex S
2019-09-18Merge branch 'bugfix/docs-formatting' into 'develop'Haelwenn
Improve generated docs formatting See merge request pleroma/pleroma!1688
2019-09-17markdown.ex: end suggestions list with a newlineHaelwenn (lanodan) Monnier
Otherwise we end up with suggestion on the same level as the childs Markdown is a fuck…
2019-09-17Merge branch 'feature/bump-elixir-verstion' into 'develop'rinpatch
Bump elixir version to ~> 1.8 See merge request pleroma/pleroma!1686
2019-09-17Merge branch 'deps/update-tesla' into 'develop'feld
Update Tesla to 1.3 Closes #1262 See merge request pleroma/pleroma!1684
2019-09-17Bump elixir version to ~> 1.8Maxim Filippov
2019-09-17fixed ecto versionMaksim Pechnikov
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-15[#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵Ivan Tashkinov
1149-oban-job-queue # Conflicts: # docs/config.md
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-13markdown generation to the new fileAlex S
2019-09-11bump ex_doc versionAlex S
2019-09-11mix docs generates config.mdAlex 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
2019-08-14Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queueIvan Tashkinov
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-10Uploader.S3 added support stream uploadsMaksim
2019-08-09Merge remote-tracking branch 'remotes/upstream/develop' into 1149-oban-job-queueIvan Tashkinov