summaryrefslogtreecommitdiffstats
path: root/lib/private/TemplateLayout.php
Commit message (Expand)AuthorAgeFilesLines
* Make sure that getConfig is still called for browsers that do not support CSPv3Julius Härtl2020-09-171-13/+15
* Provide config though initial state serviceJulius Härtl2020-04-231-1/+3
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-19/+14
* Use elseif instead of else ifChristoph Wurst2020-04-101-3/+3
* Remove trailing and in between spacesChristoph Wurst2020-04-091-12/+12
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix multiline commentsChristoph Wurst2020-04-081-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-6/+6
* Update license headersChristoph Wurst2019-12-051-2/+6
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
* Merge pull request #17674 from nextcloud/enh/do_not_show_footer_subRoeland Jago Douma2019-10-301-1/+9
|\
| * Do not show 'Get your own free account' on services under subscriptionRoeland Jago Douma2019-10-251-1/+9
* | Don't pass in the locale as the languageRoeland Jago Douma2019-10-251-2/+1
|/
* autoloader.php could raise Not AllowedExceptionGuillaume COMPAGNON2019-08-201-0/+2
* Fix "Undefined index: user_uid" on login pageJoas Schilling2019-02-221-4/+6
* Fix OC.getCurrentUser() on guest pagesJoas Schilling2019-02-191-0/+4
* Provide initial stateRoeland Jago Douma2019-01-291-0/+4
* SCSS cache buster is a combination of apps/theming/scc_varsRoeland Jago Douma2018-12-201-1/+8
* Remove outdated integrity warning on each pageMorris Jobke2018-11-121-6/+0
* Fallback to $lang if no $locale matchJohn Molakvoæ (skjnldsv)2018-09-131-1/+1
* Use user locale as default in the templateJohn Molakvoæ (skjnldsv)2018-09-101-2/+5
* Show link to simple sign up pageMorris Jobke2018-08-231-0/+1
* Design structure fixesJohn Molakvoæ (skjnldsv)2018-07-211-0/+4
* Enable SCSS for guest pagesDaniel Calviño Sánchez2018-07-131-1/+2
* fix use of findLocaleGeorg Ehrke2018-06-271-1/+1
* OC.getLocale() now returns Locale and no longer LanguageThomas Citharel2018-06-271-1/+2
* Use JSCombiner from server container when searching for JS filesJulius Härtl2018-03-071-7/+1
* Merge pull request #7363 from nextcloud/default-share-permsMorris Jobke2018-02-271-1/+2
|\
| * expose capabilities in jsBjoern Schiessle2018-02-271-1/+2
* | Enable renderAs public pageJulius Härtl2018-02-271-0/+4
|/
* Deprecate static methods and use Navigation managerJulius Härtl2018-02-121-2/+2
* Use proper lanugage in langauge codeRoeland Jago Douma2018-02-071-1/+3
* Load guest css on any guest and error pageJulius Härtl2018-02-021-1/+3
* Use correct L10N files for jsconfigRoeland Jago Douma2018-01-051-1/+1
* Invert app icons on IE11 as wellJulius Härtl2018-01-031-0/+9
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* Fix 500 on setup pageMorris Jobke2017-12-111-10/+15
* Fix syntax errorMorris Jobke2017-12-111-1/+1
* Fixed phpdoc and function typeJohn Molakvoæ (skjnldsv)2017-12-111-2/+8
* Fixed md5 generation and added fallback for scss requestsJohn Molakvoæ (skjnldsv)2017-12-111-6/+32
* Use apps versions to generate suffix when possibleJohn Molakvoæ (skjnldsv)2017-12-111-5/+14
* Update license headersMorris Jobke2017-11-061-1/+4
* Properly handle if the deps file if for some reason emptyMorris Jobke2017-07-191-1/+2
* Responsive app menuJulius Härtl2017-04-251-2/+0
* Use theming cachebuster for server resourcesJulius Härtl2017-04-251-1/+3
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-11/+4
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+2
* Register the app management in the normal wayJoas Schilling2017-03-261-6/+0