summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/template.php
Commit message (Collapse)AuthorAgeFilesLines
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-5/+4
|
* Remove asset pipelinRoeland Jago Douma2016-07-151-42/+0
| | | | | | | | Fixes #215 The asset pipeline has shown to do more harm than good. Some apps fail hard with it. Also it makes sure that you download a huge file on each unvisited page.
* Migrate logic to dynamic controllerLukas Reschke2016-06-271-1/+1
| | | | Also adds support for having custom login backgrounds
* Do not show the hint when it's the same as the messageJoas Schilling2016-06-011-0/+5
|
* Update license headersLukas Reschke2016-05-261-3/+5
|
* Move functions.php to legacyRoeland Jago Douma2016-05-131-1/+1
| | | | This file should really be properly namespaced etc!
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+433
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.