Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-10 | Make chunk size configurable | Ekaterina Vaartis | |
2022-10-10 | Add config description for meilisearch | Ekaterina Vaartis | |
2022-10-10 | Rename Activity.Search to Search.DatabaseSearch | Ekaterina Vaartis | |
2022-10-10 | Modify some meilisearch variables | Ekaterina Vaartis | |
2022-10-10 | Add private_key: nil to default meilisearch options | Ekaterina Vaartis | |
2022-10-10 | Add tests for local post indexing for meilisearch | Ekaterina Vaartis | |
2022-10-10 | Initial meilisearch implementation, doesn't delete posts yet | Ekaterina Vaartis | |
2022-09-17 | Reduce incoming and outgoing federation queue sizes to 5 | Tusooa Zhu | |
2022-09-05 | Clarify `birthday_min_age` config description | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-09-05 | Merge branch 'bump/min-elixir-1.10' into 'develop' | tusooa | |
Bump minimum Elixir version to 1.10 See merge request pleroma/pleroma!3741 | |||
2022-09-04 | Merge branch 'fix/federation-context-issues' into 'develop' | tusooa | |
Fix reply context fixing (Pleroma replies to Misskey threads) and removal of context objects See merge request pleroma/pleroma!3717 | |||
2022-09-02 | Bump minimum Elixir version to 1.10 | Haelwenn (lanodan) Monnier | |
With the release of Elixir 1.14, Elixir 1.9 is now end-of-life. Elixir 1.10 Release Notes: https://github.com/elixir-lang/elixir/releases/tag/v1.10.0 | |||
2022-08-24 | Fix fedi-fe build URL | Sean King | |
2022-08-19 | Add glitch-lily as an installable frontend | Sean King | |
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-08-07 | Change default moderator privileges to better match what we previously had | Ilja | |
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. | |||
2022-08-05 | Reject requests from specified instances if `authorized_fetch_mode` is enabled | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
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-07 | ipfs: revert to String.replace for cid placeholder | Claudio Maradonna | |
ipfs: fix lint | |||
2022-07-07 | added tests for ipfs uploader. adapted changelog.md accordingly. improved ↵ | Claudio Maradonna | |
ipfs uploader with external suggestions fix lint description.exs | |||
2022-07-07 | feat: simple, but not stupid, uploader for IPFS | Claudio Maradonna | |
fix: format fix with credo | |||
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-25 | Merge branch 'birth-dates' into 'develop' | Alex Gleason | |
Birth dates See merge request pleroma/pleroma!3608 | |||
2022-01-24 | Revert "Merge branch 'log-slow-queries' into 'develop'" | Alex Gleason | |
This reverts merge request !3553 | |||
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> |