Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/comments/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<licence>AGPL</licence>
<author>Arthur Schiwon, Vincent Petry</author>
<default_enable/>
<version>0.3.0</version>
<version>0.4.0</version>
<dependencies>
<owncloud min-version="10" max-version="10" />
<owncloud min-version="10" max-version="11" />
</dependencies>
<types>
<logging/>
Expand Down
4 changes: 2 additions & 2 deletions apps/dav/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<description>ownCloud WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.com</author>
<version>0.7.0</version>
<version>0.8.0</version>
<default_enable/>
<use-migrations>true</use-migrations>
<types>
Expand All @@ -16,7 +16,7 @@
<webdav>appinfo/v1/publicwebdav.php</webdav>
</public>
<dependencies>
<owncloud min-version="10" max-version="10" />
<owncloud min-version="10" max-version="11" />
</dependencies>
<background-jobs>
<job>OCA\DAV\CardDAV\SyncJob</job>
Expand Down
4 changes: 2 additions & 2 deletions apps/federatedfilesharing/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<description>Provide federated file sharing across ownCloud servers</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle, Roeland Jago Douma</author>
<version>0.5.0</version>
<version>0.6.0</version>
<namespace>FederatedFileSharing</namespace>
<use-migrations>true</use-migrations>
<category>other</category>
<types>
<filesystem/>
</types>
<dependencies>
<owncloud min-version="10.0.2.4" max-version="10" />
<owncloud min-version="10.0.2.4" max-version="11" />
</dependencies>
<settings>
<admin>OCA\FederatedFileSharing\Panels\AdminPanel</admin>
Expand Down
4 changes: 2 additions & 2 deletions apps/federation/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<description>ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<version>0.1.0</version>
<version>0.2.0</version>
<namespace>Federation</namespace>
<category>other</category>
<dependencies>
<owncloud min-version="10" max-version="10" />
<owncloud min-version="10" max-version="11" />
</dependencies>
<default_enable/>
<types>
Expand Down
4 changes: 2 additions & 2 deletions apps/files/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<licence>AGPL</licence>
<author>Robin Appelman, Vincent Petry</author>
<default_enable/>
<version>1.6.0</version>
<version>1.7.0</version>
<types>
<filesystem/>
</types>
<dependencies>
<owncloud min-version="10" max-version="10" />
<owncloud min-version="10" max-version="11" />
</dependencies>
<documentation>
<user>user-files</user>
Expand Down
4 changes: 2 additions & 2 deletions apps/files_external/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<admin>admin-external-storage</admin>
</documentation>
<rememberlogin>false</rememberlogin>
<version>0.9.0</version>
<version>0.10.0</version>
<types>
<filesystem/>
</types>
Expand All @@ -22,7 +22,7 @@
<namespace>Files_External</namespace>
<default_enable/>
<dependencies>
<owncloud min-version="10" max-version="10" />
<owncloud min-version="10" max-version="11" />
</dependencies>

<commands>
Expand Down
4 changes: 2 additions & 2 deletions apps/files_sharing/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Turning the feature off removes shared files and folders on the server for all s
<licence>AGPL</licence>
<author>Michael Gapczynski, Bjoern Schiessle</author>
<default_enable/>
<version>0.14.0</version>
<version>0.15.0</version>
<types>
<filesystem/>
</types>
<use-migrations>true</use-migrations>
<dependencies>
<owncloud min-version="10.0.2.4" max-version="10" />
<owncloud min-version="10.0.2.4" max-version="11" />
</dependencies>
<public>
<files>public.php</files>
Expand Down
4 changes: 2 additions & 2 deletions apps/files_trashbin/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ To prevent a user from running out of disk space, the ownCloud Deleted files app
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<default_enable/>
<version>0.9.1</version>
<version>0.10.0</version>
<types>
<filesystem/>
</types>
<use-migrations>true</use-migrations>
<namespace>Files_Trashbin</namespace>
<dependencies>
<owncloud min-version="10.0.2.4" max-version="10" />
<owncloud min-version="10.0.2.4" max-version="11" />
</dependencies>
<documentation>
<user>user-trashbin</user>
Expand Down
4 changes: 2 additions & 2 deletions apps/files_versions/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
In addition to the expiry of versions, ownCloud’s versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, ownCloud will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.

