Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-10 | Merge branch 'develop' into finch_everywherefinch_everywhere | Mark Felder | |
2022-09-18 | Merge branch 'develop' into 'finch_everywhere' | feld | |
# Conflicts: # lib/pleroma/web/media_proxy/media_proxy_controller.ex | |||
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-07-25 | Add authorized_fetch_mode to description.exs | marcin mikołajczak | |
Signed-off-by: marcin mikołajczak <git@mkljczk.pl> | |||
2022-07-13 | Merge branch 'short-description' into 'develop' | tusooa | |
Add short_description instance field Closes #2865 See merge request pleroma/pleroma!3651 | |||
2022-06-07 | We don't need a special HTTP client definition for Tzdata, and Finch won't ↵ | Mark Felder | |
work anyway Not sure why we tried to jam this through Pleroma.HTTP in the first place as upstream wants Hackney | |||
2022-06-07 | Remove pools from description.exs for AdminFE / ConfigDB | Mark Felder | |
2022-06-07 | Bring back :send_user_agent for test env only. | Mark Felder | |
Too many tests break as they don't include injected user agent in expected response | |||
2022-06-07 | mix format | Mark Felder | |
2022-06-07 | Tests WIP | Mark Felder | |
Remove the :send_user_agent setting. We should always send the user agent. Remove duplicate setting of the user agent from ReverseProxy module | |||
2022-06-07 | Remove the Hackney follow_redirect | Mark Felder | |
Change the get_media/4 to get_media/3 as we don't need to special case following redirects anymore and we probably should have always been following redirects anyway | |||
2022-06-07 | Finch everywhere | Mark Felder | |
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.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 |