66 Commits

Author SHA1 Message Date
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
Pol Dellaiera
01ef9617d6
chore: Require symfony/serializer ^5.3 because we are using Serialization contexts. 2021-12-21 12:23:10 +01:00
Pol Dellaiera
beeb69c70d
chore: Update composer.json
Restrict to PHP 7.4.
Fix versions of packages using branches.
2021-12-21 11:15:19 +01:00
Pol Dellaiera
b7360955f7
chore: Relax dependencies for faster composer install. 2021-12-21 10:52:14 +01:00
Pol Dellaiera
4d9c643977
test: Add psalm checks. 2021-12-21 09:59:20 +01:00
9d0e1a82e7 add deps to base64 2021-12-01 15:41:59 +01:00
Pol Dellaiera
e209e5c186
chore: Remove PHPStan dependency - added by drupol/php-conventions. 2021-11-23 15:32:15 +01:00
Pol Dellaiera
149d7ce991
chore: Add/update static files. 2021-11-23 14:05:45 +01:00
d0bf47e0d5 Bootstrap encoder for documents 2021-11-22 09:05:15 +00:00
Pol Dellaiera
6a9e133256
Add phpstan/extension-installer. 2021-11-09 13:39:24 +01:00
Pol Dellaiera
774b5b69d9
Enable phpstan/phpstan-strict-rules. 2021-11-09 13:35:44 +01:00
Pol Dellaiera
e2ab3bfc6e Add PHPStan project with level 1. 2021-11-09 11:31:20 +00:00
Pol Dellaiera
e43ae56e73 Update root composer.json. 2021-09-28 17:39:23 +02:00
7df923c669 fix vendor dir in composer.json 2021-09-22 12:28:35 +02:00
Pol Dellaiera
fe533bc716 chore: Normalize composer.json file. 2021-09-14 15:07:23 +02:00
Pol Dellaiera
6c47ce53e7 chore: Remove duplicated entry from composer.json. 2021-09-14 15:06:22 +02:00
8295788d7f Merge branch 'feature/add-ChillWopiBundle' 2021-08-19 21:34:01 +02:00
Pol Dellaiera
2b7fa630fc refactor: Add nyholm/psr7. 2021-08-19 14:17:54 +02:00
Pol Dellaiera
47a2af6f19 Update composer.json. 2021-08-19 14:17:54 +02:00
nobohan
3e7a9522b6 init Calendar bundle 2021-08-18 21:09:06 +02:00
65e72b05c5 Merge branch 'master' into 102_activites_annexes 2021-08-17 13:16:01 +02:00