Age | Commit message (Collapse) | Author | |
---|---|---|---|
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.exsbirth-dates | 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 | Merge branch 'restricted-moderators' into 'develop' | Alex Gleason | |
AdminAPI: Optionally restrict moderators from accessing sensitive data See merge request pleroma/pleroma!3578 | |||
2021-12-27 | Merge branch 'log-slow-queries' into 'develop' | Alex Gleason | |
Log slow Ecto queries See merge request pleroma/pleroma!3553 | |||
2021-12-27 | Made slow queries logging disabled by default. | Ivan Tashkinov | |
2021-12-27 | Fix lint errors | Alibek Omarov | |
2021-12-27 | API: optionally restrict moderators from accessing sensitive data | Alibek Omarov | |
2021-12-26 | Configurability of slow queries logging ([:pleroma, :telemetry, ↵ | Ivan Tashkinov | |
:slow_queries_logging]). Adjusted log messages truncation to 65 kb (was default: 8 kb). Non-truncated logging of slow query params. | |||
2021-12-26 | MastoAPI: Profile directory | marcin mikołajczak | |
2021-12-15 | Merge remote-tracking branch 'origin/develop' into live-dashboard | Alex Gleason | |
2021-12-15 | Add Phoenix LiveDashboard | Alex Gleason | |
Co-authored-by: Egor Kislitsyn <egor@kislitsyn.com> | |||
2021-12-06 | Merge branch 'benchmark' into 'develop' | lain | |
Fix benchmarks See merge request pleroma/pleroma!3551 | |||
2021-12-03 | Fix benchmarks | Alex Gleason | |
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-13 | Merge branch 'dkuku-develop-patch-66061' into 'develop' | rinpatch | |
Update dev.exs error message to write to stderr. See merge request pleroma/pleroma!3492 | |||
2021-08-09 | Merge branch 'poll-notification' into 'develop' | Haelwenn | |
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484 | |||
2021-08-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remove/mastofe | Sean King | |
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-07-27 | use puts instead warn | Daniel | |
2021-07-27 | Update dev.exs error message to write to stderr. Currently it dumps this ↵ | Daniel | |
message at the beginnig of the file when using vim-autoformat with mix format | |||
2021-07-27 | Merge remote-tracking branch 'pleroma/develop' into errorview-json-fix | Alex Gleason | |
2021-07-27 | Add activity+json to Phoenix :format_encoders | Alex Gleason | |
Fixes ErrorView rendering | |||
2021-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
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 | |
2021-06-01 | disableChat / disableShout didn't actually do anything for PleromaFE | Mark Felder | |
2021-06-01 | Update description file for new shout config setting location | Mark Felder | |
2021-06-01 | Move shout configuration from :instance, update docs and changelog | Mark Felder | |
2021-06-01 | Update PleromaFE settings for the old chat box | Mark Felder | |
2021-06-01 | Just call it shout | Mark Felder | |
2021-06-01 | Rename the non-federating Chat feature to Shout | Mark Felder | |
2021-05-29 | Adding description | Snow | |
2021-05-28 | Merge branch 'plug-runtime-dev' into 'develop' | feld | |
Put Plugs in runtime mode in :dev, :test to speed up recompilation See merge request pleroma/pleroma!3411 | |||
2021-05-20 | Switch from the deprecated "use Mix.config" to "import Config" | Mark Felder | |
2021-05-19 | Merge remote-tracking branch 'pleroma/develop' into plug-runtime-dev | Alex Gleason | |
2021-05-19 | Put Plugs in runtime mode in :dev, :test to speed up recompilation | Alex Gleason | |
2021-05-16 | Merge remote-tracking branch 'pleroma/develop' into optional-config | Alex Gleason | |
2021-05-16 | Make prod.secret.exs optional (with warning) | Alex Gleason | |
2021-04-29 | Merge remote-tracking branch 'upstream/develop' into block-behavior | Alex Gleason | |