summaryrefslogtreecommitdiffstats
path: root/lib/private/TemplateLayout.php
Commit message (Collapse)AuthorAgeFilesLines
* Cache avatars properlyRoeland Jago Douma2016-08-301-0/+1
| | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update
* Add cache buster to left menu barLukas Reschke2016-08-181-0/+1
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-4/+4
|
* Remove asset pipelinRoeland Jago Douma2016-07-151-131/+20
| | | | | | | | 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.
* Merge pull request #24769 from ↵Vincent Petry2016-05-311-1/+1
|\ | | | | | | | | owncloud/issue-24752-no-ui-message-when-integrity-disabled Only show message in the UI when the checker is enabled
| * Only show message in the UI when the checker is enabledJoas Schilling2016-05-231-1/+1
| |
* | Update license headersLukas Reschke2016-05-261-1/+2
|/
* Move more from \OC to PSR-4Roeland Jago Douma2016-04-291-0/+326
* \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater