86 Commits

Author SHA1 Message Date
84f515d451
Merge remote-tracking branch 'origin/master' into upgrade-sf5 2024-05-28 14:16:01 +02:00
56d173046d
fix phpstan, cs, and rector rules 2024-05-28 12:54:56 +02:00
146e0090fb
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-05-23 17:00:42 +02:00
d5115b3718
upgrade rector and adapt list 2024-02-14 11:10:31 +01:00
825cd127d1
update php-cs-fixer and rector + fix rules 2024-01-09 13:50:45 +01:00
b64ac8fd20
Merge MR !636 into master: Merge async upload bundle into chill-bundles
See https://gitlab.com/Chill-Projet/chill-bundles/-/merge_requests/636

Merge remote-tracking branch 'origin/async-upload-merge' into upgrade-sf5
2023-12-12 16:18:49 +01:00
f9a2d7f2d5
Add symfony runtime to composer.json 2023-12-12 16:08:47 +01:00
ceaabfb034
Downgrade symfony bundle to ^5.4 (some were on 6.3)
composer: restrict missing bundle to symfony 5.4
2023-12-12 16:08:46 +01:00
16a5745df9
Update composer to symfony 5 (without config) 2023-12-12 16:08:45 +01:00
f131572344
Remove references to old async upload bundle 2023-12-12 15:55:14 +01:00
65aa0a1588
Merge remote-tracking branch 'origin/master' into rector/rules-symfony 2023-09-27 15:25:29 +02:00
044aac0a56
trust symfony/runtime to execute extensions 2023-09-26 17:24:22 +02:00
157cdf6dfc
update rector and adapt rules 2023-07-28 02:39:46 +02:00
7a5db59ac2
remove deprecated templating component 2023-07-22 23:09:00 +02:00
48cd8aaa9f
Rewrite bootstrap of bundle when executing tests 2023-07-20 16:33:43 +02:00
e45430f0c9
Merge branch 'rector/rules-up-to-php82' into rector/rules-symfony 2023-07-19 23:22:57 +02:00
1e8fec5cbd
move rector rules to a shareable namespace 2023-06-05 18:02:41 +02:00
fb1b28407a
publish namespace to every app using this package 2023-06-05 18:02:31 +02:00
02afcb30d4
[export][rector] first rector rule to add new method to filters 2023-06-04 01:11:38 +02:00
4ab4554e63
DX: embed test app inside bundle 2023-05-03 23:00:08 +02:00
722f053f06
Feature: Change accompanying period info step in a cronjob 2023-04-28 11:49:35 +02:00
cb1ea8c622
DX: [mailer] deprecate the chill mailer based on swift mailer 2023-04-19 12:23:15 +02:00
c5ec0e77ff
DX: bootstrap rector 2023-03-28 23:20:10 +02:00
aa41070a66
DX: add phpstan extension: deprecations and strict rules 2023-02-06 15:54:47 +01:00
a01cc23c14
deps: remove grumphp and drupol/convention to add our own config for dev
tools
2023-02-03 23:46:37 +01:00
344a65e99d
deploy: allow php 8.2 as version 2023-02-03 16:23:52 +01:00
99482edf0d
Fixed: remove the "preload" component, and do not preload the period's json
This didn't accelerated the loading of period's pages, and make the period's json loaded twice.
2023-01-19 23:21:28 +01:00
e542ebe531
Deps: add lexix jwt bundle for handling access token 2023-01-07 21:03:58 +01:00
77e4b1d4ff
Fixed: use the new native implementation of putFile to handle last-modified-timestamp correctly 2023-01-07 20:53:03 +01:00
1fad0f88a4
Deps: fix version of some deps 2022-12-30 00:14:15 +01:00
20b70f9eed fix typing and package deps to satisfy DI compilation 2022-07-03 21:31:57 +02:00
809a0a38ab Merge branch 'master' into calendar/my-calendar-fixes-with-ts 2022-06-28 10:33:00 +02:00
03bc94178f re-implements document lock manager for wopi 2022-06-27 22:44:10 +02:00
5a5958704b Merge remote-tracking branch 'origin/master' into calendar/my-calendar-fixes-with-ts 2022-06-21 17:28:21 +02:00
10095343ec handle lastUpdateTime for Wopi implementation
* get the last updated time from the stored object's storage
* improve perf on loading content from stored object's storage: keep the
response in cache
2022-06-20 21:22:02 +02:00
ec536871aa Merge remote-tracking branch 'origin/master' into calendar/synchro-msgraph 2022-05-28 00:30:02 +02:00
b9c1dbd8c1 require weblink 2022-05-27 23:27:22 +02:00
e895da31d7 wip: synchro of calendar range 2022-05-12 12:49:32 +02:00
a7ec843509 remote calendar: authenticate to ms graph api 2022-05-12 12:49:32 +02:00
Pol Dellaiera
325ab0daf3
chore: Update composer.json files. 2022-03-15 09:40:32 +01:00
Pol Dellaiera
4822acb6fb
fix: Use odolbeau/phone-number-bundle for formatting phone number type fields.
There is no need to use the bundle, we could have used the library instead. However, this idea is to switch to that bundle at some point.
2022-02-28 15:00:55 +01:00
Pol Dellaiera
2d574fea2e
chore: Remove duplicate entries from composer.json and normalize it. 2022-01-25 11:29:59 +01:00
e437705714 composer deps symfony/mime, change version 2022-01-11 10:29:00 +01:00
46ca74fc70 Merge branch 'master' into notification/completion 2022-01-10 16:11:06 +01:00
efc3e3915b Docgen/action add missing goals 2022-01-10 09:35:26 +00:00
1e0c62b09d Merge branch 'master' into notification/completion 2022-01-05 11:15:49 +01:00
40a457ba69 notificaiton: add mailer component 2022-01-04 22:41:17 +01:00
Pol Dellaiera
c7d00ca937
chore: Optimize composer.json. 2022-01-04 14:41:52 +01:00
Pol Dellaiera
72a15bb823
chore: Update composer.json. 2022-01-04 11:15:13 +01:00
bd3919efcb notification: store users which are unread instead of read, and in
dedicated table

The query "which are the unread notification" is much more frequent than
the read one. We then store the unread items in a dedicated table.
2021-12-26 01:00:50 +01:00