Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Speeds up recompilation by removing a compile-time cycle on AdminAPI.Search
|
|
|
|
|
|
|
|
|
|
|
|
Everything else is in User.Query, no need for this odd kludge.
|
|
|
|
|
|
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;'
|
|
|
|
in-service search but are hidden from external services like search bots.
|
|
included in search results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They can indeed be non-unique.
|
|
Bulk account confirmation actions
Closes #2085
See merge request pleroma/pleroma!2975
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The parameter included the accounts that are following you (followers)
instead of those you are actually following.
Co-Authored-By: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
|
|
|
* I added the option in config/config.exs
* created a new module lib/pleroma/user/welcome_chat_message.ex
* Added it to the registration flow
* added to the cheatsheet
* added to the config/description.ex
* added to the Changelog.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rank nickname matches higher than name matches.
|