aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2022-10-10Merge branch 'develop' into finch_everywherefinch_everywhereMark Felder
2022-09-18Merge branch 'develop' into 'finch_everywhere'feld
# Conflicts: # lib/pleroma/web/media_proxy/media_proxy_controller.ex
2022-09-17Reduce incoming and outgoing federation queue sizes to 5Tusooa Zhu
2022-09-05Clarify `birthday_min_age` config descriptionmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-05Merge branch 'bump/min-elixir-1.10' into 'develop'tusooa
Bump minimum Elixir version to 1.10 See merge request pleroma/pleroma!3741
2022-09-04Merge 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-02Bump minimum Elixir version to 1.10Haelwenn (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-24Fix fedi-fe build URLSean King
2022-08-19Add glitch-lily as an installable frontendSean King
2022-08-15Migrations: delete contexts with BaseMigratorHé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-25Add authorized_fetch_mode to description.exsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-13Merge branch 'short-description' into 'develop'tusooa
Add short_description instance field Closes #2865 See merge request pleroma/pleroma!3651
2022-06-07We 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-07Remove pools from description.exs for AdminFE / ConfigDBMark Felder
2022-06-07Bring 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-07mix formatMark Felder
2022-06-07Tests WIPMark 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-07Remove the Hackney follow_redirectMark 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-07Finch everywhereMark Felder
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-25Merge branch 'birth-dates' into 'develop'Alex Gleason
Birth dates See merge request pleroma/pleroma!3608
2022-01-24Revert "Merge branch 'log-slow-queries' into 'develop'"Alex Gleason
This reverts merge request !3553
2022-01-22Update description.exsbirth-datesAlex 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-27Merge branch 'restricted-moderators' into 'develop'Alex Gleason
AdminAPI: Optionally restrict moderators from accessing sensitive data See merge request pleroma/pleroma!3578
2021-12-27Merge branch 'log-slow-queries' into 'develop'Alex Gleason
Log slow Ecto queries See merge request pleroma/pleroma!3553
2021-12-27Made slow queries logging disabled by default.Ivan Tashkinov
2021-12-27Fix lint errorsAlibek Omarov
2021-12-27API: optionally restrict moderators from accessing sensitive dataAlibek Omarov
2021-12-26Configurability 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-26MastoAPI: Profile directorymarcin mikołajczak
2021-12-15Merge remote-tracking branch 'origin/develop' into live-dashboardAlex Gleason
2021-12-15Add Phoenix LiveDashboardAlex Gleason
Co-authored-by: Egor Kislitsyn <egor@kislitsyn.com>
2021-12-06Merge branch 'benchmark' into 'develop'lain
Fix benchmarks See merge request pleroma/pleroma!3551
2021-12-03Fix benchmarksAlex Gleason
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-13Merge 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-09Merge branch 'poll-notification' into 'develop'Haelwenn
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484
2021-08-06Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remove/mastofeSean King
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-07-27use puts instead warnDaniel
2021-07-27Update 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