mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-05 02:20:28 -05:00
Bump core and web commit ids
The latest web acceptance tests expect the expected-failures file to be in Markdown format. So rename and reformat the expected-failures.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
# The test runner source for API tests
|
||||
CORE_COMMITID=703437fc76dfb46de2dbc9d68331cb4027e02c53
|
||||
CORE_COMMITID=d981678b105ba632bdcb538fdf42e152a6a887da
|
||||
CORE_BRANCH=master
|
||||
|
||||
# The test runner source for UI tests
|
||||
WEB_COMMITID=fa457503b36a6b3ec6f18f255a382726db0717cf
|
||||
WEB_COMMITID=c2acb0a70024c78c6defc132e3a3b3e5c7d51285
|
||||
WEB_BRANCH=master
|
||||
|
||||
+1
-1
@@ -621,7 +621,7 @@ def uiTestPipeline(ctx, suiteName, storage = 'owncloud', accounts_hash_difficult
|
||||
'LOCAL_UPLOAD_DIR': '/uploads',
|
||||
'NODE_TLS_REJECT_UNAUTHORIZED': 0,
|
||||
'TEST_PATHS': paths,
|
||||
'EXPECTED_FAILURES_FILE': '/drone/src/tests/acceptance/expected-failures-webUI-on-%s-storage.txt' % (storage.upper()),
|
||||
'EXPECTED_FAILURES_FILE': '/drone/src/tests/acceptance/expected-failures-webUI-on-%s-storage.md' % (storage.upper()),
|
||||
},
|
||||
'commands': [
|
||||
'source /drone/src/.drone.env',
|
||||
|
||||
@@ -212,6 +212,7 @@ apiProvisioning-v1/disableUser.feature:165
|
||||
apiProvisioning-v1/disableUser.feature:172
|
||||
apiProvisioning-v1/disableUser.feature:190
|
||||
apiProvisioning-v1/disableUser.feature:203
|
||||
apiProvisioning-v1/disableUser.feature:219
|
||||
apiProvisioning-v2/disableUser.feature:79
|
||||
apiProvisioning-v2/disableUser.feature:99
|
||||
apiProvisioning-v2/disableUser.feature:108
|
||||
@@ -220,6 +221,7 @@ apiProvisioning-v2/disableUser.feature:166
|
||||
apiProvisioning-v2/disableUser.feature:173
|
||||
apiProvisioning-v2/disableUser.feature:191
|
||||
apiProvisioning-v2/disableUser.feature:204
|
||||
apiProvisioning-v2/disableUser.feature:220
|
||||
#
|
||||
# https://github.com/owncloud/ocis-ocs/issues/51
|
||||
# displayname of user can be changed to empty
|
||||
@@ -1511,6 +1513,7 @@ apiVersions/fileVersionsSharingToShares.feature:33
|
||||
#
|
||||
# restoring an older version of a shared file deletes the share https://github.com/owncloud/ocis/issues/765
|
||||
#
|
||||
apiShareManagementToShares/acceptShares.feature:473
|
||||
apiVersions/fileVersionsSharingToShares.feature:44
|
||||
#
|
||||
# https://github.com/owncloud/ocis/issues/560 cannot move from Shares folder
|
||||
@@ -2355,6 +2358,8 @@ apiVersions/fileVersionsSharingToShares.feature:279
|
||||
# https://github.com/owncloud/ocis/issues/719 when a share exists its impossible to share a renamed folder
|
||||
apiShareManagementBasicToShares/createShareToSharesFolder.feature:611
|
||||
apiShareManagementBasicToShares/createShareToSharesFolder.feature:612
|
||||
apiShareManagementBasicToShares/createShareToSharesFolder.feature:665
|
||||
apiShareManagementBasicToShares/createShareToSharesFolder.feature:666
|
||||
|
||||
# https://github.com/owncloud/ocis/issues/965 ocis-storage does not use the mtime send in the `Upload-Metadata` header when uploading via TUS
|
||||
apiWebdavUploadTUS/uploadFileMtime.feature:17
|
||||
|
||||
@@ -195,6 +195,7 @@ apiProvisioning-v1/disableUser.feature:165
|
||||
apiProvisioning-v1/disableUser.feature:172
|
||||
apiProvisioning-v1/disableUser.feature:190
|
||||
apiProvisioning-v1/disableUser.feature:203
|
||||
apiProvisioning-v1/disableUser.feature:219
|
||||
apiProvisioning-v2/disableUser.feature:79
|
||||
apiProvisioning-v2/disableUser.feature:99
|
||||
apiProvisioning-v2/disableUser.feature:108
|
||||
@@ -203,6 +204,7 @@ apiProvisioning-v2/disableUser.feature:166
|
||||
apiProvisioning-v2/disableUser.feature:173
|
||||
apiProvisioning-v2/disableUser.feature:191
|
||||
apiProvisioning-v2/disableUser.feature:204
|
||||
apiProvisioning-v2/disableUser.feature:220
|
||||
#
|
||||
# https://github.com/owncloud/ocis-ocs/issues/51
|
||||
# displayname of user can be changed to empty
|
||||
@@ -1521,6 +1523,7 @@ apiShareOperationsToShares/changingFilesShare.feature:60
|
||||
#
|
||||
# restoring an older version of a shared file deletes the share https://github.com/owncloud/ocis/issues/765
|
||||
#
|
||||
apiShareManagementToShares/acceptShares.feature:473
|
||||
apiVersions/fileVersionsSharingToShares.feature:44
|
||||
#
|
||||
# https://github.com/owncloud/ocis/issues/560 cannot move from Shares folder
|
||||
@@ -2422,6 +2425,8 @@ apiVersions/fileVersionsSharingToShares.feature:279
|
||||
# https://github.com/owncloud/ocis/issues/719 when a share exists its impossible to share a renamed folder
|
||||
apiShareManagementBasicToShares/createShareToSharesFolder.feature:611
|
||||
apiShareManagementBasicToShares/createShareToSharesFolder.feature:612
|
||||
apiShareManagementBasicToShares/createShareToSharesFolder.feature:665
|
||||
apiShareManagementBasicToShares/createShareToSharesFolder.feature:666
|
||||
|
||||
# https://github.com/owncloud/ocis/issues/1012 TUS OPTIONS requests does not reply with TUS headers when invalid password
|
||||
apiWebdavUploadTUS/optionsRequest.feature:29
|
||||
|
||||
@@ -0,0 +1,423 @@
|
||||
## Scenarios from web tests that are expected to fail on OCIS with owncloud storage
|
||||
|
||||
Lines that contain a format like "[someSuite.someFeature.feature:n](https://github.com/owncloud/web/path/to/feature)"
|
||||
are lines that document a specific expected failure. Follow that with a URL to the line in the feature file in GitHub.
|
||||
Please follow this format for the actual expected failures.
|
||||
|
||||
Level-3 headings should be used for the references to the relevant issues. Include the issue title with a link to the issue in GitHub.
|
||||
|
||||
Other free text and markdown formatting can be used elsewhere in the document if needed. But if you want to explain something about the issue, then please post that in the issue itself.
|
||||
|
||||
### [Media Viewer does not support mp3 files](https://github.com/owncloud/ocis/issues/1106)
|
||||
- [webUIPreview/imageMediaViewer.feature:81](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L81)
|
||||
- [webUIPreview/imageMediaViewer.feature:88](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L88)
|
||||
|
||||
### [authentication dialog appears when user is deleted](https://github.com/owncloud/web/issues/4564)
|
||||
### [login error page loops when logged in user is deleted](https://github.com/owncloud/ocis/issues/1129)
|
||||
- [webUILogin/login.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/login.feature#L62)
|
||||
|
||||
### [User request using token and basic authentication gives different display names](https://github.com/owncloud/ocis-reva/issues/107)
|
||||
- [webUIAccount/accountInformation.feature:10](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIAccount/accountInformation.feature#L10)
|
||||
- [webUIAccount/accountInformation.feature:42](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIAccount/accountInformation.feature#L10)
|
||||
- [webUIAccount/accountInformation.feature:34](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIAccount/accountInformation.feature#L34)
|
||||
|
||||
### [LDAP Groups not working with konnectd](https://github.com/owncloud/ocis-konnectd/issues/42)
|
||||
- [webUIAccount/accountInformation.feature:20](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIAccount/accountInformation.feature#L20)
|
||||
|
||||
### [REPORT request not implemented](https://github.com/owncloud/ocis-reva/issues/39)
|
||||
- [webUIDeleteFilesFolders/deleteFilesFolders.feature:253](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature#L253)
|
||||
- [webUIFavorites/favoritesFile.feature:14](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L14)
|
||||
- [webUIFavorites/favoritesFile.feature:27](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L27)
|
||||
- [webUIFavorites/favoritesFile.feature:40](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L40)
|
||||
- [webUIFavorites/favoritesFile.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L56)
|
||||
- [webUIFavorites/favoritesFile.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L63)
|
||||
- [webUIFavorites/favoritesFile.feature:69](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L69)
|
||||
- [webUIFavorites/favoritesFile.feature:74](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L74)
|
||||
- [webUIFavorites/favoritesFile.feature:91](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L91)
|
||||
- [webUIFavorites/favoritesFile.feature:110](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/favoritesFile.feature#L110)
|
||||
- [webUIFavorites/unfavoriteFile.feature:13](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L13)
|
||||
- [webUIFavorites/unfavoriteFile.feature:30](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L30)
|
||||
- [webUIFavorites/unfavoriteFile.feature:47](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L47)
|
||||
- [webUIFavorites/unfavoriteFile.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L60)
|
||||
- [webUIFavorites/unfavoriteFile.feature:73](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L73)
|
||||
- [webUIFavorites/unfavoriteFile.feature:85](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFavorites/unfavoriteFile.feature#L85)
|
||||
- [webUIFiles/fileDetails.feature:35](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileDetails.feature#L35)
|
||||
- [webUIFiles/fileDetails.feature:46](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileDetails.feature#L46)
|
||||
|
||||
### [Sharing seems to work but does not work](https://github.com/owncloud/ocis-reva/issues/243)
|
||||
- [webUIDeleteFilesFolders/deleteFilesFolders.feature:202](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIDeleteFilesFolders/deleteFilesFolders.feature#L202)
|
||||
- [webUIFiles/fileDetails.feature:88](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileDetails.feature#L88)
|
||||
- [webUIFiles/fileDetails.feature:103](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileDetails.feature#L103)
|
||||
- [webUIFiles/versions.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/versions.feature#L33)
|
||||
- [webUIRenameFiles/renameFiles.feature:178](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L178)
|
||||
- [webUIRenameFiles/renameFiles.feature:199](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L199)
|
||||
- [webUIRenameFiles/renameFiles.feature:220](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L220)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:54](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L54)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:55](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L55)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L56)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:77](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L77)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:78](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L78)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:79](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L79)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:80](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L80)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:155](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L155)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:172](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L172)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:182](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L182)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:221](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L221)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:234](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L234)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:281](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L281)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:291](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L291)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:325](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L325)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:338](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L338)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:368](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L368)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:417](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L417)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:449](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L449)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:450](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L450)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:477](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L477)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:489](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L489)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:535](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L535)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:536](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L536)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:537](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L537)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:16](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L16)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L23)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:32](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L32)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:51](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L51)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:78](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L78)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:79](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L79)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:96](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L96)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:97](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L97)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:100](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L100)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:125](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L125)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:167](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L167)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:168](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L168)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:193](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L193)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:194](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L194)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:197](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L197)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:213](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L213)
|
||||
- [webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:224](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature#L224)
|
||||
- [webUISharingInternalUsersSharingIndicator/shareWithUsers.feature:77](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersSharingIndicator/shareWithUsers.feature#L77)
|
||||
- [webUISharingInternalUsersSharingIndicator/shareWithUsers.feature:95](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersSharingIndicator/shareWithUsers.feature#L95)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:16](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L16)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:48](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L48)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L64)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:80](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L80)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:111](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L111)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:112](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L112)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:113](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L113)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:114](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L114)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:115](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L115)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:156](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L156)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:157](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L157)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:230](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L230)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:231](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L231)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:232](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L232)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:256](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L256)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:292](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L292)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:305](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L305)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:319](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L319)
|
||||
- [webUIFiles/copy.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/copy.feature#L71)
|
||||
- [webUIFiles/copy.feature:79](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/copy.feature#L79)
|
||||
- [webUIMoveFilesFolders/moveFiles.feature:87](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIMoveFilesFolders/moveFiles.feature#L87)
|
||||
- [webUIMoveFilesFolders/moveFolders.feature:67](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIMoveFilesFolders/moveFolders.feature#L67)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:572](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L572)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:607](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L607)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:624](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L624)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:641](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L641)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:658](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L658)
|
||||
|
||||
### [Copy private link option not available](https://github.com/owncloud/ocis-phoenix/issues/52)
|
||||
- [webUIFiles/copyPrivateLinks.feature:18](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/copyPrivateLinks.feature#L18)
|
||||
- [webUIFiles/copyPrivateLinks.feature:19](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/copyPrivateLinks.feature#L19)
|
||||
|
||||
### [Display previews](https://github.com/owncloud/web/issues/276)
|
||||
- [webUIFiles/fileList.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileList.feature#L23)
|
||||
- [webUIFiles/fileList.feature:28](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/fileList.feature#L28)
|
||||
|
||||
### [Versions Cleanup not available](https://github.com/owncloud/ocis-reva/issues/110)
|
||||
- [webUIFiles/versions.feature:45](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/versions.feature#L45)
|
||||
- [webUIFiles/versions.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/versions.feature#L56)
|
||||
- [webUIFiles/versions.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/versions.feature#L71)
|
||||
|
||||
### [Groups endpoint does not exist](https://github.com/owncloud/ocis-reva/issues/34)
|
||||
- [webUIFiles/search.feature:15](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L15)
|
||||
- [webUIFiles/search.feature:26](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L26)
|
||||
- [webUIFiles/search.feature:38](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L38)
|
||||
- [webUIFiles/search.feature:83](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L83)
|
||||
- [webUIFiles/search.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L90)
|
||||
- [webUIFiles/search.feature:99](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L99)
|
||||
- [webUIFiles/search.feature:106](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L106)
|
||||
- [webUIFiles/search.feature:137](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L137)
|
||||
- [webUIFiles/search.feature:149](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L149)
|
||||
- [webUIFiles/search.feature:159](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L159)
|
||||
- [webUIFiles/search.feature:168](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIFiles/search.feature#L168)
|
||||
- [webUIRestrictSharing/restrictReSharing.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictReSharing.feature#L23)
|
||||
- [webUIRestrictSharing/restrictReSharing.feature:40](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictReSharing.feature#L40)
|
||||
- [webUIRestrictSharing/restrictSharing.feature:25](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictSharing.feature#L25)
|
||||
- [webUIRestrictSharing/restrictSharing.feature:34](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictSharing.feature#L34)
|
||||
- [webUIRestrictSharing/restrictSharing.feature:43](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictSharing.feature#L43)
|
||||
- [webUIRestrictSharing/restrictSharing.feature:50](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/restrictSharing.feature#L50)
|
||||
- [webUISharingAcceptShares/acceptShares.feature:16](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L16)
|
||||
- [webUISharingAcceptShares/acceptShares.feature:213](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L213)
|
||||
- [webUISharingAutocompletion/shareAutocompletion.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L33)
|
||||
- [webUISharingAutocompletion/shareAutocompletion.feature:44](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L44)
|
||||
- [webUISharingAutocompletion/shareAutocompletion.feature:55](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L55)
|
||||
- [webUISharingAutocompletion/shareAutocompletion.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L64)
|
||||
- [webUISharingAutocompletion/shareAutocompletion.feature:73](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L73)
|
||||
- [webUISharingAutocompletion/shareAutocompletion.feature:109](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L109)
|
||||
- [webUISharingAutocompletion/shareAutocompletion.feature:121](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L121)
|
||||
- [webUISharingAutocompletion/shareAutocompletion.feature:133](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L133)
|
||||
- [webUISharingAutocompletion/shareAutocompletion.feature:145](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L145)
|
||||
- [webUISharingAutocompletion/shareAutocompletion.feature:158](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletion.feature#L158)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:36](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L36)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:37](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L37)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:38](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L38)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:39](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L39)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:54](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L54)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:55](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L55)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:56](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L56)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L71)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:72](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L72)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:73](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L73)
|
||||
- [webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:74](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAutocompletion/shareAutocompletionSpecialChars.feature#L74)
|
||||
- [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:26](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L26)
|
||||
- [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:44](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L44)
|
||||
- [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L62)
|
||||
- [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:80](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L80)
|
||||
- [webUISharingInternalUsersBlacklisted/shareWithUsers.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsersBlacklisted/shareWithUsers.feature#L90)
|
||||
|
||||
### [Can login with invalid password while logging in with openidconnect in oc10](https://github.com/owncloud/ocis-konnectd/issues/68)
|
||||
- [webUILogin/login.feature:52](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/login.feature#L52)
|
||||
|
||||
### Image-Media-Viewer-Issue
|
||||
- [webUIPreview/imageMediaViewer.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L33)
|
||||
|
||||
### [media viewer does not display jpeg file](https://github.com/owncloud/web/issues/4296)
|
||||
- [webUIPreview/imageMediaViewer.feature:15](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L15)
|
||||
|
||||
### webUI-Private-Links
|
||||
- [webUIPrivateLinks/accessingPrivateLinks.feature:8](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L8)
|
||||
- [webUIPrivateLinks/accessingPrivateLinks.feature:16](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L16)
|
||||
- [webUIPrivateLinks/accessingPrivateLinks.feature:24](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L24)
|
||||
- [webUIPrivateLinks/accessingPrivateLinks.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L33)
|
||||
- [webUIPrivateLinks/accessingPrivateLinks.feature:49](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPrivateLinks/accessingPrivateLinks.feature#L49)
|
||||
|
||||
### renameFiles
|
||||
- [webUIRenameFiles/renameFiles.feature:113](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L113)
|
||||
- [webUIRenameFiles/renameFiles.feature:114](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L114)
|
||||
- [webUIRenameFiles/renameFiles.feature:115](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L115)
|
||||
- [webUIRenameFiles/renameFiles.feature:160](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFiles/renameFiles.feature#L160)
|
||||
|
||||
### renameFolders
|
||||
- [webUIRenameFolders/renameFolders.feature:104](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L104)
|
||||
- [webUIRenameFolders/renameFolders.feature:105](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L105)
|
||||
- [webUIRenameFolders/renameFolders.feature:106](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L106)
|
||||
- [webUIRenameFolders/renameFolders.feature:125](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRenameFolders/renameFolders.feature#L125)
|
||||
|
||||
### Reshare is not available in ocis (webUI)
|
||||
- [webUIResharing/reshareUsers.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L17)
|
||||
- [webUIResharing/reshareUsers.feature:28](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L28)
|
||||
- [webUIResharing/reshareUsers.feature:40](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L40)
|
||||
- [webUIResharing/reshareUsers.feature:68](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L68)
|
||||
- [webUIResharing/reshareUsers.feature:69](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L69)
|
||||
- [webUIResharing/reshareUsers.feature:70](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L70)
|
||||
- [webUIResharing/reshareUsers.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L71)
|
||||
- [webUIResharing/reshareUsers.feature:72](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L72)
|
||||
- [webUIResharing/reshareUsers.feature:94](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L94)
|
||||
- [webUIResharing/reshareUsers.feature:95](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L95)
|
||||
- [webUIResharing/reshareUsers.feature:96](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L96)
|
||||
- [webUIResharing/reshareUsers.feature:97](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L97)
|
||||
- [webUIResharing/reshareUsers.feature:98](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L98)
|
||||
- [webUIResharing/reshareUsers.feature:129](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L129)
|
||||
- [webUIResharing/reshareUsers.feature:130](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L130)
|
||||
- [webUIResharing/reshareUsers.feature:131](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L131)
|
||||
- [webUIResharing/reshareUsers.feature:132](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L132)
|
||||
- [webUIResharing/reshareUsers.feature:133](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L133)
|
||||
- [webUIResharing/reshareUsers.feature:165](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L165)
|
||||
- [webUIResharing/reshareUsers.feature:166](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L166)
|
||||
- [webUIResharing/reshareUsers.feature:167](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L167)
|
||||
- [webUIResharing/reshareUsers.feature:168](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L168)
|
||||
- [webUIResharing/reshareUsers.feature:169](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L169)
|
||||
- [webUIResharing/reshareUsers.feature:172](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L172)
|
||||
- [webUIResharing/reshareUsers.feature:200](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L200)
|
||||
- [webUIResharing/reshareUsers.feature:228](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L228)
|
||||
- [webUIResharing/reshareUsers.feature:269](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L269)
|
||||
- [webUIResharing/reshareUsers.feature:270](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L270)
|
||||
- [webUIResharing/reshareUsers.feature:271](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L271)
|
||||
- [webUIResharing/reshareUsers.feature:272](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L272)
|
||||
- [webUIResharing/reshareUsers.feature:285](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L285)
|
||||
- [webUIResharing/reshareUsers.feature:286](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L286)
|
||||
- [webUIResharing/reshareUsers.feature:289](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L289)
|
||||
- [webUIResharing/reshareUsers.feature:311](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L311)
|
||||
- [webUIResharing/reshareUsers.feature:332](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L332)
|
||||
- [webUIResharing/reshareUsers.feature:353](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L353)
|
||||
- [webUIResharing/reshareUsers.feature:394](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L394)
|
||||
- [webUIResharing/reshareUsers.feature:411](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L411)
|
||||
- [webUIResharing/reshareUsers.feature:423](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIResharing/reshareUsers.feature#L423)
|
||||
|
||||
### [various sharing settings cannot be set](https://github.com/owncloud/ocis-reva/issues/41)
|
||||
- [webUIRestrictSharing/disableSharing.feature:13](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/disableSharing.feature#L13)
|
||||
- [webUIRestrictSharing/disableSharing.feature:19](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/disableSharing.feature#L19)
|
||||
- [webUIRestrictSharing/disableSharing.feature:29](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/disableSharing.feature#L29)
|
||||
- [webUIRestrictSharing/disableSharing.feature:46](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIRestrictSharing/disableSharing.feature#L46)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:162](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L162)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:163](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L163)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:164](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L164)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:165](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L165)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:187](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L187)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:188](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L188)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:189](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L189)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:190](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L190)
|
||||
- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:48](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L48)
|
||||
- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:49](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L49)
|
||||
- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:67](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L67)
|
||||
- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:68](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L68)
|
||||
- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L71)
|
||||
- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:81](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L81)
|
||||
- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:100](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L100)
|
||||
- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:123](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L123)
|
||||
- [webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:139](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature#L139)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:311](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L311)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:319](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L319)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:328](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L328)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:337](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L337)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:346](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L346)
|
||||
|
||||
### [[OCIS] declining a received share gives 500 error even if the share is declined](https://github.com/owncloud/product/issues/276)
|
||||
- [webUISharingAcceptShares/acceptShares.feature:124](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L124)
|
||||
|
||||
### [Cannot delete a received share](https://github.com/owncloud/ocis/issues/714)
|
||||
- [webUISharingAcceptShares/acceptShares.feature:184](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L184)
|
||||
|
||||
### [Accepting different shares with same filename from different users overwrites one file](https://github.com/owncloud/ocis/issues/713)
|
||||
- [webUISharingAcceptShares/acceptShares.feature:198](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingAcceptShares/acceptShares.feature#L198)
|
||||
|
||||
### [file_target in share response](https://github.com/owncloud/product/issues/203)
|
||||
- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:59](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L59)
|
||||
- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L60)
|
||||
- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L61)
|
||||
- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L62)
|
||||
- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L63)
|
||||
- [webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature#L64)
|
||||
- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:111](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L111)
|
||||
- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:112](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L112)
|
||||
- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:113](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L113)
|
||||
- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:115](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L115)
|
||||
- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:116](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L116)
|
||||
- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:117](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L117)
|
||||
- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L60)
|
||||
- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L61)
|
||||
- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L62)
|
||||
- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L63)
|
||||
- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L64)
|
||||
- [webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:65](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature#L65)
|
||||
|
||||
### [Group shares support](https://github.com/owncloud/ocis-reva/issues/194)
|
||||
- [webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionsGroups/sharePermissionsGroup.feature#L60)
|
||||
- [webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionsGroups/sharePermissionsGroup.feature#L61)
|
||||
- [webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionsGroups/sharePermissionsGroup.feature#L62)
|
||||
- [webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionsGroups/sharePermissionsGroup.feature#L63)
|
||||
- [webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFilePermissionsGroups/sharePermissionsGroup.feature#L64)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L60)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L61)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L62)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L63)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L64)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:65](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L65)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:66](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L66)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:67](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L67)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:68](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L68)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:69](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L69)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:70](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L70)
|
||||
- [webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature#L71)
|
||||
- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:60](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L60)
|
||||
- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:61](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L61)
|
||||
- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:62](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L62)
|
||||
- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L63)
|
||||
- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:64](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L64)
|
||||
- [webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:65](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature#L65)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L23)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:71](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L71)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:72](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L72)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:73](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L73)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:98](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L98)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:173](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L173)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:186](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L186)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:205](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L205)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:216](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L216)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:231](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L231)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:245](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L245)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:255](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L255)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:276](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L276)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:304](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L304)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:305](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L305)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:327](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L327)
|
||||
- [webUISharingInternalGroups/shareWithGroups.feature:328](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroups/shareWithGroups.feature#L328)
|
||||
- [webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:48](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature#L48)
|
||||
- [webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:72](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature#L72)
|
||||
- [webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:95](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature#L95)
|
||||
- [webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:120](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature#L120)
|
||||
- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:23](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L23)
|
||||
- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:43](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L43)
|
||||
- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:59](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L59)
|
||||
- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:75](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L75)
|
||||
- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:90](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L90)
|
||||
- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:102](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L102)
|
||||
- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:112](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L112)
|
||||
- [webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:122](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature#L122)
|
||||
|
||||
### [renaming a resource does not work](https://github.com/owncloud/ocis-reva/issues/14)
|
||||
- [webUISharingNotifications/shareWithGroups.feature:24](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/shareWithGroups.feature#L24)
|
||||
- [webUISharingNotifications/shareWithUsers.feature:17](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/shareWithUsers.feature#L17)
|
||||
- [webUISharingNotifications/shareWithUsers.feature:28](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/shareWithUsers.feature#L28)
|
||||
- [webUISharingNotifications/shareWithUsers.feature:36](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/shareWithUsers.feature#L36)
|
||||
- [webUISharingNotifications/shareWithUsers.feature:49](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingNotifications/shareWithUsers.feature#L49)
|
||||
|
||||
### [name of public link is empty and not "Public link" when not specified in the create request](https://github.com/owncloud/ocis-reva/issues/383)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:30](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L30)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:31](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L31)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:31](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L31)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:32](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L32)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:33](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L33)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:57](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L57)
|
||||
|
||||
### [Cannot upload files to the ownCloud storage](https://github.com/owncloud/ocis-reva/issues/398)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:63](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L63)
|
||||
|
||||
### [public share are not deleted when user is deleted](https://github.com/owncloud/ocis-reva/issues/389)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:135](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L135)
|
||||
|
||||
### [Listing shares via ocs API does not show path for parent folders](https://github.com/owncloud/ocis-reva/issues/372)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:739](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L739)
|
||||
|
||||
### [Deletion of a recursive folder from trashbin is not possible](https://github.com/owncloud/product/issues/188)
|
||||
- [webUITrashbinDelete/trashbinDelete.feature:36](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#L36)
|
||||
- [webUITrashbinDelete/trashbinDelete.feature:66](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#L66)
|
||||
- [webUITrashbinDelete/trashbinDelete.feature:93](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#L93)
|
||||
|
||||
### [Trashbin fails with unknown error when restoring](https://github.com/owncloud/product/issues/139)
|
||||
- [webUITrashbinDelete/trashbinDelete.feature:114](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinDelete/trashbinDelete.feature#L114)
|
||||
|
||||
### [Propfind response to trashbin endpoint is different in ocis](https://github.com/owncloud/product/issues/186)
|
||||
### [restoring a file from "Deleted files" (trashbin) is not possible if the original folder does not exist any-more](https://github.com/owncloud/web/issues/1753)
|
||||
- [webUITrashbinRestore/trashbinRestore.feature:123](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinRestore/trashbinRestore.feature#L123)
|
||||
|
||||
### [Conflict / overwrite issues with TUS](https://github.com/owncloud/ocis-reva/issues/200)
|
||||
- [webUIUpload/uploadEdgecases.feature:105](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/uploadEdgecases.feature#L105)
|
||||
- [webUIUpload/uploadEdgecases.feature:121](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/uploadEdgecases.feature#L121)
|
||||
- [webUIUpload/uploadFileGreaterThanQuotaSize.feature:12](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIUpload/uploadFileGreaterThanQuotaSize.feature#L12)
|
||||
|
||||
### [restoring a file deleted from a received shared folder is not possible](https://github.com/owncloud/ocis/issues/1124)
|
||||
- [webUITrashbinRestore/trashbinRestore.feature:240](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUITrashbinRestore/trashbinRestore.feature#L240)
|
||||
|
||||
### [Adjust web UI test scenarios that demonstrate fixed bugs](https://github.com/owncloud/web/issues/4601)
|
||||
- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:165](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L165)
|
||||
- [webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:166](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature#L166)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:32](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L32)
|
||||
- [webUISharingPermissionsUsers/sharePermissionsUsers.feature:136](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPermissionsUsers/sharePermissionsUsers.feature#L136)
|
||||
- [webUISharingPublic/shareByPublicLink.feature:791](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublic/shareByPublicLink.feature#L791)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:122](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L122)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:298](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L298)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:275](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L275)
|
||||
- [webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:212](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature#L212)
|
||||
|
||||
### [renamed file cannot be shared](https://github.com/owncloud/web/issues/4192)
|
||||
- [webUISharingInternalUsers/shareWithUsers.feature:595](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUISharingInternalUsers/shareWithUsers.feature#L595)
|
||||
@@ -1,423 +0,0 @@
|
||||
# this file contains the scenarios from web tests that are currently expected to fail on OCIS with owncloud storage
|
||||
#
|
||||
# https://github.com/owncloud/ocisissues/1106 media viewer does not support mp3 files
|
||||
webUIPreview/imageMediaViewer.feature:81
|
||||
webUIPreview/imageMediaViewer.feature:88
|
||||
#
|
||||
# https://github.com/owncloud/web/issues/4564 authentication dialog appears when user is deleted
|
||||
# https://github.com/owncloud/ocis/issues/1129 login error page loops when logged in user is deleted
|
||||
webUILogin/login.feature:62
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/107 User request using token and basic authentication gives different display names
|
||||
webUIAccount/accountInformation.feature:10
|
||||
#
|
||||
# https://github.com/owncloud/ocis-konnectd/issues/42 LDAP Groups not working with konnectd
|
||||
webUIAccount/accountInformation.feature:20
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/107 User request using token and basic authentication gives different display names
|
||||
# https://github.com/owncloud/ocis-konnectd/issues/42 LDAP Groups not working with konnectd
|
||||
webUIAccount/accountInformation.feature:34
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/39 REPORT request not implemented
|
||||
webUIDeleteFilesFolders/deleteFilesFolders.feature:253
|
||||
webUIFavorites/favoritesFile.feature:14
|
||||
webUIFavorites/favoritesFile.feature:27
|
||||
webUIFavorites/favoritesFile.feature:40
|
||||
webUIFavorites/favoritesFile.feature:56
|
||||
webUIFavorites/favoritesFile.feature:63
|
||||
webUIFavorites/favoritesFile.feature:69
|
||||
webUIFavorites/favoritesFile.feature:74
|
||||
webUIFavorites/favoritesFile.feature:91
|
||||
webUIFavorites/favoritesFile.feature:110
|
||||
webUIFavorites/unfavoriteFile.feature:13
|
||||
webUIFavorites/unfavoriteFile.feature:30
|
||||
webUIFavorites/unfavoriteFile.feature:47
|
||||
webUIFavorites/unfavoriteFile.feature:60
|
||||
webUIFavorites/unfavoriteFile.feature:73
|
||||
webUIFavorites/unfavoriteFile.feature:85
|
||||
webUIFiles/fileDetails.feature:35
|
||||
webUIFiles/fileDetails.feature:46
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/243 Sharing seems to work but does not work
|
||||
webUIDeleteFilesFolders/deleteFilesFolders.feature:202
|
||||
webUIFiles/fileDetails.feature:88
|
||||
webUIFiles/fileDetails.feature:103
|
||||
webUIFiles/versions.feature:33
|
||||
webUIRenameFiles/renameFiles.feature:178
|
||||
webUIRenameFiles/renameFiles.feature:199
|
||||
webUIRenameFiles/renameFiles.feature:220
|
||||
webUISharingInternalUsers/shareWithUsers.feature:54
|
||||
webUISharingInternalUsers/shareWithUsers.feature:55
|
||||
webUISharingInternalUsers/shareWithUsers.feature:56
|
||||
webUISharingInternalUsers/shareWithUsers.feature:77
|
||||
webUISharingInternalUsers/shareWithUsers.feature:78
|
||||
webUISharingInternalUsers/shareWithUsers.feature:79
|
||||
webUISharingInternalUsers/shareWithUsers.feature:80
|
||||
webUISharingInternalUsers/shareWithUsers.feature:155
|
||||
webUISharingInternalUsers/shareWithUsers.feature:172
|
||||
webUISharingInternalUsers/shareWithUsers.feature:182
|
||||
webUISharingInternalUsers/shareWithUsers.feature:221
|
||||
webUISharingInternalUsers/shareWithUsers.feature:234
|
||||
webUISharingInternalUsers/shareWithUsers.feature:281
|
||||
webUISharingInternalUsers/shareWithUsers.feature:291
|
||||
webUISharingInternalUsers/shareWithUsers.feature:325
|
||||
webUISharingInternalUsers/shareWithUsers.feature:338
|
||||
webUISharingInternalUsers/shareWithUsers.feature:368
|
||||
webUISharingInternalUsers/shareWithUsers.feature:417
|
||||
webUISharingInternalUsers/shareWithUsers.feature:449
|
||||
webUISharingInternalUsers/shareWithUsers.feature:450
|
||||
webUISharingInternalUsers/shareWithUsers.feature:477
|
||||
webUISharingInternalUsers/shareWithUsers.feature:489
|
||||
webUISharingInternalUsers/shareWithUsers.feature:535
|
||||
webUISharingInternalUsers/shareWithUsers.feature:536
|
||||
webUISharingInternalUsers/shareWithUsers.feature:537
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:16
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:23
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:32
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:51
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:78
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:79
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:96
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:97
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:100
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:125
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:167
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:168
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:193
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:194
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:197
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:213
|
||||
webUISharingInternalUsersExpire/shareWithUsersExpiringShares.feature:224
|
||||
webUISharingInternalUsersSharingIndicator/shareWithUsers.feature:77
|
||||
webUISharingInternalUsersSharingIndicator/shareWithUsers.feature:95
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:16
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:48
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:64
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:80
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:111
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:112
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:113
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:114
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:115
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:156
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:157
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:230
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:231
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:232
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:256
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:292
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:305
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:319
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/243 Sharing seems to work but does not work
|
||||
webUIFiles/copy.feature:71
|
||||
webUIFiles/copy.feature:79
|
||||
webUIMoveFilesFolders/moveFiles.feature:87
|
||||
webUIMoveFilesFolders/moveFolders.feature:67
|
||||
webUISharingPublic/shareByPublicLink.feature:572
|
||||
webUISharingPublic/shareByPublicLink.feature:607
|
||||
webUISharingPublic/shareByPublicLink.feature:624
|
||||
webUISharingPublic/shareByPublicLink.feature:641
|
||||
webUISharingPublic/shareByPublicLink.feature:658
|
||||
#
|
||||
# https://github.com/owncloud/ocis-phoenix/issues/52 Copy private link option not available
|
||||
webUIFiles/copyPrivateLinks.feature:18
|
||||
webUIFiles/copyPrivateLinks.feature:19
|
||||
#
|
||||
# https://github.com/owncloud/web/issues/276 Display previews
|
||||
webUIFiles/fileList.feature:23
|
||||
webUIFiles/fileList.feature:28
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/110 Versions Cleanup not available
|
||||
webUIFiles/versions.feature:45
|
||||
webUIFiles/versions.feature:56
|
||||
webUIFiles/versions.feature:71
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/34 groups endpoint does not exist
|
||||
webUIFiles/search.feature:15
|
||||
webUIFiles/search.feature:26
|
||||
webUIFiles/search.feature:38
|
||||
webUIFiles/search.feature:83
|
||||
webUIFiles/search.feature:90
|
||||
webUIFiles/search.feature:99
|
||||
webUIFiles/search.feature:106
|
||||
webUIFiles/search.feature:137
|
||||
webUIFiles/search.feature:149
|
||||
webUIFiles/search.feature:159
|
||||
webUIFiles/search.feature:168
|
||||
webUIRestrictSharing/restrictReSharing.feature:23
|
||||
webUIRestrictSharing/restrictReSharing.feature:40
|
||||
webUIRestrictSharing/restrictSharing.feature:25
|
||||
webUIRestrictSharing/restrictSharing.feature:34
|
||||
webUIRestrictSharing/restrictSharing.feature:43
|
||||
webUIRestrictSharing/restrictSharing.feature:50
|
||||
webUISharingAcceptShares/acceptShares.feature:16
|
||||
webUISharingAcceptShares/acceptShares.feature:213
|
||||
webUISharingAutocompletion/shareAutocompletion.feature:33
|
||||
webUISharingAutocompletion/shareAutocompletion.feature:44
|
||||
webUISharingAutocompletion/shareAutocompletion.feature:55
|
||||
webUISharingAutocompletion/shareAutocompletion.feature:64
|
||||
webUISharingAutocompletion/shareAutocompletion.feature:73
|
||||
webUISharingAutocompletion/shareAutocompletion.feature:109
|
||||
webUISharingAutocompletion/shareAutocompletion.feature:121
|
||||
webUISharingAutocompletion/shareAutocompletion.feature:133
|
||||
webUISharingAutocompletion/shareAutocompletion.feature:145
|
||||
webUISharingAutocompletion/shareAutocompletion.feature:158
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:36
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:37
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:38
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:39
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:54
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:55
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:56
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:71
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:72
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:73
|
||||
webUISharingAutocompletion/shareAutocompletionSpecialChars.feature:74
|
||||
webUISharingInternalUsersBlacklisted/shareWithUsers.feature:26
|
||||
webUISharingInternalUsersBlacklisted/shareWithUsers.feature:44
|
||||
webUISharingInternalUsersBlacklisted/shareWithUsers.feature:62
|
||||
webUISharingInternalUsersBlacklisted/shareWithUsers.feature:80
|
||||
webUISharingInternalUsersBlacklisted/shareWithUsers.feature:90
|
||||
#
|
||||
# https://github.com/owncloud/ocis-konnectd/issues/68 Can login with invalid password while logging in with openidconnect in oc10
|
||||
webUILogin/login.feature:52
|
||||
#
|
||||
# Image-Media-Viewer-Issue
|
||||
webUIPreview/imageMediaViewer.feature:33
|
||||
#
|
||||
# https://github.com/owncloud/web/issues/4296 media viewer does not display jpeg file
|
||||
webUIPreview/imageMediaViewer.feature:15
|
||||
#
|
||||
# webUI-Private-Links
|
||||
webUIPrivateLinks/accessingPrivateLinks.feature:8
|
||||
webUIPrivateLinks/accessingPrivateLinks.feature:16
|
||||
webUIPrivateLinks/accessingPrivateLinks.feature:24
|
||||
webUIPrivateLinks/accessingPrivateLinks.feature:33
|
||||
webUIPrivateLinks/accessingPrivateLinks.feature:49
|
||||
#
|
||||
# renameFiles
|
||||
webUIRenameFiles/renameFiles.feature:113
|
||||
webUIRenameFiles/renameFiles.feature:114
|
||||
webUIRenameFiles/renameFiles.feature:115
|
||||
webUIRenameFiles/renameFiles.feature:160
|
||||
#
|
||||
# renameFolders
|
||||
webUIRenameFolders/renameFolders.feature:104
|
||||
webUIRenameFolders/renameFolders.feature:105
|
||||
webUIRenameFolders/renameFolders.feature:106
|
||||
webUIRenameFolders/renameFolders.feature:125
|
||||
#
|
||||
# Reshare is not available in ocis webUI
|
||||
webUIResharing/reshareUsers.feature:17
|
||||
webUIResharing/reshareUsers.feature:28
|
||||
webUIResharing/reshareUsers.feature:40
|
||||
webUIResharing/reshareUsers.feature:68
|
||||
webUIResharing/reshareUsers.feature:69
|
||||
webUIResharing/reshareUsers.feature:70
|
||||
webUIResharing/reshareUsers.feature:71
|
||||
webUIResharing/reshareUsers.feature:72
|
||||
webUIResharing/reshareUsers.feature:94
|
||||
webUIResharing/reshareUsers.feature:95
|
||||
webUIResharing/reshareUsers.feature:96
|
||||
webUIResharing/reshareUsers.feature:97
|
||||
webUIResharing/reshareUsers.feature:98
|
||||
webUIResharing/reshareUsers.feature:129
|
||||
webUIResharing/reshareUsers.feature:130
|
||||
webUIResharing/reshareUsers.feature:131
|
||||
webUIResharing/reshareUsers.feature:132
|
||||
webUIResharing/reshareUsers.feature:133
|
||||
webUIResharing/reshareUsers.feature:165
|
||||
webUIResharing/reshareUsers.feature:166
|
||||
webUIResharing/reshareUsers.feature:167
|
||||
webUIResharing/reshareUsers.feature:168
|
||||
webUIResharing/reshareUsers.feature:169
|
||||
webUIResharing/reshareUsers.feature:172
|
||||
webUIResharing/reshareUsers.feature:200
|
||||
webUIResharing/reshareUsers.feature:228
|
||||
webUIResharing/reshareUsers.feature:269
|
||||
webUIResharing/reshareUsers.feature:270
|
||||
webUIResharing/reshareUsers.feature:271
|
||||
webUIResharing/reshareUsers.feature:272
|
||||
webUIResharing/reshareUsers.feature:285
|
||||
webUIResharing/reshareUsers.feature:286
|
||||
webUIResharing/reshareUsers.feature:289
|
||||
webUIResharing/reshareUsers.feature:311
|
||||
webUIResharing/reshareUsers.feature:332
|
||||
webUIResharing/reshareUsers.feature:353
|
||||
webUIResharing/reshareUsers.feature:394
|
||||
webUIResharing/reshareUsers.feature:411
|
||||
webUIResharing/reshareUsers.feature:423
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
|
||||
webUIRestrictSharing/disableSharing.feature:13
|
||||
webUIRestrictSharing/disableSharing.feature:19
|
||||
webUIRestrictSharing/disableSharing.feature:29
|
||||
webUIRestrictSharing/disableSharing.feature:46
|
||||
webUISharingPublic/shareByPublicLink.feature:162
|
||||
webUISharingPublic/shareByPublicLink.feature:163
|
||||
webUISharingPublic/shareByPublicLink.feature:164
|
||||
webUISharingPublic/shareByPublicLink.feature:165
|
||||
webUISharingPublic/shareByPublicLink.feature:187
|
||||
webUISharingPublic/shareByPublicLink.feature:188
|
||||
webUISharingPublic/shareByPublicLink.feature:189
|
||||
webUISharingPublic/shareByPublicLink.feature:190
|
||||
webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:48
|
||||
webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:49
|
||||
webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:67
|
||||
webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:68
|
||||
webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:71
|
||||
webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:81
|
||||
webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:100
|
||||
webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:123
|
||||
webUISharingPublicExpire/shareByPublicLinkExpiringLinks.feature:139
|
||||
#
|
||||
# https://github.com/owncloud/product/issues/276 [OCIS] declining a received share gives 500 error even if the share is declined.
|
||||
webUISharingAcceptShares/acceptShares.feature:124
|
||||
#
|
||||
# https://github.com/owncloud/ocis/issues/714 Cannot delete a received share
|
||||
webUISharingAcceptShares/acceptShares.feature:184
|
||||
#
|
||||
# https://github.com/owncloud/ocis/issues/713 Accepting different shares with same filename from different users overwrites one file
|
||||
webUISharingAcceptShares/acceptShares.feature:198
|
||||
#
|
||||
# https://github.com/owncloud/product/issues/203 file_target in share response
|
||||
webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:59
|
||||
webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:60
|
||||
webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:61
|
||||
webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:62
|
||||
webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:63
|
||||
webUISharingFilePermissionMultipleUsers/shareFileWithMultipleUsers.feature:64
|
||||
webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:111
|
||||
webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:112
|
||||
webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:113
|
||||
webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:115
|
||||
webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:116
|
||||
webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:117
|
||||
webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:60
|
||||
webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:61
|
||||
webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:62
|
||||
webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:63
|
||||
webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:64
|
||||
webUISharingFolderPermissionMultipleUsers/shareFolderWithMultipleUsers.feature:65
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/194 Group shares support
|
||||
webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:60
|
||||
webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:61
|
||||
webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:62
|
||||
webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:63
|
||||
webUISharingFilePermissionsGroups/sharePermissionsGroup.feature:64
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:60
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:61
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:62
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:63
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:64
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:65
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:66
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:67
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:68
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:69
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:70
|
||||
webUISharingFolderAdvancedPermissionsGroups/shareAdvancePermissionsGroup.feature:71
|
||||
webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:60
|
||||
webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:61
|
||||
webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:62
|
||||
webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:63
|
||||
webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:64
|
||||
webUISharingFolderPermissionsGroups/sharePermissionsGroup.feature:65
|
||||
webUISharingInternalGroups/shareWithGroups.feature:23
|
||||
webUISharingInternalGroups/shareWithGroups.feature:71
|
||||
webUISharingInternalGroups/shareWithGroups.feature:72
|
||||
webUISharingInternalGroups/shareWithGroups.feature:73
|
||||
webUISharingInternalGroups/shareWithGroups.feature:98
|
||||
webUISharingInternalGroups/shareWithGroups.feature:173
|
||||
webUISharingInternalGroups/shareWithGroups.feature:186
|
||||
webUISharingInternalGroups/shareWithGroups.feature:205
|
||||
webUISharingInternalGroups/shareWithGroups.feature:216
|
||||
webUISharingInternalGroups/shareWithGroups.feature:231
|
||||
webUISharingInternalGroups/shareWithGroups.feature:245
|
||||
webUISharingInternalGroups/shareWithGroups.feature:255
|
||||
webUISharingInternalGroups/shareWithGroups.feature:276
|
||||
webUISharingInternalGroups/shareWithGroups.feature:304
|
||||
webUISharingInternalGroups/shareWithGroups.feature:305
|
||||
webUISharingInternalGroups/shareWithGroups.feature:327
|
||||
webUISharingInternalGroups/shareWithGroups.feature:328
|
||||
webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:48
|
||||
webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:72
|
||||
webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:95
|
||||
webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:120
|
||||
webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:23
|
||||
webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:43
|
||||
webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:59
|
||||
webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:75
|
||||
webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:90
|
||||
webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:102
|
||||
webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:112
|
||||
webUISharingInternalGroupsSharingIndicator/shareWithGroups.feature:122
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/14 renaming a resource does not work
|
||||
webUISharingNotifications/shareWithGroups.feature:24
|
||||
webUISharingNotifications/shareWithUsers.feature:17
|
||||
webUISharingNotifications/shareWithUsers.feature:28
|
||||
webUISharingNotifications/shareWithUsers.feature:36
|
||||
webUISharingNotifications/shareWithUsers.feature:49
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/383 name of public link is empty and not "Public link" when not specified in the create request
|
||||
webUISharingPublic/shareByPublicLink.feature:30
|
||||
webUISharingPublic/shareByPublicLink.feature:31
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/398 Cannot upload files to the ownCloud storage
|
||||
webUISharingPublic/shareByPublicLink.feature:63
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/389 public share are not deleted when user is deleted
|
||||
webUISharingPublic/shareByPublicLink.feature:135
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders
|
||||
webUISharingPublic/shareByPublicLink.feature:739
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/383 name of public link is empty and not "Public link" when not specified in the create request
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:31
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:32
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:33
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:57
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/41 various sharing settings cannot be set
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:311
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:319
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:328
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:337
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:346
|
||||
#
|
||||
# https://github.com/owncloud/product/issues/188 Deletion of a recursive folder from trashbin is not possible
|
||||
webUITrashbinDelete/trashbinDelete.feature:36
|
||||
webUITrashbinDelete/trashbinDelete.feature:66
|
||||
webUITrashbinDelete/trashbinDelete.feature:93
|
||||
#
|
||||
# https://github.com/owncloud/product/issues/139 Trashbin fails with unknown error when restoring
|
||||
webUITrashbinDelete/trashbinDelete.feature:114
|
||||
#
|
||||
# https://github.com/owncloud/product/issues/186 Propfind response to trashbin endpoint is different in ocis
|
||||
# https://github.com/owncloud/web/issues/1753 restoring a file from "Deleted files" (trashbin) is not possible if the original folder does not exist any-more
|
||||
webUITrashbinRestore/trashbinRestore.feature:123
|
||||
#
|
||||
# https://github.com/owncloud/ocis-reva/issues/200 Conflict / overwrite issues with TUS
|
||||
webUIUpload/uploadEdgecases.feature:105
|
||||
webUIUpload/uploadEdgecases.feature:121
|
||||
webUIUpload/uploadFileGreaterThanQuotaSize.feature:12
|
||||
#
|
||||
# https://github.com/owncloud/ocis/issues/1124 restoring a file deleted from a received shared folder is not possible
|
||||
webUITrashbinRestore/trashbinRestore.feature:240
|
||||
#
|
||||
# https://github.com/owncloud/web/issues/4601 Adjust web UI test scenarios that demonstrate fixed bugs
|
||||
webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:165
|
||||
webUISharingFolderAdvancedPermissionMultipleUsers/sharedFolderWithMultipleUsersAdvancedPermissions.feature:166
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:32
|
||||
webUISharingPermissionsUsers/sharePermissionsUsers.feature:136
|
||||
webUISharingPublic/shareByPublicLink.feature:791
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:122
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:298
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:275
|
||||
webUISharingPublicDifferentRoles/shareByPublicLinkDifferentRoles.feature:212
|
||||
#
|
||||
# https://github.com/owncloud/web/issues/4192 renamed file cannot be shared
|
||||
webUISharingInternalUsers/shareWithUsers.feature:595
|
||||
Reference in New Issue
Block a user