Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow upgrade of not enabled apps | Thomas Müller | 2015-07-19 | 1 | -3/+1 |
| | |||||
* | Merge pull request #17702 from owncloud/enc_detect_legacy_files2_8.1 | Björn Schießle | 2015-07-17 | 2 | -44/+95 |
|\ | | | | | [8.1 backport] make sure that we always detect legacy files correctlly | ||||
| * | set targetIsEncrypted to true if file cache indicates that we try to read a ↵ | Bjoern Schiessle | 2015-07-17 | 1 | -0/+1 |
| | | | | | | | | encrypted file | ||||
| * | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 2 | -44/+94 |
| | | |||||
* | | Throw lock exceptions if remote share returned 423 status code | Vincent Petry | 2015-07-17 | 1 | -17/+27 |
| | | |||||
* | | Fixing 'Undefined index: REMOTE_ADDR' - fixes #17460 | Thomas Müller | 2015-07-17 | 1 | -1/+2 |
|/ | |||||
* | Prefer OCS Id from database | Lukas Reschke | 2015-07-17 | 1 | -0/+6 |
| | | | | To be consistent with other logic the app id from the database needs to be prefered. Especially when it comes to be able to replace an outdated OCS id. | ||||
* | Add repair step for outdated OCS IDs | Lukas Reschke | 2015-07-16 | 1 | -2/+4 |
| | | | | | | There is the case where OCs IDs might become outdated such as it has been with the calendar and contacts app which refer to the old dummy entry. This means that users with the old OCS id can't update updates as well will receive invalid state flags. (e.g. "experimental" instead of "approved") To allow instances to properly update the applications in the future we need to migrate the OCS IDs for now manually. | ||||
* | Merge pull request #17653 from ↵ | Morris Jobke | 2015-07-16 | 1 | -10/+28 |
|\ | | | | | | | | | owncloud/backport-17330-share-group-path-exception [stable8.1] Fix the path for users which have an exception for a group share | ||||
| * | Make sure the owner always has the right path | Joas Schilling | 2015-07-15 | 1 | -3/+6 |
| | | |||||
| * | Fix the path for users which have an exception for a group share | Joas Schilling | 2015-07-15 | 1 | -7/+22 |
| | | |||||
* | | Merge pull request #17337 from owncloud/stable8.1-backport-17077 | Morris Jobke | 2015-07-15 | 2 | -5/+10 |
|\ \ | | | | | | | [stable8.1] fix getting mount points when passing a path to the files:scan command | ||||
| * | | handle invalid results from mount providers | Robin Appelman | 2015-07-02 | 1 | -1/+4 |
| | | | |||||
| * | | add unit test | Robin Appelman | 2015-07-02 | 1 | -2/+5 |
| | | | |||||
| * | | fix getting mount points when passing a path to the files:scan command | Robin Appelman | 2015-07-02 | 1 | -3/+2 |
| | | | |||||
* | | | Throw StorageNotAvailable if propfind on root failed | Vincent Petry | 2015-07-14 | 1 | -1/+5 |
| |/ |/| | | | | | | | If PROPFIND fails with 404 or 405 on the remote share root, it means the storage is not available. Throw StorageNotAvailable is such case. | ||||
* | | Merge pull request #17288 from owncloud/stable8.1-chunk-cleanupgracefulonlock | Morris Jobke | 2015-07-09 | 1 | -3/+10 |
|\ \ | | | | | | | Stable8.1 chunk cleanupgracefulonlock | ||||
| * | | Do not try clearing locked files in cache folder | Vincent Petry | 2015-07-01 | 1 | -3/+10 |
| | | | |||||
* | | | Merge pull request #17289 from owncloud/stable8.1-files-cleanuppartfileonlyonce | Morris Jobke | 2015-07-08 | 1 | -4/+8 |
|\ \ \ | | | | | | | | | Stable8.1 files cleanuppartfileonlyonce | ||||
| * | | | Only delete part file on error if it is really a part file | Vincent Petry | 2015-07-01 | 1 | -2/+6 |
| | | | | |||||
| * | | | Clean up part file only once, not twice on error | Vincent Petry | 2015-07-01 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #17338 from owncloud/stable8.1-backport-17252 | Morris Jobke | 2015-07-08 | 1 | -15/+19 |
|\ \ \ | | | | | | | | | [stable8.1] Only do the description kung-fu on strings - fixes #17028 | ||||
| * | | | Only do the description kung-fu on strings - fixes #17028 | Thomas Müller | 2015-07-02 | 1 | -15/+19 |
| | |/ | |/| | |||||
* | | | Merge pull request #17366 from owncloud/fix_16740_8.1 | Morris Jobke | 2015-07-08 | 2 | -2/+4 |
|\ \ \ | | | | | | | | | [oc8.1] owner is stored as 'uid_owner', not as 'owner' in the oc_share table | ||||
| * | | | call post_addToGroup als for class OC_User because sharing and LDAP are ↵ | Bjoern Schiessle | 2015-07-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | using this class. Minimal approach to fix #16740 | ||||
| * | | | owner is stored as 'uid_owner', not as 'owner' in the oc_share table | Bjoern Schiessle | 2015-07-03 | 1 | -2/+2 |
| | | | | |||||
* | | | | [upgrade] add verbosity check and show repair info & steps | Morris Jobke | 2015-07-07 | 1 | -0/+6 |
|/ / / | |||||
* / / | Delete OCS ID from DB if none is specified | Lukas Reschke | 2015-07-02 | 1 | -0/+2 |
|/ / | | | | | | | | | | | If no OCS ID is specified in appinfo.xml and an app update is triggered and a OCS ID is stored in the DB we should clean the value. Ref https://github.com/owncloud/activity/issues/320#issuecomment-117937748 | ||||
* | | Merge pull request #17266 from owncloud/stable8.1-backport-17224 | Thomas Müller | 2015-07-01 | 1 | -15/+29 |
|\ \ | | | | | | | Stable8.1 backport 17224 | ||||
| * | | Avoid namespace clash | Thomas Müller | 2015-07-01 | 1 | -5/+4 |
| | | | |||||
| * | | Adding exception handling for ServerNotAvailableException - refs #17192 | Thomas Müller | 2015-07-01 | 1 | -18/+33 |
| |/ | |||||
* / | Use UTF-8 mode for preg_split and preg_replace | Lukas Reschke | 2015-07-01 | 1 | -2/+3 |
|/ | | | | | | Otherwise a single application with a description containing a non compliant character can break the whole ownCloud appstore. This is for example https://apps.owncloud.com/content/show.php?content=149553 Fixes https://github.com/owncloud/core/issues/17101#issuecomment-117365224 | ||||
* | Merge pull request #17256 from ↵ | Vincent Petry | 2015-06-30 | 1 | -1/+4 |
|\ | | | | | | | | | owncloud/locking-disablecallbackwrapperwhendisabled Do not set callback wrapper when locking is disabled | ||||
| * | Do not set callback wrapper when locking is disabled | Vincent Petry | 2015-06-30 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #17225 from owncloud/fix_12106 | Björn Schießle | 2015-06-30 | 1 | -3/+19 |
|\ \ | | | | | | | if it is a mount point we need to get the path from the mount manager | ||||
| * | | if it is a mount point we need to get the path from the mount manager | Bjoern Schiessle | 2015-06-30 | 1 | -3/+19 |
| | | | |||||
* | | | Merge pull request #17251 from ↵ | Vincent Petry | 2015-06-30 | 1 | -2/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/issue-17247-filesize-stat-failed-for-in-log Perform the filesize on the file that exists | ||||
| * | | | Perform the filesize only when the file exists | Joas Schilling | 2015-06-30 | 1 | -2/+6 |
| | |/ | |/| | | | | | | | | | | Regression from 95602d4069a1eb9a45e1d08edeecc0d5b90e01ca and 9b336765b69bf7b7e2cd67a824862411b249aa4d | ||||
* | | | Merge pull request #17189 from owncloud/files-straypartfilesonexception | Morris Jobke | 2015-06-30 | 2 | -32/+69 |
|\ \ \ | |/ / |/| | | Cleanup part file after upload exception | ||||
| * | | Unlock first path on rename if second path is locked | Vincent Petry | 2015-06-29 | 1 | -1/+6 |
| | | | |||||
| * | | Cleanup part file after upload exception | Vincent Petry | 2015-06-29 | 1 | -31/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added unit tests for checking for stray part files. Convert exception to sabre exception in upload put method. Also added unit test for exception mapping, which also indirectly tests that the part file is being deleted on exception. This applies to both chunking and non-chunking mode. Added some unit tests for chunk upload. | ||||
* | | | Merge pull request #17249 from owncloud/file-cache-is-a-icache | Joas Schilling | 2015-06-30 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | Fixing "ImportController::__construct() must implement interface OCP\… | ||||
| * | | | Fixing "ImportController::__construct() must implement interface ↵ | Thomas Müller | 2015-06-29 | 1 | -1/+4 |
| |/ / | | | | | | | | | | OCP\\ICache, instance of OC\\Cache\\File given" | ||||
* / / | Fix class name conflict | Vincent Petry | 2015-06-29 | 1 | -3/+2 |
|/ / | | | | | | | | | | | Looks like PHP 5.6.x doesn't like name conflicts. \Sabre\DAV\Server would overlap with \OC\Connector\Sabre\Server. | ||||
* | | Merge pull request #17231 from owncloud/add-missing-version-field | Morris Jobke | 2015-06-29 | 1 | -4/+4 |
|\ \ | | | | | | | Add missing version field | ||||
| * | | Typehint $targetVersion | Lukas Reschke | 2015-06-29 | 1 | -4/+4 |
| | | | |||||
* | | | Merge pull request #17229 from owncloud/maintenance-plugin-test | Joas Schilling | 2015-06-29 | 1 | -3/+17 |
|\ \ \ | |/ / |/| | | Unit tests added for MaintenancePlugin | ||||
| * | | Fixing ctor calls and ctor itself to not break usage in calendar and ↵ | Thomas Müller | 2015-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | contacts ..... | ||||
| * | | Unit tests added for MaintenancePlugin | Thomas Müller | 2015-06-29 | 1 | -3/+17 |
| | | | |||||
* | | | Merge pull request #17222 from owncloud/issue-17101-send-oc-version-to-app-store | Lukas Reschke | 2015-06-29 | 3 | -14/+27 |
|\ \ \ | |/ / |/| | | Send OC version to appstore so it can reply with the right links |