</description>
<version>1.3.0</version>
<version>1.4.0</version>
<types>
<filesystem/>
</types>
<namespace>Files_Versions</namespace>
<dependencies>
<owncloud min-version="10" max-version="10" />
<owncloud min-version="10" max-version="11" />
</dependencies>
<documentation>
<user>user-versions</user>
Expand Down
4 changes: 2 additions & 2 deletions apps/provisioning_api/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<documentation>
<admin>admin-provisioning-api</admin>
</documentation>
<version>0.5.0</version>
<version>0.6.0</version>
<namespace>Provisioning_API</namespace>
<types>
<prevent_group_restriction/>
</types>
<dependencies>
<owncloud min-version="10" max-version="10" />
<owncloud min-version="10" max-version="11" />
</dependencies>
</info>
4 changes: 2 additions & 2 deletions apps/systemtags/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<licence>AGPL</licence>
<author>Vincent Petry</author>
<default_enable/>
<version>0.3.0</version>
<version>0.4.0</version>
<dependencies>
<owncloud min-version="10" max-version="10" />
<owncloud min-version="10" max-version="11" />
</dependencies>
<namespace>SystemTags</namespace>
<types>
Expand Down
4 changes: 2 additions & 2 deletions apps/updatenotification/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<description>Displays update notifications for ownCloud and provides the SSO for the updater.</description>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<version>0.2.1</version>
<version>0.3.0</version>
<namespace>UpdateNotification</namespace>
<default_enable/>
<dependencies>
<owncloud min-version="10" max-version="10" />
<owncloud min-version="10" max-version="11" />
</dependencies>

<background-jobs>
Expand Down
8 changes: 4 additions & 4 deletions tests/Core/Command/Apps/AppsListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ public function testCommandInput($input, $expectedOutput) {

public function providesAppIds() {
return [
[[], "- files:\n - Version: 1.6"],
[[], "- dav:\n - Version: 0.7.0\n - Path: ".\realpath(__DIR__ . '/../../../../apps/dav')],
[['--shipped' => 'true'], "- dav:\n - Version: 0.7.0"],
[[], "- files:\n - Version: 1.7"],
[[], "- dav:\n - Version: 0.8.0\n - Path: ".\realpath(__DIR__ . '/../../../../apps/dav')],
[['--shipped' => 'true'], "- dav:\n - Version: 0.8.0"],
[['--shipped' => 'false'], '- comments:'],
[['search-pattern' => 'dav'], "- dav:\n - Version: 0.7.0"]
[['search-pattern' => 'dav'], "- dav:\n - Version: 0.8.0"]
];
}
}
4 changes: 2 additions & 2 deletions tests/acceptance/features/apiAuth/cors.feature
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Feature: CORS headers
| 1 | /cloud/users | 100 | 200 |
| 2 | /cloud/users | 200 | 200 |

@issue-34679 @skipOnOcV10
@issue-34679 @skipOnOcV10 @skipOnOcV11
Scenario Outline: CORS headers should be returned when invalid password is used
Given using OCS API version "<ocs_api_version>"
And user "Alice" has added "https://aphno.badal" to the list of personal CORS domains
Expand Down Expand Up @@ -182,7 +182,7 @@ Feature: CORS headers
| 1 | /apps/files_sharing/api/v1/shares | 997 | 401 |
| 2 | /apps/files_sharing/api/v1/shares | 997 | 401 |

