aboutsummaryrefslogtreecommitdiff
path: root/mix.lock
AgeCommit message (Collapse)Author
2020-03-04updating tesla refAlexander Strizhakov
2020-03-04moving some logic to tesla adapterAlexander Strizhakov
- checking original inside gun adapter - flushing streams on max_body error
2020-03-03Merge branch 'develop' into gunAlexander Strizhakov
2020-03-02Move Tesla repo to our GitLabMark Felder
2020-03-01Merge branch 'develop' into gunAlexander Strizhakov
2020-03-01ActivityPub actions & side-effects in transactionAlexander Strizhakov
2020-02-29deps: update cachex to 3.2.0rinpatch
2020-02-25Merge branch 'develop' into issue/1276Maksim Pechnikov
2020-02-21temp using tesla from forkAlexander Strizhakov
2020-02-18Merge branch 'develop' into gunMark Felder
2020-02-18adding gun adapterAlexander Strizhakov
2020-02-17Merge branch 'develop' into chore/floki-updateMark Felder
2020-02-17Update plug_cryptolain
2020-02-17Merge branch 'develop' into issue/1276Maksim Pechnikov
2020-02-16Use floki's new APIs for parsing fragmentsrinpatch
2020-02-14Update all dependenciesHaelwenn (lanodan) Monnier
Upgraded: db_connection 2.2.0 => 2.2.1 earmark 1.4.2 => 1.4.3 ecto 3.3.1 => 3.3.3 ecto_sql 3.3.2 => 3.3.4 esshd 0.1.0 => 0.1.1 ex_doc 0.21.2 => 0.21.3 excoveralls 0.12.1 => 0.12.2 gettext 0.17.1 => 0.17.4 html_entities 0.5.0 => 0.5.1 httpoison 1.6.1 => 1.6.2 joken 2.1.0 => 2.2.0 jose 1.9.0 => 1.10.1 nimble_parsec 0.5.1 => 0.5.3 phoenix 1.4.10 => 1.4.13 phoenix_ecto 4.0.0 => 4.1.0 phoenix_html 2.13.3 => 2.14.0 plug_cowboy 2.1.0 => 2.1.2 plug_crypto 1.1.0 => 1.1.1 prometheus 4.4.1 => 4.5.0 tesla 1.3.0 => 1.3.2
2020-02-14mix.exs: Move ex_syslogger and recon to hexpmHaelwenn (lanodan) Monnier
2020-02-14Update ferd/recon, requested by @tk to support an AMPQ library he'sMark Felder
integrating with an MRF. Upstream changelog: 2.5.0 - Optional formatting of records in traces (thanks to @bartekgorny) - Basic support for OTP-22 in recon_alloc (base handling of foreign_blocks type)
2020-02-13deps: update back fast sanitizerinpatch
it was downgraded to a somewhat ancient version due to an incorrect merge conflict resolution
2020-02-11Revert "Merge branch 'feat/floki-fasthtml' into 'develop'"feld
This reverts merge request !2194
2020-02-11deps: update fast_sanitize to 0.1.7rinpatch
needed to get new fast_html version since 1.0.1 had an attribute parsing bug
2020-02-11deps: update floki to 0.25.0rinpatch
needed to make it use fast_html
2020-02-11Merge branch 'develop' into issue/1276Maksim Pechnikov
2020-02-10Merge branch 'develop' into issue/1383Maksim Pechnikov
2020-02-10maked `unread_count` as virtual fieldMaksim Pechnikov
2020-02-07deps: update plug to 1.9rinpatch
Includes functionality needed to fix upload limit not being changed at runtime: https://github.com/elixir-plug/plug/commit/087cd64d864696c74bf07f935e2ae31caec19a1e
2020-01-28Merge branch 'develop' into issue/1383Maksim Pechnikov
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