aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller/NavigationController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-2/+2
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-261-6/+6
* fix(core): use OC namespace for core ReponseDefinitions instead of OCAJulien CHATY-CAPELLE2024-07-151-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-271-20/+2
* refactor(core): Switch to attribute based routingprovokateurin2024-02-211-0/+3
* fix: Support other schemes than HTTP and HTTPS in app navigationCôme Chilliet2024-02-061-1/+2
* fix: Revert external url support in icon as it’s not allowedCôme Chilliet2024-02-061-1/+1
* Allow application to pass external links in navigationCôme Chilliet2024-02-061-2/+2
* core: Add OpenAPI specjld31032023-07-131-0/+21
* Applies agreed-upon indentation convention to the changed controllers.Faraz Samapoor2023-06-161-4/+6
* Refactors controllers by using PHP8's constructor property promotion.Faraz Samapoor2023-06-161-6/+4
* Refactors "strpos" calls in /core to improve code readability.Faraz Samapoor2023-06-021-2/+2
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-18/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+1
* Update license headersChristoph Wurst2019-12-051-0/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Fix app navigation controller to return an arrayJulius Härtl2018-07-251-1/+2
* Replace logout href to avoid new etag on every requestJulius Härtl2018-03-061-4/+19
* Add ETag to NavigationControllerJulius Härtl2018-03-051-2/+16
* Also rewrite icon urlJulius Härtl2018-02-121-0/+3
* Move to OCS endpointJulius Härtl2018-02-121-14/+16
* Allow requesting absolute URLsJulius Härtl2018-02-121-5/+33
* Add tests for NavigationControllerJulius Härtl2018-02-121-2/+2
* Add navigation endpointJulius Härtl2018-02-121-0/+59