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
2016-11-18Theming: Add favicon-touch and fix icon creation with non svg imagesJulius Haertl
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2016-11-18Theming: Add dynamic icon and favicon endpointsJulius Haertl
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2016-11-16fix theming images when using primary storageRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-11-16Revert "Fix #1782"Julius Haertl
This reverts commit bc5268bdc84c9c9f302914ebb1b5304b614dfc2e. Signed-off-by: Julius Haertl <jus@bitgrid.net>
2016-11-02Fix #1782John Molakvoæ
Fix checkbox left margin glitch Fix tests fix unit tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-10-25also fix log in button confirm arrow when theming, fix #1615Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-10-25remove slight transparency of primary action button, ref #1615Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2016-08-29Theming: fix primary button for bright colorsJulius Haertl
2016-08-27Use temporary file as cacheLukas Reschke
2016-08-27Increase theming performanceLukas Reschke
1. Set proper caching headers (`Pragma: cache`) 2. Resize image proportionally to a max size of 1920px 3. Store images with progressive mode This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly.
2016-08-26Theming: Adjust jquery ui elementsJulius Haertl
2016-08-26Theming: colorize primary buttonsJulius Haertl
2016-08-12rename remaining occurences of OCA/Theming/TemplateArthur Schiwon
2016-08-10Theming: Add OCA.Theming Js for app interactionJulius Haertl
2016-08-09Add css classes to allow app developers using the theming colorsJulius Haertl
2016-08-01Merge pull request #682 from nextcloud/fix-theming-logoMorris Jobke
fix missing semicolon to fix themed logo on log in page
2016-08-01fix missing semicolon to fix themed logo on log in pageJan-Christoph Borchardt
2016-08-01Validate the input of the theming optionsJoas Schilling
2016-07-28Fix testsJoas Schilling
2016-07-28Use the methods on the Response objectJoas Schilling
2016-07-28Move classes to PSR-4Joas Schilling