| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-30 | 8 | -6/+12 |
* | Merge pull request #13772 from owncloud/closecursor-allconfig | Vincent Petry | 2015-01-29 | 1 | -0/+1 |
|\ |
|
| * | Close cursor after checking for existing config values | Vincent Petry | 2014-11-28 | 1 | -0/+1 |
* | | Merge pull request #13760 from owncloud/create_enc_key_for_remote_shares | Morris Jobke | 2015-01-29 | 1 | -9/+27 |
|\ \
| |/
|/| |
|
| * | make sure that we always create a public share key for remote shares | Bjoern Schiessle | 2015-01-29 | 1 | -9/+27 |
* | | Merge pull request #13757 from owncloud/issue/13686-scroll-to-file-when-using... | Lukas Reschke | 2015-01-29 | 1 | -1/+1 |
|\ \ |
|
| * | | Scroll to file in folder, when using "search in other places" link | Joas Schilling | 2015-01-29 | 1 | -1/+1 |
* | | | Merge pull request #13762 from owncloud/ignore_trailing_slash | Björn Schießle | 2015-01-29 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | remove trailing slash | Bjoern Schiessle | 2015-01-29 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #13752 from owncloud/closecursor1 | Morris Jobke | 2015-01-29 | 2 | -0/+4 |
|\ \ \ |
|
| * | | | Close cursor early in calculateFolderSize | Vincent Petry | 2014-11-28 | 2 | -0/+4 |
| | |/
| |/| |
|
* | | | Fix webdav put for single file webdav shares | Robin Appelman | 2015-01-29 | 1 | -3/+3 |
* | | | Fix resolving paths for views rooted in a file | Robin Appelman | 2015-01-29 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #13667 from owncloud/rename-always-update-cache | Robin Appelman | 2015-01-28 | 2 | -12/+14 |
|\ \ |
|
| * | | Update the cache when renaming even if we dont emit hooks | Robin Appelman | 2015-01-28 | 2 | -12/+14 |
| |/ |
|
* / | Reference module with `.c` | Lukas Reschke | 2015-01-28 | 1 | -2/+2 |
|/ |
|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-28 | 4 | -26/+58 |
* | 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 #13717 from owncloud/storage-donotwrapnullstorage | Morris Jobke | 2015-01-28 | 1 | -1/+20 |
|\ \ |
|
| * | | Prevent wrapping null storage | Vincent Petry | 2015-01-27 | 1 | -1/+20 |
* | | | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorage | Morris Jobke | 2015-01-28 | 2 | -2/+56 |
|\ \ \ |
|
| * | | | 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 | 2 | -2/+56 |
* | | | | 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 | 4 | -10/+52 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix return type of addStorageWrapper in PHPDoc | Vincent Petry | 2015-01-27 | 1 | -1/+1 |
| * | | | Preserve mtime when doing cross storage move | Robin Appelman | 2015-01-23 | 1 | -3/+10 |
| * | | | Apply wrappers to existing mounts before registering it | Robin Appelman | 2015-01-23 | 2 | -8/+11 |
| * | | | 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 #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 #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 #13694 from owncloud/little-bit-more-descriptive-htaccess-... | Thomas Müller | 2015-01-27 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Make error more descriptive | Lukas Reschke | 2015-01-26 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-27 | 2 | -0/+4 |
* | | | | | certificate manager should always use a \OC\Files\View otherwise we will get ... | Bjoern Schiessle | 2015-01-26 | 2 | -16/+20 |
* | | | | | certificate manager only needs the user-id, no need to pass on the complete u... | Bjoern Schiessle | 2015-01-26 | 2 | -11/+14 |
|/ / / / |
|
* | | | | Merge pull request #13621 from owncloud/system-config-multiset | Thomas Müller | 2015-01-26 | 11 | -89/+174 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | naming fixes while reviewing | Thomas Müller | 2015-01-26 | 2 | -14/+16 |
| * | | | Use setConfigs() instead of calling setConfig() multiple times | Joas Schilling | 2015-01-23 | 6 | -54/+54 |
| * | | | Add a method to set/unset multiple config values in one call | Joas Schilling | 2015-01-23 | 5 | -22/+105 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-26 | 2 | -0/+2 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-25 | 6 | -0/+8 |
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-24 | 66 | -2/+162 |