ORIENT/modules/system
Samuel Georges 027af0dd9f Switch to our own internals for local storage
The local storage driver is not suitable because it does not apply the appropriate permissions to local files. This is a big issue especially for shared hosting where the webserver will create a file and the owner is locked from touching it. We detect the local driver and use the FileHelper class whenever a file or directory is created. Eg: if configured to apply chmod 777 then it will be fulfilled as expected.
2015-02-22 14:04:38 +11:00
..
assets Extract the updater JS to its own file, add helper to find missing dependencies 2015-02-21 22:59:09 +11:00
behaviors Prevents infinite loop with traceSql(), remember() is back 2015-02-07 10:08:10 +11:00
classes Extract the updater JS to its own file, add helper to find missing dependencies 2015-02-21 22:59:09 +11:00
console Prepare for CDN, config rename cms.plugins|themes|uploadsDir -> cms.plugins|themes|uploadsPath 2015-02-17 20:58:38 +11:00
controllers Extract the updater JS to its own file, add helper to find missing dependencies 2015-02-21 22:59:09 +11:00
database Create jobs table to replace internal cron queue driver 2015-02-07 21:07:08 +11:00
helpers Tidy up 2015-02-11 20:46:06 +11:00
lang Hungarian language files updated for Build 186 2015-02-05 19:57:49 +01:00
models Switch to our own internals for local storage 2015-02-22 14:04:38 +11:00
partials Remove deprecated path symbols 2015-02-07 16:20:34 +11:00
reportwidgets Fixes #9 - Adds maintenance mode setting to the CMS 2014-11-10 20:34:42 +11:00
traits Prepare for CDN, config rename cms.plugins|themes|uploadsDir -> cms.plugins|themes|uploadsPath 2015-02-17 20:58:38 +11:00
twig Radical reorg of some classes 2015-01-28 11:49:54 +11:00
views Various fixes 2015-02-12 21:04:05 +11:00
ServiceProvider.php Overhaul exceptions, rename triggerapi display -> show 2015-02-16 21:16:43 +11:00
aliases.php Clean up, get front and backends operational again 2015-02-05 19:47:20 +11:00
composer.json Convert autoload refs to PSR-4 so they actually work 2014-09-19 17:23:11 +10:00
providers.php Add storage/app to list of writable folders 2015-02-18 17:25:34 +11:00
routes.php Cleanup 2015-01-03 12:41:23 +01:00