@issue-34679 @skipOnOcV10
@issue-34679 @skipOnOcV10 @skipOnOcV11
Scenario Outline: CORS headers should be returned when invalid password is used (admin only endpoints)
Given using OCS API version "<ocs_api_version>"
And the administrator has added "https://aphno.badal" to the list of personal CORS domains
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiAuthOcs/ocsDELETEAuth.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: auth
Background:
Given user "another-admin" has been created with default attributes and without skeleton files

@smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112 @skipOnOcV10 @issue-32068
@smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112 @skipOnOcV10 @issue-32068 @skipOnOcV11
Scenario: send DELETE requests to OCS endpoints as admin with wrong password
Given user "another-admin" has been added to group "admin"
When user "another-admin" requests these endpoints with "DELETE" using password "invalid" about user "Alice"
Expand Down
6 changes: 3 additions & 3 deletions tests/acceptance/features/apiAuthOcs/ocsGETAuth.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: auth
Background:
Given user "Alice" has been created with default attributes and without skeleton files

@issue-32068 @skipOnOcV10 @smokeTest
@issue-32068 @skipOnOcV10 @smokeTest @skipOnOcV11
Scenario: using OCS anonymously
When a user requests these endpoints with "GET" and no authentication
| endpoint |
Expand Down Expand Up @@ -38,7 +38,7 @@ Feature: auth
Then the HTTP status code of responses on all endpoints should be "200"
And the OCS status code of responses on all endpoints should be "200"

@issue-32068 @skipOnOcV10
@issue-32068 @skipOnOcV10 @skipOnOcV11
Scenario: using OCS with non-admin basic auth
When the user "Alice" requests these endpoints with "GET" with basic auth
| endpoint |
Expand Down Expand Up @@ -69,7 +69,7 @@ Feature: auth
Then the HTTP status code of responses on all endpoints should be "401"
And the OCS status code of responses on all endpoints should be "401"

@issue-32068 @skipOnOcV10 @smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112
@issue-32068 @skipOnOcV10 @smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112 @skipOnOcV11
Scenario: using OCS as normal user with wrong password
When user "Alice" requests these endpoints with "GET" using password "invalid"
| endpoint |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: auth
Background:
Given user "Alice" has been created with default attributes and without skeleton files

@issue-32068 @skipOnOcV10 @smokeTest
@issue-32068 @skipOnOcV10 @smokeTest @skipOnOcV11
Scenario: using OCS anonymously
When a user requests these endpoints with "GET" and no authentication
| endpoint |
Expand All @@ -13,7 +13,7 @@ Feature: auth
Then the HTTP status code of responses on all endpoints should be "401"
And the OCS status code of responses on all endpoints should be "401"

@issue-32068 @skipOnOcV10
@issue-32068 @skipOnOcV10 @skipOnOcV11
Scenario: using OCS with non-admin basic auth
When the user "Alice" requests these endpoints with "GET" with basic auth
| endpoint |
Expand All @@ -26,7 +26,7 @@ Feature: auth
Then the HTTP status code of responses on all endpoints should be "200"
And the OCS status code of responses on all endpoints should be "200"

@issue-32068 @skipOnOcV10 @smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112
@issue-32068 @skipOnOcV10 @smokeTest @skipOnBruteForceProtection @issue-brute_force_protection-112 @skipOnOcV11
Scenario: using OCS as normal user with wrong password
When user "Alice" requests these endpoints with "GET" using password "invalid"
| endpoint |
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiAuthOcs/ocsPUTAuth.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Feature: auth
Then the HTTP status code of responses on all endpoints should be "401"
And the OCS status code of responses on all endpoints should be "997"

@issue-38423 @skipOnOcV10
@issue-38423 @skipOnOcV10 @skipOnOcV11
Scenario: Request to edit nonexistent user by authorized admin gets unauthorized in http response
Given user "another-admin" has been added to group "admin"
When user "another-admin" requests these endpoints with "PUT" including body "doesnotmatter" about user "nonexistent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Feature: COPY file/folder
| /remote.php/dav/files/%username%/FOLDER |
Then the HTTP status code of responses on all endpoints should be "403"

