aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/URLGenerator.php
Commit message (Expand)AuthorAgeFilesLines
* fix(setup-checks): Ensure URL with webroot worksFerdinand Thiessen2024-09-131-2/+2
* fix(URLGenerator): Use NavigationManager to generate default page URLprovokateurin2024-09-091-6/+19
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-35/+3
* Merge branch 'master' into refactor/OC-Server-getThemingDefaultsJohn Molakvoæ2024-02-231-8/+17
|\
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-4/+4
| * fix: Fix linkToOCSRouteAbsolute() without index.php and subfolderJoas Schilling2023-11-201-3/+12
| * Refactor "substr" calls to improve code readabilityHamid Dehnavi2023-07-071-1/+1
* | Refactor `OC\Server::getThemingDefaults`Andrew Summers2023-08-291-2/+2
|/
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-3/+3
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-4/+4
* Add label for logo linkChristopher Ng2023-03-291-17/+1
* app_path cannot be emptyArthur Schiwon2022-08-241-1/+1
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-7/+28
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Check style updateCarl Schwan2022-01-131-1/+1
* Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl2021-10-051-0/+49
|\
| * Fix UrlGeneratorTestDaniel Rudolf2021-08-051-7/+2
| * Move UtilTest::testDefaultApps() to UrlGeneratorTestDaniel Rudolf2021-07-011-4/+11
| * Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-0/+47
* | Prevent empty base URL during installationLouis Chemineau2021-09-291-1/+2
* | Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer2021-08-161-0/+7
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* cache baseurl in url generatorRobin Appelman2021-03-101-1/+6
* Remove some IRouter methodsRoeland Jago Douma2020-11-171-3/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-11/+11
* Properly inject IRouter into URLGenerator to properly encapsulate testsMorris Jobke2020-08-191-9/+8
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-42/+45
* 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