aboutsummaryrefslogtreecommitdiffstats
path: root/settings/ajax/navigationdetect.php
Commit message (Collapse)AuthorAgeFilesLines
* Use new navigation endpoint and get rid of the legacy navigationdetect ajaxJulius Härtl2018-04-101-28/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-221-2/+2
| | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Deprecate static methods and use Navigation managerJulius Härtl2018-02-121-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-2/+1
|
* Get sorted navigation listRobin McCorkell2015-09-061-1/+1
|
* Rebuild app navigation in JSRobin McCorkell2015-09-051-10/+2
| | | | | | Retrieve all app navigations to prevent reloading appinfo/app.php and causing an error when the app isn't fully loaded. The addition/deletion logic has been moved to JS, simplifying a lot of code.
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Update license headersJenkins for ownCloud2015-03-261-1/+22
|
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+21
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-1/+1
| | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* Merge pull request #1546 from owncloud/fix-loading-hooksThomas Müller2013-02-091-4/+1
|\ | | | | Fix loading hooks when going though the routing system
| * Better way of getting the navigation entries for an appBart Visscher2013-02-081-4/+1
| |
* | Remove invalid characters from app id to prevent loading of invalid resourcesBart Visscher2013-02-091-0/+1
|/
* Move and fix app setting navigation detectBart Visscher2012-10-291-0/+18