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
20 changes: 0 additions & 20 deletions .github/stale.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This workflow warns and then closes issues that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale

name: 'Close stale issues'
on:
schedule:
- cron: '11 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: actions/stale@v4
with:
days-before-issue-stale: 180
days-before-issue-close: 10
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.'
close-issue-message: 'This issue has been automatically closed.'
stale-issue-label: 'status/STALE'
exempt-issue-labels: 'Type:Bug,technical debt,QA:team'
days-before-pr-stale: -1
days-before-pr-close: -1
21 changes: 11 additions & 10 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,16 +547,17 @@ <h3 id="unreleased-details">Details</h3>
</li>
<li class="type-change changelog-item">
<p>Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/38907">#38907</a></p>
<p>The following have been updated: - doctrine/cache (2.0.3 to 2.1.1) - doctrine/dbal (2.13.2 to
2.13.4) - egulias/email-validator (3.1.1 to 3.1.2) - laminas/laminas-filter (2.11.1 to
2.12.0) - laminas/laminas-stdlib (3.5.0 to 3.6.0) - laminas/laminas-validator (2.14.5 to
2.15.0) - laminas/laminas-zendframework-bridge (1.3.0 to 1.4.0) - league/flysystem
(1.1.4 to 1.1.5) - mikey179/vfsstream (v1.6.8 to v1.6.9) - nikic/php-parser (v4.11.0 to
v4.13.0) - pear/archive_tar (1.4.13 to 1.4.14) - phpseclib/phpseclib (3.0.9 to 3.0.11) -
punic/punic (3.6.0 to 3.6.1) - swiftmailer/swiftmailer (v6.2.7 to v6.3.0) - pimple/pimple
(3.2.3 =&gt; 3.4.0)
</p>
<p>https://github.com/owncloud/core/pull/38907<br>https://github.com/owncloud/core/pull/39030<br>https://github.com/owncloud/core/pull/39047<br>https://github.com/owncloud/core/pull/39065<br>https://github.com/owncloud/core/pull/39116<br>https://github.com/owncloud/core/pull/39124<br>https://github.com/owncloud/core/pull/39201<br>https://github.com/owncloud/core/pull/39214<br>https://github.com/owncloud/core/pull/39259<br>https://github.com/owncloud/core/pull/39317<br>https://github.com/owncloud/core/pull/39369<br>https://github.com/owncloud/core/pull/39422<br>https://github.com/owncloud/core/pull/39427<br></p>
<p>The following have been updated: - christophwurst/id3parser (0.1.2 to 0.1.3) -
doctrine/cache (2.0.3 to 2.1.1) - doctrine/dbal (2.13.2 to 2.13.4) -
egulias/email-validator (3.1.1 to 3.1.2) - laminas/laminas-filter (2.11.1 to 2.12.0) -
laminas/laminas-stdlib (3.5.0 to 3.6.0) - laminas/laminas-validator (2.14.5 to 2.15.0) -
laminas/laminas-zendframework-bridge (1.3.0 to 1.4.0) - league/flysystem (1.1.4 to
1.1.5) - mikey179/vfsstream (v1.6.8 to v1.6.9) - nikic/php-parser (v4.11.0 to v4.13.0) -
pear/archive_tar (1.4.13 to 1.4.14) - phpseclib/phpseclib (3.0.9 to 3.0.11) -
pimple/pimple (3.2.3 to 3.5.0) - punic/punic (3.6.0 to 3.6.1) - swiftmailer/swiftmailer
(v6.2.7 to v6.3.0)
</p>
<p>https://github.com/owncloud/core/pull/38907<br>https://github.com/owncloud/core/pull/39030<br>https://github.com/owncloud/core/pull/39047<br>https://github.com/owncloud/core/pull/39065<br>https://github.com/owncloud/core/pull/39116<br>https://github.com/owncloud/core/pull/39124<br>https://github.com/owncloud/core/pull/39201<br>https://github.com/owncloud/core/pull/39214<br>https://github.com/owncloud/core/pull/39259<br>https://github.com/owncloud/core/pull/39317<br>https://github.com/owncloud/core/pull/39369<br>https://github.com/owncloud/core/pull/39422<br>https://github.com/owncloud/core/pull/39427<br>https://github.com/owncloud/core/pull/39433<br>https://github.com/owncloud/core/pull/39434<br></p>
</li>
<li class="type-change changelog-item">
<p>Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39061">#39061</a></p>
Expand Down
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,14 +543,15 @@ Details

