summaryrefslogtreecommitdiffstats
path: root/lib/private/Template
Commit message (Expand)AuthorAgeFilesLines
* Separate settings for remote share expirationVincent Petry2021-04-151-0/+10
* Fix types in the Group ManagerRoeland Jago Douma2021-03-031-2/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-3/+3
* Merge pull request #25073 from nextcloud/psalm/24521/remove-unneeded-castsMorris Jobke2021-01-111-45/+45
|\
| * Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-45/+45
* | Bump scssphp/scssphp from 1.0.3 to 1.4.0Christoph Wurst2021-01-111-8/+5
|/
* Set the JSCombiner cache if neededRoeland Jago Douma2021-01-061-0/+6
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-1/+1
* use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-151-2/+3
* Fix the config key on the sharing expire checkboxChristoph Wurst2020-11-241-1/+1
* Show the full trace of an exceptionChristoph Wurst2020-11-101-1/+2
* Avoid SCSS compilation if not neededRoeland Jago Douma2020-11-061-3/+13
* Merge pull request #23478 from nextcloud/fix/21059/fix-deadlock-in-scsscacherMorris Jobke2020-10-161-1/+7
|\
| * Clear cached app config while waiting for the SCSSCache to finish processing ...Morris Jobke2020-10-161-1/+7
* | SCSSCacher - Lock should not be removedMorris Jobke2020-10-161-1/+0
|/
* Provide log statements for SCSS cacheMorris Jobke2020-10-161-10/+25
* Format code to a single space around binary operatorsChristoph Wurst2020-10-055-20/+20
* Use the correct root to determinate the webroot for the resourceJoas Schilling2020-09-021-2/+2
* Give up after 10 seconds in SCSS timeoutRoeland Jago Douma2020-06-191-1/+1
* Move to @nextcloud/capabilities packageRoeland Jago Douma2020-05-291-1/+0
* Provide capabilities via initialstateRoeland Jago Douma2020-05-181-0/+1
* Update license headers for 19Christoph Wurst2020-04-294-1/+3
* Provide config though initial state serviceJulius Härtl2020-04-231-23/+34
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-27/+18
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* Remove trailing and in between spacesChristoph Wurst2020-04-091-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-5/+5
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-315-0/+5
* Use the short array syntax, everywhereChristoph Wurst2020-03-265-7/+7
* Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
* Migrate leafo/scssphp to scssphp/scssphpChristoph Wurst2020-01-231-6/+5
* Update license headersChristoph Wurst2019-12-0510-12/+26
* Expose internal expiration dates to JSRoeland Jago Douma2019-11-271-1/+11
* Some php-cs fixesRoeland Jago Douma2019-11-224-5/+7
* Make sure the cache is only reset once at a timeJulius Härtl2019-10-151-1/+5
* Use a distributed cache for the isCachedCacheJulius Härtl2019-10-151-1/+1
* Lock SCSS so we only run 1 job at a timeRoeland Jago Douma2019-07-122-18/+77
* Fall back to black for non-color valuesJoas Schilling2019-06-201-0/+5
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-1/+1
* Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capa...Christoph Wurst2019-05-131-1/+1
* Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-071-1/+1
* Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-061-1/+1
* Move oc_debug to the bundleChristoph Wurst2019-05-061-1/+1
* Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-031-1/+1
* Move oc_config to the bundleChristoph Wurst2019-05-021-1/+1
* Remove spaming debug logsJoas Schilling2019-03-151-1/+0
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-1/+0
* Fix colorizeSvg with transformations that contain a comma (,)Joas Schilling2019-01-171-1/+1
* more caching for themingRobin Appelman2018-12-071-2/+13
* Do not fail if the icon file doesn't existsJulius Härtl2018-11-121-2/+2