mirror of
https://github.com/nextcloud/server.git
synced 2026-03-11 02:41:25 -04:00
Cloud personnel
The logo images are specified in the php templates with eg `image_path('', 'logo-wide.svg')`. If that file exists the correct path will be served to the client in the html template. Then the `SVGSupport()` is checked in https://github.com/owncloud/core/blob/master/core/js/js.js#L701 which will replace `svg` with `png` in img tags and css background definitions.
fixes #5074
partially solves #5421, but not when an svg has been specified in css and is then 'fixed' by js to point to a png which does not exist in the theme but is then might be resolved to an image from core .... well theoretical problem ... might not even be a problem
@karlitschek @jancborchardt please review
|
||
|---|---|---|
| 3rdparty@42efd96628 | ||
| apps | ||
| build | ||
| config | ||
| core | ||
| files | ||
| l10n | ||
| lib | ||
| ocs | ||
| search | ||
| settings | ||
| tests | ||
| themes | ||
| .gitignore | ||
| .gitmodules | ||
| .htaccess | ||
| AUTHORS | ||
| autotest.cmd | ||
| autotest.sh | ||
| console.php | ||
| CONTRIBUTING.md | ||
| COPYING-AGPL | ||
| COPYING-README | ||
| cron.php | ||
| db_structure.xml | ||
| index.html | ||
| index.php | ||
| issue_template.md | ||
| occ | ||
| public.php | ||
| README.md | ||
| remote.php | ||
| robots.txt | ||
| status.php | ||
| upgrade.php | ||
| version.php | ||
ownCloud
ownCloud gives you freedom and control over your own data. A personal cloud which runs on your own server.
Build Status on Jenkins CI
Installation instructions
http://doc.owncloud.org/server/5.0/developer_manual/app/gettingstarted.html
Contribution Guidelines
http://owncloud.org/dev/contribute/
Get in touch
Important notice on translations
Please submit translations via Transifex: https://www.transifex.com/projects/p/owncloud/
For more detailed information about translations: http://owncloud.org/dev/translation/