84f515d451
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-05-28 14:16:01 +02:00
4cff706306
Apply new CS rules on the webdav feature
2024-05-23 17:00:46 +02:00
a57e6c0cc9
Dav: Introduce access control inside de dav controller
2024-05-23 17:00:45 +02:00
0ff4593863
Apply rector rules: add annotation for doctrine mapping
2024-04-05 13:11:42 +02:00
72016e1a21
Apply rector rules: add annotation for doctrine mapping
2024-04-05 00:01:30 +02:00
579bd829f8
Apply rector rules: symfony up to 54
2024-04-04 23:30:25 +02:00
931c69eee4
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-04-04 18:45:01 +02:00
d6a6cc2572
Rename chill.role
tag to chill_main.provide_role
and optimize role provider
...
The `chill.role` tag has been renamed to `chill_main.provide_role` to prevent any confusion and make the namespaces more consistent. During this process, the class RoleProvidersCompilerPass was deleted, simplifying the role provision process by injecting tagged services directly into the RoleProvider. The change is also reflected in multiple YAML service configurations and explained in the MIGRATION.md file.
2024-04-03 17:14:02 +02:00
bbb167bb85
order user jobs alphabetically when returning all active user jobs
2024-02-26 13:36:44 +01:00
f251e6f100
upgrade phpunit: make data provider static
2024-02-14 12:28:14 +01:00
f889d67e94
fixes after merge of master into upgrade-sf4
2024-02-12 22:31:16 +01:00
37af488f69
Merge branch 'master' into upgrade-sf5
2024-02-12 21:50:34 +01:00
036fe8d6f8
upgrade php-cs 3.49
2024-02-07 10:43:53 +01:00
27ce322690
upgrade php-cs-fixer to 3.47.0
2024-01-22 12:14:39 +01:00
3c8e59e088
php cs fixes after updating php cs fixer
2024-01-10 10:31:25 +01:00
1098bafd3d
Replaced the deprecated 'self::$container->get' with 'self::getContainer()->get' using rector
...
This change is made to comply with the new Symfony standards and to avoid deprecation warnings for future versions. The update touches various functionalities, including retrieving EntityManagerInterface instance and various service classes within the test files.
2023-12-14 23:36:56 +01:00
da997badd9
Fix phpstan issues
2023-12-12 22:43:44 +01:00
179e3e92ed
Fix "filter aside activity by date"
2023-12-04 17:30:40 +01:00
6fd80f9f2e
[export] fix data type from form: either collection or array
2023-11-05 23:08:13 +01:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
304bf4258b
Remove usage of setParameters in various filters
2023-10-16 16:20:25 +02:00
68d28f3e28
Fix filtres and scopes to take into account job and scope when the refferrer is add to the accompanying period work
2023-10-16 11:52:03 +02:00
15e23087ed
cs-fixer, phpstan et rector
2023-10-04 09:45:15 +02:00
d6a1044585
just mark other uses with mainScope and userJob !!
2023-10-03 19:43:18 +02:00
6e48d036d7
[export] fix aside activity filters/aggregators: 'at' based on aside date
2023-10-03 19:42:06 +02:00
84ba626fb5
add missing form child in getFormDefaultData() + sort methods
...
try to resolve 2 last unit tests errors on ci (no errors in local)
2023-10-03 19:42:06 +02:00
eddcfc3921
cs-fixer
2023-10-03 19:42:06 +02:00
8c44e92079
[export] fix 2 job/scope filters aside activity
2023-10-03 19:40:23 +02:00
3aa10927d7
[export] fix 4 job/scope aggregators in activity and aside activity
2023-10-03 19:40:23 +02:00
bad302f512
Update template pathes to new syntax
2023-10-02 13:56:22 +02:00
65aa0a1588
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
2023-09-27 15:25:29 +02:00
754515f185
php cs fixes
2023-09-14 12:25:56 +02:00
b93a822299
Force again the kernel to shutdown before creating the client
2023-09-13 11:45:01 +02:00
fc7cfb1760
Ensure kernel shutdown between each test on AsideActivityControllerTest.php
2023-09-13 10:29:12 +02:00
2ce29f36ff
avoid creating client on already booted kernel
2023-09-12 16:19:06 +02:00
d2323e91ca
new cs rule: single_line_empty_body
...
Rule is added to the last version of php-cs-fixer
2023-09-12 15:58:59 +02:00
899ed5d0a4
Upgrade changes from master to last rector rules
2023-09-12 15:31:20 +02:00
9375d50112
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
...
# Conflicts:
# src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Export/ListAsideActivity.php
2023-09-12 15:21:15 +02:00
b6fe830f1e
use newer notation for declaring service
2023-09-07 13:08:55 +02:00
665f0b4ccb
Use PickUserLocationType instead of an EntityType
2023-09-07 13:08:55 +02:00
30fa57b999
remove unused comment on Version migration
2023-09-07 12:57:41 +02:00
bd4f3e38eb
run rector
2023-09-07 12:16:47 +02:00
75bca46b98
cs fixer
2023-09-07 12:16:47 +02:00
67ea62f33d
Feature: [export] add byLocation filter/aggregators in asideActivity exports
2023-09-07 12:16:46 +02:00
0e16ab4c18
Feature: add location in asideActivity pages (user currentLocation by default)
2023-09-07 12:16:45 +02:00
a68fef8547
Feature: migrate changes in Location attribute in Asideactivity Entity
2023-09-07 12:16:45 +02:00
6f11dffcbd
Remove deprecation linked to kernel shutdown
2023-08-31 18:36:37 +02:00
009a0326d9
Configure routes using annotation
2023-08-02 23:05:33 +02:00
f570fe92a5
apply rector rules
2023-07-28 02:40:02 +02:00
e45430f0c9
Merge branch 'rector/rules-up-to-php82' into rector/rules-symfony
2023-07-19 23:22:57 +02:00