summaryrefslogtreecommitdiffstats
path: root/core/Controller/NavigationController.php
Commit message (Collapse)AuthorAgeFilesLines
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-18/+2
| | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* 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>