Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/github_helper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-09-28 18:39:27 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-09-28 18:39:27 +0300
commit700323dbe57f2b0ff2545bfb3c5a5f083f859eff (patch)
treedd949f4d07fc8c87e7bd3105c7e46a63bcd5e9e9
parentd01983fea89cd20313b49fac3ff0b50796b09e5e (diff)
update apps due to bundle state changes
- NC 25 dropped files_videoplayer - NC 25 added those four additional apps Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--brancher/branch.php1
-rw-r--r--changelog/index.php15
-rw-r--r--label-updater/config.json5
-rw-r--r--milestoneupdater/config.json5
-rw-r--r--tagger/tag.php1
5 files changed, 17 insertions, 10 deletions
diff --git a/brancher/branch.php b/brancher/branch.php
index f32270a..d7b12d6 100644
--- a/brancher/branch.php
+++ b/brancher/branch.php
@@ -15,7 +15,6 @@ $repositories = [
'nextcloud/example-files',
'nextcloud/files_pdfviewer',
'nextcloud/files_rightclick',
- 'nextcloud/files_videoplayer',
'nextcloud/firstrunwizard',
'nextcloud/logreader',
'nextcloud/nextcloud_announcements',
diff --git a/changelog/index.php b/changelog/index.php
index 1e4db32..9b4a226 100644
--- a/changelog/index.php
+++ b/changelog/index.php
@@ -84,7 +84,6 @@ class GenerateChangelogCommand extends Command
"example-files",
"files_pdfviewer",
"files_rightclick",
- "files_videoplayer",
"firstrunwizard",
"logreader",
"nextcloud_announcements",
@@ -120,13 +119,15 @@ class GenerateChangelogCommand extends Command
$base = $input->getArgument('base');
$head = $input->getArgument('head');
- if (!in_array($head, ['stable14', 'stable15']) && !in_array(substr($head, 0, 3), ['v14', 'v15'])) {
- $reposToIterate[] = 'privacy';
- $reposToIterate[] = 'recommendations';
- $reposToIterate[] = 'viewer';
+ if (!in_array($head, ['stable25']) && !in_array(substr($head, 0, 3), ['v25'])) {
+ $reposToIterate[] = 'files_videoplayer';
}
- if (in_array($head, ['stable16', 'stable17']) || in_array(substr($head, 0, 3), ['v16', 'v17'])) {
- $reposToIterate[] = 'gallery';
+
+ if (in_array($head, ['stable25']) && !in_array(substr($head, 0, 3), ['v25'])) {
+ $reposToIterate[] = 'bruteforcesettings';
+ $reposToIterate[] = 'related_resources';
+ $reposToIterate[] = 'suspicious_login';
+ $reposToIterate[] = 'twofactor_totp';
}
if ($output->isVerbose()) {
diff --git a/label-updater/config.json b/label-updater/config.json
index 4b8a338..4e401c6 100644
--- a/label-updater/config.json
+++ b/label-updater/config.json
@@ -6,6 +6,7 @@
"activity",
"announcementcenter",
"apps",
+ "bruteforcesettings",
"circles",
"data_request",
"documentation",
@@ -18,7 +19,6 @@
"files_pdfviewer",
"files_retention",
"files_texteditor",
- "files_videoplayer",
"firstrunwizard",
"gallery",
"globalsiteselector",
@@ -31,11 +31,14 @@
"quota_warning",
"ransomware_protection",
"recommendations",
+ "related_resources",
"serverinfo",
"sharepoint",
"spreed",
"survey_client",
+ "suspicious_login",
"templateeditor",
+ "twofactor_totp",
"user_retention",
"user_saml",
"viewer",
diff --git a/milestoneupdater/config.json b/milestoneupdater/config.json
index 8d5c0b8..1e6eff8 100644
--- a/milestoneupdater/config.json
+++ b/milestoneupdater/config.json
@@ -3,6 +3,7 @@
"repos": [
"3rdparty",
"activity",
+ "bruteforcesettings",
"circles",
"documentation",
"example-files",
@@ -17,10 +18,13 @@
"photos",
"privacy",
"recommendations",
+ "related_resources",
"server",
"serverinfo",
"survey_client",
+ "suspicious_login",
"text",
+ "twofactor_totp",
"updater",
"viewer"
],
@@ -35,6 +39,7 @@
"Nextcloud 24.0.5"
],
"addMilestones": [
+ "Nextcloud 25.0.1",
"Nextcloud 24.0.7",
"Nextcloud 23.0.11"
],
diff --git a/tagger/tag.php b/tagger/tag.php
index 7b3372d..d995283 100644
--- a/tagger/tag.php
+++ b/tagger/tag.php
@@ -74,7 +74,6 @@ switch($branch) {
'nextcloud/example-files',
'nextcloud/files_pdfviewer',
'nextcloud/files_rightclick',
- 'nextcloud/files_videoplayer',
'nextcloud/firstrunwizard',
'nextcloud/logreader',
'nextcloud/nextcloud_announcements',