Pol Dellaiera
11c6f6d84a
Fix code-style.
2021-12-21 15:02:43 +01:00
Pol Dellaiera
ea839a4b52
fix: Add missing UUID doctrine type.
2021-12-21 14:54:37 +01:00
Pol Dellaiera
8401ce2656
cs: Fix code-style (using PHPCSFixer and PHPCS).
2021-12-21 10:59:23 +01:00
Pol Dellaiera
cd3be25c22
cs: Remove duplicated headers.
2021-11-30 13:54:58 +01:00
Pol Dellaiera
47c5855a21
cs: Switch to a stricter way of coding - this might break in a lot of places.
2021-11-30 13:33:18 +01:00
Pol Dellaiera
91d12c4a96
cs: Enable risky rule static_lambda
.
2021-11-30 11:43:34 +01:00
Pol Dellaiera
a9188355c5
cs: Enable more risky rules.
2021-11-30 11:37:57 +01:00
Pol Dellaiera
c8195e6df5
cs: Enable more risky rules.
2021-11-30 11:28:52 +01:00
Pol Dellaiera
3ea35682eb
cs: Second part - ignore test/app
subdirectory.
2021-11-23 14:34:34 +01:00
Pol Dellaiera
8f96a1121d
cs: Fix code style (safe rules only).
2021-11-23 14:08:50 +01:00
b217fb3c39
create option config for asking (or not) center in form
2021-11-15 13:15:31 +01:00
Pol Dellaiera
2eb30d2ae8
Fix issues reported by PHPStan.
2021-11-09 15:17:24 +01:00
Pol Dellaiera
9fc397f048
Fix PHPStan un-ignorable issues.
2021-11-09 13:51:25 +01:00
nobohan
c979de962e
fix conflict in CHANGELOG
2021-11-08 12:41:11 +01:00
nobohan
bddcdd7de2
person: add preferrred_choices for countries and languages
2021-11-08 10:42:12 +01:00
nobohan
8de78c7584
person: add prefered_choices for language (WIP)
2021-11-04 16:20:08 +01:00
nobohan
e52880bb53
location: filter location-type by active and availableForUsers
2021-11-03 16:16:51 +01:00
4da32dc5ca
fix filtering of new tasks
2021-10-28 01:05:36 +02:00
aea5e9b1d7
Merge remote-tracking branch 'origin/improve_location' into 106_tasks_to_parcours
2021-10-27 16:49:34 +02:00
965ea528e3
adaptations for acl with tasks
2021-10-26 18:05:06 +02:00
nobohan
e24fd8aff0
location admin: improve admin crud for location
2021-10-22 10:01:24 +02:00
nobohan
e9322e61d4
location admin: admin crud for location
2021-10-21 21:39:32 +02:00
nobohan
92843677f9
location admin: add admin crud for location type
2021-10-21 16:30:37 +02:00
ada9efc75d
filter list of locations on backend side (GET location endpoint)
2021-10-15 12:01:57 +02:00
e6845326d7
vue_activity location: add NewLocation fields, submit activity form with hidden field (+)
2021-10-15 09:09:47 +02:00
4d4662a634
adding endpoint for LocationType. fetch types and add form fields.
2021-10-13 19:31:48 +02:00
48f3c440a2
adding an API GET Location endpoint, fetch locations and list them in vue multiselect
2021-10-13 14:22:53 +02:00
315253589e
create api endpoint for duplciating address
2021-09-29 11:32:23 +02:00
430177f0c7
some finalisation for admin user
2021-09-24 10:35:34 +02:00
72b1916da8
continue CRUD user
2021-09-24 10:35:34 +02:00
b5c2dd7bd2
fix-admin and crudify user admin
2021-09-24 10:35:34 +02:00
e7928c222d
creating endpoint for scopes
2021-09-20 14:11:33 +02:00
ebb2f5d243
Add shortcut person <-> current address, and update api for
...
re-implements searching
* add geographic function ST_CONTAINS
* add a link between the current valid address and person, optimized on
database side;
* update PersonACLAwareRepository for re-using methods elsewhere.
2021-09-20 13:56:43 +02:00
f63d4fcfba
optimize query for person
2021-09-20 13:56:43 +02:00
9b38e486df
extends User entity + alter admin (WIP)
2021-09-20 13:56:43 +02:00
Pol Dellaiera
d208a79764
Add Doctrine extension.
2021-07-27 17:41:15 +02:00
aaa9a1ec7b
create user _index and _entity endpoint
2021-06-26 11:07:03 +02:00
3abfdbf6fd
first impl for create form
2021-06-18 19:41:58 +02:00
fd7c7388d9
fix prepending configuration of doctrine
2021-06-17 13:31:04 +02:00
ef55d2cf7f
create view for current address and apply on Person/Household normalizer
2021-06-17 13:21:55 +02:00
e68a5405a1
Merge branch 'master' into features/sql-vue-from-household-address-to-person
2021-06-15 22:53:21 +02:00
nobohan
1b709d39a4
addresses: enable POSTing Postal Code entities (back + front)
2021-06-11 14:33:22 +02:00
Pol Dellaiera
81e8a4562b
Remove obsolete repositories.yaml file.
2021-06-11 12:43:54 +02:00
nobohan
9375c2cf86
household address: patch address + add validFrom input
2021-06-08 21:14:09 +02:00
nobohan
f6d4d32ce4
fix conflict when merging
2021-06-03 15:11:09 +02:00
nobohan
65859f62f3
address selection: filter addresses based on cities
2021-05-25 15:05:52 +02:00
nobohan
4cc308c936
address selection: filter cities based on country
2021-05-25 15:05:52 +02:00
Pol Dellaiera
cb897cfef1
Move Doctrine DBAL configuration in the appropriate and already existing code section.
2021-05-25 08:05:18 +02:00
Pol Dellaiera
bafbc2dd74
Add Doctrine DBAL postgis configuration in the bundle.
...
This can now be removed totally from the user application.
2021-05-25 07:57:12 +02:00
0d6a339b53
Merge branch '_23_addresses_form_2' into 139_demandeur
2021-05-12 10:45:47 +02:00