summaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/ThemingDefaultsTest.php
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Store scss variables under a different prefix for each theming config versionJulius Härtl2020-11-301-2/+3
* Shortcut to avoid file system setup when generating the logo URLMorris Jobke2020-11-091-6/+0
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-11/+11
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-051-1/+5
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* add var for theming images , advanced options (#16815)John Molakvoæ2019-11-261-2/+2
|\
| * add var for theming images , advanced optionsGuillaume COMPAGNON2019-11-241-2/+2
* | Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
|/
* Add guest navigation typeJulius Härtl2019-02-181-1/+13
* Updates inverted logo handling to work like the app iconsMichael Weimann2018-10-021-65/+2
* Moves the logo files to logoMichael Weimann2018-10-021-2/+2
* Switches the default logo color depending on the primary colorMichael Weimann2018-10-021-2/+65
* Theming: Fix footer testsJulius Härtl2018-08-271-7/+22
* Theming update on urlJohn Molakvoæ (skjnldsv)2018-06-201-2/+2
* Use svg opt out as parameterJulius Härtl2018-06-051-1/+1
* addjust footer height when legal links are present. fixes #9572Arthur Schiwon2018-05-241-1/+2
* also add a privacy linkArthur Schiwon2018-05-241-11/+88
* allow to specify a link to a legal noticeArthur Schiwon2018-05-091-2/+69
* Fix theming testsJulius Härtl2018-04-191-70/+53
* Fix testsJulius Härtl2018-03-261-1/+1
* Fix tests to use ICacheFactoryJulius Härtl2018-03-071-1/+1
* Fix theming testRoeland Jago Douma2018-02-021-6/+6
* Fix theming testsJulius Härtl2018-01-261-8/+2
* More detailed theming capabilitiesJulius Härtl2018-01-101-32/+12
* Fix testsRoeland Jago Douma2017-12-181-1/+1
* Merge pull request #6788 from staabm/masterLukas Reschke2017-11-081-2/+2
|\
| * Prevent XSS in links which open a new browser windowMarkus Staab2017-10-191-2/+2
* | Update license headersMorris Jobke2017-11-061-0/+6
|/
* Fix testsJulius Härtl2017-09-121-6/+1
* Use IAppManager instead of private APIJulius Härtl2017-09-121-1/+6
* Move theming related imagePath logic to ThemingDefaultsJulius Härtl2017-09-121-0/+32
* Fix tests for primary element colorJulius Härtl2017-09-041-1/+4
* Update background image to the one used on the websiteJan-Christoph Borchardt2017-08-291-1/+1
* Add Android and iOS URLs to theming appMorris Jobke2017-07-191-0/+61
* Scale logo only for custom onesJulius Härtl2017-05-191-5/+9
* Add function to request SVG or regular fallback imageLukas Reschke2017-05-081-3/+11
* Fix tests for theming backgroundColorJulius Härtl2017-05-081-1/+2
* Fix invalid theming URLsMorris Jobke2017-05-051-8/+19
* Make sure that ThemingDefaults uses the correct default values from \OC_DefaultsJulius Härtl2017-04-291-50/+31
* Mock itJoas Schilling2017-04-251-12/+39
* Logo and background URLs must be relativeJoas Schilling2017-04-251-6/+3
* Fix theming testsJulius Härtl2017-04-251-29/+12
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-7/+78
* ThemingDefaults append cacheBusterCounter to logo URL by defaultMorris Jobke2017-04-091-4/+14
* Add support for themingLukas Reschke2017-04-071-13/+44