summaryrefslogtreecommitdiffstats
path: root/lib/private/URLGenerator.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-7/+6
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Update license headersChristoph Wurst2019-12-051-3/+6
* fix generation of an url to an absolute ocs route when NC in subfolderArthur Schiwon2019-11-291-2/+3
* Allow empty strings in getAbsoluteURLJoas Schilling2018-11-201-2/+2
* Add function to generate urls for OCS routesRoeland Jago Douma2018-10-091-0/+13
* Fix check if theming defaults instance is availableMorris Jobke2018-02-271-1/+5
* Make the URLGenerator strictRoeland Jago Douma2018-01-141-19/+17
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* Update license headersMorris Jobke2017-11-061-1/+3
* Move theming related imagePath logic to ThemingDefaultsJulius Härtl2017-09-121-8/+7
* Prefer custom theme over theming appJulius Härtl2017-07-121-13/+9
* Add tests and inject IRequestJulius Härtl2017-06-161-3/+9
* Make cache and scss caching depend on the baseUrlJulius Härtl2017-06-151-7/+13
* Theme image for favicon-fb.pngLukas Reschke2017-06-091-4/+8
* Check if the theming app is loadedJulius Haertl2016-12-091-1/+1
* Do not trigger appconfig queries when we are not yet installedRoeland Jago Douma2016-11-211-2/+3
* Merge pull request #1602 from nextcloud/ignore-mod-envLukas Reschke2016-11-181-1/+2
|\
| * Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp2016-11-161-1/+2
* | Check if dynamic icons can be usedJulius Haertl2016-11-181-2/+2
* | Add cachebuster to faviconsJulius Haertl2016-11-181-2/+4
* | Theming: Fix default parameters in icon routesJulius Haertl2016-11-181-0/+2
* | Theming: Add favicon-touch and fix icon creation with non svg imagesJulius Haertl2016-11-181-1/+3
* | Core: load favicon from theming appJulius Haertl2016-11-181-1/+3
|/
* Make sure we try to autoload the classJoas Schilling2016-07-221-1/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Use the themed Defaults everywhereJoas Schilling2016-07-151-2/+2
* Update license headersLukas Reschke2016-05-261-1/+2
* Update imagePath to prefer theme, then app, then core imagesmmccarn2016-05-231-10/+13
* Move more from \OC to PSR-4Roeland Jago Douma2016-04-291-0/+224