Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-29 | 48 | -8/+80 | |
| |/ / |/| | | ||||||
* | | | Merge pull request #13401 from is-apps/amazon_s3_checkboxes | Thomas Müller | 2015-01-28 | 1 | -1/+7 | |
|\ \ \ | ||||||
| * | | | Align checkbox configuration in external files | Ross Nicoll | 2015-01-19 | 1 | -1/+7 | |
* | | | | Merge pull request #13667 from owncloud/rename-always-update-cache | Robin Appelman | 2015-01-28 | 4 | -13/+20 | |
|\ \ \ \ | ||||||
| * | | | | Fix trash error when deleting files with the same name at the same time (happ... | Robin Appelman | 2015-01-28 | 1 | -0/+3 | |
| * | | | | Add unit test | Robin Appelman | 2015-01-28 | 1 | -1/+3 | |
| * | | | | Update the cache when renaming even if we dont emit hooks | Robin Appelman | 2015-01-28 | 2 | -12/+14 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #13730 from owncloud/fix-htaccess | Morris Jobke | 2015-01-28 | 3 | -6/+6 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Reference module with `.c` | Lukas Reschke | 2015-01-28 | 3 | -6/+6 | |
|/ / / | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-28 | 28 | -50/+224 | |
* | | | Merge pull request #13700 from owncloud/dav-objecttree-required-a-collection | Morris Jobke | 2015-01-28 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | let init() take an INode - fixes PHP message | Thomas Müller | 2015-01-27 | 1 | -2/+2 | |
* | | | | Merge pull request #13704 from owncloud/issue/13571-indicate-remote-sharee-in... | Morris Jobke | 2015-01-28 | 2 | -3/+6 | |
|\ \ \ \ | ||||||
| * | | | | Indicate that the share owner is remote in the filelist | Joas Schilling | 2015-01-27 | 2 | -3/+6 | |
* | | | | | Merge pull request #13717 from owncloud/storage-donotwrapnullstorage | Morris Jobke | 2015-01-28 | 2 | -1/+89 | |
|\ \ \ \ \ | ||||||
| * | | | | | Prevent wrapping null storage | Vincent Petry | 2015-01-27 | 2 | -1/+89 | |
* | | | | | | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorage | Morris Jobke | 2015-01-28 | 6 | -27/+200 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add back exit() | Vincent Petry | 2015-01-26 | 1 | -1/+1 | |
| * | | | | | | Replace OC_Log::ERROR with OCP\Util::ERROR | Vincent Petry | 2015-01-26 | 1 | -1/+1 | |
| * | | | | | | Catch storage exception in scanner for remote shares | Vincent Petry | 2015-01-26 | 6 | -27/+200 | |
* | | | | | | | Merge pull request #13718 from owncloud/use-proper-namespace | Bernhard Posselt | 2015-01-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use proper namespace | Lukas Reschke | 2015-01-27 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefix | Vincent Petry | 2015-01-27 | 12 | -15/+306 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix return type of addStorageWrapper in PHPDoc | Vincent Petry | 2015-01-27 | 1 | -1/+1 | |
| * | | | | | | Fix bogus deletion on copy + unlink through rename | Vincent Petry | 2015-01-26 | 3 | -0/+38 | |
| * | | | | | | Add trashbin storage wrapper unit test for versions | Vincent Petry | 2015-01-23 | 1 | -6/+76 | |
| * | | | | | | Simplify trash storage unit tests | Vincent Petry | 2015-01-23 | 1 | -46/+16 | |
| * | | | | | | Unregister trashbin storage wrapper at the end of tests | Vincent Petry | 2015-01-23 | 2 | -0/+4 | |
| * | | | | | | Preserve mtime when doing cross storage move | Robin Appelman | 2015-01-23 | 3 | -45/+40 | |
| * | | | | | | Remove storage wrapper for oc_trashbin in unit test | Vincent Petry | 2015-01-23 | 1 | -0/+2 | |
| * | | | | | | Only move files from the current user to the trashbin | Robin Appelman | 2015-01-23 | 1 | -4/+5 | |
| * | | | | | | Apply wrappers to existing mounts before registering it | Robin Appelman | 2015-01-23 | 2 | -8/+11 | |
| * | | | | | | Call final unlink in trash wrapper's storage | Vincent Petry | 2015-01-23 | 4 | -2/+178 | |
| * | | | | | | removeStorageWrapper to unregister a storage wrapper | Vincent Petry | 2015-01-23 | 2 | -3/+24 | |
| * | | | | | | Do not call wrapStorage if storate with same name added twice | Vincent Petry | 2015-01-22 | 3 | -1/+12 | |
* | | | | | | | Merge pull request #13707 from owncloud/extstorage-fixincompletestorageconfig | Vincent Petry | 2015-01-27 | 2 | -9/+96 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Allow saving incomplete external storage config | Vincent Petry | 2015-01-27 | 2 | -2/+67 | |
| * | | | | | | | Fix mount config unit test failures | Vincent Petry | 2015-01-27 | 1 | -7/+29 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #13699 from owncloud/check-if-file-exists | Morris Jobke | 2015-01-27 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use `file_exists` to verify that config file exists | Lukas Reschke | 2015-01-27 | 1 | -1/+3 | |
* | | | | | | | | Merge pull request #13636 from owncloud/add-warning-if-restore-of-data-is-not... | Lukas Reschke | 2015-01-27 | 5 | -36/+235 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add value if restore of data is possible for a user | Morris Jobke | 2015-01-27 | 5 | -36/+235 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #13701 from owncloud/disable-appcode-checker | Lukas Reschke | 2015-01-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | disable the app code checker - some previous shipped apps cannot be installed... | Thomas Müller | 2015-01-27 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #13676 from owncloud/fix-node-iface | Thomas Müller | 2015-01-27 | 2 | -3/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix node interface | Bernhard Posselt | 2015-01-26 | 2 | -3/+2 | |
* | | | | | | | | | Merge pull request #13679 from owncloud/public-disablesharejsplugin | Thomas Müller | 2015-01-27 | 3 | -3/+30 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Do not disclose share owner in public file list | Vincent Petry | 2015-01-26 | 1 | -1/+4 | |
| * | | | | | | | | | Disable JS plugin for sharing in public mode | Vincent Petry | 2015-01-26 | 2 | -2/+26 | |
* | | | | | | | | | | Merge pull request #13691 from owncloud/s2s-acceptsinglefile | Thomas Müller | 2015-01-27 | 2 | -4/+124 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | |