* origin/develop: (126 commits)
Revert "Merge branch 'copyright-bump' into 'develop'"
Bump copyright year
Extract translatable strings
mix: version 2.5.50
mix: Release 2.5.0
CHANGELOG: Set 2.5.0
Git merge is not my favorite tool
Revert "Delete report notifs when demoting from superuser"
Update PleromaFE bundle to 2.5.0
Make lint happy
Use crazy hack to finally get pleroma:report notifications not visible after revoking privileges
Update AdminFE bundle to version 2.5.0
Extract translatable strings
Fix TwitterCard meta tags
Fix CommonAPI delete function to use User.privileged? instead of User.superuser?
use to_rfc2822 instead of pub_date in tests, too
document rss/atom fix in changelog
modify user feed controller test to expect summary for title
remove pub_date() -- use to_rfc2822 instead
remove ap_id test -- the element makes the feed break
...
* origin/develop: (208 commits)
Document inclusion of wasm-unsafe-eval
Update http_security_plug.ex
Update lib/pleroma/web/plugs/http_security_plug.ex
try to fix ruffle on chrome
Alter priority of Delete activities to be lowest
Deletes do not generate notifications of any kind, so skip trying
Object.Fetcher: Set reachable on successful fetch
Translated using Weblate (Ukrainian)
Added translation using Weblate (Ukrainian)
Added translation using Weblate (Ukrainian)
Lint
Update config cheatsheet
Clarify config description
Document Oban workers getting timeouts defined
Lint
Define sane Oban Worker timeouts
Clean up stale entries in mix.lock
Document removal of Quack
Add migration to remove Quack from ConfigDB
Remove Quack logging backend
...
Moderators were able to delete statusses via pleroma-fe. For that reason I now gave them :messages_delete by default.
They are also able to recieve reports through the notifications. For that reason I now gave them :reports_manage_reports by default.
They were also able to see deactivated accounts through pleroma-fe. However
* they were unable to tell if the account is deactivated or not (which was a bug and fixed by thes privileges MR this commit is part of)
* they were not able to actually change the activation state.
Because of this, I decided to *not* give them the privilege :users_manage_activation_state as this would give significantly more
privileges, while not giving it will actually improve the current experience as it works around the existing bug of not showing activation state.
* origin/develop: (115 commits)
Change test case wording
Use `duration` param for mute expiration duration
Emoji: apply recommended tail call changes
Extract translatable strings
Emoji: split qualification variation into a module
Add authorized_fetch_mode to description.exs
EmojiReactValidator: use new qualification method
Emoji: implement full-qualifier using combinations
EmojiReactValidator: fix emoji qualification
Revert "Merge branch 'fix/emoji-react-qualification' into 'develop'"
Translated using Weblate (French)
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Chinese (Simplified))
Translated using Weblate (Chinese (Simplified))
...
I renamed some tags before, but forgot to rename the pipelines
I also had some tags which I forgot to add to the config, description, etc.
These have now been done/added
I first focussed on getting things working
Now that they do and we know what tags there are, I put some thought in providing better names
I use the form <what_it_controls>_<what_it_allows_you_to_do>
:statuses_read => :messages_read
:status_delete => :messages_delete
:user_read => :users_read
:user_deletion => :users_delete
:user_activation => :users_manage_activation_state
:user_invite => :users_manage_invites
:user_tag => :users_manage_tags
:user_credentials => :users_manage_credentials
:report_handle => :reports_manage_reports
:emoji_management => :emoji_manage_emoji
* origin/develop: (294 commits)
Fix incorrect fallback when English is set to first language
Fix eratic test for POST /api/pleroma/admin/reports/:id/notes
After code review
Support fallbacking to other languages
Delete report notifs when demoting from superuser
Update Caddyfile to Caddy v2
Lint
Support multiple locales from userLanguage cookie
Support multiple locales formally
Make lint happy
Add test for fallbacking to a general language
Fallback to a variant if the language in general is not supported
Add changelog
Document API addition
Allow user to register with custom language
Allow update_credentials to update User.language
Send emails i18n'd using backend-stored user language
Make all emails translatable
Fix digest test
Make mail and mailer translatable
...