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
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ body:
- "32"
- "33"
- "34"
- "35 (master)"
- "35"
- "36 (master)"
validations:
required: true
- type: dropdown
Expand Down
66 changes: 64 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ updates:
labels:
- "3. to review"
- "feature: dependencies"
cooldown:
default-days: 7

# Main composer (linting, testing, openapi)
- package-ecosystem: composer
Expand All @@ -37,6 +39,8 @@ updates:
- "feature: dependencies"
open-pull-requests-limit: 20
versioning-strategy: increase
cooldown:
default-days: 7

# Main master npm frontend dependencies
- package-ecosystem: npm
Expand Down Expand Up @@ -77,7 +81,7 @@ updates:

# Composer dependencies for linting and testing
- package-ecosystem: composer
target-branch: stable34
target-branch: stable35
directories:
- "/"
- "/vendor-bin/behat"
Expand All @@ -91,6 +95,8 @@ updates:
day: saturday
time: "03:30"
timezone: Europe/Paris
cooldown:
default-days: 7
labels:
- "3. to review"
- "feature: dependencies"
Expand All @@ -101,7 +107,7 @@ updates:

# frontend dependencies
- package-ecosystem: npm
target-branch: stable34
target-branch: stable35
directories:
- "/"
- "/build/frontend"
Expand Down Expand Up @@ -137,6 +143,58 @@ updates:

# Older stable releases

# Composer dependencies for linting and testing
- package-ecosystem: composer
target-branch: stable34
directories:
- "/"
- "/vendor-bin/behat"
- "/vendor-bin/cs-fixer"
- "/vendor-bin/openapi-extractor"
- "/vendor-bin/phpunit"
- "/vendor-bin/psalm"
schedule:
interval: weekly
day: saturday
time: "04:30"
timezone: Europe/Paris
cooldown:
default-days: 7
labels:
- "3. to review"
- "feature: dependencies"
ignore:
# only patch updates on stable branches
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

# frontend dependencies
- package-ecosystem: npm
target-branch: stable34
directories:
- "/"
- "/build/frontend"
- "/build/frontend-legacy"
schedule:
interval: weekly
day: saturday
time: "04:30"
timezone: Europe/Paris
cooldown:
default-days: 4
semver-major-days: 8
labels:
- "3. to review"
- "feature: dependencies"
open-pull-requests-limit: 20
versioning-strategy: increase
# Disable automatic rebasing because without a build CI will likely fail anyway
rebase-strategy: "disabled"
ignore:
# no major updates on stable branches
- dependency-name: "*"
update-types: ["version-update:semver-major"]

# Composer dependencies for linting and testing
- package-ecosystem: composer
target-branch: stable33
Expand All @@ -152,6 +210,8 @@ updates:
day: saturday
time: "04:30"
timezone: Europe/Paris
cooldown:
default-days: 7
labels:
- "3. to review"
- "feature: dependencies"
Expand Down Expand Up @@ -202,6 +262,8 @@ updates:
day: saturday
time: "04:30"
timezone: Europe/Paris
cooldown:
default-days: 7
labels:
- "3. to review"
- "feature: dependencies"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable35'
- 'stable34'
- 'stable33'
- 'stable32'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-cacert-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable35'
- 'stable34'
- 'stable33'
- 'stable32'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-code-signing-crl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
matrix:
branches:
- ${{ github.event.repository.default_branch }}
- 'stable35'
- 'stable34'
- 'stable33'
- 'stable32'
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty
4 changes: 2 additions & 2 deletions apps/admin_audit/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>Auditing / Logging</name>
<summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
<version>2.0.0-dev.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<namespace>AdminAudit</namespace>
Expand All @@ -20,7 +20,7 @@
<category>monitoring</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>
<background-jobs>
<job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
Expand Down
4 changes: 2 additions & 2 deletions apps/appstore/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<name>Nextcloud Appstore</name>
<summary>Nextcloud Appstore</summary>
<description>Nextcloud Appstore</description>
<version>2.0.0-dev.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Nextcloud</author>
<namespace>Appstore</namespace>

