aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/OC_Template.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-5/+5
* refactor(OC_Template): Remove deprecated ILoggerFerdinand Thiessen2024-09-191-8/+9
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* feat: Provide CSP nonce as `<meta>` elementFerdinand Thiessen2024-08-131-1/+8
* chore: Add SPDX headerAndy Scherzinger2024-05-241-37/+4
* feat(exception-template): allow to link to specific documentation for how to ...Simon L.2024-05-141-0/+2
* feat: theme error pageRichard Steinmetz2024-02-241-9/+36
* feat: Print early exceptions in debug mode instead of plain error pagesJulius Härtl2024-02-231-11/+19
* add separate event for rendering login page templateRobin Appelman2023-08-171-1/+0
* move core script loading from static template to event listenerRobin Appelman2023-08-171-39/+0
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-2/+0
* Migrate to static icons coloursJohn Molakvoæ2022-05-101-1/+0
* Start theming providersJoas Schilling2022-04-211-1/+1
* Move backgroundjob script after main core scriptsJohn Molakvoæ (skjnldsv)2022-01-081-8/+12
* Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-081-5/+9
* Move bundles to /distJohn Molakvoæ (skjnldsv)2022-01-081-5/+5
* Remove files_iedavclientJohn Molakvoæ (skjnldsv)2021-11-301-5/+0
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Do not include non-required scripts on the upgrade pageJulius Härtl2020-12-151-1/+1
* Show the full trace of an exceptionChristoph Wurst2020-11-101-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Fix the return type of OC_Template->fetchPage() to be string onlyMorris Jobke2020-08-191-1/+1
* Remove outdated legacy search scriptsJohn Molakvoæ (skjnldsv)2020-08-041-3/+0
* Add constants for the magic strings of template renderingJoas Schilling2020-07-161-2/+3
* Fix the loading order of the js files_info and files_clientRoeland Jago Douma2020-05-291-2/+2
* Move core/js/files to webpackRoeland Jago Douma2020-05-221-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-10/+9
* Remove trailing and in between spacesChristoph Wurst2020-04-091-16/+16
* Remove spaces after method or function callChristoph Wurst2020-04-091-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-6/+6
* Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-071-0/+361