summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-146-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1320-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1286-172/+172
|
* Merge pull request #8633 from nextcloud/rakekniven-i18n-fixMorris Jobke2018-03-112-2/+2
|\ | | | | Improved translation strings
| * Update ThemingControllerTest.phprakekniven2018-03-101-1/+1
| | | | | | Fixed tests for https://github.com/nextcloud/server/pull/8633
| * Update ThemingController.phprakekniven2018-03-101-1/+1
| | | | | | | | Improved translation string. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/121491256?issue=yes
* | [tx-robot] updated from transifexNextcloud bot2018-03-112-0/+2
|/
* Use cache prefix for theming as wellJulius Härtl2018-03-071-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix tests to use ICacheFactoryJulius Härtl2018-03-072-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move base url from global cache prefix to frontend related onesJulius Härtl2018-03-071-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-03-062-2/+2
|
* Merge pull request #8601 from nextcloud/theming-fix-background-colorMorris Jobke2018-03-051-7/+5
|\ | | | | Remove too restrict check for background image/color
| * Remove to restrict check for background image/colorJulius Härtl2018-03-011-7/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [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>