27ce322690
upgrade php-cs-fixer to 3.47.0
2024-01-22 12:14:39 +01:00
49aeda86d4
Merge branch '145-permettre-de-visualiser-les-documents-dans-libreoffice-en-utilisant-webdav' into testing-202401
2024-01-15 21:22:21 +01:00
cf1df462dc
optional parameter after the required one
2024-01-15 21:18:51 +01:00
dd62581226
Merge branch 'issue159_page_acceuil' into testing-202401
2024-01-15 21:02:50 +01:00
b369d94bc3
Append JSON_THROW_ON_ERROR on json_decode
2024-01-15 20:59:11 +01:00
f5879cf275
Apply new CS rules on the news-on-homepage feature
2024-01-15 20:57:51 +01:00
8cc5859a3b
Merge remote-tracking branch 'origin/master' into issue159_page_acceuil
2024-01-15 20:57:18 +01:00
e86954143b
Merge branch '145-permettre-de-visualiser-les-documents-dans-libreoffice-en-utilisant-webdav' into testing-202401
2024-01-15 20:47:38 +01:00
a0328b9d68
Apply new CS rules on the webdav feature
2024-01-15 20:38:03 +01:00
813a80d6f9
Dav: add UI to edit document
2024-01-15 20:22:14 +01:00
ab95bb157e
Dav: add some documentation on classes
2024-01-15 20:19:03 +01:00
18fd1dbc4a
Dav: Introduce access control inside de dav controller
2024-01-15 20:19:03 +01:00
a35f7656cb
Dav: refactor WebdavController
2024-01-15 20:19:03 +01:00
ff05f9f48a
Dav: implements JWT extraction from the URL, and add the access_token in dav urls
2024-01-15 20:19:02 +01:00
482c494034
Webdav: fully implements the controller and response
...
The controller is tested from real request scraped from apache mod_dav implementation. The requests were scraped using a wireshark-like tool. Those requests have been adapted to suit to our xml.
2024-01-15 20:19:02 +01:00
146f5ac80f
Merge branch '145-permettre-de-visualiser-les-documents-dans-libreoffice-en-utilisant-webdav' into testing-202401
2024-01-15 20:13:18 +01:00
5f74682cba
Merge branch 'issue159_page_acceuil' into testing-20301
2024-01-15 14:21:59 +01:00
adcf183469
Merge branch 'adjust_field_required_behaviour_in_forms' into 'master'
...
Adjust form for activity type presence field, setting placeholder to false
See merge request Chill-Projet/chill-bundles!643
2024-01-11 11:53:07 +00:00
2b903c4d6e
Use the correct id_seq to explicitly assign id to new row in accompanying period participation table
2024-01-11 11:55:03 +01:00
0b50cbfe4c
adjust form for activity type presence field, setting placeholder to false
2024-01-10 13:12:59 +01:00
e67c5d98ef
force pipeline to run again
2024-01-10 11:09:33 +01:00
3c8e59e088
php cs fixes after updating php cs fixer
2024-01-10 10:31:25 +01:00
4d72933edb
Add condition to household export queries to exclude accompanying periods that are in draft.
2023-12-20 10:46:29 +00:00
469e379166
php cs fixes
2023-12-18 17:05:18 +01:00
f103b228e4
Create test for the participationBetweenDatesFilter
2023-12-18 17:04:42 +01:00
d2a31de1be
Add a missing translation for the filter description
2023-12-18 17:04:16 +01:00
138a537d2b
Add changie
2023-12-18 15:51:52 +01:00
c06c861e17
Php cs fixes
2023-12-18 15:38:20 +01:00
49dbd09167
Change test into an integration test rather than unit test : extend KernelTestCase and get real services from the container.
2023-12-18 15:36:01 +01:00
726f71c8f1
Correct the NewsItemsApiController test : remove commented code and extend properly
2023-12-18 15:34:43 +01:00
044bab45ad
Fix query : was missing parenthesis.
2023-12-18 15:29:59 +01:00
f03ae2cabc
Fix doctrine annotation for dashboard config item
2023-12-18 14:29:17 +01:00
b9890d1302
Minor fixes
2023-12-18 10:33:30 +01:00
5b2a2a1bc5
Add WithParticipationBetweenDatesFilter to ChillPersonBundle
...
This update adds a new filter, WithParticipationBetweenDatesFilter, to the ChillPersonBundle. This filter helps to find persons who participated in any parcours between specified date ranges. Additionally, relevant French translations have been updated and the filter has been registered in the services configuration file.
2023-12-13 17:45:08 +01:00
0da12cdc2e
Merge branch '245-rewrite-test-relationship-api' into 'master'
...
Refactor RelationshipApiControllerTest to avoid failures
Closes #245
See merge request Chill-Projet/chill-bundles!635
2023-12-13 15:02:42 +00:00
2402050f5f
work on tests
2023-12-11 17:32:21 +01:00
2adb6105eb
Merge branch '246-do-not-show-confidential-in-list' into 'master'
...
Filter confidential courses from list of accompanying periods and related
Closes #246
See merge request Chill-Projet/chill-bundles!633
2023-12-11 16:22:38 +00:00
f02873c6e0
Refactor RelationshipApiControllerTest
...
The codebase has been improved by refining and optimizing the test methods in the RelationshipApiControllerTest class. The check for relations was also added to exclude persons without any relationship, this may exclude duplicate relations. This change should avoid errors on this test.
2023-12-08 11:07:14 +01:00
f7184ca7bb
Fix export for people created before 'createdAt' column introduction
...
This commit introduces a migration to fix the export for individuals who were created before the introduction of the 'createdAt' column. The 'startdate' column is now updated to match the individual's first activity date. This migration is irreversible. It's been added as a response to Issue #228
2023-12-07 23:22:48 +01:00
dab80a84d8
Merge branch '235-add-date-filter-course-by-activity' into 'master'
...
Add dates in the filter "filter course by activity type"
Closes #235
See merge request Chill-Projet/chill-bundles!632
2023-12-07 15:25:09 +00:00
68e00dc42f
Merge branch '234-fix-date-validation-aside-activity-filter-by-date' into 'master'
...
Fix "filter aside activity by date"
Closes #234
See merge request Chill-Projet/chill-bundles!631
2023-12-07 15:24:16 +00:00
5fae49821f
Merge branch '191-export-number-of-household-by-activities' into 'master'
...
Export: add export "number of household associated with an activity"
Closes #191
See merge request Chill-Projet/chill-bundles!629
2023-12-07 15:23:43 +00:00
0e599a99a7
Merge branch '233-fix-filter-by-evaluation-type' into 'master'
...
Fix filter evaluation by evaluation type
Closes #233
See merge request Chill-Projet/chill-bundles!628
2023-12-07 15:23:24 +00:00
f0605c6b08
Use dedicated FilterListAccompanyingPeriodHelper to filter confidential course in different lists
2023-12-07 16:18:37 +01:00
54606403b4
Refactor confidential filtering on list to let it usable by other lists
2023-12-07 15:13:54 +01:00
47d829d72d
Filter confidential courses from list of accompanying periods
2023-12-06 22:46:50 +01:00
b26b7a2706
Notification: avoid the comment's content to be null
2023-12-05 16:26:06 +00:00
fe54e51362
Add dates in the filter "filter course by activity type"
2023-12-04 18:17:00 +01:00
179e3e92ed
Fix "filter aside activity by date"
2023-12-04 17:30:40 +01:00
f424c5464f
Fix issues with new version of rector
2023-12-04 16:46:48 +01:00