* Change - Update PHP dependencies: [#38907](https://github.com/owncloud/core/pull/38907)

The following have been updated: - doctrine/cache (2.0.3 to 2.1.1) - doctrine/dbal (2.13.2 to
2.13.4) - egulias/email-validator (3.1.1 to 3.1.2) - laminas/laminas-filter (2.11.1 to
2.12.0) - laminas/laminas-stdlib (3.5.0 to 3.6.0) - laminas/laminas-validator (2.14.5 to
2.15.0) - laminas/laminas-zendframework-bridge (1.3.0 to 1.4.0) - league/flysystem
(1.1.4 to 1.1.5) - mikey179/vfsstream (v1.6.8 to v1.6.9) - nikic/php-parser (v4.11.0 to
v4.13.0) - pear/archive_tar (1.4.13 to 1.4.14) - phpseclib/phpseclib (3.0.9 to 3.0.11) -
punic/punic (3.6.0 to 3.6.1) - swiftmailer/swiftmailer (v6.2.7 to v6.3.0) - pimple/pimple
(3.2.3 => 3.4.0)
The following have been updated: - christophwurst/id3parser (0.1.2 to 0.1.3) -
doctrine/cache (2.0.3 to 2.1.1) - doctrine/dbal (2.13.2 to 2.13.4) -
egulias/email-validator (3.1.1 to 3.1.2) - laminas/laminas-filter (2.11.1 to 2.12.0) -
laminas/laminas-stdlib (3.5.0 to 3.6.0) - laminas/laminas-validator (2.14.5 to 2.15.0) -
laminas/laminas-zendframework-bridge (1.3.0 to 1.4.0) - league/flysystem (1.1.4 to
1.1.5) - mikey179/vfsstream (v1.6.8 to v1.6.9) - nikic/php-parser (v4.11.0 to v4.13.0) -
pear/archive_tar (1.4.13 to 1.4.14) - phpseclib/phpseclib (3.0.9 to 3.0.11) -
pimple/pimple (3.2.3 to 3.5.0) - punic/punic (3.6.0 to 3.6.1) - swiftmailer/swiftmailer
(v6.2.7 to v6.3.0)

https://github.com/owncloud/core/pull/38907
https://github.com/owncloud/core/pull/39030
Expand All @@ -565,6 +566,8 @@ Details
https://github.com/owncloud/core/pull/39369
https://github.com/owncloud/core/pull/39422
https://github.com/owncloud/core/pull/39427
https://github.com/owncloud/core/pull/39433
https://github.com/owncloud/core/pull/39434

* Change - Update Symfony components: [#39061](https://github.com/owncloud/core/pull/39061)

Expand Down
5 changes: 4 additions & 1 deletion changelog/unreleased/PHPdependencies20210721onward
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Change: Update PHP dependencies

The following have been updated:
- christophwurst/id3parser (0.1.2 to 0.1.3)
- doctrine/cache (2.0.3 to 2.1.1)
- doctrine/dbal (2.13.2 to 2.13.4)
- egulias/email-validator (3.1.1 to 3.1.2)
Expand All @@ -13,9 +14,9 @@ The following have been updated:
- nikic/php-parser (v4.11.0 to v4.13.0)
- pear/archive_tar (1.4.13 to 1.4.14)
- phpseclib/phpseclib (3.0.9 to 3.0.11)
- pimple/pimple (3.2.3 to 3.5.0)
- punic/punic (3.6.0 to 3.6.1)
- swiftmailer/swiftmailer (v6.2.7 to v6.3.0)
- pimple/pimple (3.2.3 => 3.4.0)

https://github.com/owncloud/core/pull/38907
https://github.com/owncloud/core/pull/39030
Expand All @@ -30,3 +31,5 @@ https://github.com/owncloud/core/pull/39317
https://github.com/owncloud/core/pull/39369
https://github.com/owncloud/core/pull/39422
https://github.com/owncloud/core/pull/39427
https://github.com/owncloud/core/pull/39433
https://github.com/owncloud/core/pull/39434
28 changes: 14 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/acceptance/features/webUIFiles/download.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Feature: Download resource
And the user clicks the download button on the webUI
Then folder "simple-folder.zip" should be downloaded


@skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario: download multiple folders
Given user "Alice" has created folder "simple-folder"
And user "Alice" has created folder "simple-folder1"
Expand All @@ -32,7 +32,7 @@ Feature: Download resource
And the user clicks the download button on the webUI
Then folder "download.zip" should be downloaded


@skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario: download all files and folder
Given user "Alice" has uploaded file with content "ownCloud test text file 0" to "textfile0.txt"
And user "Alice" has created folder "simple-folder"
Expand Down
1 change: 1 addition & 0 deletions tests/acceptance/features/webUIFiles/fileDetails.feature
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Feature: User can open the details panel for any file or folder
When the user switches to the "comments" tab in the details panel using the webUI
Then the "comments" details panel should be visible

@skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario Outline: Breadcrumb through folders
Given user "Alice" has created folder "<grand-parent>"
And user "Alice" has created folder "<grand-parent>/<parent>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ Feature: Sharing files and folders with internal groups
| share_with | grp3 |
| permissions | 31 |

@skipOnOcV10.6 @skipOnOcV10.7
@skipOnOcV10.6 @skipOnOcV10.7 @skipOnOcV10.8.0
Scenario: Reshares with groups where the same file ends up in different mountpoints that are renamed should have correct permissions
Given these groups have been created:
| groupname |
Expand Down Expand Up @@ -546,4 +546,4 @@ Feature: Sharing files and folders with internal groups
Then the following permissions are seen for "simple-inner-folder" in the sharing dialog for group "grp3"
| edit | yes |
| change | yes |
| share | yes |
| share | yes |