Arnaud Bienvenu
Arnaud Bienvenu
No more repository instantiated in constructor of ClientManager and TokenManager. This avoids a database connection to be established for every request. Fixes issue https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/issues/422
Using this constraint with JsFormValidator v1.2.1 : ``` /** * @Assert\Regex( * pattern="/\d/", * match=false, * message="Your name cannot contain a number" * ) */ ``` The javascript error message...
Use case: propose events of different type (with different answers) to a given group. It would be nice to be able to "fork" a Poll: the participants and options are...
Some users would like a way to upload the list of participants, to ease new poll creation.