summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-06Refactor maybe_handle_group_posts/1Mark Felder
2024-07-03Merge branch 'weblate' into 'develop'tusooa
Translations update from Pleroma Weblate See merge request pleroma/pleroma!4157
2024-07-01Translated using Weblate (Ukrainian)Pleroma User
Currently translated at 94.5% (86 of 91 strings) Translation: Pleroma/Pleroma Backend (domain static_pages) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-static_pages/uk/
2024-07-01Translated using Weblate (Ukrainian)Pleroma User
Currently translated at 16.2% (160 of 985 strings) Translation: Pleroma/Pleroma Backend (domain config_descriptions) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/uk/
2024-07-01Translated using Weblate (Ukrainian)Pleroma User
Currently translated at 12.0% (6 of 50 strings) Translation: Pleroma/Pleroma Backend (domain oauth_scopes) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-oauth_scopes/uk/
2024-07-01Translated using Weblate (Ukrainian)Pleroma User
Currently translated at 94.5% (86 of 91 strings) Translation: Pleroma/Pleroma Backend (domain static_pages) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-static_pages/uk/
2024-07-01Translated using Weblate (Ukrainian)Pleroma User
Currently translated at 65.9% (31 of 47 strings) Translation: Pleroma/Pleroma Backend (domain posix_errors) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-posix_errors/uk/
2024-07-01Translated using Weblate (Ukrainian)Pleroma User
Currently translated at 91.1% (31 of 34 strings) Translation: Pleroma/Pleroma Backend (domain default) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-default/uk/
2024-07-01Translated using Weblate (Ukrainian)Pleroma User
Currently translated at 15.7% (155 of 985 strings) Translation: Pleroma/Pleroma Backend (domain config_descriptions) Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma-backend-domain-config_descriptions/uk/
2024-07-01Added translation using Weblate (Ukrainian)Pleroma User
2024-07-01Added translation using Weblate (Ukrainian)Pleroma User
2024-07-01Added translation using Weblate (Ukrainian)Pleroma User
2024-07-01Merge branch 'fix/ldap' into 'develop'feld
Fix LDAP support See merge request pleroma/pleroma!4168
2024-07-01Fix LDAP supportMark Felder
2024-07-01Add eldap back to applications as the module functions were unavailableMark Felder
2024-07-01Fix automatic LDAP account registration on OTP 24.3+Mark Felder
2024-07-01Merge branch 'warnings/elixir-1.17' into 'develop'feld
Elixir 1.17 warnings See merge request pleroma/pleroma!4163
2024-07-01CI: Switch to Elixir 1.17Mark Felder
2024-07-01Fix cycles job nameMark Felder
2024-07-01Dialyzer: fix typespecMark Felder
2024-07-01Dialyzer: Function application with args (_ :: map()) will not succeed.Mark Felder
2024-07-01Dialyzer: The guard clause can never succeed.Mark Felder
2024-07-01Dialyzer: pattern can never match the typeMark Felder
2024-07-01Dialyzer: fix typespecMark Felder
2024-07-01Dialyzer: pattern can never match the type because it is covered by previous ↵Mark Felder
clauses.
2024-07-01Update elixir-captcha to fix the compile warningMark Felder
2024-07-01Update Phoenix to 1.7.14Mark Felder
2024-07-01Update Tesla to 1.11.0Mark Felder
2024-07-01Elixir 1.17 single quote charlist warningMark Felder
2024-07-01Elixir 1.17 undefined module warningMark Felder
Fixes module name being not fully qualified warning: AdminAPI.FallbackController.call/2 is undefined (module AdminAPI.FallbackController is not available or is yet to be defined) │ 5 │ defmodule Pleroma.Web.AdminAPI.RuleController do │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ │ └─ lib/pleroma/web/admin_api/controllers/rule_controller.ex:5: Pleroma.Web.AdminAPI.RuleController.action/2 warning: AdminAPI.FallbackController.init/1 is undefined (module AdminAPI.FallbackController is not available or is yet to be defined) │ 5 │ defmodule Pleroma.Web.AdminAPI.RuleController do │ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ │ └─ lib/pleroma/web/admin_api/controllers/rule_controller.ex:5: Pleroma.Web.AdminAPI.RuleController.action/2
2024-07-01Elixir 1.17 warnings for parensMark Felder
Function calls must have parens
2024-06-30Merge branch 'exif' into 'develop'lain
Ensure StripLocation works for PNGs See merge request pleroma/pleroma!4167
2024-06-30Add changelogLain Soykaf
2024-06-28StripLocation: Remove all PNG extra info to make sure that GPS data is gone.Lain Soykaf
2024-06-28StripLocationTest: Add failing test for PNGsLain Soykaf
2024-06-28Merge branch 'fix/oban-user-refresh-unique' into 'develop'feld
Oban Jobs for refreshing users were not respecting the uniqueness setting See merge request pleroma/pleroma!4164
2024-06-28Merge branch 'gun-pool-logs' into 'develop'feld
Change Gun connection pool logs to debug See merge request pleroma/pleroma!4165
2024-06-28Change Gun connection pool logs to debugMark Felder
2024-06-28Oban Jobs for refreshing users were not respecting the uniqueness settingMark Felder
2024-06-28Merge branch 'ci/elixir-1.16' into 'develop'feld
Ci/elixir 1.16 See merge request pleroma/pleroma!4162
2024-06-27ChangelogMark Felder
2024-06-27Change CI jobs to Elixir 1.16.3Mark Felder
2024-06-27Add 1.16.3 ci imageMark Felder
2024-06-24Merge branch 'oban/richmedia-stream' into 'develop'feld
RichMedia: test that activity is streamed out after backfill See merge request pleroma/pleroma!4160
2024-06-24RichMedia: test that activity is streamed outMark Felder
2024-06-24Merge branch 'oban/richmedia-stream' into 'develop'feld
Add test validating the activity_id is correctly present in the Oban job See merge request pleroma/pleroma!4159
2024-06-23Add test validating the activity_id is correctly present in the Oban jobMark Felder
This was preventing the activity from being streamed over websockets.
2024-06-21Merge branch 'netbsd-wip' into 'develop'feld
update docs for NetBSD See merge request pleroma/pleroma!4150
2024-06-20docs: update nginx and rcscript path for NetBSDpleromian
2024-06-20Merge branch 'enable-erratic' into 'develop'feld
Enable erratic tests See merge request pleroma/pleroma!4155