Yassine Guedidi
0b44170e83
Remove the CoreBundle namespace
2024-02-23 07:42:48 +01:00
Yassine Guedidi
24da70e338
Move test files directly under tests/ directory
2024-02-23 07:42:48 +01:00
Yassine Guedidi
a37b385c23
Move source files directly under src/ directory
2024-02-23 07:42:47 +01:00
Yassine Guedidi
47b3a08284
Move Import importers to Core
2024-01-25 20:34:40 +01:00
Yassine Guedidi
6787f598cb
Move Import controllers to Core
2024-01-25 20:34:40 +01:00
Yassine Guedidi
d8f2d3c7ee
Move User mailer to Core
2024-01-25 20:34:40 +01:00
Yassine Guedidi
2ed8c219cc
Move Annotation controller to Core
2024-01-25 20:34:39 +01:00
Yassine Guedidi
0178c7356d
Fix PHPStan errors
2024-01-22 19:15:54 +01:00
Yassine Guedidi
25474a7b99
Upgrade from lexik/form-filter-bundle to spiriitlabs/form-filter-bundle
2024-01-22 19:15:54 +01:00
Yassine Guedidi
33871b3db9
Upgrade to Symfony 5.4
2024-01-22 19:15:54 +01:00
Yassine Guedidi
4e314ddba7
Regenerate PHPStan baseline
2024-01-22 19:15:54 +01:00
Kevin Decherf
4a5f769428
Merge remote-tracking branch 'origin/2.6' into port/2.6.7
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2023-10-25 22:09:21 +02:00
Jeremy Benoist
fa107116cc
Prepare 2.6.7 release
2023-10-02 14:14:34 +02:00
Jeremy Benoist
bfa5a4a556
Update PHPStan ignore pattern
2023-10-02 08:30:18 +02:00
Nicolas Lœuillet
2af48b8174
Add Shaarli and Pocket HTML imports
2023-08-22 08:02:07 +02:00
Yassine Guedidi
0f17a8cf8a
PHPStan level 3
2023-08-21 12:03:38 +02:00
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
Jeremy Benoist
5832482a10
Remove ContainerAwareCommand
from commands
...
And use DI to retrieve services in commands (except for `RedisWorkerCommand` where the container is injected, hard to find a better way, at least for now).
2022-12-16 10:02:15 +01:00
Jeremy Benoist
d47c208743
Fix EventDispatcer & events
...
Looks like parameter for the `->dispatch(` have been flipped (event first then event name).
Define events should now extends `Symfony\Contracts\EventDispatcher\Event`
2022-12-15 21:47:31 +01:00
Jeremy Benoist
33267f0736
Update to FOSUserBundle 3.1
...
Also remove some deprecation from Symfony.
Use `LegacyEventDispatcherProxy` to handle Symfony 4 dispatch from FOSUser
2022-12-14 09:42:17 +01:00
Jeremy Benoist
b7dba18cb2
Cleanup
2022-11-23 15:51:33 +01:00
Yassine Guedidi
af6363bbbd
Fix missing call to parent setUp
2022-11-23 15:25:11 +01:00
Yassine Guedidi
e59a43596f
Enable PHPStan level 2 with baseline
2022-11-23 15:24:59 +01:00
Yassine Guedidi
cb2abfd363
Add PHPStan baseline
2022-11-23 15:24:39 +01:00