summaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-05-308-8/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-05-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-284-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-274-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-05-2610-8/+44
|
* Merge pull request #9593 from nextcloud/fwdport/9586/masterMorris Jobke2018-05-259-23/+166
|\ | | | | add privacy link to theming and fix scrollbars
| * addjust footer height when legal links are present. fixes #9572Arthur Schiwon2018-05-243-3/+16
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * also add a privacy linkArthur Schiwon2018-05-248-21/+151
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-05-2510-0/+18
|/
* [tx-robot] updated from transifexNextcloud bot2018-05-242-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-05-2310-0/+160
|
* [tx-robot] updated from transifexNextcloud bot2018-05-2210-0/+72
|
* [tx-robot] updated from transifexNextcloud bot2018-05-202-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1914-0/+72
|
* [tx-robot] updated from transifexNextcloud bot2018-05-18106-234/+234
|
* Merge pull request #9437 from nextcloud/feature/noid/imprintRoeland Jago Douma2018-05-179-20/+140
|\ | | | | allow to specify a link to a legal notice
| * Use link not address in labels for URLsArthur Schiwon2018-05-161-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix undo for url-typed inputsArthur Schiwon2018-05-113-4/+9
| | | | | | | | | | | | and minor adjustments Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix testsArthur Schiwon2018-05-112-0/+12
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * allow to specify a link to a legal noticeArthur Schiwon2018-05-097-16/+119
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #9503 from nextcloud/bugfix/noid/theming-mime-checkMorris Jobke2018-05-172-8/+13
|\ \ | | | | | | Check mime type properly in theming app
| * | Add Content-Disposition headerJulius Härtl2018-05-172-1/+4
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Properly check mime type of the uploaded fileJulius Härtl2018-05-172-8/+10
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-05-178-8/+8
|/ /
* | Fix testsRoeland Jago Douma2018-05-141-5/+11
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-05-122-4/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2018-05-102-0/+22
|/
* [tx-robot] updated from transifexNextcloud bot2018-05-082-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-05-072-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-05-052-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-042-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-012-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-304-14/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-04-2912-0/+28
|
* [tx-robot] updated from transifexNextcloud bot2018-04-2812-10/+8
|
* Merge pull request #9319 from nextcloud/rakekniven-patch-1Morris Jobke2018-04-271-1/+1
|\ | | | | Fixed typo
| * Fixed typorakekniven2018-04-261-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2018-04-2710-0/+50
|/
* Merge pull request #8540 from nextcloud/theming-advancedMorris Jobke2018-04-2516-620/+713
|\ | | | | Add option for header logo and favicon in theming app
| * Add more tests for ImageManagerJulius Härtl2018-04-191-0/+91
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix theming testsJulius Härtl2018-04-197-253/+186
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make sure the custom favicon is usedJulius Härtl2018-04-191-2/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add typehintsJulius Härtl2018-04-193-3/+4
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix background colorJulius Härtl2018-04-191-5/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Return valueJulius Härtl2018-04-191-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Remove unneeded preview image handlingJulius Härtl2018-04-191-3/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix undo preview and remove duplicate codeJulius Härtl2018-04-192-29/+28
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add advanced theming options to frontendJulius Härtl2018-04-191-7/+37
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use generic image upload in theming JSJulius Härtl2018-04-191-45/+17
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use SCSS for previewing images as wellJulius Härtl2018-04-191-6/+39
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>