wallabag/app/config
Jeremy Benoist 6aca334d53
Move to controller as a service
Mostly using autowiring to inject deps.
The only tricky part was for import because all producer use the same class and have a different alias. So we must write them down in the service definition, autowiring doesn't work in that case.

Usually:
- if a controller has a constructor, it means injected services are at least re-used once in actions
- otherwise, service are injected per action
2022-12-19 10:38:08 +01:00
..
tests CI workaround for PHP < 7.4 & MySQL 8 2022-04-11 22:11:22 +02:00
webpack Removed old, not so maintained and buggy baggy theme 2022-11-03 09:55:20 +01:00
config.yml Update all Doctrine deps 2022-12-16 10:29:42 +01:00
config_dev.yml Replace SwiftMailer by Symfony Mailer 2022-12-16 10:03:34 +01:00
config_prod.yml Add Sentry support 2019-06-05 13:15:15 +02:00
config_test.yml Replace SwiftMailer by Symfony Mailer 2022-12-16 10:03:34 +01:00
parameters.yml.dist Replace SwiftMailer by Symfony Mailer 2022-12-16 10:03:34 +01:00
parameters_addons.yml Move services and parameters to app services 2022-08-31 02:05:29 +02:00
parameters_test.yml Remove custom Postgres class 2018-11-28 22:04:54 +01:00
routing.yml Re-create all API routes 2022-11-23 12:44:55 +01:00
routing_dev.yml Move to controller as a service 2022-12-19 10:38:08 +01:00
security.yml Update to FOSUserBundle 3.1 2022-12-14 09:42:17 +01:00
services.yml Move to controller as a service 2022-12-19 10:38:08 +01:00
services_rabbit.yml Autowire Redis and RabbitMQ services 2022-08-31 02:05:30 +02:00
services_redis.yml Autowire Redis and RabbitMQ services 2022-08-31 02:05:30 +02:00
services_test.yml Use FQCN as service name for repositories 2022-08-24 23:24:25 +02:00
wallabag.yml Remove LiipThemeBundle 2022-11-23 14:52:06 +01:00