summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/template/functions.php
Commit message (Expand)AuthorAgeFilesLines
* fix: Correctly add `module` content type to script tags when scripts with ver...Ferdinand Thiessen2023-07-231-1/+2
* feat(OC/Template): Add `type="module"` for ES6 scriptsFerdinand Thiessen2023-02-221-5/+11
* Add deprecation notice to script & addScript funcLouis Chemineau2022-01-271-1/+2
* Deprecate script functionLouis Chemineau2022-01-081-0/+1
* Split common vendor chunkJohn Molakvoæ (skjnldsv)2022-01-081-3/+10
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-5/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-12/+12
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-16/+16
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-091-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-7/+7
* Fix multiline commentsChristoph Wurst2020-04-081-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-5/+5
* Update license headersChristoph Wurst2019-12-051-2/+2
* Move public preview endpoint overRoeland Jago Douma2018-06-201-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-061-1/+2
* Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
* Replace wrong PHPDocsLukas Reschke2017-08-011-3/+2
* Fix template functionsLukas Reschke2017-08-011-3/+5
* Optimize performance / Load CSS and JS in parallel on firefoxMichael Letzgus2017-06-241-3/+3
* Streamline templates, more DRYMichael Letzgus2017-05-251-1/+31
* Make page loading faster by deferred script loading:Michael Letzgus2017-05-201-0/+37
* Fix preview URLsJoas Schilling2016-11-081-2/+2
* Fix othersJoas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-2/+1
* Move functions.php to legacyRoeland Jago Douma2016-05-131-0/+265