Skip to content

Commit c73c2df

Browse files
authored
Merge branch 'main' into custom-summary-prompt
Signed-off-by: astkwcz <135839164+astkwcz@users.noreply.github.com>
2 parents 10605c4 + c50dd1d commit c73c2df

91 files changed

Lines changed: 1388 additions & 10832 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions-lock.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ fe1239ed98a163abbdea3e0490c85458 appstore-build-publish.yml
55
c68267e33681e70e0d90b8d7c58da269 command-openapi.yml
66
e6351c608939c31ae1e32923aa82aa10 dependabot-approve-merge.yml
77
2581a67c5bcdcd570427e6d51db767d7 fixup.yml
8-
985f3ac7d51405c1601c742832a14120 lint-eslint.yml
8+
dc0ae733f35c60274937c2647c027d46 lint-eslint.yml
99
43fd0c5fb704cabc5f11cdfaf513236d lint-info-xml.yml
1010
4b40dd0073e16f74dd04e6d49dcc043d lint-php-cs.yml
1111
cfb31e47b6e9ab65e76c89b028754a4e lint-php.yml
1212
ab3a506506b1d7c1cea9593ecfd84366 lint-stylelint.yml
13-
3b1f38e378f8e764b0b3c560a8cfe1cd node-test.yml
13+
d5f511793e785e83842609afc0317b24 node-test.yml
1414
03759c9dc0fa748cb927b9f9cadf2925 node.yml
1515
65678bf15deefb099dea5410459a7c17 openapi.yml
16-
076e72a19e7bdf35ac5b2abee0198c43 phpunit-mariadb.yml
17-
8fab08ac7da700ee304af0bf3c18b3a3 phpunit-mysql.yml
18-
bbe9834ddb89207caf5e19d79ebb3672 phpunit-oci.yml
19-
256bf1dead4ef8479e9ce7433f871548 phpunit-pgsql.yml
20-
4ca2c2c4b1a73182667bab908e57c185 phpunit-sqlite.yml
16+
43fe311fa443cc05bca150d30148e656 phpunit-mariadb.yml
17+
6d20bb9054bf13310aaa1bf98025b3d9 phpunit-mysql.yml
18+
a9366230d0b876662fb0ab124ba586af phpunit-oci.yml
19+
33e50146debe0922d4e176f22d949aa1 phpunit-pgsql.yml
20+
869cf6703da576578e5d1774aa87d837 phpunit-sqlite.yml
2121
d1821b8a816578070ed8fd018f321f6d pr-feedback.yml
2222
6dc046dfbca5dc65d938265c518fcac4 psalm.yml
2323
2dbec18233063b42f4d8e03bbb43671c reuse.yml
2424
a3440826636c0fd7c2d20b1de50363da update-nextcloud-ocp-approve-merge.yml
25-
f5632e6d28c6afca9d4d46131fb48d57 update-nextcloud-ocp.yml
25+
1919e2ff468e875aeeae5fd088d4ce1f update-nextcloud-ocp.yml
2626
22604c31b526de270a080eb19967a638 update-stable-titles.yml
27-
97773e8d73758d9f1af50f7c8b82aef3 lint-typescript.yml
28-
94c65e30a77686c079c6dfa54a008440 sync-workflow-templates.yml
27+
c5147997c7fb8ecbcd23c69705bddc86 lint-typescript.yml
28+
b47a9fe981a7435caea92db33f5ad121 sync-workflow-templates.yml
2929
e456e5920f7020b8fef59329ab6ce54e ai-policy.yml
30-
28dcf55e283b85c292fea0d0b2a15a8a npm-build.yml
31-
aff9f466debc652013b43d1a11b32a0b npm-audit-fix.yml
30+
ab958fa2b07234fceab6b6d836fb7f19 npm-build.yml
31+
0dc931ec237a235370e224282608b20e npm-audit-fix.yml
3232
6aa9eaa284ed1800168c96b97e90d582 rector-apply.yml

.github/dependabot.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@ updates:
1515
cooldown:
1616
default-days: 4
1717

18+
- package-ecosystem: composer
19+
target-branch: stable35
20+
directory: "/"
21+
commit-message:
22+
prefix: "build"
23+
include: "scope"
24+
versioning-strategy: "increase"
25+
ignore:
26+
- dependency-name: "*"
27+
update-types: ["version-update:semver-major", "version-update:semver-minor"]
28+
schedule:
29+
interval: weekly
30+
day: saturday
31+
time: "03:00"
32+
timezone: Europe/Berlin
33+
cooldown:
34+
default-days: 4
35+
1836
- package-ecosystem: composer
1937
target-branch: stable34
2038
directory: "/"
@@ -127,6 +145,31 @@ updates:
127145
exclude:
128146
- "@nextcloud/*"
129147

