Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some typos | kondou | 2013-07-16 | 2 | -4/+4 |
| | |||||
* | don't run hooks for .part files | Björn Schießle | 2013-07-03 | 1 | -1/+1 |
| | |||||
* | if a part file gets renamed to a real file, that this was the second step of ↵ | Björn Schießle | 2013-07-03 | 1 | -2/+20 |
| | | | | a write operation, hence emit a write signal | ||||
* | Merge pull request #3763 from owncloud/recursive-rmdir | Thomas Müller | 2013-06-30 | 2 | -4/+44 |
|\ | | | | | Make rmdir recursive for local storage | ||||
| * | make rmdir recursive for mappellocal storage backend | Robin Appelman | 2013-06-30 | 1 | -3/+23 |
| | | |||||
| * | Make rmdir recursive for local storage | Robin Appelman | 2013-06-17 | 1 | -1/+21 |
| | | |||||
* | | Merge pull request #3635 from owncloud/storage-wrapper | Bart Visscher | 2013-06-29 | 4 | -9/+499 |
|\ \ | | | | | | | Give apps the option to wrap storage backends | ||||
| * | | fix storage wrapper namespaces | Robin Appelman | 2013-06-28 | 1 | -1/+1 |
| | | | |||||
| * | | move storage wrappers to their own namespace | Robin Appelman | 2013-06-28 | 1 | -1/+1 |
| | | | |||||
| * | | use a getter for the storage loader to ensure the instance is created | Robin Appelman | 2013-06-07 | 1 | -3/+10 |
| | | | |||||
| * | | storage loader needs to be accessible by apps | Robin Appelman | 2013-06-07 | 1 | -1/+1 |
| | | | |||||
| * | | Storage wrapper: provide access to the wrapped storage | Robin Appelman | 2013-06-07 | 1 | -1/+8 |
| | | | |||||
| * | | merge master into storage-wrapper | Robin Appelman | 2013-06-07 | 9 | -79/+227 |
| |\ \ | |||||
| * | | | manage creating and wrapping storages in it's own class | Robin Appelman | 2013-06-07 | 3 | -34/+49 |
| | | | | |||||
| * | | | Add mechanism to allow apps to wraper storage classes | Robin Appelman | 2013-05-08 | 2 | -1/+42 |
| | | | | |||||
| * | | | Add wrapper storage backend | Robin Appelman | 2013-05-08 | 1 | -0/+420 |
| | | | | |||||
* | | | | Merge pull request #3892 from owncloud/static-streamwrapper | icewind1991 | 2013-06-28 | 1 | -45/+10 |
|\ \ \ \ | | | | | | | | | | | Improvements for the static:// streamwrapper | ||||
| * | | | | fix is_file and is_dir for the static streamwrapper | Robin Appelman | 2013-06-28 | 1 | -45/+6 |
| | | | | | |||||
| * | | | | add option to clear the files in the static streamwrapper | Robin Appelman | 2013-06-28 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Public upload feature | Roman Geber | 2013-06-25 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | remove deleted files when re-scanning a folder | Robin Appelman | 2013-06-20 | 1 | -0/+14 |
| | | | | |||||
* | | | | Merge pull request #3764 from owncloud/scanfolder-existing | icewind1991 | 2013-06-19 | 1 | -31/+48 |
|\ \ \ \ | | | | | | | | | | | Improve re-using existing data in the filescanner | ||||
| * | | | | add tests for reusing existing data in scanner | Robin Appelman | 2013-06-17 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | scanner: give more percision about what data is reused during scanning | Robin Appelman | 2013-06-14 | 1 | -17/+29 |
| | | | | | |||||
| * | | | | split of scanning the childs of a folder | Robin Appelman | 2013-06-14 | 1 | -17/+24 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #3661 from owncloud/fixing-windows-server-master | Jörn Friedrich Dreyer | 2013-06-19 | 2 | -1/+10 |
|\ \ \ \ | |/ / / |/| | | | Fixing windows server master | ||||
| * | | | dirname('/test.txt') returns '\' on windows whereas on linux we get back '.' | Thomas Mueller | 2013-06-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | restore Updater functionality on non-Windows platforms | Thomas Mueller | 2013-06-13 | 1 | -4/+4 |
| | | | | |||||
| * | | | [Fixing unit tests in Windows] | Thomas Mueller | 2013-06-10 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | on windows open resources will be locked while the stream is open. closing the resource allows deletion below | ||||
| * | | | [Fixing Updater Unit Tests on Windows] | Thomas Mueller | 2013-06-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows. | ||||
| * | | | [Fixing Updater Unit Tests on Windows] | Thomas Mueller | 2013-06-10 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | using $internalPath within call to self::correctFolder() because $path inside of it is not processed properly due to directory separator on Windows. error logging has been added in case the given 4path is not found within self::correctFolder | ||||
* | | | | Merge pull request #3690 from owncloud/use_execute_audited_in_filecache | Thomas Müller | 2013-06-13 | 7 | -122/+99 |
|\ \ \ \ | | | | | | | | | | | use executeAudited in files cache | ||||
| * | | | | fix another double wrapped array | Jörn Friedrich Dreyer | 2013-06-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | remove additional array wrapping | Jörn Friedrich Dreyer | 2013-06-12 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | use executeAudited in files cache | Jörn Friedrich Dreyer | 2013-06-12 | 7 | -122/+99 |
| | | | | | |||||
* | | | | | Merge pull request #3640 from infoneo/master | Thomas Müller | 2013-06-13 | 1 | -16/+16 |
|\ \ \ \ \ | |/ / / / |/| | | | | Folders with multiple periods problem fix | ||||
| * | | | | Update mapper.php | infoneo | 2013-06-08 | 1 | -25/+8 |
| | | | | | | | | | | | | | | | Now slugify is performed on whole filename (including extension). Changed method of adding index number (using regular expressions pathinfo() method removed). | ||||
| * | | | | Fixed problems with a dots in a filenames | infoneo | 2013-05-12 | 1 | -6/+12 |
| | | | | | |||||
| * | | | | Dots in a filenames fix | infoneo | 2013-05-12 | 1 | -8/+19 |
| | | | | | |||||
* | | | | | fix fetchRow checks to also work with MDB2 | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+7 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #3647 from owncloud/missing_backticks | Morris Jobke | 2013-06-10 | 2 | -5/+5 |
|\ \ \ \ | | | | | | | | | | | add missing backticks all over the place | ||||
| * | | | | add missing backticks all over the place | Jörn Friedrich Dreyer | 2013-06-10 | 2 | -5/+5 |
| | | | | | |||||
* | | | | | convert LIMIT to parameter | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'master' into hook-improvements | Michael Gapczynski | 2013-06-04 | 16 | -448/+881 |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: lib/files/view.php | ||||
| * | | | make sure the filesystem is setup before doing mount operations | Robin Appelman | 2013-06-02 | 1 | -3/+24 |
| | | | | |||||
| * | | | fix clearing mounts when filesystem isn't initialized yet | Robin Appelman | 2013-06-02 | 1 | -1/+3 |
| | | | | |||||
| * | | | Merge pull request #3459 from owncloud/fix_for_2377 | icewind1991 | 2013-05-31 | 2 | -3/+43 |
| |\ \ \ | | | | | | | | | | | fix problems with german "Umlaut" in folder name | ||||
| | * \ \ | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-25 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | * | | | | we should also normalize on update and search because the database layer ↵ | Florin Peter | 2013-05-25 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | will not do this for us | ||||
| | * | | | | added more places where normalization is needed | Florin Peter | 2013-05-25 | 1 | -0/+7 |
| | | | | | |