Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved app description and adjust it to the way the new encryption module ↵ | Bjoern Schiessle | 2015-07-22 | 1 | -13/+8 |
| | | | | works | ||||
* | Merge pull request #17752 from ↵ | Joas Schilling | 2015-07-21 | 2 | -4/+81 |
|\ | | | | | | | | | owncloud/enc_migration_fix_mountpoint_detection_8.1 [8.1 backport] fix system wide mount point detection on migration | ||||
| * | fix mount point detection | Bjoern Schiessle | 2015-07-20 | 2 | -4/+81 |
| | | |||||
* | | Merge pull request #17762 from owncloud/backport-17723-stable8.1 | Morris Jobke | 2015-07-21 | 2 | -125/+133 |
|\ \ | | | | | | | Backport of #17723 to stable8.1 | ||||
| * | | Backport of #17723 to stable8.1 | Arthur Schiwon | 2015-07-20 | 2 | -125/+133 |
| |/ | | | | | | | | | | | fix runtime caching in ldap's user manager, fixes #17631 fix indentation. no code changes, whitespace only. | ||||
* | | Merge pull request #17704 from owncloud/backport-stable8.1-17255-17526 | Morris Jobke | 2015-07-21 | 10 | -1/+483 |
|\ \ | |/ |/| | Backport stable8.1 #17255 #17526 | ||||
| * | LDAP: when checking group for matching filter, also take base DN into ↵ | Arthur Schiwon | 2015-07-17 | 4 | -2/+96 |
| | | | | | | | | consideration. Fixes #17516 | ||||
| * | Backport of 17255 to stable8.1 | Arthur Schiwon | 2015-07-17 | 9 | -1/+389 |
| | | | | | | | | | | | | | | | | | | | | ensure groups match filter when using memberOf to read users group, refs #17119 integration test adjust unit test tests solidity | ||||
* | | unit tests | Bjoern Schiessle | 2015-07-17 | 1 | -2/+36 |
| | | |||||
* | | don't move keys if the key where already moved in a previous migration run | Bjoern Schiessle | 2015-07-17 | 4 | -21/+79 |
|/ | |||||
* | Merge pull request #17678 from ↵ | Thomas Müller | 2015-07-17 | 4 | -8/+71 |
|\ | | | | | | | | | owncloud/backport-encryption_migration_improvements-stable8.1 Backport encryption migration improvements stable8.1 | ||||
| * | only create new key pair if both keys are missing | Bjoern Schiessle | 2015-07-16 | 2 | -7/+68 |
| | | |||||
| * | only cleanUp the remaining keys if the migration really finished succesfully | Bjoern Schiessle | 2015-07-16 | 2 | -1/+3 |
| | | |||||
* | | Merge pull request #17679 from owncloud/backport-fix_trashbin-stable8.1 | Thomas Müller | 2015-07-17 | 2 | -2/+62 |
|\ \ | | | | | | | only move real files to the trash bin | ||||
| * | | only move real files to the trash bin | Bjoern Schiessle | 2015-07-16 | 2 | -2/+62 |
| |/ | |||||
* | | Merge pull request #17676 from owncloud/backport-files-scan-user-path-stable8.1 | Morris Jobke | 2015-07-16 | 1 | -4/+5 |
|\ \ | |/ |/| | Lock scanner to the given user | ||||
| * | Lock scanner to the given user | Robin Appelman | 2015-07-16 | 1 | -4/+5 |
| | | |||||
* | | Merge pull request #17653 from ↵ | Morris Jobke | 2015-07-16 | 1 | -0/+130 |
|\ \ | |/ |/| | | | | | owncloud/backport-17330-share-group-path-exception [stable8.1] Fix the path for users which have an exception for a group share | ||||
| * | Add test case when owner renames shared folder | Vincent Petry | 2015-07-15 | 1 | -5/+8 |
| | | |||||
| * | Add unit test for getUsersSharingFile | Vincent Petry | 2015-07-15 | 1 | -0/+127 |
| | | | | | | | | | | This is to test if the user list and paths are correct, even when a recipient renamed the received shared folder | ||||
* | | Merge pull request #17658 from owncloud/share-lock-owner-parent-stable81 | Vincent Petry | 2015-07-16 | 3 | -10/+134 |
|\ \ | | | | | | | [8.1] lock parent folders for the owner when locking a shared file as recipient | ||||
| * | | only lock the parent folders | Robin Appelman | 2015-07-15 | 2 | -2/+13 |
| | | | |||||
| * | | lock parent folders for the owner when locking a shared file as recipient | Robin Appelman | 2015-07-15 | 3 | -10/+123 |
| |/ | |||||
* | | Merge pull request #17556 from owncloud/enc_fix_migration_stable8.1 | Vincent Petry | 2015-07-16 | 2 | -14/+82 |
|\ \ | | | | | | | [stable8.1 backport] more secure way to update the database | ||||
| * | | more secure way to update the database | Bjoern Schiessle | 2015-07-10 | 2 | -14/+82 |
| |/ | |||||
* | | Merge pull request #17294 from owncloud/stable8.1-s2s-catchmoreexceptiontypes | Morris Jobke | 2015-07-16 | 1 | -13/+7 |
|\ \ | | | | | | | [stable8.1] Catch more error codes thrown by federated shares | ||||
| * | | Throw storage not available on guzzle error | Vincent Petry | 2015-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | If the remote server is in maintenance mode, we must throw storage not available exception instead of not found which might auto-remove the share. | ||||
| * | | Catch more error codes thrown by federated shares | Vincent Petry | 2015-07-01 | 1 | -13/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Most of the time it doesn't make sense to forward Guzzle's RequestException, so we convert it to StorageNotAvailable instead. This prevents unpredictable error codes to block access to unrelated folders needlessly. | ||||
* | | | Merge pull request #17337 from owncloud/stable8.1-backport-17077 | Morris Jobke | 2015-07-15 | 1 | -3/+5 |
|\ \ \ | |_|/ |/| | | [stable8.1] fix getting mount points when passing a path to the files:scan command | ||||
| * | | handle error during setup | Robin Appelman | 2015-07-02 | 1 | -3/+5 |
| |/ | |||||
* | | Merge pull request #17332 from ↵ | Morris Jobke | 2015-07-08 | 2 | -2/+8 |
|\ \ | | | | | | | | | | | | | owncloud/fix-temporary-mountpoint-name-in-activities Fix the mount point name before creating the activities | ||||
| * | | Use the item name when refering to the unaccepted remote share | Joas Schilling | 2015-07-02 | 2 | -2/+8 |
| |/ | |||||
* | | Merge pull request #17370 from ↵ | Morris Jobke | 2015-07-08 | 2 | -1/+18 |
|\ \ | | | | | | | | | | | | | owncloud/stable8.1-share-onlyshowstaticownerifavailable [stable8.1] Do not show static share owner if not available | ||||
| * | | Do not show static share owner if not available | Vincent Petry | 2015-07-03 | 2 | -1/+18 |
| | | | | | | | | | | | | | | | | | | | | | In some corner cases, an outgoing share exists but sharing is not allowed for the current user. This would cause the file list to break because the static text could not be rendered as the owner was undefined. | ||||
* | | | remove duplicate ID in HTML template for public shares | Morris Jobke | 2015-07-06 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #17317 from owncloud/stable81-clean-ocsid | Lukas Reschke | 2015-07-02 | 5 | -5/+5 |
|\ \ | | | | | | | [stable8.1] Delete OCS ID from DB if none is specified | ||||
| * | | Bump versions | Lukas Reschke | 2015-07-02 | 5 | -5/+5 |
| |/ | |||||
* / | [stable81] Remove OCS IDs | Lukas Reschke | 2015-07-02 | 5 | -5/+0 |
|/ | | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867 | ||||
* | Fixing ctor calls and ctor itself to not break usage in calendar and ↵ | Thomas Müller | 2015-06-29 | 2 | -2/+2 |
| | | | | contacts ..... | ||||
* | Merge pull request #17083 from owncloud/share-etag-update-target | Vincent Petry | 2015-06-29 | 2 | -10/+38 |
|\ | | | | | take share target into account when updating recipient etags | ||||
| * | Unit test for etag update on custom share folder | Vincent Petry | 2015-06-26 | 1 | -8/+36 |
| | | |||||
| * | take share target into account when updating recipient etags | Robin Appelman | 2015-06-22 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-29 | 36 | -4/+44 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-28 | 22 | -10/+68 |
| | | |||||
* | | Add missing annotations for parameters | Lukas Reschke | 2015-06-27 | 2 | -9/+16 |
| | | |||||
* | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 118 | -114/+327 |
|\ \ | | | | | | | Update license headers | ||||
| * | | update license headers and authors | Morris Jobke | 2015-06-25 | 118 | -114/+327 |
| | | | |||||
* | | | Merge pull request #17199 from ↵ | Lukas Reschke | 2015-06-27 | 2 | -0/+19 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/feature/show-error-when-shareservice-dies add check if server returns a 500 and display error | ||||
| * | | | add check if server returns a 500 and display error | Clark Tomlinson | 2015-06-26 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | | resolves https://github.com/owncloud/core/issues/17170 | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-27 | 18 | -4/+46 |
| | | | |