aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Fix info.xml files of shipped appsJoas Schilling2018-02-161-9/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove theming migrationJulius Härtl2018-01-261-6/+0
| | | | | | Those images are alredy migrated after the instance has been updated to NC12 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump appsRoeland Jago Douma2018-01-141-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Theming: bump version to retrigger icon generationJulius Härtl2017-11-131-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersMorris Jobke2017-11-062-0/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add themed manifest.json to theming appJulius Härtl2017-09-121-0/+6
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Prefer custom theme over theming appJulius Härtl2017-07-121-28/+34
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add repair step to move existing theming imagesJulius Haertl2017-02-161-1/+7
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Sanitize input and small fixesJulius Haertl2016-11-181-2/+2
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Theming: Fix default parameters in icon routesJulius Haertl2016-11-181-1/+0
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Theming: Add favicon-touch and fix icon creation with non svg imagesJulius Haertl2016-11-181-1/+7
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Theming: Add dynamic icon and favicon endpointsJulius Haertl2016-11-181-0/+13
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add ContentSecurityPolicyNonceManagerLukas Reschke2016-10-241-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add support for CSP noncesLukas Reschke2016-10-241-0/+1
| | | | | | | | | | | | | | | | | CSP nonces are a feature available with CSP v2. Basically instead of saying "JS resources from the same domain are ok to be served" we now say "Ressources from everywhere are allowed as long as they add a `nonce` attribute to the script tag with the right nonce. At the moment the nonce is basically just a `<?php p(base64_encode($_['requesttoken'])) ?>`, we have to decode the requesttoken since `:` is not an allowed value in the nonce. So if somebody does on their own include JS files (instead of using the `addScript` public API, they now must also include that attribute.) IE does currently not implement CSP v2, thus there is a whitelist included that delivers the new CSP v2 policy to newer browsers. Check http://caniuse.com/#feat=contentsecuritypolicy2 for the current browser support list. An alternative approach would be to just add `'unsafe-inline'` as well as `'unsafe-inline'` is ignored by CSPv2 when a nonce is set. But this would make this security feature unusable at all in IE. Not worth it at the moment IMO. Implementing this offers the following advantages: 1. **Security:** As we host resources from the same domain by design we don't have to worry about 'self' anymore being in the whitelist 2. **Performance:** We can move oc.js again to inline JS. This makes the loading way quicker as we don't have to load on every load of a new web page a blocking dynamically non-cached JavaScript file. If you want to toy with CSP see also https://csp-evaluator.withgoogle.com/ Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add theming information to capabilities for the clientJoas Schilling2016-09-051-0/+3
|
* Merge branch 'master' into implement_712Lukas Reschke2016-08-112-0/+17
|\
| * Theming: Add OCA.Theming Js for app interactionJulius Haertl2016-08-102-0/+17
| |
* | adjust Theming appArthur Schiwon2016-08-112-3/+6
|/
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* Update routes.phpJoas Schilling2016-07-281-4/+2
|
* Use public API preferableJoas Schilling2016-07-281-1/+1
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
* bumb compatible app versions for core appsRobin Appelman2016-07-221-1/+1
|
* Merge pull request #500 from nextcloud/bump_versionJoas Schilling2016-07-221-1/+1
|\ | | | | Bump version
| * Increase app versionsJoas Schilling2016-07-211-1/+1
| |
* | Fix apps/Joas Schilling2016-07-212-0/+7
|/
* Also load the theming app on CLIJoas Schilling2016-07-151-1/+7
|
* Make theming work with pretty URLsoparoz2016-07-111-1/+1
| | | | | In some envs the rewrite rules for pretty URLs apply to all CSS files, so let's not end the route name with that etension. Fixes #315
* Fix indentationLukas Reschke2016-06-271-3/+3
|
* Migrate logic to dynamic controllerLukas Reschke2016-06-273-10/+40
| | | | Also adds support for having custom login backgrounds
* write theme settings to databaseBjoern Schiessle2016-06-272-1/+43
|
* initial commit for the theming appBjoern Schiessle2016-06-272-0/+38