rinpatch [Fri, 13 Dec 2019 19:15:08 +0000 (22:15 +0300)]
.gitlab-ci.yml: bump rum postgres to non-bugged version and disable
--trace
rinpatch [Fri, 13 Dec 2019 19:09:14 +0000 (22:09 +0300)]
mix.exs: bump version to 1.1.7
rinpatch [Fri, 13 Dec 2019 19:08:45 +0000 (22:08 +0300)]
changelog: add entry for bundled pleroma-fe changes on 1.1.7
rinpatch [Fri, 13 Dec 2019 19:03:24 +0000 (22:03 +0300)]
rinpatch [Fri, 13 Dec 2019 18:58:06 +0000 (21:58 +0300)]
changelog: entry for 1.1.7
Egor Kislitsyn [Wed, 11 Dec 2019 15:29:31 +0000 (22:29 +0700)]
Add native captcha and enable it by default.
href [Mon, 11 Nov 2019 18:03:43 +0000 (19:03 +0100)]
report federating status in nodeinfo
rinpatch [Wed, 6 Nov 2019 13:41:19 +0000 (16:41 +0300)]
Set better Cache-Control header for static content
Closes #1382
rinpatch [Fri, 22 Nov 2019 16:58:39 +0000 (19:58 +0300)]
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.
rinpatch [Sun, 8 Dec 2019 18:08:25 +0000 (21:08 +0300)]
OTP: Fix runtime upload limit config being ignored
Closes #1109
rinpatch [Tue, 19 Nov 2019 20:04:19 +0000 (20:04 +0000)]
Merge branch 'release/1.1.6' into 'stable'
Release/1.1.6
See merge request pleroma/pleroma!1995
rinpatch [Tue, 19 Nov 2019 16:47:03 +0000 (19:47 +0300)]
changelog: fix wrong header levels
rinpatch [Tue, 19 Nov 2019 16:45:20 +0000 (19:45 +0300)]
rinpatch [Tue, 19 Nov 2019 16:36:23 +0000 (19:36 +0300)]
mix.exs: bump version to 1.1.6
rinpatch [Tue, 19 Nov 2019 16:34:44 +0000 (19:34 +0300)]
UserEnabledPlug: fix test after backporting
We didn't get rid of user info on stable yet
rinpatch [Tue, 19 Nov 2019 16:24:45 +0000 (19:24 +0300)]
Add a changelog entry for email confirmation fix
lain [Fri, 15 Nov 2019 13:13:21 +0000 (14:13 +0100)]
OAuthPlug, Router: Handle deactivated users in the UserEnabledPlug
lain [Mon, 11 Nov 2019 11:43:46 +0000 (12:43 +0100)]
UserEnabledPlug: Don't authenticate unconfirmed users.
rinpatch [Tue, 19 Nov 2019 16:22:20 +0000 (19:22 +0300)]
User: Don't let deactivated users authenticate.
rinpatch [Tue, 19 Nov 2019 16:19:12 +0000 (19:19 +0300)]
Add a changelog entry for oauth authorize fix
AkiraFukushima [Tue, 5 Nov 2019 14:52:47 +0000 (23:52 +0900)]
Check client and token in GET /oauth/authorize
rinpatch [Tue, 19 Nov 2019 16:14:35 +0000 (19:14 +0300)]
Fix rendering conversations when there's a malformed status
rinpatch [Sat, 9 Nov 2019 14:30:43 +0000 (17:30 +0300)]
Bump mix.exs version
rinpatch [Sat, 9 Nov 2019 13:32:11 +0000 (13:32 +0000)]
Merge branch 'release/1.1.5' into 'stable'
Release/1.1.5
See merge request pleroma/pleroma!1954
rinpatch [Fri, 8 Nov 2019 23:09:47 +0000 (02:09 +0300)]
Add a changelog entry about frontend bundle update
rinpatch [Fri, 8 Nov 2019 22:47:32 +0000 (01:47 +0300)]
Ariadne Conill [Fri, 8 Nov 2019 20:51:28 +0000 (14:51 -0600)]
object containment: handle all cases where ID is invalid (missing, nil, non-string)
rinpatch [Fri, 8 Nov 2019 20:43:11 +0000 (23:43 +0300)]
Add changelog for 1.1.5
rinpatch [Tue, 5 Nov 2019 09:37:25 +0000 (12:37 +0300)]
Bump HtmlEntities to 0.5
This release brings a major performance imrovement, see
https://github.com/martinsvalin/html_entities/pull/17
rinpatch [Wed, 6 Nov 2019 11:00:03 +0000 (14:00 +0300)]
Object Fetcher: set cache after reinjecting
Probably fixes the issue hj had, where polls would have different
counters between endpoints.
rinpatch [Wed, 6 Nov 2019 14:22:23 +0000 (17:22 +0300)]
Fix TrailingFormatPlug not being active for /api/oauth_tokens
lain [Tue, 5 Nov 2019 12:02:45 +0000 (12:02 +0000)]
Merge branch 'release/1.1.4' into 'stable'
Release/1.1.4 - user.info fix plus NOT NULL for user.info
See merge request pleroma/pleroma!1927
lain [Mon, 4 Nov 2019 17:31:08 +0000 (17:31 +0000)]
Apply suggestion to CHANGELOG.md
lain [Mon, 4 Nov 2019 17:13:37 +0000 (18:13 +0100)]
Migrations: Don't copy over mutes unless there actually are some.
Ariadne Conill [Sun, 3 Nov 2019 15:05:12 +0000 (09:05 -0600)]
streamer: use direct object for filter checks when there is no valid child object in an activity
We call Object.normalize/1 to get the child object for situations like Announce.
However, the check is flawed and immediately fails if Object.normalize/1 fails.
Instead, we should use the activity itself in those cases to allow activities which
never have a child object to pass through the filter.
Closes #1291
lain [Mon, 4 Nov 2019 14:38:28 +0000 (15:38 +0100)]
Migrations: Add a fixup migration for the muted_notifications
This sets info->muted_notifications to an emtpy array if it is explicitly set
to null before. This can happen when safe_jsonb_set coalesces to a jsonb null,
which will make ecto not use the default value of [] anymore because it has been
explicitly overwritten.
rinpatch [Wed, 30 Oct 2019 09:59:14 +0000 (12:59 +0300)]
Fix bookmark migration using a query with a schema
This resulted in failures when updating from Pleroma <1.0 because of all
the new fields that were added to the user schema.
lain [Fri, 1 Nov 2019 13:16:00 +0000 (14:16 +0100)]
Tests: Fix tests failing because of info being null.
lain [Fri, 1 Nov 2019 12:40:58 +0000 (13:40 +0100)]
Mixfile: Bump version.
lain [Fri, 1 Nov 2019 12:40:28 +0000 (13:40 +0100)]
Changelog: Add information about user.info migration.
lain [Fri, 1 Nov 2019 12:31:55 +0000 (13:31 +0100)]
Migrations: Add migration to fill empty info fields and make them non-null.
lain [Fri, 25 Oct 2019 17:08:01 +0000 (17:08 +0000)]
Merge branch 'release/1.1.3' into 'stable'
1.1.3 release
See merge request pleroma/pleroma!1884
rinpatch [Fri, 25 Oct 2019 15:49:21 +0000 (18:49 +0300)]
mixfile: bump version to 1.1.3
rinpatch [Fri, 25 Oct 2019 15:46:28 +0000 (18:46 +0300)]
Changelog: Add 1.1.3 entry
rinpatch [Mon, 21 Oct 2019 09:38:35 +0000 (12:38 +0300)]
Do not include notifications from blocked users when with_muted is set
This is not what with_muted is for per documentation and it was agreed
on irc that this behavior doesn't make sense.
rinpatch [Thu, 24 Oct 2019 20:28:59 +0000 (23:28 +0300)]
pleroma_ctl: fix crashes due to different shift(1) behavior on dash
rinpatch [Fri, 18 Oct 2019 21:44:14 +0000 (21:44 +0000)]
Merge branch 'release/1.1.2' into 'stable'
1.1.2 Release
See merge request pleroma/pleroma!1863
rinpatch [Fri, 18 Oct 2019 21:37:39 +0000 (00:37 +0300)]
pleroma_ctl: Fix attempting to use RPC for config generation
rinpatch [Fri, 18 Oct 2019 21:40:23 +0000 (00:40 +0300)]
Bump version to 1.1.2 in mix.exs
rinpatch [Fri, 18 Oct 2019 12:08:03 +0000 (12:08 +0000)]
Merge branch 'release/1.1.1' into 'stable'
1.1.1 Release
See merge request pleroma/pleroma!1857
rinpatch [Fri, 18 Oct 2019 11:57:13 +0000 (14:57 +0300)]
Add a changelog entry for user search refactoring
rinpatch [Wed, 16 Oct 2019 12:09:39 +0000 (15:09 +0300)]
Remove a failing search test due to it being unrealistic
While the case tested (`lain@ple`) gives wrong ordering due to
using only trigram to order, it almost never happens in reality. In reality
it would be either `lain` (in which case it's fine to list the user with `lain`
in display name first), or `@lain@pleroma.soykaf.com`/`lain@pleroma.soykaf.com` (which is
handled fine as well)
rinpatch [Wed, 16 Oct 2019 10:49:33 +0000 (13:49 +0300)]
Order fts results by trigram
rinpatch [Wed, 16 Oct 2019 09:52:47 +0000 (12:52 +0300)]
User search: Remove trigram and refactor the module
- Remove trigram as it tends to rank garbage results highly, resulting
in it prioritized above fts, which gives actually decent results. ACKed
by kaniini and lain on irc.
- Remove a test for handling misspelled requests, since we no longer have
trigram
- Remove a test for searching users with `nil` display names, because it
is unrealistic, we don't accept usernames that are not >1 char strings
- Make rank boosting for followers/followees sane again, previous values
resulted in garbage matches getting on top just because the users are
followers/followees
rinpatch [Fri, 18 Oct 2019 11:53:13 +0000 (14:53 +0300)]
Bump the version in mix.exs
rinpatch [Fri, 18 Oct 2019 11:49:27 +0000 (11:49 +0000)]
Merge branch 'bugfix/jsonb-set-fuckup' into 'release/1.1.1'
Fix a migration wiping user info of users that don't have any mutes
See merge request pleroma/pleroma!1856
rinpatch [Fri, 18 Oct 2019 11:40:47 +0000 (14:40 +0300)]
Add a changelog entry for yet another jsonb_set data loss
rinpatch [Fri, 18 Oct 2019 11:33:51 +0000 (14:33 +0300)]
Add a test for safe_jsonb_set
rinpatch [Fri, 18 Oct 2019 11:11:30 +0000 (14:11 +0300)]
Fix a migration wiping user info of users that don't have any mutes
And introduce safe_jsonb_set
rinpatch [Mon, 14 Oct 2019 19:14:47 +0000 (19:14 +0000)]
Merge branch 'fix/version-branch-skip' into 'stable'
Fix hiding branch name logic
See merge request pleroma/pleroma!1845
rinpatch [Mon, 14 Oct 2019 19:13:18 +0000 (22:13 +0300)]
Fix hiding branch name logic
rinpatch [Mon, 14 Oct 2019 18:55:09 +0000 (18:55 +0000)]
Merge branch 'stable-fix-docs' into 'stable'
Fix documentation deploy for stable
See merge request pleroma/pleroma!1844
rinpatch [Mon, 14 Oct 2019 18:53:01 +0000 (21:53 +0300)]
Fix documentation deploy for stable
rinpatch [Mon, 14 Oct 2019 18:27:59 +0000 (21:27 +0300)]
Fix pleroma_ctl link
rinpatch [Mon, 14 Oct 2019 18:21:49 +0000 (18:21 +0000)]
Merge branch 'final-release-prep' into 'maint/1.1'
Final 1.1 release preparations
See merge request pleroma/pleroma!1843
rinpatch [Mon, 14 Oct 2019 18:19:19 +0000 (21:19 +0300)]
Final 1.1 release preparations
rinpatch [Mon, 14 Oct 2019 16:47:27 +0000 (16:47 +0000)]
Merge branch 'backport/1.1-branch-name-change' into 'maint/1.1'
Backport/1.1 branch name change
See merge request pleroma/pleroma!1841
rinpatch [Mon, 14 Oct 2019 15:45:16 +0000 (18:45 +0300)]
Correct version parser branch name detection
rinpatch [Mon, 14 Oct 2019 15:42:30 +0000 (18:42 +0300)]
Add a changelog entry for branch-moving
rinpatch [Mon, 14 Oct 2019 15:39:56 +0000 (18:39 +0300)]
Prepare pleroma_ctl for moving master to stable and relax the error
message
rinpatch [Mon, 14 Oct 2019 15:38:51 +0000 (18:38 +0300)]
Preparations for renaming `master` to `stable`
rinpatch [Sat, 12 Oct 2019 14:54:49 +0000 (14:54 +0000)]
Merge branch 'cherry-pick-
930cbd6d' into 'maint/1.1'
Backport mediaproxy failure tracking enchancements to maint
See merge request pleroma/pleroma!1837
rinpatch [Sat, 12 Oct 2019 14:42:55 +0000 (14:42 +0000)]
Merge branch 'fix/mediaproxy-too-brutal' into 'develop'
Make MediaProxy failure tracking less brutal
See merge request pleroma/pleroma!1836
(cherry picked from commit
930cbd6d05653033e9f6d16960d698f5db4ae624)
9bdbf081 Make MediaProxy failure tracking less brutal
rinpatch [Fri, 11 Oct 2019 19:39:37 +0000 (19:39 +0000)]
Merge branch 'cherry-pick-
44afe4c8' into 'maint/1.1'
Backport pleroma-ctl enchancements to maint
See merge request pleroma/pleroma!1833
Haelwenn [Fri, 11 Oct 2019 10:56:45 +0000 (10:56 +0000)]
Merge branch 'pleroma-ctl-enchancements' into 'develop'
pleroma_ctl: Make it possible to specify branches/flavours when updating
See merge request pleroma/pleroma!1832
(cherry picked from commit
44afe4c8870d14ae2cd22ff5cfa04555cf5907bd)
b750135a pleroma_ctl: Make it possible to specify branches/flavours when updating
kaniini [Mon, 7 Oct 2019 13:12:46 +0000 (13:12 +0000)]
Merge branch 'backport/exclude-replies' into 'maint/1.1'
mastodon api: fix exclude_replies (closes #1287)
See merge request pleroma/pleroma!1816
Ariadne Conill [Mon, 7 Oct 2019 12:29:33 +0000 (12:29 +0000)]
mastodon api: fix exclude_replies (closes #1287)
kaniini [Mon, 7 Oct 2019 12:14:56 +0000 (12:14 +0000)]
Merge branch 'chore/maint-1.1-1.1.0-rc2' into 'maint/1.1'
update changelog date
See merge request pleroma/pleroma!1812
Ariadne Conill [Mon, 7 Oct 2019 12:14:04 +0000 (12:14 +0000)]
update changelog date
kaniini [Mon, 7 Oct 2019 12:12:45 +0000 (12:12 +0000)]
Merge branch 'chore/maint-1.1-1.1.0-rc2' into 'maint/1.1'
Pleroma 1.0.91 (aka 1.1 RC2).
See merge request pleroma/pleroma!1811
Ariadne Conill [Mon, 7 Oct 2019 12:10:36 +0000 (12:10 +0000)]
Pleroma 1.0.91 (aka 1.1 RC2).
kaniini [Mon, 7 Oct 2019 11:40:31 +0000 (11:40 +0000)]
Merge branch 'backport/remove-direct-messages-from-public-timeline' into 'maint/1.1'
backport: Mastodon API: Fix private and direct statuses not being filtered out from the...
See merge request pleroma/pleroma!1807
kaniini [Mon, 7 Oct 2019 11:37:01 +0000 (11:37 +0000)]
Merge branch 'backport/chore-context-cleanups' into 'maint/1.1'
clean up bundled litepub schema (closes #1303)
See merge request pleroma/pleroma!1809
Ariadne Conill [Mon, 7 Oct 2019 11:33:58 +0000 (11:33 +0000)]
clean up bundled litepub schema (closes #1303)
eugenijm [Fri, 20 Sep 2019 14:54:38 +0000 (17:54 +0300)]
Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`)
kaniini [Sun, 6 Oct 2019 15:33:33 +0000 (15:33 +0000)]
Merge branch 'backport/custom-field-update' into 'maint/1.1'
Backport: custom field update
See merge request pleroma/pleroma!1805
rinpatch [Sun, 6 Oct 2019 15:32:33 +0000 (15:32 +0000)]
Merge branch 'backport/key-moveout-1.1' into 'maint/1.1'
Backport moving out keys from user info to 1.1
See merge request pleroma/pleroma!1801
Ariadne Conill [Sun, 6 Oct 2019 15:17:33 +0000 (15:17 +0000)]
changelog
rinpatch [Sun, 6 Oct 2019 14:53:03 +0000 (17:53 +0300)]
Fix muted notification migration only working with a schema
Should also improve performance. I tested it on my local DB, but if
anyone has a backup of <=1.0 db they can test this on, please do
kPherox [Mon, 26 Aug 2019 08:09:32 +0000 (17:09 +0900)]
Extract if block into private function
kPherox [Sun, 25 Aug 2019 18:49:47 +0000 (03:49 +0900)]
Update test for custom fields when content-type urlencoded
kPherox [Sun, 25 Aug 2019 18:25:06 +0000 (03:25 +0900)]
Update test for custom fields when name empty string
kPherox [Sat, 24 Aug 2019 22:04:46 +0000 (07:04 +0900)]
Change to delete empty name field
kPherox [Sat, 24 Aug 2019 22:02:32 +0000 (07:02 +0900)]
Fix type of fields_attributes
Convert tuple list to map list when parameters is `:urlencoded` or `:multipart`
kPherox [Sat, 24 Aug 2019 21:51:05 +0000 (06:51 +0900)]
Rename fields to fields_attributes
kaniini [Sun, 6 Oct 2019 15:07:38 +0000 (15:07 +0000)]
Merge branch 'backport/feature-poll-refresh' into 'maint/1.1'
backport: poll refreshing
See merge request pleroma/pleroma!1804
kaniini [Sun, 6 Oct 2019 14:59:58 +0000 (14:59 +0000)]
Merge branch 'backport/fix-report-email' into 'maint/1.1'
backport: Use the user.id instead of nickname in report URLs
See merge request pleroma/pleroma!1802
Ariadne Conill [Sun, 6 Oct 2019 14:54:44 +0000 (14:54 +0000)]
add changelog
rinpatch [Wed, 18 Sep 2019 19:09:03 +0000 (22:09 +0300)]
Fix credo issues
rinpatch [Wed, 18 Sep 2019 16:59:23 +0000 (19:59 +0300)]
Do not refetch local objects