148+
- package-ecosystem: npm
149+
target-branch: stable35
150+
directory: "/"
151+
commit-message:
152+
prefix: "build"
153+
include: "scope"
154+
versioning-strategy: "increase"
155+
open-pull-requests-limit: 10
156+
schedule:
157+
interval: weekly
158+
day: saturday
159+
time: "03:00"
160+
timezone: Europe/Berlin
161+
ignore:
162+
- dependency-name: "*"
163+
update-types: ["version-update:semver-major"]
164+
groups:
165+
vueuse:
166+
patterns:
167+
- "@vueuse/*"
168+
cooldown:
169+
default-days: 4
170+
exclude:
171+
- "@nextcloud/*"
172+
130173
- package-ecosystem: npm
131174
target-branch: stable34
132175
directory: "/"

.github/workflows/integration-federation.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ jobs:
6060
host-circles-versions: 'master'
6161
host-notifications-versions: 'master'
6262
remote-db: 'mysql'
63-
remote-server-versions: 'stable34'
64-
remote-spreed-versions: 'stable34'
63+
remote-server-versions: 'stable35'
64+
remote-spreed-versions: 'stable35'
6565
remote-guests-versions: 'main'
66-
remote-circles-versions: 'stable34'
67-
remote-notifications-versions: 'stable34'
66+
remote-circles-versions: 'stable35'
67+
remote-notifications-versions: 'stable35'
6868
- test-suite: 'federation'
6969
php-versions: '8.3'
7070
host-db: 'pgsql'
@@ -74,19 +74,19 @@ jobs:
7474
host-circles-versions: 'master'
7575
host-notifications-versions: 'master'
7676
remote-db: 'mysql'
77-
remote-server-versions: 'stable34'
78-
remote-spreed-versions: 'stable34'
77+
remote-server-versions: 'stable35'
78+
remote-spreed-versions: 'stable35'
7979
remote-guests-versions: 'main'
80-
remote-circles-versions: 'stable34'
81-
remote-notifications-versions: 'stable34'
80+
remote-circles-versions: 'stable35'
81+
remote-notifications-versions: 'stable35'
8282
- test-suite: 'federation'
8383
php-versions: '8.3'
8484
host-db: 'oci'
85-
host-server-versions: 'stable34'
86-
host-spreed-versions: 'stable34'
85+
host-server-versions: 'stable35'
86+
host-spreed-versions: 'stable35'
8787
host-guests-versions: 'main'
88-
host-circles-versions: 'stable34'
89-
host-notifications-versions: 'stable34'
88+
host-circles-versions: 'stable35'
89+
host-notifications-versions: 'stable35'
9090
remote-db: 'mysql'
9191
remote-server-versions: 'master'
9292
remote-spreed-versions: ${{ github.event.pull_request.head.sha }}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable35'
2930
- 'stable34'
3031
- 'stable33'
3132
- 'stable32'

.github/workflows/sync-workflow-templates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29+
- 'stable35'
2930
- 'stable34'
3031
- 'stable33'
3132
- 'stable32'

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
matrix:
3030
branches:
3131
- ${{ github.event.repository.default_branch }}
32+
- 'stable35'
3233
- 'stable34'
3334
- 'stable33'
3435
- 'stable32'

LICENSES/LicenseRef-NextcloudTrademarks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ and our products: “Nextcloud Files”; “Nextcloud Groupware” and “Nextcl
66
This set of marks is collectively referred to as the “Nextcloud marks.”
77

88
Use of Nextcloud logos and other marks is only permitted under the guidelines provided by the Nextcloud GmbH.
9-
A copy can be found at https://discord.com/branding
9+
A copy can be found at https://nextcloud.com/trademarks/

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa.
1919
]]></description>
2020

21-
<version>25.0.0-alpha.1</version>
21+
<version>26.0.0-dev.0</version>
2222
<licence>AGPL-3.0-or-later</licence>
2323

2424
<author>Christian Lorang</author>
@@ -61,7 +61,7 @@
6161
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/main/docs/video-verfication.png</screenshot>
6262

6363
<dependencies>
64-
<nextcloud min-version="35" max-version="35" />
64+
<nextcloud min-version="36" max-version="36" />
6565
</dependencies>
6666

6767
<background-jobs>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"require": {
4545
"bamarni/composer-bin-plugin": "^1.9",
46-
"cuyz/valinor": "^2.5",
46+
"cuyz/valinor": "^2.6",
4747
"cweagans/composer-patches": "^2.0.0",
4848
"firebase/php-jwt": "^7.0"
4949
},

composer.lock

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

0 commit comments

Comments
 (0)