- 27 Jan, 2015 13 commits
-
-
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
-
Lukas Reschke authored
disable the app code checker - some previous shipped apps cannot be inst...
-
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
-
- 26 Jan, 2015 18 commits
-
-
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
-
Bjoern Schiessle authored
certificate manager should always use a \OC\Files\View otherwise we will get problems for different primary storages
-
Bjoern Schiessle authored
-
Bjoern Schiessle authored
use uid provided by setupfs hook to mount server2server shares, otherwise mount will fail for public link shares
-
Vincent Petry authored
-
Bernhard Posselt authored
-
Thomas Müller authored
Remove duplicated definition of APIController
-
Thomas Müller authored
Add a method to set/unset multiple config values with one write
-
Thomas Müller authored
-
Joas Schilling authored
-
Jenkins for ownCloud authored
-
Frank Karlitschek authored
-
- 25 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 24 Jan, 2015 1 commit
-
-
Jenkins for ownCloud authored
-
- 23 Jan, 2015 7 commits
-
-
Björn Schießle authored
by default send mail for new server-to-server share
-
Bjoern Schiessle authored
-
Clark Tomlinson authored
Don't check for `always_populate_raw_post_data` on HHVM
-
Lukas Reschke authored
Do not retrieve shares through group if user has no group
-
Vincent Petry authored
-
Joas Schilling authored
-
Lukas Reschke authored
HHVM seems to have problems with this at the moment (even setting those values in the php.ini of HHVM doesn't have helped much) and thus the unit test execution failed. So it's better if we disable this check for now for HHVM.
-