Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-14Add info message if an exception occurs during the svg to png conversionJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-13Fix possible test timing issues in IconControllerRoeland Jago Douma
Since the response now handles the caching. We need to provide a default ITimeFactory mock. Else you might have failing tests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-07Mock the timefactory in the theming testsRoeland Jago Douma
Now that the cache logic is moved to the theming controller we must properly overwrite this service. Else it could do :boom: in tests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-06Minor fixes and cleanupJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-05Use svg opt out as parameterJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-05Adjust ImageManager tests for png generationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-05Generate PNG version of the theming app logo for mailsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-06-04Fix usageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-25addjust footer height when legal links are present. fixes #9572Arthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-25also add a privacy linkArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-17Merge pull request #9437 from nextcloud/feature/noid/imprintRoeland Jago Douma
allow to specify a link to a legal notice
2018-05-17Add Content-Disposition headerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-05-17Properly check mime type of the uploaded fileJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-05-14Fix testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-11fix testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-09allow to specify a link to a legal noticeArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-04-19Add more tests for ImageManagerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-04-19Fix theming testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-27Merge pull request #8993 from nextcloud/theming-allow-ui-with-themeRoeland Jago Douma
Show UI when using a custom theme
2018-03-26Show UI when using a custom themeJulius Härtl
Do not hide the theming app UI when using a custom theme besides it, but warn the users about some settings being overwritten by that. Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-26Fix testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-03-19Update ThemingControllerTest.phprakekniven
Adjusted test
2018-03-10Update ThemingControllerTest.phprakekniven
Fixed tests for https://github.com/nextcloud/server/pull/8633
2018-03-07Fix tests to use ICacheFactoryJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-02-24Add mock to setupKyle Fazzari
Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
2018-02-21theming: handle not being in the serverrootKyle Fazzari
Currently, the theming app assumes it's in the serverroot. However, with Nextcloud's flexibility regarding configurable app paths, this is not a safe assumption to make. If it happens to be an incorrect assumption, the theming app fails to work. Instead of relying on the serverroot, just use the path from the AppManager and utilize relative paths for assets from there. Fix #8462 Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
2018-02-02Fix theming testRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-01-29Merge pull request #8078 from nextcloud/theming-validate-scssMorris Jobke
SCSS hardening
2018-01-26Fix theming testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-26Remove theming migrationJulius Härtl
Those images are alredy migrated after the instance has been updated to NC12 Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-24Fix "Undefined method setExpectedException()"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-01-10More detailed theming capabilitiesJulius Härtl
This will allow clients to easily check if a custom background is used Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-01-08Add colors to testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-12-18Fix testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-12-11Fix email buttons for white themeMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-13Theming: Fix tests for favicon containing multiple sizesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-11-13Theming: Generate favicon sizes to avoid resizing issues done by the browserJulius Härtl
fixes #5193 Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-11-09Merge pull request #7112 from nextcloud/theming-imagemagick-hintMorris Jobke
Theming: add hint about favicon generation
2017-11-09Fix unit testsMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-08Merge pull request #6788 from staabm/masterLukas Reschke
Prevent XSS in links which open a new browser window
2017-11-07Theming: expose element color though capabilities APIJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-24Use ::class in test mocksMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-10-19Prevent XSS in links which open a new browser windowMarkus Staab
2017-10-03Theming: Add tests for mimetype and upload error checksJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-10-03Theming: Handle errors on uploaded files properlyJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-09-12Fix testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-09-12Use IAppManager instead of private APIJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-09-12Add themed manifest.json to theming appJulius Härtl
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-09-12Move theming related imagePath logic to ThemingDefaultsJulius Härtl
Signed-off-by: Julius Haertl <jus@bitgrid.net>