summaryrefslogtreecommitdiffstats
path: root/core/Controller/NavigationController.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix app navigation controller to return an arrayJulius Härtl2018-07-251-1/+2
| | | | | | This is required to not break compatibility with existing consumers of that endpoint like the apps management or the client Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Replace logout href to avoid new etag on every requestJulius Härtl2018-03-061-4/+19
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add ETag to NavigationControllerJulius Härtl2018-03-051-2/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Also rewrite icon urlJulius Härtl2018-02-121-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move to OCS endpointJulius Härtl2018-02-121-14/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Allow requesting absolute URLsJulius Härtl2018-02-121-5/+33
| | | | | | They might be useful when requesting the navigation from the clients Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add tests for NavigationControllerJulius Härtl2018-02-121-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add navigation endpointJulius Härtl2018-02-121-0/+59
Signed-off-by: Julius Härtl <jus@bitgrid.net>