Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-15 | Merge remote-tracking branch 'origin/develop' into live-dashboard | Alex Gleason | |
2021-12-15 | Add Phoenix LiveDashboard | Alex Gleason | |
Co-authored-by: Egor Kislitsyn <egor@kislitsyn.com> | |||
2021-12-07 | Run `mix deps.get` | Alex Gleason | |
2021-11-16 | Merge branch 'bugfix/markdown-newlines' into 'develop' | Haelwenn | |
mix: Update earmark See merge request pleroma/pleroma!3538 | |||
2021-11-16 | mix: Update earmark | Haelwenn (lanodan) Monnier | |
This should fix the presence of extraneous newlines in markdown output. Related: https://github.com/pragdave/earmark/issues/406 | |||
2021-11-15 | Merge branch 'fix-tests' into 'develop' | lain | |
Test fixes See merge request pleroma/pleroma!3532 | |||
2021-11-15 | Merge branch 'bump/http_signatures-0.1.1' into 'develop' | lain | |
mix: Update http_signatures to 0.1.1 See merge request pleroma/pleroma!3530 | |||
2021-11-14 | Mix: Update crypt to fix musl builds. | Lain Soykaf | |
2021-11-14 | Mix: Upgrade mogrify library | Lain Soykaf | |
The old library would modify a file on reading it, the new one doesn't have this issue. | |||
2021-11-10 | mix: Update http_signatures to 0.1.1 | Haelwenn (lanodan) Monnier | |
2021-10-06 | mix: Update crypt to fix #pragma warning | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2710 | |||
2021-07-08 | Update Linkify to fix crash on posts with a URL we failed to parse correctly | Mark Felder | |
2021-06-23 | Merge branch 'ecto-upgrade' into 'develop' | feld | |
Upgrade Ecto to v3.6.2, remove deprecated ecto_explain See merge request pleroma/pleroma!3473 | |||
2021-06-23 | Upgrade Ecto to v3.6.2, remove deprecated ecto_explain | Alex Gleason | |
2021-06-22 | Downgrade Plug to 1.10.x, revert upload_limit tuple to function change | Haelwenn (lanodan) Monnier | |
This should fix setting the upload limit in the database as found in: https://queer.hacktivis.me/notice/A8XUZp74Cg7eYNEMxU This reverts commit 7d350b73f58664eb822efaa5f522fcf2bd38f669. | |||
2021-06-09 | Use eblurhash 1.1.0 from Hex | Alex Gleason | |
2021-06-03 | mix: Update pot to ~> 1.0 | Haelwenn (lanodan) Monnier | |
2021-06-03 | mix.exs: Apply OTP24 fixes to web_push_encryption | Haelwenn (lanodan) Monnier | |
2021-06-03 | mix: Update dependencies | Haelwenn (lanodan) Monnier | |
2021-06-03 | mix: Switch hackney & gun to releases | Haelwenn (lanodan) Monnier | |
2021-06-03 | Update all dependencies | Haelwenn (lanodan) Monnier | |
2021-05-14 | Merge remote-tracking branch 'upstream/attachment-meta' into blurhash | Alex Gleason | |
2021-05-14 | Support blurhash | Alex Gleason | |
2021-04-30 | Merge remote-tracking branch 'upstream/develop' into earmark | Alex Gleason | |
2021-04-30 | Upgrade Earmark 1.4.15 | Alex Gleason | |
2021-03-20 | updating timex | Alexander Strizhakov | |
2021-03-16 | Merge branch 'update_open_api_spex' into 'develop' | Haelwenn | |
Update OpenApiSpex dependency See merge request pleroma/pleroma!3362 | |||
2021-03-07 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-03-05 | Update OpenApiSpex dependency | Egor Kislitsyn | |
2021-03-03 | [#3213] ActivityPub hashtags filtering refactoring. Test fix. | Ivan Tashkinov | |
2021-03-02 | Mix: Update linkify.v2.3.0 | lain | |
2021-01-28 | Switch to a build of Majic that does not try to fix extensions by default | Mark Felder | |
2021-01-15 | Update Oban to 2.3.4 | Mark Felder | |
2020-12-28 | Switch to local fork of crypt until upstream fixes ability to build on aarch64 | Mark Felder | |
https://github.com/msantos/crypt/pull/8 | |||
2020-12-26 | Merge branch 'cachex-test' into 'develop' | lain | |
Test framework overhaul (speed, reliability) See merge request pleroma/pleroma!3209 | |||
2020-12-23 | Update Linkify to 0.4.1 | Mark Felder | |
Fixes false positive detection of IPv4 addresses | |||
2020-12-22 | update for retired elixir_make package version | Alexander Strizhakov | |
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
2020-12-13 | Merge branch 'fix/hackney-follow-redirects' into 'develop' | rinpatch | |
Switch to a fork of Hackney 1.15.2 for now so we can have our URL normalization bugfix Closes #2342 See merge request pleroma/pleroma!3199 | |||
2020-12-12 | Majic: specify commit so source users do not get surprise updates | Mark Felder | |
2020-12-12 | Switch to a fork of Hackney 1.15.2 for now so we can have our URL ↵ | Mark Felder | |
normalization bugfix | |||
2020-12-11 | Update Earmark to 1.4.13, use the new compact_output mode | Mark Felder | |
2020-12-11 | Upgrade Earmark to v1.4.10 | Alex Gleason | |
2020-12-01 | Update Linkify to 0.4.0 | Mark Felder | |
2020-11-23 | Update Linkify to 0.3.0 | Mark Felder | |
Added - Support returning result as iodata and as safe iodata Fixed - Hashtags followed by HTML tags "a", "code" and "pre" were not detected - Incorrect parsing of HTML links inside HTML tags - Punctuation marks in the end of urls were included in the html links - Incorrect parsing of mentions with symbols before them | |||
2020-11-17 | Merge branch 'chores/tesla_1.4.0' into 'develop' | rinpatch | |
mix.exs: Update tesla to 1.4.0 See merge request pleroma/pleroma!3152 | |||
2020-11-17 | mix.exs: Update tesla to 1.4.0 | Haelwenn (lanodan) Monnier | |
2020-11-16 | Fix S3 uploads with Elixir 1.11 | Mark Felder | |
2020-11-02 | Ensure URLs for git repos end in .git for older git clients like on CentOS 7 | Mark Felder | |
2020-10-22 | [#3059] Used forked prometheus-phx to remove log spam. | Ivan Tashkinov | |