summaryrefslogtreecommitdiffstats
path: root/lib/private/TemplateLayout.php
Commit message (Collapse)AuthorAgeFilesLines
* Responsive app menuJulius Härtl2017-04-251-2/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use theming cachebuster for server resourcesJulius Härtl2017-04-251-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> Add Scss variables to example theme and theming app Signed-off-by: Julius Haertl <jus@bitgrid.net> Use SCSSCacher to build theming css Signed-off-by: Julius Härtl <jus@bitgrid.net> Update theming.scss Signed-off-by: Julius Härtl <jus@bitgrid.net> Code cleanup Signed-off-by: Julius Härtl <jus@bitgrid.net> Fix tests Signed-off-by: Julius Härtl <jus@bitgrid.net> Inject SCSSCacher for easier testing Signed-off-by: Julius Härtl <jus@bitgrid.net> Fix typehint Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Generate absolute URLs Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Fix tests to always use absolute urls for theming images Signed-off-by: Julius Härtl <jus@bitgrid.net> MailheaderColor -> ColorPrimary Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+2
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Register the app management in the normal wayJoas Schilling2017-03-261-6/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add debug modeRoeland Jago Douma2017-03-241-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add cachingRoeland Jago Douma2017-03-241-1/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [PoC] JS CombinerRoeland Jago Douma2017-03-241-1/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cache SCSS dependency file in memcacheRoeland Jago Douma2017-03-221-1/+4
| | | | | | | Since reading a file from disks can be costly. Lets store the dependency json also in memcache. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove test codeLukas Reschke2017-03-211-1/+0
| | | | | | This seems to have been commited by mistake with https://github.com/nextcloud/server/commit/6dbe417c51125419516dd29ebe4e529926c41a0f Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add tests for SCSSCacherJulius Haertl2017-03-201-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #3619 from nextcloud/fix-scss-for-appsMorris Jobke2017-03-161-1/+2
|\ | | | | Fix SCSS usage in apps
| * Properly calculate webdir using the serverrootRoeland Jago Douma2017-03-101-1/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Generate seperate menu list for header barJulius Haertl2017-03-161-0/+2
|/ | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Catch exception from path infoJoas Schilling2017-02-221-1/+8
| | | | | | | We don't really care when the path info can not be gathered correctly. we will simply not use SCSS then but the CSS fallback. Signed-off-by: Joas Schilling <coding@schilljs.com>
* Always enable avatarsMorris Jobke2017-02-131-1/+0
| | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix public page css fallback loadingJohn Molakvoæ (skjnldsv)2017-02-011-1/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix public page styleMorris Jobke2017-01-231-1/+1
| | | | | | | * checks if the user is on the login page or not instead of check if the user is logged in * fixes #3207 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #3004 from nextcloud/fix-installation-cssLukas Reschke2017-01-221-15/+17
|\ | | | | Fixed installation page
| * Create unified css file and merge all needed data into this fileJohn Molakvoæ (skjnldsv)2017-01-101-4/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Removed jquery scssJohn Molakvoæ (skjnldsv)2017-01-101-13/+14
| | | | | | | | | | | | | | | | | | | | - Switched to setup.css - Disable scss when displaying the update page - Improved setup css - Fixed loading failure of other styles on setup & update page - Improved scss compiler with an ignore scss compilation option Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [Enhancement] Do not add version hash in debug modeNils2017-01-151-3/+12
|/ | | | Signed-off-by: Nils <git@to.nilsschnabel.de>
* Fix subdir install styleRoeland Jago Douma2017-01-091-3/+3
| | | | | | * We need to pass the serverroot so that it can include the right files. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Inject SCSSCacherRoeland Jago Douma2017-01-061-3/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Installation css & template editJohn Molakvoæ (skjnldsv)2017-01-061-1/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Css installation page fallbackJohn Molakvoæ (skjnldsv)2017-01-061-2/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Appdata location fixJohn Molakvoæ (skjnldsv)2017-01-061-1/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Appdata integration 1 & log fix 2John Molakvoæ (skjnldsv)2017-01-061-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* remove unused Assetic use statementsChristoph Wurst2017-01-031-8/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Introduce the UI for password confirmationJoas Schilling2016-11-181-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move away from OC_L10NRoeland Jago Douma2016-10-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Inlince oc.js if possible!Roeland Jago Douma2016-10-251-1/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move oc.js to a proper classRoeland Jago Douma2016-10-251-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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