@skipOnOcV10
@skipOnOcV10 @skipOnOcV11
Scenario: send COPY requests to webDav endpoints with body as normal user
When user "Alice" requests these endpoints with "COPY" including body "doesnotmatter" about user "Alice"
| endpoint |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Feature: delete file/folder
| /remote.php/dav/files/%username%/FOLDER |
Then the HTTP status code of responses on all endpoints should be "204"

@skipOnOcV10
@skipOnOcV10 @skipOnOcV11
Scenario: send DELETE requests to webDav endpoints with body as normal user
When user "Alice" requests these endpoints with "DELETE" including body "doesnotmatter" about user "Alice"
| endpoint |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Feature: create folder using MKCOL
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "401"

@skipOnOcV10
@skipOnOcV10 @skipOnOcV11
Scenario: send MKCOL requests to another user's webDav endpoints as normal user
Given user "Brian" has been created with default attributes and without skeleton files
When user "Brian" requests these endpoints with "MKCOL" including body "" about user "Alice"
Expand All @@ -41,7 +41,7 @@ Feature: create folder using MKCOL
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "404"

@skipOnOcV10
@skipOnOcV10 @skipOnOcV11
Scenario: send MKCOL requests to non-existent user's webDav endpoints as normal user
Given user "Brian" has been created with default attributes and without skeleton files
When user "Brian" requests these endpoints with "MKCOL" including body "" about user "non-existent-user"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Feature: MOVE file/folder
| /remote.php/dav/files/%username%/FOLDER |
Then the HTTP status code of responses on all endpoints should be "403"

@skipOnOcV10
@skipOnOcV10 @skipOnOcV11
Scenario: send MOVE requests to webDav endpoints with body as normal user
When user "Alice" requests these endpoints with "MOVE" including body "doesnotmatter" about user "Alice"
| endpoint |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Feature: get file info using PUT
| /remote.php/dav/files/%username%/PARENT/parent.txt |
Then the HTTP status code of responses on all endpoints should be "401"

@skipOnOcV10
@skipOnOcV10 @skipOnOcV11
Scenario: send PUT requests to another user's webDav endpoints as normal user
When user "Brian" requests these endpoints with "PUT" including body "doesnotmatter" about user "Alice"
| endpoint |
Expand Down
4 changes: 2 additions & 2 deletions tests/acceptance/features/apiFavorites/favorites.feature
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Feature: favorite
| old |
| new |

@issue-33840 @skipOnOcV10
@issue-33840 @skipOnOcV10 @skipOnOcV11
Scenario Outline: Get favorited elements and limit count of entries
Given using <dav_version> DAV path
And user "Alice" has favorited element "/textfile0.txt"
Expand All @@ -153,7 +153,7 @@ Feature: favorite
| old |
| new |

@issue-33840 @skipOnOcV10
@issue-33840 @skipOnOcV10 @skipOnOcV11
Scenario Outline: Get favorited elements paginated in subfolder
Given using <dav_version> DAV path
And user "Alice" has created folder "/subfolder"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Feature: federated
| 1 | 100 |
| 2 | 200 |

@issue-31276 @skipOnOcV10
@issue-31276 @skipOnOcV10 @skipOnOcV11
Scenario Outline: Federated sharee tries to delete an accepted federated share sending wrong password
Given using OCS API version "<ocs-api-version>"
And using server "REMOTE"
Expand Down Expand Up @@ -401,7 +401,7 @@ Feature: federated
| 1 | 100 |
| 2 | 200 |

@issue-31276 @skipOnOcV10
@issue-31276 @skipOnOcV10 @skipOnOcV11
Scenario Outline: Federated sharee tries to delete a pending federated share sending wrong password
Given using server "REMOTE"
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "textfile0.txt"
Expand Down
Loading