Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #17379 from owncloud/kill-file-mapper | Vincent Petry | 2015-07-03 | 3 | -1050/+282 | |
|\ \ \ \ | | | | | | | | | | | Remove file mapper - was only use in Windows and never worked properly | |||||
| * | | | | Remove file mapper - was only use in Windows and never worked properly | Thomas Müller | 2015-07-03 | 3 | -1050/+282 | |
| | |/ / | |/| | | ||||||
* | | | | also dont download existing on fopen when using w+ and wb+ | Robin Appelman | 2015-07-03 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | add phpdoc | Robin Appelman | 2015-07-03 | 1 | -0/+55 | |
| | | | | ||||||
* | | | | add flysystem adapater | Robin Appelman | 2015-07-03 | 1 | -0/+188 | |
|/ / / | ||||||
* | | | Merge pull request #17291 from owncloud/mount-manager-public | Vincent Petry | 2015-07-03 | 2 | -5/+7 | |
|\ \ \ | |_|/ |/| | | expose the mount manager in the public api | |||||
| * | | fix typehinting | Robin Appelman | 2015-07-01 | 1 | -2/+3 | |
| | | | ||||||
| * | | expose the mount manager in the public api | Robin Appelman | 2015-07-01 | 2 | -3/+4 | |
| | | | ||||||
* | | | Merge pull request #17077 from owncloud/files-scan-absolute-path | Morris Jobke | 2015-07-02 | 2 | -5/+10 | |
|\ \ \ | |/ / |/| | | fix getting mount points when passing a path to the files:scan command | |||||
| * | | handle invalid results from mount providers | Robin Appelman | 2015-06-29 | 1 | -1/+4 | |
| | | | ||||||
| * | | add unit test | Robin Appelman | 2015-06-29 | 1 | -2/+5 | |
| | | | ||||||
| * | | fix getting mount points when passing a path to the files:scan command | Robin Appelman | 2015-06-29 | 1 | -3/+2 | |
| | | | ||||||
* | | | Merge pull request #16406 from owncloud/enc-strlenperffix | Morris Jobke | 2015-07-01 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Small perf tweak in strlen loop | |||||
| * | | | Small perf tweak in strlen loop | Vincent Petry | 2015-05-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #17256 from ↵ | Vincent Petry | 2015-06-30 | 1 | -1/+4 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/locking-disablecallbackwrapperwhendisabled Do not set callback wrapper when locking is disabled | |||||
| * | | | | Do not set callback wrapper when locking is disabled | Vincent Petry | 2015-06-30 | 1 | -1/+4 | |
| | | | | | ||||||
* | | | | | Merge pull request #17251 from ↵ | Vincent Petry | 2015-06-30 | 1 | -2/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-17247-filesize-stat-failed-for-in-log Perform the filesize on the file that exists | |||||
| * | | | | | Perform the filesize only when the file exists | Joas Schilling | 2015-06-30 | 1 | -2/+6 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | Regression from 95602d4069a1eb9a45e1d08edeecc0d5b90e01ca and 9b336765b69bf7b7e2cd67a824862411b249aa4d | |||||
* / / / / | Unlock first path on rename if second path is locked | Vincent Petry | 2015-06-29 | 1 | -1/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #17030 from owncloud/lock-posthooks | Joas Schilling | 2015-06-29 | 2 | -21/+21 | |
|\ \ \ \ | |_|/ / |/| | | | Keep shared lock for post-hooks | |||||
| * | | | Remove test-specific method to make Bjoern and Joas happy | Vincent Petry | 2015-06-26 | 1 | -9/+0 | |
| | | | | ||||||
| * | | | Keep shared locks in post hooks | Vincent Petry | 2015-06-25 | 3 | -21/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of unlocking after the file operation, change exclusive locks back to shared locks during post hooks, and unlock after that. Also added unit tests to test locking in pre-hooks, during operation and post-hooks. | |||||
* | | | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 12 | -6/+14 | |
|\ \ \ \ | | | | | | | | | | | Update license headers | |||||
| * | | | | update license headers and authors | Morris Jobke | 2015-06-25 | 12 | -6/+14 | |
| |/ / / | ||||||
* / / / | Correctly check if the real file exists, otherwise try the part file | Joas Schilling | 2015-06-26 | 1 | -2/+6 | |
|/ / / | ||||||
* | | | Merge pull request #17070 from owncloud/lock-movemountbug | Vincent Petry | 2015-06-24 | 2 | -23/+62 | |
|\ \ \ | | | | | | | | | Lock correct paths when moving mount | |||||
| * | | | Rollback folder scan if an entry was locked | Vincent Petry | 2015-06-24 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Fix locked paths in the moveMount case | Vincent Petry | 2015-06-24 | 1 | -23/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When moving a mount point directly, the lock must be applied on the local mount point path instead of the attached storage root. Other operations will still lock the attached storage root. | |||||
* | | | | Merge pull request #17110 from owncloud/share-error-handling | Morris Jobke | 2015-06-24 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | [sharing] handle shares of users that aren't available anymore | |||||
| * | | | | [sharing] handle shares of users that aren't available anymore | Morris Jobke | 2015-06-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * properly handle the case where an abandoned share is left and simply skip it | |||||
* | | | | | Merge pull request #17095 from owncloud/proper-error-handling | Morris Jobke | 2015-06-23 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Proper error handling | |||||
| * | | | | Added error message on initMountpoints exception | Morris Jobke | 2015-06-23 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #17045 from owncloud/enc_improvements | Björn Schießle | 2015-06-23 | 1 | -3/+5 | |
|\ \ \ \ | |/ / / |/| | | | encryption improvements | |||||
| * | | | make sure that we always read the header from the original file | Bjoern Schiessle | 2015-06-23 | 1 | -3/+5 | |
| | | | | ||||||
* | | | | Merge pull request #16657 from owncloud/view-emit-path | Thomas Müller | 2015-06-22 | 1 | -2/+4 | |
|\ \ \ \ | |/ / / |/| | | | emit hooks from a view as long as the path is inside the default root | |||||
| * | | | fix check if hooks should be emited in runHooks | Robin Appelman | 2015-06-15 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | emit hooks from a view as long as the path is inside the default root | Robin Appelman | 2015-06-02 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Merge pull request #16963 from owncloud/fileinfo-lock | Vincent Petry | 2015-06-18 | 1 | -28/+49 | |
|\ \ \ \ | | | | | | | | | | | Acquire read lock when getting file or directory info | |||||
| * | | | | remove unneeded normalize | Robin Appelman | 2015-06-18 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | unlock the file if the file doesnt exists | Robin Appelman | 2015-06-18 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | use old cache data when locked | Robin Appelman | 2015-06-17 | 1 | -28/+49 | |
| | | | | | ||||||
* | | | | | dont update the cache on rename fail | Robin Appelman | 2015-06-18 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | update noopscanner | Robin Appelman | 2015-06-18 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | extends phpdoc | Robin Appelman | 2015-06-18 | 1 | -3/+4 | |
| | | | | | ||||||
* | | | | | update the file cache within the write lock | Robin Appelman | 2015-06-18 | 3 | -31/+43 | |
|/ / / / | ||||||
* | | | | Merge pull request #16729 from owncloud/scanner-read-lock | Thomas Müller | 2015-06-17 | 2 | -8/+23 | |
|\ \ \ \ | | | | | | | | | | | keep a read lock while scanning a file or folder | |||||
| * | | | | ensure normalized path form when changing locks | Robin Appelman | 2015-06-15 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | properly unlock in case of failed fopen | Robin Appelman | 2015-06-15 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | keep a read lock while scanning a file or folder | Robin Appelman | 2015-06-15 | 2 | -7/+21 | |
| | | | | | ||||||
* | | | | | Normalize path in View's lock methods | Vincent Petry | 2015-06-16 | 1 | -4/+5 | |
| | | | | |