summaryrefslogtreecommitdiff
path: root/config/description.exs
AgeCommit message (Collapse)Author
2022-07-13Merge branch 'short-description' into 'develop'tusooa
Add short_description instance field Closes #2865 See merge request pleroma/pleroma!3651
2022-07-07ipfs: revert to String.replace for cid placeholderClaudio Maradonna
ipfs: fix lint
2022-07-07added tests for ipfs uploader. adapted changelog.md accordingly. improved ↵Claudio Maradonna
ipfs uploader with external suggestions fix lint description.exs
2022-07-07feat: simple, but not stupid, uploader for IPFSClaudio Maradonna
fix: format fix with credo
2022-07-05Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵Ilja
fine_grained_moderation_privileges
2022-07-02Rename pipelines and add forgotten tagsIlja
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-02Change order of privilege tags to make more senseIlja
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-02Fix typo'sIlja
priviledge |-> privilege
2022-07-01Rename privilege tagsIlja
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-21Add privilige :emoji_managementIlja
2022-06-21Add privilige :status_deleteIlja
It also allows to update a message, so it's not just deleting. I need a better name...
2022-06-21Add privileges for :user_readIlja
2022-06-21Add privileges for :report_handleIlja
2022-06-21Add privileges for :user_inviteIlja
2022-06-21Add privileges for :user_activationIlja
2022-06-21Add privileges for :user_tagIlja
2022-06-21Remove privileged_staffIlja
Everything that was done through this setting, can now be set by giving the proper privileges to the roles.
2022-06-21Add priviledges for :user_credentialsIlja
I only moved the ones from the :require_privileged_staff block for now
2022-06-21Add privilege :user_deletionIlja
2022-06-21Add new setting and Plug to allow for privilege settings for staffIlja
2022-05-31Add tlsv1.3 to suggestionsPierre-Louis Bonicoli
2022-03-29Add short_description fieldmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-06Max media attachment countmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-22Update description.exsAlex Gleason
2022-01-22Birthdays: birth_date --> birthdayAlex Gleason
2022-01-18Format code, expose instance configuration related to birth datesmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-18Birth 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-12WIP account endorsementsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-12-27Fix lint errorsAlibek Omarov
2021-12-27API: optionally restrict moderators from accessing sensitive dataAlibek Omarov
2021-12-26MastoAPI: Profile directorymarcin mikołajczak
2021-11-15Merge branch 'block-behavior' into 'develop'lain
Configurable block visibility, fixes #2123 Closes #2123 See merge request pleroma/pleroma!3242
2021-09-07Merge branch 'remove/mastofe' into 'develop'Haelwenn
Remove MastoFE from Pleroma, fixes #2625 Closes #2625 See merge request pleroma/pleroma!3392
2021-08-06Quarantine placeholdersIlja
* 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-06Add key- and valuePlaceholders for quarantined_instances and mrf_simpleIlja
* 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-06config/description.exs: Update quarantine settings to tuplesIlja
2021-06-04Fix merge conflicts with upstreamSean King
2021-06-03Merge branch 'chore/rename-chat' into 'develop'Haelwenn
Rename the non-federating Chat feature to Shout See merge request pleroma/pleroma!2842
2021-06-02Update wording for relays in docs and config descriptionMark Felder
2021-06-02FormattingMark Felder
2021-06-01disableChat / disableShout didn't actually do anything for PleromaFEMark Felder
2021-06-01Update description file for new shout config setting locationMark Felder
2021-06-01Update PleromaFE settings for the old chat boxMark Felder
2021-06-01Rename the non-federating Chat feature to ShoutMark Felder
2021-05-29Adding descriptionSnow
2021-05-20Switch from the deprecated "use Mix.config" to "import Config"Mark Felder
2021-04-29Merge remote-tracking branch 'upstream/develop' into block-behaviorAlex Gleason
2021-04-15Remove MastoFE configuration stuffSean King
2021-03-30Support for configuration via AdminFEMark Felder
2021-02-23[#3213] Misc. tweaks: proper upsert in Hashtag, better feature toggle ↵Ivan Tashkinov
management.