Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-01 | Merge branch 'pleroma-ensure-authorized-fetch' into security-2.9 | Lain Soykaf | |
2025-01-21 | description.exs: Remove suggestion referencing a deleted module | mkljczk | |
Signed-off-by: mkljczk <git@mkljczk.pl> | |||
2024-09-17 | Formatting | Mark Felder | |
2024-09-17 | Make the email attribute configurable | Mark Felder | |
While here, fix the System.get_env usage to use the normal fallback value method and improve the UID label description | |||
2024-09-17 | Remove cacertfile as child of SSL and TLS options | Mark Felder | |
We need to pass the cacerts (list of charlist encoded certs) not cacertfile, so our new cacertfile setting handles this for us. | |||
2024-09-17 | Ensure :cacertfile is configurable in ConfigDB | Mark Felder | |
2024-09-16 | Allow disabling C2S ActivityPub API | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-07-30 | Remove :workers config from ConfigDB | Mark Felder | |
2024-07-25 | Merge remote-tracking branch 'origin/develop' into oban/backup | Mark Felder | |
2024-07-24 | Document the new timeout setting | Mark Felder | |
2024-07-23 | Make backup timeout configurable | Mark Felder | |
2024-06-19 | Remove Logger from ConfigDB descriptions | Mark Felder | |
2024-06-12 | Fix compatibility with Loggers in Elixir 1.15+ | Haelwenn (lanodan) Monnier | |
2024-05-28 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-secure-mode | |||
2024-05-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
auth-fetch-exception | |||
2024-05-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-ipfs_uploader | |||
2024-05-20 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
auth-fetch-exception | |||
2024-04-27 | Fix type in description | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-03-08 | Merge remote-tracking branch 'origin/develop' into instance-contact-account | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2024-02-27 | Add some missing fields to instanceV2 | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-28 | Fix some more typos | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-22 | Merge remote-tracking branch 'origin/develop' into instance-contact-account | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-12-20 | config/description.exs: Remove quack | Haelwenn (lanodan) Monnier | |
Was already removed in f40ccce7e9ad2e9f917fddd798138866c83e514a | |||
2023-12-20 | Fix more Logger warn -> warning | Mark Felder | |
2023-12-16 | HTTPSignaturePlug: Add :authorized_fetch_mode_exceptions | Haelwenn (lanodan) Monnier | |
2023-11-14 | Add support for configuring a favicon and embed PWA manifest in ↵ | Henry Jameson | |
server-generated-meta | |||
2023-11-12 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Lain Soykaf | |
pleroma-meilisearch | |||
2023-10-26 | Add contact account to InstanceView | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2023-06-27 | Merge branch 'from/upstream-develop/tusooa/backup-status' into 'develop' | Haelwenn | |
Detail backup states Closes #3024 See merge request pleroma/pleroma!3809 | |||
2023-04-23 | Remove SSH/BBS feature from core | duponin | |
And link to sshocial, the replacement client for this removed feature | |||
2023-01-26 | Allow customizing instance languages | tusooa | |
2022-12-27 | Merge remote-tracking branch 'pleroma/develop' into secure-mode | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-12-24 | Make backup parameters configurable | tusooa | |
2022-12-20 | Merge remote-tracking branch 'upstream/develop' into meilisearch | Ekaterina Vaartis | |
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-10-10 | Add description for initial_indexing_chunk_size | Ekaterina Vaartis | |
2022-10-10 | Add config description for meilisearch | Ekaterina Vaartis | |
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-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 |