Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure that we always create a public share key for remote shares | Bjoern Schiessle | 2015-01-29 | 1 | -9/+27 |
| | |||||
* | [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 a ICollection or an INode - fixes PHP message | ||||
| * | 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 | ||||
| * | | Prevent wrapping null storage | Vincent Petry | 2015-01-27 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | | | Can happen when trying to instantiate external storages that have incomplete config, where the constructor throws an exception (the exception is caught in createStorage()) | ||||
* | | | Merge pull request #13525 from owncloud/s2s-fixscanfileforbrokenstorage | Morris Jobke | 2015-01-28 | 2 | -2/+56 |
|\ \ \ | | | | | | | | | Catch storage exception in scanner for remote shares | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | Merge pull request #13718 from owncloud/use-proper-namespace | Bernhard Posselt | 2015-01-27 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Use proper namespace | ||||
| * | | | | Use proper namespace | Lukas Reschke | 2015-01-27 | 1 | -1/+1 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | IAppManager lives in OCP\App and not in OCP. Fixes https://github.com/owncloud/core/issues/13710 | ||||
* | | | | Merge pull request #13561 from owncloud/trash-finaldeletewhencrossstoragefix | Vincent Petry | 2015-01-27 | 4 | -10/+52 |
|\ \ \ \ | |/ / / |/| | | | Call final unlink in trash wrapper's storage | ||||
| * | | | 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 | ||||
| * | | | | Use `file_exists` to verify that config file exists | Lukas Reschke | 2015-01-27 | 1 | -1/+3 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | 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 inst... | ||||
| * | | | | disable the app code checker - some previous shipped apps cannot be ↵ | Thomas Müller | 2015-01-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | installed from the appstore now :facepunch: | ||||
* | | | | | Merge pull request #13676 from owncloud/fix-node-iface | Thomas Müller | 2015-01-27 | 2 | -3/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix node interface | ||||
| * | | | | fix node interface | Bernhard Posselt | 2015-01-26 | 2 | -3/+2 |
| | | | | | |||||
* | | | | | Merge pull request #13694 from ↵ | Thomas Müller | 2015-01-27 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/little-bit-more-descriptive-htaccess-error Make error more descriptive | ||||
| * | | | | | Make error more descriptive | Lukas Reschke | 2015-01-26 | 1 | -1/+1 |
| | |/ / / | |/| | | | | | | | | | | | | | Ref https://github.com/owncloud/core/issues/13693#issuecomment-71546767 | ||||
* | | | | | [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 |
| | | | | | | | | | | | | | | | | | | | | problems for different primary storages | ||||
* | | | | | certificate manager only needs the user-id, no need to pass on the complete ↵ | Bjoern Schiessle | 2015-01-26 | 2 | -11/+14 |
|/ / / / | | | | | | | | | | | | | user object | ||||
* | | | | Merge pull request #13621 from owncloud/system-config-multiset | Thomas Müller | 2015-01-26 | 11 | -89/+174 |
|\ \ \ \ | |/ / / |/| | | | Add a method to set/unset multiple config values with one write | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | This reduces the number of file writes we do for config.php and therefor hopefully helps lowering the chances for empty config.php files | ||||
* | | | | [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 |
| | | | | |||||
* | | | | Merge pull request #13626 from owncloud/check-for-hhvm | Clark Tomlinson | 2015-01-23 | 1 | -0/+14 |
|\ \ \ \ | | | | | | | | | | | Don't check for `always_populate_raw_post_data` on HHVM | ||||
| * | | | | Don't check for `always_populate_raw_post_data` on HHVM | Lukas Reschke | 2015-01-23 | 1 | -0/+14 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* / / / | Do not retrieve shares through group if user has no group | Vincent Petry | 2015-01-23 | 1 | -20/+22 |
|/ / / | |||||
* | | | Merge pull request #13593 from owncloud/add-check-for-raw-post-data | Morris Jobke | 2015-01-22 | 1 | -2/+17 |
|\ \ \ | | | | | | | | | Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6 | ||||
| * | | | translate error messages | Morris Jobke | 2015-01-22 | 1 | -4/+4 |
| | | | | |||||
| * | | | Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6 | Lukas Reschke | 2015-01-22 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHP 5.6 otherwise throws notices for perfectly valid code which results in broken endpoints. Fixes https://github.com/owncloud/core/issues/13592 | ||||
* | | | | Merge pull request #13314 from owncloud/login-hook-logout | Morris Jobke | 2015-01-22 | 4 | -12/+36 |
|\ \ \ \ | | | | | | | | | | | Return false if the login is canceled in a hook | ||||
| * | | | | Throw an exception when login is canceled by an app | Robin Appelman | 2015-01-22 | 3 | -11/+33 |
| | | | | | |||||
| * | | | | Allow custom error messages for the login page | Robin Appelman | 2015-01-22 | 1 | -1/+3 |
| | | | | | |||||
| * | | | | Return false if the login is canceled in a hook | Robin Appelman | 2015-01-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #13449 from owncloud/image_preview_limit | Thomas Müller | 2015-01-22 | 1 | -0/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | add config-option for an image's maximum filesize when generating previews | ||||
| * | | | | | add config-option for an image's maximum filesize when generating previews | Georg Ehrke | 2015-01-22 | 1 | -0/+7 |
| | | | | | | |||||
* | | | | | | remove insane debug-log from OC_Image | Georg Ehrke | 2015-01-22 | 1 | -1/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #13598 from owncloud/fix-undefined-offset | Thomas Müller | 2015-01-22 | 1 | -0/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix undefined offset 1 for wrong user mail address | ||||
| * | | | | | | Fix undefined offset 1 for wrong user mail address | Morris Jobke | 2015-01-22 | 1 | -0/+3 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | * fixes Undefined offset: 1 at lib/private/mail.php#143 |