128 Commits

Author SHA1 Message Date
nobohan
f9723e587f fix Export: arguments definition in services 2020-07-23 15:25:01 +02:00
0db13ef9bb fix sf4 deprecated: set paginator as public service 2020-07-23 14:48:51 +02:00
de177e5764 fix sf4 deprecated using get() method for private container 2020-07-16 16:16:21 +02:00
b03fc3558e deprecated, new syntax service definition (export_manager) 2020-07-15 18:09:53 +02:00
fd9511e745 add homeless to addresses 2020-05-01 15:49:18 +02:00
83b1b19f40 move activity.scss to own bundle + create namespace for sass 2020-04-21 14:45:34 +02:00
13e81b3b49 [crud] clean and add documentation 2020-03-12 22:31:21 +01:00
ad3ced9683 use Menu api for handling menu 2020-03-12 12:14:38 +01:00
dbec09d937 tabs feature, testing context 2019-12-12 11:58:02 +01:00
199930d23a [wip] add actions to crud 2019-12-11 16:08:34 +01:00
92c8fe5b0d create api for adding a render entity function 2019-12-05 22:55:18 +01:00
547439d9ef Merge branch 'master' into CRUD-init 2019-12-04 21:50:21 +01:00
4575812a3b Initialize a CRUD for entities 2019-11-19 09:32:33 +01:00
241815e687 add function to format phonenumber using twilio (if configured) 2019-10-30 22:56:53 +01:00
b3d9954c15 make redirection to home page temporarily
Some users experienced 403 error when they switched from an admin
account to a non-admin account, due to the browser cache containing a
redirection.
2019-10-23 11:52:16 +02:00
45a5583ab8 adding twig helper for routing and more 2019-05-02 23:11:09 +02:00
d915239a24 add option 'null_if_empty' on AddressType 2019-04-02 12:03:39 +02:00
f937e9d12c adding formatter for list in spreadsheet (ods, xlsx) 2018-11-07 13:23:11 +01:00
62ee90f671 add repository for center 2018-10-19 14:27:46 +02:00
b9a7314975 add flags to permissions groups
Flags can be added to permissions group to store some metadata.

An interface `PermissionsGroupFlagProvider` allow to add some flag to the form which create/
edit permissions groups.
2018-09-07 16:24:36 +02:00
04bdaa308a script to send batch password recover code 2018-08-31 17:04:45 +02:00
e00ef510f7 add tag aware cache service 2018-08-29 16:13:43 +02:00
1826c63251 allow json in search response and abstract interactive loading from select2 2018-08-27 13:14:15 +02:00
45946082ea use kernel.secret for generating password 2018-08-20 21:48:10 +02:00
af5375fc38 Adding phonenumber validation constraint 2018-08-20 21:33:01 +02:00
900a384597 script import utilisateurs 2018-08-20 11:26:30 +02:00
480655f31b implements security on recovering password and redis connector 2018-08-17 17:54:17 +02:00
1fd6a4ed2c allow users to recover password 2018-08-17 13:32:08 +02:00
5b1ba71a8a require actual password for change + insert link in menu 2018-08-16 13:41:32 +02:00
af803cc87d Merge branch 'upgrade-sf3' into edit-user-password 2018-08-16 11:31:07 +02:00
4f9626e65f Build section menu using knp menu builder 2018-07-17 16:49:45 +02:00
25d00877ae add email to user and allow to connect through email or username 2018-07-10 12:53:44 +02:00
6ab86ac4fd move security services to dedicated file 2018-07-08 16:56:49 +02:00
26a4d80ce6 load postal codes dynamically 2018-07-05 14:51:40 +02:00
0c4a27e759 improve menucomposer to handle parameters and translation in old api 2018-06-07 21:51:13 +02:00
13dbaa0b78 improve userPicker: delegate query to authorization helper 2018-06-05 09:45:22 +02:00
a7871ecbdb adding alias for services 2018-05-17 21:11:45 +02:00
4cac0ea56f fix missingfile 2018-05-14 14:15:53 +02:00
be7949809b add a menu builder for user menu 2018-05-14 14:14:02 +02:00
d684851f36 add alias for AuthorizationHelper 2018-05-08 10:06:58 +02:00
da821f5099 enable fixtures with sf3 2018-05-04 22:49:04 +02:00
395787f1bb integration of knp menu bundle 2018-04-30 17:42:24 +02:00
9b4bf04c9c add notification counter in user menu 2018-04-27 22:22:21 +02:00
93be3de45f adding alias for pagination 2018-04-27 10:15:53 +02:00
nobohan
8c4ddd8342 fix deprecation error on constraint 2018-04-23 16:56:19 +02:00
190e2f48b3 introducer UserCircleConsistency validator
This validator allow to check that the entity is consistent between user
associated with the entity, and the scope.

The entity is consistent if the user associated can reach the scope for the
ROLE "SEE/SHOW".

This is a Constraint with scope Class. Example of utilisation:

```
@UserCircleConsistency(
 *  "CHILL_TASK_TASK_SEE",
 *  getUserFunction="getAssignee",
 *  path="circle"
 * )
class MyEntity {

  // ...

  public function getAssignee() {
    // return user
  }
}
```
2018-04-16 17:20:34 +02:00
f5039cc36f add UserPickerType 2018-04-16 12:03:47 +02:00
nobohan
f7502b4e9e add a page for modifying password for user 2018-04-10 16:19:35 +02:00
29e3c74bd7 advanced search (bis)
Ce commit contient des modifications qui sont peut-être dans un autre commit d'une
autre branche.
2018-04-04 09:46:30 +02:00
ffd2ee6f69 add advanced search 2017-08-22 22:32:58 +02:00