Egor Kislitsyn
|
1b79dce7bc
|
Fix Reblog API
Do not set visibility parameter to `public` by default and let CommonAPI to infer it from status.
|
2021-01-18 20:15:57 +04:00 |
|
Lain Soykaf
|
71166b30a4
|
Changelog: Add list fix.
|
2021-01-18 16:29:29 +01:00 |
|
Lain Soykaf
|
bdfd72630f
|
ListController: Fix being unable to add / remove users.
|
2021-01-18 16:28:36 +01:00 |
|
rinpatch
|
c2186a62d5
|
Merge branch 'release/2.2.2' into 'stable'
Release/2.2.2
See merge request pleroma/pleroma!3216
|
2021-01-18 14:33:28 +00:00 |
|
rinpatch
|
9b68248fd6
|
pleroma-fe bundle: update to 320418d524a33c20d7d769c8d67a25be81f251ec
|
2021-01-18 17:08:30 +03:00 |
|
rinpatch
|
207c185dd6
|
mix.exs: bump version to 2.2.2
|
2021-01-18 17:08:30 +03:00 |
|
rinpatch
|
605f389038
|
CHANGELOG.md: Finalize 2.2.2 changelog
|
2021-01-18 17:08:26 +03:00 |
|
lain
|
3dc04b9aca
|
Merge branch 'fix/missing_emoji_steal_dir' into 'develop'
Create dir for EmojiStealPolicy automatically
See merge request pleroma/pleroma!3218
|
2021-01-18 15:28:19 +03:00 |
|
lain
|
732cc0ce46
|
Merge branch 'fix/changelog-entries' into 'develop'
CHANGELOG.md: Remove wrong entries from Unreleased(patch)
See merge request pleroma/pleroma!3258
|
2021-01-17 13:11:28 +00:00 |
|
rinpatch
|
cbb1174cbd
|
CHANGELOG.md: Remove wrong entries from Unreleased(patch)
Webpush changes are under 2.3.0 milestone and therefore should be
under Unreleased section
The emoji reaction change was introduced in 2.2.1
|
2021-01-17 15:55:33 +03:00 |
|
Alexander Strizhakov
|
197606984d
|
update for retired elixir_make package version
|
2021-01-17 15:24:04 +03:00 |
|
Alexander Strizhakov
|
0e48c80d7f
|
start oban app in migrations and mix tasks
|
2021-01-17 09:58:41 +03:00 |
|
Alexander Strizhakov
|
02dbf1c51d
|
use explicitly oban migration version
|
2021-01-17 09:58:07 +03:00 |
|
Ivan Tashkinov
|
3f88e33a71
|
[#3251] Fixed wrong test-env config setting for [Pleroma.Upload]. Refactoring. Added warning to clear_config/_ to minimize such issues in future.
|
2021-01-16 23:05:31 +03:00 |
|
Haelwenn (lanodan) Monnier
|
3e0d1588a4
|
mix.exs: Make copyright regexes more precise
- Add copyright checks for Pleroma's not any copyright
- Copyright bump fixes the whole line instead of just the year
|
2021-01-16 02:42:53 +01:00 |
|
Haelwenn (lanodan) Monnier
|
a17a9dcc4d
|
mix.exs: Put template into one variable with ~s[]
|
2021-01-16 02:42:52 +01:00 |
|
Haelwenn (lanodan) Monnier
|
99c2e8ed5c
|
mix.exs: GNU sed doesn't into proper getopt()
|
2021-01-16 02:42:52 +01:00 |
|
|
23c6cea889
|
Add a mix alias to bump copyright
|
2021-01-15 17:26:02 -06:00 |
|
|
41a637c3a6
|
Split out year
|
2021-01-15 17:25:43 -06:00 |
|
|
3607dfefca
|
Add mix alias to easily add copyright headers to files
|
2021-01-15 16:53:55 -06:00 |
|
|
d2382ab5f4
|
Update Oban to 2.3.4
|
2021-01-15 15:01:48 -06:00 |
|
|
181060b595
|
Merge branch 'fix/attachment-cleanup-queues' into 'develop'
Only run one attachment cleanup job per node
See merge request pleroma/pleroma!3255
|
2021-01-15 21:01:16 +00:00 |
|
|
f9e0c05ca4
|
Only run one attachment cleanup job per node
The previous limit of 5 was probably causing massing performance issues due to concurrent full table scans.
|
2021-01-15 14:50:32 -06:00 |
|
|
3e4f866f04
|
Revert accidental blank line removal
|
2021-01-15 13:40:30 -06:00 |
|
Mark Felder
|
4c82d5e5dd
|
Document removal of toggle_confirmed
|
2021-01-15 13:12:56 -06:00 |
|
Mark Felder
|
2c0fe2ea9e
|
Remove toggle_confirmation; require explicit state change
Also cosmetic changes to make the code clearer
|
2021-01-15 13:11:51 -06:00 |
|
Mark Felder
|
d36182c088
|
Change user.confirmation_pending field to user.is_confirmed
|
2021-01-15 12:44:41 -06:00 |
|
Mark Felder
|
6c50ac1d3f
|
Readability
|
2021-01-15 11:37:17 -06:00 |
|
Mark Felder
|
ebd7d1365b
|
Make setting user activation status explicit
|
2021-01-15 11:37:17 -06:00 |
|
Mark Felder
|
7516660753
|
Remove toggle_activation
|
2021-01-15 11:25:32 -06:00 |
|
Mark Felder
|
a59e32f1dd
|
Add copyright header
|
2021-01-15 11:24:46 -06:00 |
|
Mark Felder
|
cd1e5d76ab
|
Remove User.restrict_deactivated/1
Everything else is in User.Query, no need for this odd kludge.
|
2021-01-15 11:24:46 -06:00 |
|
Mark Felder
|
860b5c7804
|
Change user.deactivated field to user.is_active
|
2021-01-15 11:24:46 -06:00 |
|
|
63923df0a5
|
Further simplify changeset logic
|
2021-01-15 10:42:02 -06:00 |
|
|
f7e59c28ed
|
Change user.approval_pending field to user.is_approved
|
2021-01-15 10:42:02 -06:00 |
|
Haelwenn
|
cf367fdbd5
|
Merge branch 'optimize-command_available' into 'develop'
Optimize Pleroma.Utils.command_available?/1
See merge request pleroma/pleroma!3254
|
2021-01-15 04:44:58 +00:00 |
|
|
d0e0396528
|
Hack to fix tests not passing. Unclear why the filters are being set to nil.
Both of these changes are needed or it doesn't work.
|
2021-01-14 17:49:37 -06:00 |
|
|
8d6e9b25a4
|
Just validate command is in PATH; forking a shell is wasteful
|
2021-01-14 17:19:02 -06:00 |
|
|
0b725f5d21
|
Lint
|
2021-01-14 16:00:32 -06:00 |
|
|
12c8ce481c
|
Bump Copyright year
|
2021-01-14 13:58:52 -06:00 |
|
|
fb47e83adc
|
Add ConfigDB migration
|
2021-01-14 13:53:55 -06:00 |
|
Lain Soykaf
|
fd9a0ac329
|
BackupTest: Fix s3 test.
|
2021-01-14 20:18:45 +01:00 |
|
rinpatch
|
93ce7b0efb
|
Merge branch 'pleroma-password' into 'develop'
Add password module
See merge request pleroma/pleroma!3253
|
2021-01-14 18:29:25 +00:00 |
|
Lain Soykaf
|
c4b74c9c3f
|
Linting.
|
2021-01-14 16:01:14 +01:00 |
|
Lain Soykaf
|
39f3683a06
|
Pbkdf2: Use it everywhere.
|
2021-01-14 15:06:16 +01:00 |
|
Lain Soykaf
|
87a31c5c9b
|
Password -> Password.Pbkdf2
|
2021-01-14 14:49:39 +01:00 |
|
|
ba234d3c73
|
Unnecessary duplication here
|
2021-01-13 12:01:01 -06:00 |
|
|
94e5180846
|
Consistent style
|
2021-01-13 12:00:48 -06:00 |
|
|
5627f3642f
|
Not needed in test.exs
|
2021-01-13 11:54:45 -06:00 |
|
|
f0ab60189e
|
truncated_namespace should default to nil
|
2021-01-13 11:54:00 -06:00 |
|