- Feb 03, 2015
-
-
Jenkins for ownCloud authored
-
- Feb 02, 2015
-
-
Lukas Reschke authored
Without CSRF check this file might be tricked into requesting itself which would result in an endless loop and thus potentially ending in a Denial of Service.
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Feb 01, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 31, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 30, 2015
-
-
Björn Schießle authored
-
Björn Schießle authored
get correct user for paths to the trash bin, needed for remote shares if the size of of trash gets calculated
-
Jenkins for ownCloud authored
-
- Jan 29, 2015
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Robin Appelman authored
-
Björn Schießle authored
-
Björn Schießle authored
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-
- Jan 28, 2015
-
-
Robin Appelman authored
-
Jenkins for ownCloud authored
-
- Jan 27, 2015
-
-
Vincent Petry authored
This is needed for Dropbox and others that need a token.
-
Vincent Petry authored
Because setStorageId now instantiates storages, they might throw exceptions if arguments are missing. This fixes the unit test to not throw exceptions and have their default config arguments set.
-
Jenkins for ownCloud authored
-
- Jan 26, 2015
-
-
Vincent Petry authored
When accepting a remote share, an ajax request is sent to the server. Only once this request returns should the file list be reloaded.
-
Vincent Petry authored
-
Vincent Petry authored
This removes the logic that registers the share action and modifies the rows. Share actions aren't needed in the public file list.
-
Björn Schießle authored
certificate manager should always use a \OC\Files\View otherwise we will get problems for different primary storages
-
Björn Schießle authored
-
Björn Schießle authored
use uid provided by setupfs hook to mount server2server shares, otherwise mount will fail for public link shares
-
Vincent Petry authored
-
Vincent Petry authored
-
Vincent Petry authored
Whenever an exception occurs during scan of a remote share, the share is checked for availability. If the storage is gone, it will be removed automatically. Also, getDirectoryContent() will now skip unavailable storages.
-
Vincent Petry authored
Cross-storage rename would cause copy + unlink. That unlink operation must not trigger the trashbin.
-
Joas Schilling authored
-
- Jan 25, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 24, 2015
-
-
Jenkins for ownCloud authored
-
- Jan 23, 2015
-
-
Björn Schießle authored
-
Vincent Petry authored
-
Vincent Petry authored
Needed to make it properly init the mount points
-