summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Command/Maintenance/DataFingerprint.php53
-rw-r--r--core/l10n/de.js5
-rw-r--r--core/l10n/de.json5
-rw-r--r--core/l10n/de_DE.js5
-rw-r--r--core/l10n/de_DE.json5
-rw-r--r--core/l10n/fi_FI.js3
-rw-r--r--core/l10n/fi_FI.json3
-rw-r--r--core/l10n/nl.js1
-rw-r--r--core/l10n/nl.json1
-rw-r--r--core/l10n/pt_BR.js5
-rw-r--r--core/l10n/pt_BR.json5
-rw-r--r--core/l10n/sq.js5
-rw-r--r--core/l10n/sq.json5
-rw-r--r--core/register_command.php1
-rw-r--r--core/vendor/.gitignore4
-rw-r--r--core/vendor/es6-promise/.bower.json40
-rw-r--r--core/vendor/es6-promise/.npmignore11
-rw-r--r--core/vendor/es6-promise/.release.json17
-rw-r--r--core/vendor/es6-promise/.spmignore11
19 files changed, 105 insertions, 80 deletions
diff --git a/core/Command/Maintenance/DataFingerprint.php b/core/Command/Maintenance/DataFingerprint.php
new file mode 100644
index 00000000000..38f490fd12a
--- /dev/null
+++ b/core/Command/Maintenance/DataFingerprint.php
@@ -0,0 +1,53 @@
+<?php
+/**
+ * @author Roeland Jago Douma <rullzer@owncloud.com>
+ *
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ * @license AGPL-3.0
+ *
+ * This code is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License, version 3,
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License, version 3,
+ * along with this program. If not, see <http://www.gnu.org/licenses/>
+ *
+ */
+namespace OC\Core\Command\Maintenance;
+
+use OCP\AppFramework\Utility\ITimeFactory;
+use OCP\IConfig;
+use Symfony\Component\Console\Command\Command;
+use Symfony\Component\Console\Input\InputInterface;
+use Symfony\Component\Console\Output\OutputInterface;
+
+
+class DataFingerprint extends Command {
+
+ /** @var IConfig */
+ protected $config;
+ /** @var ITimeFactory */
+ protected $timeFactory;
+
+ public function __construct(IConfig $config,
+ ITimeFactory $timeFactory) {
+ $this->config = $config;
+ $this->timeFactory = $timeFactory;
+ parent::__construct();
+ }
+
+ protected function configure() {
+ $this
+ ->setName('maintenance:data-fingerprint')
+ ->setDescription('update the systems data-fingerprint after a backup is restored');
+ }
+
+ protected function execute(InputInterface $input, OutputInterface $output) {
+ $this->config->setSystemValue('data-fingerprint', md5($this->timeFactory->getTime()));
+ }
+}
diff --git a/core/l10n/de.js b/core/l10n/de.js
index b7c3e2d419f..a4a81239e40 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"Error favoriting" : "Fehler beim Favorisieren",
"Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten",
"Couldn't send mail to following users: %s " : "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
+ "Updates need to be installed. Please use the command line updater." : "Updates müssen installiert werden. Bitte nutze den Updater über die Kommandozeile.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet",
@@ -304,6 +305,10 @@ OC.L10N.register(
"Start update" : "Aktualisierung starten",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst Du stattdessen den folgenden Befehl in Deinem Installationsverzeichnis ausführen:",
"Detailed logs" : "Detaillierte Fehlermeldungen",
+ "Update needed" : "Update wird benötigt",
+ "Please use the command line updater because you have a big instance." : "Da du eine große Instanz von Owncloud besitzt, nutze bitte den Updater über die Kommandozeile.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutze bitte den Updater über die Kommandozeile.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schaue bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.",
"This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist."
},
diff --git a/core/l10n/de.json b/core/l10n/de.json
index 70151c619c7..d5657e1b851 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -24,6 +24,7 @@
"Error favoriting" : "Fehler beim Favorisieren",
"Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten",
"Couldn't send mail to following users: %s " : "Die E-Mail konnte nicht an folgende Benutzer gesendet werden: %s",
+ "Updates need to be installed. Please use the command line updater." : "Updates müssen installiert werden. Bitte nutze den Updater über die Kommandozeile.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet",
@@ -302,6 +303,10 @@
"Start update" : "Aktualisierung starten",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen kannst Du stattdessen den folgenden Befehl in Deinem Installationsverzeichnis ausführen:",
"Detailed logs" : "Detaillierte Fehlermeldungen",
+ "Update needed" : "Update wird benötigt",
+ "Please use the command line updater because you have a big instance." : "Da du eine große Instanz von Owncloud besitzt, nutze bitte den Updater über die Kommandozeile.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutze bitte den Updater über die Kommandozeile.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schaue bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.",
"This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index 9a71cca43a5..6100e4eb93a 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"Error favoriting" : "Fehler beim Hinzufügen zu den Favoriten",
"Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten",
"Couldn't send mail to following users: %s " : "An folgende Benutzer konnte keine E-Mail gesendet werden: %s",
+ "Updates need to be installed. Please use the command line updater." : "Updates müssen installiert werden. Bitte nutzen Sie den Updater über die Kommandozeile.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet ",
@@ -304,6 +305,10 @@ OC.L10N.register(
"Start update" : "Aktualisierung starten",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen können Sie stattdessen den folgenden Befehl in Ihrem Installationsverzeichnis ausführen:",
"Detailed logs" : "Detaillierte Fehlermeldungen",
+ "Update needed" : "Update erforderlich",
+ "Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Owncloud besitzt, nutzen Sie bitte den Updater über die Kommandozeile.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schauen Sie bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.",
"This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist."
},
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index 5580ca1bc8b..c9731d285c7 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -24,6 +24,7 @@
"Error favoriting" : "Fehler beim Hinzufügen zu den Favoriten",
"Error unfavoriting" : "Fehler beim Entfernen aus den Favoriten",
"Couldn't send mail to following users: %s " : "An folgende Benutzer konnte keine E-Mail gesendet werden: %s",
+ "Updates need to be installed. Please use the command line updater." : "Updates müssen installiert werden. Bitte nutzen Sie den Updater über die Kommandozeile.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Überprüfe Tabelle %s",
"Turned on maintenance mode" : "Wartungsmodus eingeschaltet ",
@@ -302,6 +303,10 @@
"Start update" : "Aktualisierung starten",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Zur Vermeidung von Zeitüberschreitungen bei größeren Installationen können Sie stattdessen den folgenden Befehl in Ihrem Installationsverzeichnis ausführen:",
"Detailed logs" : "Detaillierte Fehlermeldungen",
+ "Update needed" : "Update erforderlich",
+ "Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Owncloud besitzt, nutzen Sie bitte den Updater über die Kommandozeile.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Da automatische Updates in der config.php deaktivert sind, nutzen Sie bitte den Updater über die Kommandozeile.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Für weitere Hilfen, schauen Sie bitte in die <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">Dokumentation</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Diese %s-Instanz befindet sich gerade im Wartungsmodus, was eine Weile dauern kann.",
"This page will refresh itself when the %s instance is available again." : "Diese Seite aktualisiert sich automatisch, wenn die %s-Instanz wieder verfügbar ist."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js
index d440408bbd2..9763d90fe5c 100644
--- a/core/l10n/fi_FI.js
+++ b/core/l10n/fi_FI.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"Error favoriting" : "Suosituksen kirjoitusvirhe",
"Error unfavoriting" : "Suosituksen poisto virhe",
"Couldn't send mail to following users: %s " : "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s",
+ "Updates need to be installed. Please use the command line updater." : "Päivitykset tulee asentaa. Käytä komentorivipäivitintä.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Tarkistetaan taulua %s",
"Turned on maintenance mode" : "Siirrytty huoltotilaan",
@@ -295,6 +296,8 @@ OC.L10N.register(
"Start update" : "Käynnistä päivitys",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Välttääksesi aikakatkaisuja suurikokoisten asennusten kanssa, voit suorittaa vaihtoehtoisesti seuraavan komennon asennushakemistossa:",
"Detailed logs" : "Yksityiskohtainen loki",
+ "Update needed" : "Päivitys vaaditaan",
+ "Please use the command line updater because you have a big instance." : "Käytä komentorivipäivitintä, koska käyttämäsi ownCloud on sen verran suuri.",
"This %s instance is currently in maintenance mode, which may take a while." : "Tämä %s-instanssi on parhaillaan huoltotilassa, huollossa saattaa kestää hetki.",
"This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä."
},
diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json
index e62c0af1bc9..0253a823fd9 100644
--- a/core/l10n/fi_FI.json
+++ b/core/l10n/fi_FI.json
@@ -24,6 +24,7 @@
"Error favoriting" : "Suosituksen kirjoitusvirhe",
"Error unfavoriting" : "Suosituksen poisto virhe",
"Couldn't send mail to following users: %s " : "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s",
+ "Updates need to be installed. Please use the command line updater." : "Päivitykset tulee asentaa. Käytä komentorivipäivitintä.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Tarkistetaan taulua %s",
"Turned on maintenance mode" : "Siirrytty huoltotilaan",
@@ -293,6 +294,8 @@
"Start update" : "Käynnistä päivitys",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Välttääksesi aikakatkaisuja suurikokoisten asennusten kanssa, voit suorittaa vaihtoehtoisesti seuraavan komennon asennushakemistossa:",
"Detailed logs" : "Yksityiskohtainen loki",
+ "Update needed" : "Päivitys vaaditaan",
+ "Please use the command line updater because you have a big instance." : "Käytä komentorivipäivitintä, koska käyttämäsi ownCloud on sen verran suuri.",
"This %s instance is currently in maintenance mode, which may take a while." : "Tämä %s-instanssi on parhaillaan huoltotilassa, huollossa saattaa kestää hetki.",
"This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/core/l10n/nl.js b/core/l10n/nl.js
index c0000229886..c94d585eee9 100644
--- a/core/l10n/nl.js
+++ b/core/l10n/nl.js
@@ -302,6 +302,7 @@ OC.L10N.register(
"Start update" : "Begin de update",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Om time-outs tijdens grotere installaties te voorkomen, kunt u in plaats hiervan de volgende opdracht geven vanaf uw installatiedirectory:",
"Detailed logs" : "Gedetailleerde logs",
+ "Update needed" : "Update vereist",
"This %s instance is currently in maintenance mode, which may take a while." : "Deze %s staat momenteel in de onderhoudsstand, dat kan enige tijd duren.",
"This page will refresh itself when the %s instance is available again." : "Deze pagina wordt ververst als de %s-installatie weer beschikbaar is."
},
diff --git a/core/l10n/nl.json b/core/l10n/nl.json
index 84ee2935acf..f0d1c248684 100644
--- a/core/l10n/nl.json
+++ b/core/l10n/nl.json
@@ -300,6 +300,7 @@
"Start update" : "Begin de update",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Om time-outs tijdens grotere installaties te voorkomen, kunt u in plaats hiervan de volgende opdracht geven vanaf uw installatiedirectory:",
"Detailed logs" : "Gedetailleerde logs",
+ "Update needed" : "Update vereist",
"This %s instance is currently in maintenance mode, which may take a while." : "Deze %s staat momenteel in de onderhoudsstand, dat kan enige tijd duren.",
"This page will refresh itself when the %s instance is available again." : "Deze pagina wordt ververst als de %s-installatie weer beschikbaar is."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index 2e88bb16a53..387d16b850b 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"Error favoriting" : "Erro colocando nos favoritos",
"Error unfavoriting" : "Erro retirando do favoritos",
"Couldn't send mail to following users: %s " : "Não foi possível enviar e-mail para os seguintes usuários: %s",
+ "Updates need to be installed. Please use the command line updater." : "Atualizações precisam ser instaladas. Por favor, use a atualização de linha de comando.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Verificando tabela %s",
"Turned on maintenance mode" : "Ativar modo de manutenção",
@@ -304,6 +305,10 @@ OC.L10N.register(
"Start update" : "Iniciar atualização",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso executar o seguinte comando a partir do diretório de instalação:",
"Detailed logs" : "Logs detalhados",
+ "Update needed" : "Atualização necessária",
+ "Please use the command line updater because you have a big instance." : "Por favor, use a atualização de linha de comando, porque você tem um grande exemplo.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, use a atualização de linha de comando, porque a atualização automática está desativado no config.php.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para obter ajuda, consulte a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está em modo de manutenção, o que pode demorar um pouco.",
"This page will refresh itself when the %s instance is available again." : "Esta página será atualizada automaticamente quando esta instância %s estiver disponível novamente."
},
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index 025d0bbbebb..cb865b13ac8 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -24,6 +24,7 @@
"Error favoriting" : "Erro colocando nos favoritos",
"Error unfavoriting" : "Erro retirando do favoritos",
"Couldn't send mail to following users: %s " : "Não foi possível enviar e-mail para os seguintes usuários: %s",
+ "Updates need to be installed. Please use the command line updater." : "Atualizações precisam ser instaladas. Por favor, use a atualização de linha de comando.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Verificando tabela %s",
"Turned on maintenance mode" : "Ativar modo de manutenção",
@@ -302,6 +303,10 @@
"Start update" : "Iniciar atualização",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso executar o seguinte comando a partir do diretório de instalação:",
"Detailed logs" : "Logs detalhados",
+ "Update needed" : "Atualização necessária",
+ "Please use the command line updater because you have a big instance." : "Por favor, use a atualização de linha de comando, porque você tem um grande exemplo.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor, use a atualização de linha de comando, porque a atualização automática está desativado no config.php.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para obter ajuda, consulte a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está em modo de manutenção, o que pode demorar um pouco.",
"This page will refresh itself when the %s instance is available again." : "Esta página será atualizada automaticamente quando esta instância %s estiver disponível novamente."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
diff --git a/core/l10n/sq.js b/core/l10n/sq.js
index ec072ddd52b..788070d5f9a 100644
--- a/core/l10n/sq.js
+++ b/core/l10n/sq.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"Error favoriting" : "Gabim në ruajtjen si të parapëlqyer",
"Error unfavoriting" : "Gabim në heqjen nga të parapëlqyerat",
"Couldn't send mail to following users: %s " : "S’u dërgua dot e-mail përdoruesve vijues: %s ",
+ "Updates need to be installed. Please use the command line updater." : "Lypset të instalohen përditësime. Ju lutemi, përdorni përditësuesin e rreshtit të urdhrave.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Po kontrollohet tabela %s",
"Turned on maintenance mode" : "Mënyra e mirëmbajtjes u aktivizua",
@@ -303,6 +304,10 @@ OC.L10N.register(
"Start update" : "Fillo përditësimin",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Për të shmangur çaste bllokimi pune me instalime të mëdha, mundeni të ekzekutoni urdhrin vijues që nga drejtoria juaj e instalimit:",
"Detailed logs" : "Regjistrime të hollësishme",
+ "Update needed" : "Lyp përditësim",
+ "Please use the command line updater because you have a big instance." : "Ju lutemi, përdorni përditësuesin e rreshtit të urdhrave, sepse keni një instalim të madh.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Ju lutemi, përdorni përditësuesin e rreshtit të urdhrave, sepse përditësimi i vetvetishëm është i çaktivizuar te config.php.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Për ndihmë, shihni <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentimin</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Kjo instancë %s hëpërhë gjendet nën mënyrën mirëmbajtje, çka mund të zgjasë ca.",
"This page will refresh itself when the %s instance is available again." : "Kjo faqe do të rifreskohet vetiu, sapo instanca %s të jetë sërish gati."
},
diff --git a/core/l10n/sq.json b/core/l10n/sq.json
index dbe19187efc..ed725ab7330 100644
--- a/core/l10n/sq.json
+++ b/core/l10n/sq.json
@@ -24,6 +24,7 @@
"Error favoriting" : "Gabim në ruajtjen si të parapëlqyer",
"Error unfavoriting" : "Gabim në heqjen nga të parapëlqyerat",
"Couldn't send mail to following users: %s " : "S’u dërgua dot e-mail përdoruesve vijues: %s ",
+ "Updates need to be installed. Please use the command line updater." : "Lypset të instalohen përditësime. Ju lutemi, përdorni përditësuesin e rreshtit të urdhrave.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Po kontrollohet tabela %s",
"Turned on maintenance mode" : "Mënyra e mirëmbajtjes u aktivizua",
@@ -301,6 +302,10 @@
"Start update" : "Fillo përditësimin",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Për të shmangur çaste bllokimi pune me instalime të mëdha, mundeni të ekzekutoni urdhrin vijues që nga drejtoria juaj e instalimit:",
"Detailed logs" : "Regjistrime të hollësishme",
+ "Update needed" : "Lyp përditësim",
+ "Please use the command line updater because you have a big instance." : "Ju lutemi, përdorni përditësuesin e rreshtit të urdhrave, sepse keni një instalim të madh.",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Ju lutemi, përdorni përditësuesin e rreshtit të urdhrave, sepse përditësimi i vetvetishëm është i çaktivizuar te config.php.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Për ndihmë, shihni <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">dokumentimin</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Kjo instancë %s hëpërhë gjendet nën mënyrën mirëmbajtje, çka mund të zgjasë ca.",
"This page will refresh itself when the %s instance is available again." : "Kjo faqe do të rifreskohet vetiu, sapo instanca %s të jetë sërish gati."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/core/register_command.php b/core/register_command.php
index 17bd573133a..90a54233e66 100644
--- a/core/register_command.php
+++ b/core/register_command.php
@@ -108,6 +108,7 @@ if (\OC::$server->getConfig()->getSystemValue('installed', false)) {
);
$application->add(new OC\Core\Command\Encryption\ShowKeyStorageRoot($util));
+ $application->add(new OC\Core\Command\Maintenance\DataFingerprint(\OC::$server->getConfig(), new \OC\AppFramework\Utility\TimeFactory()));
$application->add(new OC\Core\Command\Maintenance\Mimetype\UpdateDB(\OC::$server->getMimeTypeDetector(), \OC::$server->getMimeTypeLoader()));
$application->add(new OC\Core\Command\Maintenance\Mimetype\UpdateJS(\OC::$server->getMimeTypeDetector()));
$application->add(new OC\Core\Command\Maintenance\Mode(\OC::$server->getConfig()));
diff --git a/core/vendor/.gitignore b/core/vendor/.gitignore
index ee891aa70eb..58a231c4bb4 100644
--- a/core/vendor/.gitignore
+++ b/core/vendor/.gitignore
@@ -125,12 +125,14 @@ backbone/backbone-min*
# davclient.js
davclient.js/**
-!davclient.js/lib/*
+!davclient.js/lib
!davclient.js/LICENSE
# es6-promise
es6-promise/**
!es6-promise/LICENSE
+!es6-promise/dist
+es6-promise/dist/*
!es6-promise/dist/es6-promise.js
# base64
diff --git a/core/vendor/es6-promise/.bower.json b/core/vendor/es6-promise/.bower.json
deleted file mode 100644
index f8c28b04e53..00000000000
--- a/core/vendor/es6-promise/.bower.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "es6-promise",
- "namespace": "Promise",
- "version": "2.3.0",
- "description": "A polyfill for ES6-style Promises, tracking rsvp",
- "authors": [
- "Stefan Penner <stefan.penner@gmail.com>"
- ],
- "main": "dist/es6-promise.js",
- "keywords": [
- "promise"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/jakearchibald/ES6-Promises.git"
- },
- "bugs": {
- "url": "https://github.com/jakearchibald/ES6-Promises/issues"
- },
- "license": "MIT",
- "ignore": [
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "vendor",
- "tasks"
- ],
- "homepage": "https://github.com/jakearchibald/es6-promise",
- "_release": "2.3.0",
- "_resolution": {
- "type": "version",
- "tag": "2.3.0",
- "commit": "fcbab11a1a981eb2290bfff89017cb764335a2a5"
- },
- "_source": "https://github.com/jakearchibald/es6-promise.git",
- "_target": "~2.3.0",
- "_originalSource": "https://github.com/jakearchibald/es6-promise.git",
- "_direct": true
-} \ No newline at end of file
diff --git a/core/vendor/es6-promise/.npmignore b/core/vendor/es6-promise/.npmignore
deleted file mode 100644
index 7a758111e9e..00000000000
--- a/core/vendor/es6-promise/.npmignore
+++ /dev/null
@@ -1,11 +0,0 @@
-/node_modules/
-/tmp
-/tasks
-/test
-/vendor
-/.jshintrc
-/.npmignore
-/.travis.yml
-/Gruntfile.js
-/component.json
-/index.html
diff --git a/core/vendor/es6-promise/.release.json b/core/vendor/es6-promise/.release.json
deleted file mode 100644
index dee8cbc5d92..00000000000
--- a/core/vendor/es6-promise/.release.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "non-interactive": true,
- "dry-run": false,
- "verbose": false,
- "force": false,
- "pkgFiles": ["package.json", "bower.json"],
- "increment": "patch",
- "commitMessage": "Release %s",
- "tagName": "%s",
- "tagAnnotation": "Release %s",
- "buildCommand": "npm run-script build-all",
- "distRepo": "git@github.com:components/rsvp.js.git",
- "distStageDir": "tmp/stage",
- "distBase": "dist",
- "distFiles": ["**/*", "../package.json", "../bower.json"],
- "publish": false
-}
diff --git a/core/vendor/es6-promise/.spmignore b/core/vendor/es6-promise/.spmignore
deleted file mode 100644
index 7a758111e9e..00000000000
--- a/core/vendor/es6-promise/.spmignore
+++ /dev/null
@@ -1,11 +0,0 @@
-/node_modules/
-/tmp
-/tasks
-/test
-/vendor
-/.jshintrc
-/.npmignore
-/.travis.yml
-/Gruntfile.js
-/component.json
-/index.html