4ed50979bd
Merge remote-tracking branch 'origin/issue159_page_acceuil' into testing-202401
2024-02-19 11:30:42 +01:00
85b91250fb
correct newsItemControllerTest
2024-02-07 11:58:56 +01:00
8f2409fc06
remove error causing line from phpunit.xml file
2024-02-07 11:58:36 +01:00
ea47d9ff09
php cs fixer with latest version
2024-02-07 10:12:13 +01:00
81e46f2b52
Remove blockquote styling
2024-02-01 16:22:11 +01:00
f4bbb1950b
Change styling date
2024-02-01 16:21:49 +01:00
fd48d45872
Improve styling of actualités
2024-01-31 18:38:09 +01:00
92aa9af052
Fix truncating logic to take into account bulletpoints and text written on separate lines
2024-01-30 18:46:30 +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
81eafde216
Update package.json for improved dependency management
...
This commit organizes dependencies listed in the package.json file for better manageability. It properly positions the recently added "@types/dompurify", "dompurify", and "marked" packages. This spatial reordering does not affect the functionality but provides clearer visual comprehension.
2024-01-15 20:15:11 +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
fdfc3fb7ec
Update changelog and master release version
2.15.2
2024-01-11 16:17:04 +01:00
aee245cd04
raise the expire term for artifacts in the gitlab pipeline
2024-01-11 13:42:02 +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
86bf5eba4f
Merge branch 'fix_duplicate_acp_participation_handler' into 'master'
...
Use the correct id_seq to explicitly assign id to new row in accompanying...
See merge request Chill-Projet/chill-bundles!644
2024-01-11 11:48:41 +00:00
db130ef9df
add changie
2024-01-11 11:59:21 +01: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
2c6b5dfee1
Add changie
2024-01-10 13:20:38 +01:00
0b50cbfe4c
adjust form for activity type presence field, setting placeholder to false
2024-01-10 13:12:59 +01:00
3a6a125bb1
Merge branch 'test_branch' into 'master'
...
Apply code styling according to new rules php-cs-fixer
See merge request Chill-Projet/chill-bundles!642
2024-01-10 11:22:13 +00: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
60ede58af0
Update chill-bundles version
2.15.1
2023-12-20 11:49:38 +01:00
afb79141f0
Merge branch 'fix_household_export' into 'master'
...
Fix household export
See merge request Chill-Projet/chill-bundles!640
2023-12-20 10:46:30 +00:00
4d72933edb
Add condition to household export queries to exclude accompanying periods that are in draft.
2023-12-20 10:46:29 +00: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
f03ae2cabc
Fix doctrine annotation for dashboard config item
2023-12-18 14:29:17 +01:00
3a080ebebe
Silence deprecation warning in tests, log them
2023-12-18 14:28:57 +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
d1ce99e6d3
Merge branch '167build_the_docs' into 'master'
...
DX: re-instate the build of documentation on read-the-docs
See merge request Chill-Projet/chill-bundles!638
2023-12-13 08:39:56 +00:00
juminet
0ad27328c9
DX: re-instate the build of documentation on read-the-docs
2023-12-13 08:39:56 +00:00
2402050f5f
work on tests
2023-12-11 17:32:21 +01:00
91e6b035bd
release 2.15.0
2.15.0
2023-12-11 17:23:47 +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
33d187f329
Merge branch '228-fix-export-activity-from-v1' into 'master'
...
Fix export for people created before 'createdAt' column introduction
Closes #228
See merge request Chill-Projet/chill-bundles!634
2023-12-11 16:22:12 +00:00