summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-0410-0/+10
|
* Use correct input type for the url entryChristian Oliff2018-03-021-1/+1
| | | Change `type="text"` to `type="url"`
* [tx-robot] updated from transifexNextcloud bot2018-03-0212-2/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-03-0118-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-02-282-2/+2
|
* Empty name not allowedSagorika Das2018-02-271-5/+32
| | | | | | Do not allow empty name in theming app. Signed-off-by: Sagorika Das <sagorika1996@gmail.com>
* Merge pull request #8463 from kyrofa/bugfix/8462/theming_app_outside_rootMorris Jobke2018-02-262-5/+34
|\ | | | | theming: handle not being in the serverroot
| * Remove null checkKyle Fazzari2018-02-251-7/+2
| | | | | | | | Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
| * Add mock to setupKyle Fazzari2018-02-241-16/+4
| | | | | | | | Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
| * theming: handle not being in the serverrootKyle Fazzari2018-02-202-3/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | [tx-robot] updated from transifexNextcloud bot2018-02-232-0/+76
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-194-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-02-172-0/+4
|
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-9/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-02-142-2/+2
|
* Remove unused import statementsMorris Jobke2018-02-142-3/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-02-1328-52/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-02-082-8/+24
|
* Merge pull request #8155 from nextcloud/use-guest-cssMorris Jobke2018-02-051-2/+5
|\ | | | | Fix styling issues of guest pages
| * Add space on guest pages with custom logoJulius Härtl2018-02-021-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make sure theming logo css only applies when a logo is setJulius Härtl2018-02-021-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix theming testRoeland Jago Douma2018-02-021-6/+6
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-02-0184-168/+84
|
* Merge pull request #8078 from nextcloud/theming-validate-scssMorris Jobke2018-01-293-18/+14
|\ | | | | SCSS hardening
| * Fix theming testsJulius Härtl2018-01-261-8/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Do not rewrite absolute URLsJulius Härtl2018-01-261-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Only override image styles if the theming values are setJulius Härtl2018-01-261-8/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Remove theming migrationJulius Härtl2018-01-263-222/+0
|/ | | | | | Those images are alredy migrated after the instance has been updated to NC12 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix "Undefined method setExpectedException()"Joas Schilling2018-01-241-9/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Theming: adjust background image resizingJulius Härtl2018-01-191-6/+4
| | | | | | | | Support high resolution login images by resizing only images that are wider than 4096px fixes #7459 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-01-152-0/+6
|
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* More detailed theming capabilitiesJulius Härtl2018-01-106-53/+99
| | | | | | This will allow clients to easily check if a custom background is used Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix appmenu svg double invertJulius Härtl2018-01-101-6/+10
| | | | | | | | | This fixes a regression caused by 9b668d0, where the css filters to preview color inversion of the app menu was applied by default. This commit makes the css filters sensitive on what the current state of the app menu is. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #7705 from nextcloud/theming-calc-adjustMorris Jobke2018-01-093-18/+61
|\ | | | | Adjust theming color calculations using sRGB luma
| * Add colors to testsJulius Härtl2018-01-081-7/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix preview when theming changes invertion of iconsJulius Härtl2018-01-081-0/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Adjust theming color calculations using sRGB lumaJulius Härtl2018-01-082-11/+39
| | | | | | | | | | | | based on https://robots.thoughtbot.com/closer-look-color-lightness Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix SCSS processing when undoing theming valuesJulius Härtl2018-01-091-1/+1
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix faulty path in theming scss generationJulius Härtl2018-01-051-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-01-0414-2/+164
|
* Remove css invert since we are using svg filters for nowJulius Härtl2018-01-031-5/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix testsRoeland Jago Douma2017-12-181-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Also replace all other occurencesMorris Jobke2017-12-181-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7427 from nextcloud/fix-white-color-in-emailsMorris Jobke2017-12-113-13/+21
|\ | | | | Fix email buttons for white theme
| * Fix email buttons for white themeMorris Jobke2017-12-113-13/+21
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Allows adding of hex color to the theme-colorAbijeet2017-12-082-2/+6
|/ | | | | | | | | | | | | | | | Fixes #7158. Adds a # on the color if missing. Increased maxlength, added hash:true for jscolor, and adding a # if not present on the change event. Since the input element now allows a hex code, changed values to hexcode. In addition, added a function to get RGB array from hex or rgb values. Calling it in both methods and using it to perform comparison. Also changed the way we were determining whether the jscolor component had loaded. Changed the control to use data-jscolor rather than defining opts in the class. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2017-12-072-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-12-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-12-0128-0/+30
|