Commit Graph

6708 Commits

Author SHA1 Message Date
rinpatch 42f76306e7 Merge branch 'release/1.1.9' into 'stable'
Release/1.1.9

See merge request pleroma/pleroma!2189
2020-02-09 12:15:52 +00:00
rinpatch 06fec99e1d mix.exs: bump version to 1.1.9 2020-02-09 12:19:47 +03:00
rinpatch 01396a11f2 changelog: add entry for 1.1.9 2020-02-09 01:22:56 +03:00
rinpatch 1e3dda9b1d Actually fix upload limit on OTP releases
Closes #1109
2020-02-09 01:14:39 +03:00
rinpatch be3cdde9db deps: update plug to 1.9
Includes functionality needed to fix upload limit not being changed at
runtime:
087cd64d86
2020-02-09 01:06:58 +03:00
rinpatch 31dc669de6 fix not being able to pin polls 2020-02-09 01:05:07 +03:00
Haelwenn 1e74bbc495 Merge branch 'fix-streaming-reblog' into 'develop'
Streamer: Correctly handle reblog mutes

Closes #1129 and #1438

See merge request pleroma/pleroma!2156
2020-02-09 01:02:06 +03:00
rinpatch 40727b28a7 Merge branch 'fix/truncate-remote-user-fields' into 'develop'
Truncate remote user fields

See merge request pleroma/pleroma!1619
2020-02-09 00:54:05 +03:00
Maksim Pechnikov f486556346 fixed Metadata.Utils.scrub_html_and_truncate 2020-02-09 00:52:56 +03:00
rinpatch a87843693b Fix never matching clause
`length/1` is only used with lists.
2020-02-09 00:44:29 +03:00
lain 1629fa2412 Merge branch 'release/1.1.8' into 'stable'
Release/1.1.8

See merge request pleroma/pleroma!2096
2020-01-10 12:44:31 +00:00
lain e372917f6c Update version to 1.1.8 2020-01-10 12:27:46 +01:00
lain 3c63f5ecb2 1.1.8 Changelog 2020-01-10 12:25:50 +01:00
Mark Felder 38df2dd60c Fix captcha time, which was meant to be 5 minutes 2020-01-10 12:18:09 +01:00
Egor Kislitsyn a19278c35e Update `captcha` dependency 2020-01-10 12:14:07 +01:00
Egor Kislitsyn 337e4c021f Add Kocaptcha endpoint to config.exs 2020-01-10 12:13:10 +01:00
rinpatch ecb3386f93 Merge branch 'release/1.1.7' into 'stable'
Release/1.1.7

See merge request pleroma/pleroma!2065
2019-12-14 15:01:09 +00:00
rinpatch 3b407a9a29 remove a random test
it's was already removed from develop in 4e53520917
2019-12-13 22:47:39 +03:00
rinpatch 3ecdd13bb2 Add Kocaptcha endpoint to the test config 2019-12-13 22:24:26 +03:00
rinpatch 703e5829dd .gitlab-ci.yml: bump rum postgres to non-bugged version and disable
--trace
2019-12-13 22:15:08 +03:00
rinpatch f38fb42e30 mix.exs: bump version to 1.1.7 2019-12-13 22:09:14 +03:00
rinpatch ec6cc876bc changelog: add entry for bundled pleroma-fe changes on 1.1.7 2019-12-13 22:08:45 +03:00
rinpatch f393975123 pleroma-fe bundle: update to 36910935727ad75616a60bfb4a1622df6a686b7b 2019-12-13 22:03:24 +03:00
rinpatch 9fad30f553 changelog: entry for 1.1.7 2019-12-13 21:58:06 +03:00
Egor Kislitsyn bf9d631fca Add native captcha and enable it by default. 2019-12-13 21:30:11 +03:00
href 865cd2c7c4 report federating status in nodeinfo 2019-12-13 21:20:09 +03:00
rinpatch 66563f93fd Set better Cache-Control header for static content
Closes #1382
2019-12-13 21:19:55 +03:00
rinpatch b7370ab513 OTP releases: only set name and distribution type if not set already
Fixes not being able to run two OTP releases on one machine because of
the name conflict.
2019-12-13 21:16:45 +03:00
rinpatch 2199d15000 OTP: Fix runtime upload limit config being ignored
Closes #1109
2019-12-13 21:16:26 +03:00
rinpatch 0ba3f1ffb2 Merge branch 'release/1.1.6' into 'stable'
Release/1.1.6

See merge request pleroma/pleroma!1995
2019-11-19 20:04:19 +00:00
rinpatch 34206e4d7f changelog: fix wrong header levels 2019-11-19 19:47:03 +03:00
rinpatch c2e9c1c8a5 bundles: bump pleroma-fe to 0eda60eeb49f4fa460fe6f9f6196ddbb014427c7 2019-11-19 19:45:20 +03:00
rinpatch b24b848057 mix.exs: bump version to 1.1.6 2019-11-19 19:36:37 +03:00
rinpatch 5386d1f49f UserEnabledPlug: fix test after backporting
We didn't get rid of user info on stable yet
2019-11-19 19:34:44 +03:00
rinpatch 957fb059df Add a changelog entry for email confirmation fix 2019-11-19 19:24:45 +03:00
lain 4079ed3b75 OAuthPlug, Router: Handle deactivated users in the UserEnabledPlug 2019-11-19 19:24:13 +03:00
lain 5b5f855237 UserEnabledPlug: Don't authenticate unconfirmed users. 2019-11-19 19:23:21 +03:00
rinpatch ff4af8c5ee User: Don't let deactivated users authenticate. 2019-11-19 19:22:20 +03:00
rinpatch 3527a03e58 Add a changelog entry for oauth authorize fix 2019-11-19 19:19:12 +03:00
AkiraFukushima df22197755 Check client and token in GET /oauth/authorize 2019-11-19 19:15:14 +03:00
rinpatch b74f4260ae Fix rendering conversations when there's a malformed status 2019-11-19 19:14:35 +03:00
rinpatch 36f4382b33 Bump mix.exs version 2019-11-09 17:30:43 +03:00
rinpatch 182aee9fe8 Merge branch 'release/1.1.5' into 'stable'
Release/1.1.5

See merge request pleroma/pleroma!1954
2019-11-09 13:32:11 +00:00
rinpatch 287d92c920 Add a changelog entry about frontend bundle update 2019-11-09 02:09:47 +03:00
rinpatch 6871084f34 Bump pleroma-fe bundle to 044c9ad0562af059dd961d50961a3880fca9c642 2019-11-09 01:47:32 +03:00
Ariadne Conill 6e65da782e object containment: handle all cases where ID is invalid (missing, nil, non-string) 2019-11-09 01:41:34 +03:00
rinpatch 4c5055bac9 Add changelog for 1.1.5 2019-11-08 23:43:11 +03:00
rinpatch 89ca9560e0 Bump HtmlEntities to 0.5
This release brings a major performance imrovement, see
https://github.com/martinsvalin/html_entities/pull/17
2019-11-08 23:38:32 +03:00
rinpatch 33d0250edc Object Fetcher: set cache after reinjecting
Probably fixes the issue hj had, where polls would have different
counters between endpoints.
2019-11-08 22:47:08 +03:00
rinpatch c389fb4dcc Fix TrailingFormatPlug not being active for /api/oauth_tokens 2019-11-08 22:46:51 +03:00