<category>customization</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<navigations>
Expand Down
4 changes: 2 additions & 2 deletions apps/cloud_federation_api/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Cloud Federation API</name>
<summary>Enable clouds to communicate with each other and exchange data</summary>
<description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
<version>2.0.0-dev.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>CloudFederationAPI</namespace>
Expand All @@ -19,7 +19,7 @@
<category>integration</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<background-jobs>
Expand Down
4 changes: 2 additions & 2 deletions apps/comments/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>Comments</name>
<summary>Files app plugin to add comments to files</summary>
<description>Files app plugin to add comments to files</description>
<version>2.0.0-dev.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Arthur Schiwon</author>
<author>Vincent Petry</author>
Expand All @@ -21,7 +21,7 @@
<category>social</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<activity>
Expand Down
4 changes: 2 additions & 2 deletions apps/contactsinteraction/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Contacts Interaction</name>
<summary>Manages interaction between accounts and contacts</summary>
<description>Collect data about accounts and contacts interactions and provide an address book for the data</description>
<version>2.0.0-dev.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
Expand All @@ -21,7 +21,7 @@
<category>social</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>
<background-jobs>
<job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job>
Expand Down
4 changes: 2 additions & 2 deletions apps/dashboard/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

The Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! People can add the widgets they like and change the background to their liking.]]>
</description>
<version>8.0.0-dev.0</version>
<version>9.0.0-dev.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Dashboard</namespace>
Expand All @@ -22,7 +22,7 @@ The Nextcloud Dashboard is your starting point of the day, giving you an overvie
<bugs>https://github.com/nextcloud/server/issues</bugs>

<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<navigations>
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 @@ -10,7 +10,7 @@
<name>WebDAV</name>
<summary>WebDAV endpoint</summary>
<description>WebDAV endpoint</description>
<version>2.0.0-dev.1</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>owncloud.org</author>
<namespace>DAV</namespace>
Expand All @@ -20,7 +20,7 @@
<category>integration</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<background-jobs>
Expand Down
4 changes: 2 additions & 2 deletions apps/encryption/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
read the documentation to understand implications and the appropriate procedures to avoid data loss.
]]>
</description>
<version>3.0.0-dev.0</version>
<version>4.0.0-dev.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<author>Clark Tomlinson</author>
Expand All @@ -50,7 +50,7 @@

<dependencies>
<lib>openssl</lib>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<repair-steps>
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 @@ -10,7 +10,7 @@
<name>Federated file sharing</name>
<summary>Provide federated file sharing across servers</summary>
<description>Provide federated file sharing across servers</description>
<version>2.0.0-dev.1</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<author>Roeland Jago Douma</author>
Expand All @@ -20,7 +20,7 @@
<bugs>https://github.com/nextcloud/server/issues</bugs>

<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<settings>
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 @@ -10,7 +10,7 @@
<name>Federation</name>
<summary>Federation allows you to connect with other trusted servers to exchange the account directory.</summary>
<description>Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing.</description>
<version>2.0.0-dev.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<namespace>Federation</namespace>
Expand All @@ -22,7 +22,7 @@
<bugs>https://github.com/nextcloud/server/issues</bugs>

<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<background-jobs>
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 @@ -10,7 +10,7 @@
<name>Files</name>
<summary>File Management</summary>
<description>File Management</description>
<version>3.0.0-dev.0</version>
<version>4.0.0-dev.0</version>
<licence>agpl</licence>
<author>John Molakvoæ</author>
<author>Robin Appelman</author>
Expand All @@ -24,7 +24,7 @@
<category>files</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<background-jobs>
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 @@ -14,7 +14,7 @@ This application enables administrators to configure connections to external sto

External storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.
</description>
<version>2.0.0-dev.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<author>Michael Gapczynski</author>
Expand All @@ -33,7 +33,7 @@ External storage can be configured using the GUI or at the command line. This se
<bugs>https://github.com/nextcloud/server/issues</bugs>

<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<background-jobs>
Expand Down
4 changes: 2 additions & 2 deletions apps/files_reminders/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Set file reminders.
Note: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly.

]]></description>
<version>2.0.0-dev.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Christopher Ng</author>
<namespace>FilesReminders</namespace>
Expand All @@ -25,7 +25,7 @@ Note: to use the `File reminders` app, ensure that the `Notifications` app is in
<bugs>https://github.com/nextcloud/server/issues</bugs>

<dependencies>
<nextcloud min-version="35" max-version="35"/>
<nextcloud min-version="36" max-version="36"/>
</dependencies>

<background-jobs>
Expand Down
Loading
Loading