gnu-social/src
Hugo Sales 983e0303a5
[ROUTER] Sort routes so that the one with a smaller list of Accept types matches first
This requires a copy, but gets cached, so it's the ideal place to do it.

Note that only routes that match the incoming Accept match anyway, so the order between those with different accept types is not relevant
2021-09-14 13:13:39 +01:00
..
Command [TESTS][DOCUMENTATION] Add documenation for the list events command and exclude it from unit testing 2021-09-14 13:13:15 +01:00
Controller [NOTE] Add route and controller 2021-09-14 13:13:37 +01:00
Core [ROUTER] Sort routes so that the one with a smaller list of Accept types matches first 2021-09-14 13:13:39 +01:00
DataFixtures [TESTS][DataFixtures] Use Temporary file instead of an ad-hoc solution to copy the upload files 2021-09-14 13:13:36 +01:00
DependencyInjection/Compiler [TESTS] Add ignore annotations to code paths that serve as hooks in DependencyInjection 2021-09-14 13:13:13 +01:00
Entity [CORE] Fix path configuration 2021-09-14 13:13:35 +01:00
Migrations [V3] Big Bang 2021-09-14 13:01:33 +01:00
Repository [TESTS] Ignore coverage of ResetPasswordRequest, as it uses mailing functionality. We may want to introduce this test in the future 2021-09-14 13:13:20 +01:00
Routes [NOTE] Add route and controller 2021-09-14 13:13:37 +01:00
Security [CORE] Add passowrd reset and forgot password functionality 2021-09-14 13:13:17 +01:00
Twig [TESTS][Twig] Add @codeCoverageIgnore to select methods, as these are simple wrappers 2021-09-14 13:13:16 +01:00
Util [CONFIG][TESTS] Fix error found by AdminPanel test 2021-09-14 13:13:36 +01:00
CacheKernel.php [CACHE][HTTP] Configure simple HTTP cache 2021-09-14 13:05:33 +01:00
Kernel.php [CONFIG] Refactor configuration loading 2021-09-14 13:13:36 +01:00