Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-13Check style updateCarl Schwan
2021-10-05Merge pull request #27733 from PhrozenByte/enhancement/noid/IURLGenerator-lin...Julius Härtl
2021-09-29Prevent empty base URL during installationLouis Chemineau
2021-08-16Use IURLGenerator function to get value of `\OC::$WEBROOT` globalJonas Meurer
2021-08-05Fix UrlGeneratorTestDaniel Rudolf
2021-07-01Move UtilTest::testDefaultApps() to UrlGeneratorTestDaniel Rudolf
2021-06-30Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-10cache baseurl in url generatorRobin Appelman
2020-11-17Remove some IRouter methodsRoeland Jago Douma
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-19Properly inject IRouter into URLGenerator to properly encapsulate testsMorris Jobke
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-11-29fix generation of an url to an absolute ocs route when NC in subfolderArthur Schiwon
2018-11-20Allow empty strings in getAbsoluteURLJoas Schilling
2018-10-09Add function to generate urls for OCS routesRoeland Jago Douma
2018-02-27Fix check if theming defaults instance is availableMorris Jobke
2018-01-14Make the URLGenerator strictRoeland Jago Douma
2017-12-18Also replace all other occurencesMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-09-12Move theming related imagePath logic to ThemingDefaultsJulius Härtl
2017-07-12Prefer custom theme over theming appJulius Härtl
2017-06-16Add tests and inject IRequestJulius Härtl
2017-06-15Make cache and scss caching depend on the baseUrlJulius Härtl
2017-06-09Theme image for favicon-fb.pngLukas Reschke
2016-12-09Check if the theming app is loadedJulius Haertl
2016-11-21Do not trigger appconfig queries when we are not yet installedRoeland Jago Douma
2016-11-18Merge pull request #1602 from nextcloud/ignore-mod-envLukas Reschke
2016-11-18Check if dynamic icons can be usedJulius Haertl
2016-11-18Add cachebuster to faviconsJulius Haertl
2016-11-18Theming: Fix default parameters in icon routesJulius Haertl
2016-11-18Theming: Add favicon-touch and fix icon creation with non svg imagesJulius Haertl
2016-11-18Core: load favicon from theming appJulius Haertl
2016-11-17Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_envFelix Epp
2016-07-22Make sure we try to autoload the classJoas Schilling
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-07-15Use the themed Defaults everywhereJoas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-23Update imagePath to prefer theme, then app, then core imagesmmccarn
2016-04-29Move more from \OC to PSR-4Roeland Jago Douma