aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/DeveloperController.php
Commit message (Collapse)AuthorAgeFilesLines
* Instead of selecting the whole data, just count itJeremy Benoist2016-09-031-2/+2
| | | | | | Instead of performing a complex select (to retrieve all data for entry, etc...) just select the counter and retrieve it. Down from ~50ms to ~30ms on the unread page (with 500 items)
* Added name on clientThomas Citharel2016-08-221-2/+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-7/+7
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Add missing developer pageJeremy Benoist2016-03-201-2/+2
|
* fix api properties and typoThomas Citharel2016-03-161-1/+1
|
* add refresh-token grant-typeThomas Citharel2016-03-131-1/+1
|
* Add translationsJeremy Benoist2016-03-051-2/+8
|
* Add listing clientsJeremy Benoist2016-03-051-3/+30
| | | | Rename route to be more consistive (ie: prefixed with developer_)
* 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
* Add password for authThomas Citharel2016-02-291-1/+1
|
* Enhance documentation and create a form to create a new clientNicolas Lœuillet2016-02-291-13/+25
|
* Added developer documentationNicolas Lœuillet2016-02-291-0/+17
|
* Fix #1597: first draft to create new client for the APINicolas Lœuillet2016-02-291-0/+38