Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | change architecture from inheritance to composition | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -17/+21 | |
| | ||||||
* | only use one config option 'objectstore' for root and home storage configuration | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -2/+2 | |
| | ||||||
* | move creation of / and users 'files' from storage constructor to setupFS / ↵ | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -0/+8 | |
| | | | | mount initialization | |||||
* | fix fallback config for default home storage | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -4/+6 | |
| | ||||||
* | allow configuring objectstore as home and root storage | Jörn Friedrich Dreyer | 2014-06-18 | 1 | -4/+13 | |
| | ||||||
* | name the storage wrapper to make sure that we don't apply the wrapper ↵ | Bjoern Schiessle | 2014-06-04 | 1 | -2/+2 | |
| | | | | multiple times | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -3/+3 | |
| | | | | * test case added to avoid adding them later | |||||
* | Fix all PHPDoc types and variable names, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 | |
| | ||||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -1/+1 | |
| | ||||||
* | Emit a new hook, when a file is being updated only | Joas Schilling | 2014-04-29 | 1 | -0/+16 | |
| | | | | | | The write-hook also is triggered for created files Fix #8131 | |||||
* | Fix error when viewing expired link | Robin Appelman | 2014-04-23 | 1 | -0/+3 | |
| | ||||||
* | Remove unused setUserVars utility method | Vincent Petry | 2014-03-26 | 1 | -11/+0 | |
| | | | | | That method was moved to the external storage recently so isn't needed here any more. | |||||
* | Cache folder is now configurable | Vincent Petry | 2014-03-24 | 1 | -0/+36 | |
| | | | | | | When using an external cache folder, it is automatically mounted in FileSystem::initFileSystem so that any app can use it transparently by creating a view on the "/$user/cache" directory. | |||||
* | Moved external storage mounting code to files_external app | Vincent Petry | 2014-03-19 | 1 | -70/+0 | |
| | | | | | | Moved the mounting code for external storage from OC\Filesystem::initMountPoint to files_external using the post_initMountPoints hook | |||||
* | Update rawlist to work with new fileinfo object | Robin Appelman | 2014-02-27 | 1 | -1/+1 | |
| | ||||||
* | Fix path to the mount file | Lukas Reschke | 2014-02-20 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #6999 from kofemann/mount-config | Lukas Reschke | 2014-02-20 | 1 | -5/+5 | |
|\ | | | | | mount: make location of mount.json configurable | |||||
| * | mount: make location of mount.json configurable | Tigran Mkrtchyan | 2014-01-29 | 1 | -5/+5 | |
| | | | | | | | | | | | | do not share users data with config files Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> | |||||
* | | Merge pull request #7274 from owncloud/scrutinizer-patch-1 | Morris Jobke | 2014-02-19 | 1 | -0/+3 | |
|\ \ | | | | | | | Scrutinizer Auto-Fixes | |||||
| * | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | |||||
* | | | Merge pull request #7257 from owncloud/filelist-fileinfo | Vincent Petry | 2014-02-19 | 1 | -8/+1 | |
|\ \ \ | |/ / |/| | | use a FileInfo object of the directory when generting the filelist | |||||
| * | | use a FileInfo object of the directory when generting the filelist | Robin Appelman | 2014-02-18 | 1 | -8/+1 | |
| |/ | ||||||
* / | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+6 | |
|/ | ||||||
* | External storage space is now not counted in total space | Vincent Petry | 2013-11-18 | 1 | -2/+4 | |
| | | | | | | | Added argument to getFileInfo() to disable adding the size of mountpoints to a directory's size. Fixes #5924 | |||||
* | Fixed normalizePath() to strip out single dot dirs | Vincent Petry | 2013-11-14 | 1 | -3/+17 | |
| | | | | Now removing "/./" and trailing "/." from the paths when normalizing. | |||||
* | Now using HomeStorage for legacy home storage ids | Vincent Petry | 2013-11-12 | 1 | -3/+11 | |
| | | | | | Legacy home storage ids with the format "local://path/to/datadir/user1" are now also wrapped by the HomeStorage. | |||||
* | dont use the home storage for non-existing users | Robin Appelman | 2013-10-29 | 1 | -2/+2 | |
| | ||||||
* | use the new home storage backend when no existing local storage backend ↵ | Robin Appelman | 2013-10-29 | 1 | -1/+7 | |
| | | | | exists for the user's home | |||||
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -0/+770 | |
Conflicts: lib/private/vcategories.php |