Skip to content

Commit 239167a

Browse files
committed
feat(deps): Add Nextcloud 35 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent eb37a5c commit 239167a

6 files changed

Lines changed: 15 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
day: saturday
1414
time: "03:00"
1515
timezone: Europe/Paris
16+
cooldown:
17+
default-days: 10
1618
open-pull-requests-limit: 10
1719
labels:
1820
- 3. to review
@@ -24,6 +26,8 @@ updates:
2426
day: saturday
2527
time: "03:00"
2628
timezone: Europe/Paris
29+
cooldown:
30+
default-days: 10
2731
open-pull-requests-limit: 10
2832
ignore:
2933
- dependency-name: webpack

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable34'
2930
- 'stable33'
3031
- 'stable32'
31-
- 'stable31'
3232

3333
name: npm-audit-fix-${{ matrix.branches }}
3434

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
branches: ['main', 'master', 'stable33', 'stable32', 'stable31']
26+
branches:
27+
- ${{ github.event.repository.default_branch }}
28+
- 'stable34'
29+
- 'stable33'
30+
- 'stable32'
2731

2832
name: update-nextcloud-ocp-${{ matrix.branches }}
2933

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* auto generate a user ID (optional)
1717
* and more behavioral switches
1818
]]></description>
19-
<version>1.16.0-dev.0</version>
19+
<version>2.0.0-dev.0</version>
2020
<licence>agpl</licence>
2121
<author mail="alan@eita.org.br" homepage="http://eita.org.br">Alan Freihof Tygel</author>
2222
<author mail="blizzz@arthur-schiwon.de" homepage="https://arthur-schiwon.de">Arthur Schiwon</author>
@@ -30,7 +30,7 @@
3030
<screenshot>https://raw.githubusercontent.com/nextcloud/ldap_write_support/master/img/screenshots/users.png</screenshot>
3131
<dependencies>
3232
<lib>ldap</lib>
33-
<nextcloud min-version="34" max-version="34"/>
33+
<nextcloud min-version="35" max-version="35"/>
3434
</dependencies>
3535
<commands>
3636
<command>OCA\LdapWriteSupport\Command\GroupAdminsToLdap</command>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldap_write_support",
3-
"version": "1.16.0-dev.0",
3+
"version": "2.0.0-dev.0",
44
"description": "Adds write support to the LDAP backend",
55
"private": true,
66
"author": "Arthur Schiwon",

0 commit comments

Comments
 (0)