Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert OC_L10N_String to a string in OC_JSON::encodedPrint | Bart Visscher | 2012-06-22 | 1 | -0/+10 |
| | |||||
* | Spelling fixes | Bart Visscher | 2012-06-22 | 1 | -3/+4 |
| | |||||
* | Avoid fetch ocs info if the appstore is disabled | Brice Maron | 2012-06-22 | 1 | -22/+31 |
| | |||||
* | Correct css inclusion with minimizer | Brice Maron | 2012-06-22 | 1 | -2/+1 |
| | |||||
* | Enhance hint about writable app directory | Brice Maron | 2012-06-22 | 1 | -1/+2 |
| | |||||
* | Correct image path and apps path replacement | Brice Maron | 2012-06-22 | 1 | -1/+2 |
| | |||||
* | Correct OC_Config writer. Use var_export (has support for array,...) | Brice Maron | 2012-06-22 | 1 | -14/+3 |
| | |||||
* | Fixes for multi app dir : | Brice Maron | 2012-06-22 | 1 | -2/+2 |
| | | | | | Url should be given as relative path (to webroot) Correct link construction from js | ||||
* | some path fixes for multi-dir app | Thomas Mueller | 2012-06-22 | 2 | -3/+3 |
| | |||||
* | Provide solution for smoother migration for apps to multi-app dir | Brice Maron | 2012-06-21 | 1 | -1/+5 |
| | |||||
* | Do not search apps if oc is not yet installed | Brice Maron | 2012-06-21 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 3 | -2/+90 |
|\ | |||||
| * | Implemented deleteAll() method in OC_FilesystemView (interface) and ↵ | Sam Tuke | 2012-06-21 | 3 | -2/+90 |
| | | | | | | | | | | | | | | | | | | OC_Filestorage_Common (logic) Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared Added class documentation to OC_Filestorage_Common Cleaned up OCA_Versions::expireAll() | ||||
* | | Correct writable check for app dir | Brice Maron | 2012-06-21 | 1 | -3/+5 |
| | | |||||
* | | Correct inclusion paths | Brice Maron | 2012-06-21 | 1 | -17/+42 |
| | | |||||
* | | Merge branch 'master' into multi_app_dir | Brice Maron | 2012-06-21 | 30 | -864/+1061 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: lib/app.php lib/base.php lib/minimizer/css.php lib/minimizer/js.php lib/template.php lib/util.php | ||||
| * | fix saved file size for uploaded files | Robin Appelman | 2012-06-21 | 1 | -4/+4 |
| | | |||||
| * | truncate decrypted files based on filelength | Robin Appelman | 2012-06-21 | 1 | -5/+5 |
| | | |||||
| * | check if the data directory is accessible via http. Show a big security ↵ | Frank Karlitschek | 2012-06-21 | 1 | -7/+46 |
| | | | | | | | | warning if yes | ||||
| * | fix mimetype for cdr files - bugfix for oc 559 | Georg Ehrke | 2012-06-21 | 1 | -1/+2 |
| | | |||||
| * | Only call OC_FileCache::get('/Shared') if it exists in the file cache, ↵ | Michael Gapczynski | 2012-06-20 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | prevents premature addition of the Shared folder to the file cache Conflicts: lib/fileproxy/quota.php | ||||
| * | added new user settings interface for deleting old file versions | Sam Tuke | 2012-06-20 | 1 | -3/+0 |
| | | | | | | | | | | fixed OCA_VersionsexpireAll() to use native PHP readdir() removed local storage implementation of readdir() | ||||
| * | Merge branch 'master' of gitorious.org:owncloud/owncloud | Sam Tuke | 2012-06-20 | 4 | -17/+19 |
| |\ | |||||
| | * | Merge branch 'audit' | Bart Visscher | 2012-06-20 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Start of audit app | Bart Visscher | 2012-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Audit the filesystem action | ||||
| | * | | Prefer requested app before redirecting to default page | Bart Visscher | 2012-06-20 | 1 | -1/+5 |
| | | | | |||||
| | * | | Delay setup of FS until OC_Filesystem is used | Bart Visscher | 2012-06-20 | 3 | -9/+6 |
| | | | | |||||
| | * | | Small code reorder | Bart Visscher | 2012-06-20 | 1 | -5/+6 |
| | | | | |||||
| | * | | remove unnecessary comment | Bjoern Schiessle | 2012-06-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | removed readdir to fix bug oc-1054 | Sam Tuke | 2012-06-20 | 1 | -1/+0 |
| |/ / | |||||
| * | | don't show other users file if the filesystem is not index already | Robin Appelman | 2012-06-20 | 1 | -0/+3 |
| | | | |||||
| * | | Remove OC::$CONFIG_DATADIRECTORY, not used | Bart Visscher | 2012-06-19 | 3 | -33/+18 |
| | | | |||||
| * | | Move check code from setupFS to checkServer | Bart Visscher | 2012-06-19 | 1 | -34/+20 |
| | | | |||||
| * | | Fixed deleteAll function for deleting all old versions of files (expireAll) | Sam Tuke | 2012-06-19 | 4 | -0/+11 |
| | | | | | | | | | | | | Added new readdir() method to all storage classes and handlers (only working implementation in local.php) | ||||
| * | | removing sanitizeHTML() function from template.php since I moved it to util.php | Bjoern Schiessle | 2012-06-19 | 1 | -11/+0 |
| | | | | | | | | | | | | to make it more generic. | ||||
| * | | Remember result of OC_User::isLoggedIn, can be very expensive to check | Bart Visscher | 2012-06-19 | 1 | -2/+6 |
| | | | |||||
| * | | use new sanitize HTML function | Bjoern Schiessle | 2012-06-19 | 1 | -7/+1 |
| | | | |||||
| * | | introducing a sanitize HTML function for the internal and the public API. This | Bjoern Schiessle | 2012-06-19 | 2 | -1/+28 |
| | | | | | | | | | | | | | | | allows to easily convert strings to HTML before displaying them on the web page to reduce the risk of xss vulnerabilities. | ||||
| * | | quota calculation fixed | Bjoern Schiessle | 2012-06-19 | 1 | -1/+1 |
| | | | |||||
| * | | fixes oc-668 | Thomas Mueller | 2012-06-18 | 1 | -0/+6 |
| | | | |||||
| * | | Delay loading of translations until they are used | Bart Visscher | 2012-06-18 | 2 | -7/+48 |
| | | | |||||
| * | | Force sanitize function to use UTF8 (for php lower than 5.4) | Brice Maron | 2012-06-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of gitorious.org:owncloud/owncloud | Bjoern Schiessle | 2012-06-18 | 6 | -260/+211 |
| |\ \ | |||||
| | * | | Use TemplateLayout functions for finding js and css files in minimizer | Bart Visscher | 2012-06-18 | 3 | -99/+1 |
| | | | | |||||
| | * | | Prepare template js and css functions for use in the js and css minimizers | Bart Visscher | 2012-06-18 | 1 | -32/+32 |
| | | | | |||||
| | * | | Move page layout handling to its own class | Bart Visscher | 2012-06-18 | 2 | -127/+173 |
| | | | | |||||
| | * | | Move formfactor code to OC_Template | Bart Visscher | 2012-06-18 | 2 | -34/+37 |
| | | | | |||||
| * | | | ignore "Shared"-directory when calculating free space | Bjoern Schiessle | 2012-06-18 | 1 | -0/+2 |
| |/ / | |||||
| * | | Fix errors for minimizer | Bart Visscher | 2012-06-18 | 3 | -1/+12 |
| | | | |||||
| * | | Forgot a file | Bart Visscher | 2012-06-18 | 1 | -0/+70 |
| | | |