| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
|
|
|
|
|
| |
Fixes #2209
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\
| |
| | |
Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env
|
| |
| |
| |
| |
| |
| |
| | |
Added the system config which sets all conditions to true that query the
FrontControllerActive mod_env variable.
Signed-off-by: Felix A. Epp <work@felixepp.de>
|
| |
| |
| |
| | |
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
| |
| |
| |
| | |
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
| |
| |
| |
| | |
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
| |
| |
| |
| | |
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
|/
|
|
| |
Signed-off-by: Julius Haertl <jus@bitgrid.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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"...)
|
|
* \OC\OCSClient
* \OC\Preview
* \OC\PreviewManager
* \OC\Repair
* \OC\RepairException
* \OC\Search
* \OC\ServerContainer
* \OC\ServerNotAvailableException
* \OC\ServiceUnavailableException
* \OC\Setup
* \OC\Streamer
* \OC\SubAdmin
* \OC\SystemConfig
* \OC\TagManager
* \OC\Tags
* \OC\TempManager
* \OC\TemplateLayout
* \OC\URLGenerator
* \OC\Updater
|