- Jan 28, 2015
-
-
Jenkins for ownCloud authored
-
Morris Jobke authored
let init() take a ICollection or an INode - fixes PHP message
-
Morris Jobke authored
Indicate that the share owner is remote in the filelist
-
Morris Jobke authored
Prevent wrapping null storage
-
- Jan 27, 2015
-
-
Morris Jobke authored
Catch storage exception in scanner for remote shares
-
Vincent Petry authored
Can happen when trying to instantiate external storages that have incomplete config, where the constructor throws an exception (the exception is caught in createStorage())
-
Bernhard Posselt authored
Use proper namespace
-
Lukas Reschke authored
IAppManager lives in OCP\App and not in OCP. Fixes https://github.com/owncloud/core/issues/13710
-
Vincent Petry authored
Call final unlink in trash wrapper's storage
-
Vincent Petry authored
-
Vincent Petry authored
Allow saving incomplete external storage config
-
Morris Jobke authored
Use `file_exists` to verify that config file exists
-
Lukas Reschke authored
Add value if restore of data is possible for a user
-
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.
-
Morris Jobke authored
* reason: nice to know before password change in user management * restore is possible: * encryption is disabled * encryption is enabled, admin and user has checked the restore option * if not possible: * highlight users row in red once the admin wants to change the password * show also a little tipsy
-
Joas Schilling authored
-
Lukas Reschke authored
disable the app code checker - some previous shipped apps cannot be inst...
-
Thomas Müller authored
-
Thomas Müller authored
Fix node interface
-
Thomas Müller authored
Disable JS plugin for sharing in public mode
-
Thomas Müller authored
Only reload file list after remote share accept request returns
-
Thomas Müller authored
disable the app code checker - some previous shipped apps cannot be installed from the appstore now :facepunch:
-
Thomas Müller authored
Make error more descriptive
-
Jenkins for ownCloud authored
-
- Jan 26, 2015
-
-
Lukas Reschke authored
There might be the case that `fopen($file, 'r')` returns false and thus ownCloud might believe that the config file is empty and thus potentially leading to an overwrite of the config file. This changeset introduces `file_exists` again which was used in ownCloud 5 where no such problems where reported and should not be affected by such problems. Ref https://github.com/owncloud/core/issues/12785#issuecomment-71548720
-
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.
-
Vincent Petry authored
use uid provided by setupfs hook to mount server2server shares
-
Vincent Petry authored
Prevent double slash in shareinfo request URL
-
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
-
Bernhard Posselt authored
-
Vincent Petry authored
-
Thomas Müller authored
Remove duplicated definition of APIController
-