6ca35d5a18
requestor adapted to use PersonRenderBox or ThirdPartyRenderBox
2021-08-19 14:47:41 +02:00
6253927e2e
Merge branch 'ameliorations_composants_vue' into improve_ux
2021-08-19 14:31:20 +02:00
Pol Dellaiera
4f39676e97
Remove obsolete OpenStack and Configuration stuff.
2021-08-19 14:24:40 +02:00
Pol Dellaiera
84a460c4e7
Remove obsolete file.
2021-08-19 14:18:24 +02:00
Pol Dellaiera
494573e5b4
Remove obsolete controller.
2021-08-19 14:18:24 +02:00
Pol Dellaiera
c16fc77d01
fix: Fix service naming, remove the suffix.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
282539ae6b
fix: Add wiring for UserProviderInterface.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
50f1d3cd10
fix: Add UserProviderInterface dependency.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
4e04714a42
fix: Add wiring for UserProviderInterface.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
8992b99d56
fix: Add user data.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
62536ab2ff
fix: Format date properly.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
b189726380
fix: Fix mimeType detection/discovery.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
a63c26482e
fix: Fix mimeType detection/discovery.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
c208797daf
fix: Update StoredObject entity.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
0366d0cb17
fix: Add exceptions.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
2b7fa630fc
refactor: Add nyholm/psr7.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
a41b959fbd
refactor: Fix TempUrlGeneratorInterface wiring.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
e4d9129af2
refactor: Add TempUrlGeneratorInterface wiring.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
72fc6e05cc
refactor: Add WopiInterface wiring.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
47a2af6f19
Update composer.json.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
1bd01aefae
refactor: Update ChillWopiBundle - Work in progress.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
c6b6fa5bf6
refactor: Update ChillDocStoreBundle - Add StoredObject repository.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
36d582c8ab
Update configuration.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
df544bdfa4
update
2021-08-19 14:17:54 +02:00
Pol Dellaiera
12e17fac82
debug
2021-08-19 14:17:54 +02:00
Pol Dellaiera
b2d84a7677
Update.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
ebb679dbbb
Update services.php.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
61bb595bba
Update Test controller.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
c7aafc6730
Update services.php
2021-08-19 14:17:54 +02:00
Pol Dellaiera
24b675ce97
Fix path to services.php.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
3c888238c5
Fix services file.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
1bd00535ce
Update services for controllers.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
d616e00660
Add test routes and controller.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
5d5ad9e4f7
Fix OpenStack service.
2021-08-19 14:17:54 +02:00
Pol Dellaiera
28af73db19
Fix typo.
2021-08-19 14:17:53 +02:00
0f87d77896
Merge branch 102_activites_annexes into 'improve_ux'
2021-08-19 14:08:23 +02:00
8b50e5bd62
comment TODO
2021-08-19 12:41:38 +02:00
f490fdd37c
batch remove 'Bravo'
2021-08-19 12:41:38 +02:00
7ffdf4cb1f
render_box person and thirdparty: fix bug customOptions with 'replace'
2021-08-19 12:41:38 +02:00
801e897a38
Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles
2021-08-19 12:40:05 +02:00
21db8674e7
thirdparty: replace macro address by render_box
2021-08-19 12:38:07 +02:00
de7322464b
deathdate fix in personrenderbox, in case there is a deathdate
2021-08-19 12:32:26 +02:00
90cfcd0569
ThirdPartyRenderBox created and old view replaced
2021-08-19 12:31:38 +02:00
4a0ffd2cba
flex-table taken out of for-loop
2021-08-19 12:29:08 +02:00
3e9d96368d
style added to create space between streetname and city + margin of flex-table fixed
2021-08-19 12:26:00 +02:00
227d627ad5
Merge branch 110_extend_thirdparty into 'master'
2021-08-19 12:19:00 +02:00
c7a2bbfc1d
remove dump debug
2021-08-19 12:17:16 +02:00
Marc Ducobu
d8ca9cf082
Api point for docgen templates
2021-08-19 11:15:20 +02:00
nobohan
0457ee2b8d
rdv: add my calendar + checkbox
2021-08-19 10:52:47 +02:00
bab06796f1
improve editing of evaluation
...
- an evaluation type can be repeated multiple times on the same action;
- in vue, evaluation are listed by key, not id,
- adding an evaluation make appears directly in "edit" mode;
- ...
2021-08-19 10:14:10 +02:00