Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-26 | Allow customizing instance languages | tusooa | |
2022-12-18 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Sean King | |
fine_grained_moderation_privileges | |||
2022-11-12 | Merge branch 'from/upstream-develop/tusooa/no-strip-report' into 'develop' | tusooa | |
Lint See merge request pleroma/pleroma!3778 | |||
2022-11-12 | Lint | tusooa | |
2022-11-12 | Merge branch 'from/upstream-develop/tusooa/no-strip-report' into 'develop' | tusooa | |
Give admin the choice to not strip reported statuses Closes #2887 See merge request pleroma/pleroma!3773 | |||
2022-11-12 | Clarify config description | Haelwenn | |
2022-11-11 | Remove Quack logging backend | Mark Felder | |
2022-11-09 | Do not strip reported statuses when configured not to | tusooa | |
2022-09-05 | Clarify `birthday_min_age` config description | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-08-15 | Migrations: delete contexts with BaseMigrator | Hélène | |
Due to the lengthiness of this task, the migration has been adapted into a BaseMigrator migration, running in the background instead. | |||
2022-07-25 | Add authorized_fetch_mode to description.exs | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-14 | Add privilege for announcements | Ilja | |
2022-07-14 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Ilja | |
fine_grained_moderation_privileges | |||
2022-07-13 | Merge branch 'short-description' into 'develop' | tusooa | |
Add short_description instance field Closes #2865 See merge request pleroma/pleroma!3651 | |||
2022-07-05 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Ilja | |
fine_grained_moderation_privileges | |||
2022-07-02 | Rename pipelines and add forgotten tags | Ilja | |
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 | |||
2022-07-02 | Change order of privilege tags to make more sense | Ilja | |
The tags were listed in different places They were listed in a rather randomly order I reordered them in a way I think makes more sense | |||
2022-07-02 | Fix typo's | Ilja | |
priviledge |-> privilege | |||
2022-07-01 | Rename privilege tags | Ilja | |
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 | |||
2022-06-21 | Add privilige :emoji_management | Ilja | |
2022-06-21 | Add privilige :status_delete | Ilja | |
It also allows to update a message, so it's not just deleting. I need a better name... | |||
2022-06-21 | Add privileges for :user_read | Ilja | |
2022-06-21 | Add privileges for :report_handle | Ilja | |
2022-06-21 | Add privileges for :user_invite | Ilja | |
2022-06-21 | Add privileges for :user_activation | Ilja | |
2022-06-21 | Add privileges for :user_tag | Ilja | |
2022-06-21 | Remove privileged_staff | Ilja | |
Everything that was done through this setting, can now be set by giving the proper privileges to the roles. | |||
2022-06-21 | Add priviledges for :user_credentials | Ilja | |
I only moved the ones from the :require_privileged_staff block for now | |||
2022-06-21 | Add privilege :user_deletion | Ilja | |
2022-06-21 | Add new setting and Plug to allow for privilege settings for staff | Ilja | |
2022-05-31 | Add tlsv1.3 to suggestions | Pierre-Louis Bonicoli | |
2022-03-29 | Add short_description field | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-02-06 | Max media attachment count | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-22 | Update description.exs | Alex Gleason | |
2022-01-22 | Birthdays: birth_date --> birthday | Alex Gleason | |
2022-01-18 | Format code, expose instance configuration related to birth dates | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-18 | Birth dates, birthday reminders API, allow instance admins to require ↵ | marcin mikołajczak | |
minimum age Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-01-12 | WIP account endorsements | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2021-12-27 | Fix lint errors | Alibek Omarov | |
2021-12-27 | API: optionally restrict moderators from accessing sensitive data | Alibek Omarov | |
2021-12-26 | MastoAPI: Profile directory | marcin mikołajczak | |
2021-11-15 | Merge branch 'block-behavior' into 'develop' | lain | |
Configurable block visibility, fixes #2123 Closes #2123 See merge request pleroma/pleroma!3242 | |||
2021-09-07 | Merge branch 'remove/mastofe' into 'develop' | Haelwenn | |
Remove MastoFE from Pleroma, fixes #2625 Closes #2625 See merge request pleroma/pleroma!3392 | |||
2021-08-06 | Quarantine placeholders | Ilja | |
* kePlaceholder and valuePlaceholder of quarantined_instances where in wrong case, should be snake_case * The mrf simple and transparency exclusion were already OK | |||
2021-08-06 | Add key- and valuePlaceholders for quarantined_instances and mrf_simple | Ilja | |
* I also added for keywordpolicy as well now. It was done in the admin-fe, but is better to be done here * I also added comments to explain why we did the _info keys (backwards compatibility) | |||
2021-08-06 | config/description.exs: Update quarantine settings to tuples | Ilja | |
2021-06-04 | Fix merge conflicts with upstream | Sean King | |
2021-06-03 | Merge branch 'chore/rename-chat' into 'develop' | Haelwenn | |
Rename the non-federating Chat feature to Shout See merge request pleroma/pleroma!2842 | |||
2021-06-02 | Update wording for relays in docs and config description | Mark Felder | |
2021-06-02 | Formatting | Mark Felder | |