server/lib
mmccarn 1bc5eb111b
Update imagePath to prefer theme, then app, then core images
imagePath updated so that image searches follow this priority:

1) /themes/$theme/apps/$app/img
2) /themes/$theme/$app/img
3) /themes/$theme/core/img
4) $appPath/img
5) /$app/img
6) /core/img

For each folder:
- if the specified file exists, use it.
- otherwise, if $basename.svg does NOT exist, try $basename.png
(This might better be "if filename was an svg, try the png"...)
2016-05-23 10:24:04 +02:00
..
composer Move OC\Core and OC\Settings to composer autoloader 2016-04-05 16:47:38 +02:00
l10n [tx-robot] updated from transifex 2016-05-23 01:55:10 -04:00
private Update imagePath to prefer theme, then app, then core images 2016-05-23 10:24:04 +02:00
public Merge pull request #24732 from owncloud/autoloader_fix 2016-05-21 19:09:22 +02:00
autoloader.php \OCP is handled by composer autoloader 2016-05-20 16:35:07 +02:00
base.php Only allow loading of legacy (lib/private/legacy) by default 2016-05-20 16:35:07 +02:00