- 08 Jun, 2021 4 commits
-
-
-
Breaks cycle in lib/pleroma/web/api_spec/operations/status_operation.ex
-
- 07 Jun, 2021 23 commits
-
-
Alex Gleason authored
Speeds up recompilation by reducing compile-time cycles
-
Alex Gleason authored
Speeds up recompilation by reducing compile-time deps
-
feld authored
-
feld authored
-
feld authored
-
Alex Gleason authored
Speeds up recompilation by removing a compile-time cycle on AdminAPI.Search
-
feld authored
-
feld authored
-
feld authored
# Conflicts: # CHANGELOG.md
-
feld authored
-
feld authored
-
feld authored
-
Alex Gleason authored
-
Alex Gleason authored
Speeds up recompilation by reducing compile-time deps
-
Alex Gleason authored
-
- 05 Jun, 2021 2 commits
-
-
Alex Gleason authored
-
Alex Gleason authored
Speeds up recompilation by reducing compile-time cycles
-
- 04 Jun, 2021 9 commits
-
-
feld authored
-
feld authored
The old warning message was producing an improperly formatted suggestion.
-
Haelwenn authored
Fixes a lot of warnings like the following while running the testsuite: warning: passing a {module, function, args} tuple to Plug.Parsers.MULTIPART is deprecated. Please see Plug.Parsers.MULTIPART module docs for better approaches to configuration This might mean no more dynamic configuration but there seems to be the same limitation two lines underneath anyway.
-
feld authored
- 03 Jun, 2021 2 commits
-
-
Haelwenn authored
Since mime 1.6.0: warning: MIME.valid?/1 is deprecated. Use MIME.extensions(type) != [] instead As for the bitstring(type) part it's because MIME.extensions only expects a string. https://github.com/elixir-plug/mime/issues/43
-
Haelwenn authored
-