aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/ClientType.php
Commit message (Collapse)AuthorAgeFilesLines
* Ensure access_token are removedJeremy Benoist2016-10-081-46/+0
| | | | | | | | When we remove the client, we should ensure that access_token are also removed. To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error. Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)
* Added name on clientThomas Citharel2016-08-221-1/+3
| | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
* Convert array + phpDocJeremy Benoist2016-04-121-5/+5
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Add missing developer pageJeremy Benoist2016-03-201-2/+2
|
* Add translationsJeremy Benoist2016-03-051-2/+2
|
* Cleanup formJeremy Benoist2016-03-051-1/+1
| | | | | | | - Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !) - Fix HTML syntax in client_parameters - Add developer link in baggy menu - Fix space between link in material footer
* Enhance documentation and create a form to create a new clientNicolas Lœuillet2016-02-291-0/+44