-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix/test-php-8.2
Signed-off-by: Côme Chilliet <[email protected]>
- Loading branch information
Showing
296 changed files
with
1,176 additions
and
713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule 3rdparty
updated
48 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/** | ||
* @copyright Copyright (c) 2021 Christopher Ng <[email protected]> | ||
* | ||
* @author Christopher Ng <[email protected]> | ||
* | ||
* @license AGPL-3.0-or-later | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU Affero General Public License as | ||
* published by the Free Software Foundation, either version 3 of the | ||
* License, or (at your option) any later version. | ||
* | ||
* 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 | ||
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
*/ | ||
|
||
/** | ||
* @param {any} value - | ||
* @param {any} passes - | ||
*/ | ||
export function decodeHtmlEntities(value, passes = 1) { | ||
const parser = new DOMParser() | ||
let decoded = value | ||
for (let i = 0; i < passes; i++) { | ||
decoded = parser.parseFromString(decoded, 'text/html').documentElement.textContent | ||
} | ||
return decoded | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,38 @@ | ||
OC.L10N.register( | ||
"encryption", | ||
{ | ||
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Šifrēšanas lietotnei nepareiza privātā atslēga. Lūdzu atjaunojiet savu privāto atslēgu personīgo uzstādījumu sadaļā, lai atjaunot pieeju šifrētajiem failiem.", | ||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Šifrēšanas lietotnes ir pieslēgta, bet šifrēšanas atslēgas nav uzstādītas. Lūdzu izejiet no sistēmas un ieejiet sistēmā atpakaļ.", | ||
"Enabled" : "Pievienots" | ||
"Missing recovery key password" : "Pazudusi atkopšanas atslēgas parole", | ||
"Please repeat the recovery key password" : "Lūdzu atkārtot atgūšanas atslēgas paroli", | ||
"Repeated recovery key password does not match the provided recovery key password" : "Atkārtota atkopšanas atslēgas parole nesakrīt ar izsniegto atkopšanas atslēgu paroli", | ||
"Recovery key successfully enabled" : "Atkopšanas atslēga ir veiksmīgi iespējota", | ||
"Could not enable recovery key. Please check your recovery key password!" : "Atkopšanas atslēgu nevarēja iespējot. Lūdzu, pārbaudiet atkopšanas atslēgas paroli!", | ||
"Recovery key successfully disabled" : "Atkopšanas atslēga ir veiksmīgi deaktivizēta", | ||
"Could not disable recovery key. Please check your recovery key password!" : "Atkopšanas atslēgu nevarēja atspējot. Lūdzu, pārbaudiet atkopšanas atslēgas paroli!", | ||
"Missing parameters" : "Trūkstošos parametrs", | ||
"Please provide the old recovery password" : "Lūdzu, norādiet iepriekšējo atkopšanas paroli", | ||
"Please provide a new recovery password" : "Lūdzu, ievadiet jaunu paroli", | ||
"Please repeat the new recovery password" : "Lūdzu, atkārtojiet jauno atkopšanas paroli", | ||
"Password successfully changed." : "Parole veiksmīgi nomainīta.", | ||
"Could not change the password. Maybe the old password was not correct." : "Nevarēja mainīt paroli. Varbūt vecā parole nav pareiza.", | ||
"Recovery Key disabled" : "Atkopšanas atslēga deaktivizēta", | ||
"Recovery Key enabled" : "Atkopšanas atslēga aktivizēta", | ||
"Could not enable the recovery key, please try again or contact your administrator" : "Nevarēja iespējot atkopšanas atslēga, lūdzu, mēģiniet vēlreiz vai sazinieties ar administratoru", | ||
"Could not update the private key password." : "Nevarēja atjaunināt privātās atslēgas paroli.", | ||
"The old password was not correct, please try again." : "Vecā parole nav pareiza, lūdzu, mēģiniet vēlreiz.", | ||
"The current log-in password was not correct, please try again." : "Pašreizējā pieteikšanās parole nebija pareiza, lūdzu, mēģiniet vēlreiz.", | ||
"Private key password successfully updated." : "Privātās atslēgas parole ir veiksmīgi atjaunināta.", | ||
"Encryption app is enabled and ready" : "Šifrēšanas lietotne ir iespējota un gatava", | ||
"Bad Signature" : "Nederīgs paraksts", | ||
"Missing Signature" : "Trūkst paraksta", | ||
"The share will expire on %s." : "Koplietošana beigsies %s.", | ||
"Cheers!" : "Priekā!", | ||
"Change Password" : "Mainīt paroli", | ||
"Your private key password no longer matches your log-in password." : "Jūsu privātās atslēgas parole vairs nesakrīt ar jūsu pieteikšanās paroli.", | ||
"Set your old private key password to your current log-in password:" : "Iestatiet savu veco privātās atslēgas paroli uz pašreizējo pieteikšanās paroli:", | ||
"Old log-in password" : "Vecā pieteikšanās parole", | ||
"Current log-in password" : "Pašreizējā pieteikšanās parole", | ||
"Enable password recovery:" : "Iespējot paroles atjaunošanu:", | ||
"Enabled" : "Pievienots", | ||
"Disabled" : "Atspējots" | ||
}, | ||
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,36 @@ | ||
{ "translations": { | ||
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Šifrēšanas lietotnei nepareiza privātā atslēga. Lūdzu atjaunojiet savu privāto atslēgu personīgo uzstādījumu sadaļā, lai atjaunot pieeju šifrētajiem failiem.", | ||
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Šifrēšanas lietotnes ir pieslēgta, bet šifrēšanas atslēgas nav uzstādītas. Lūdzu izejiet no sistēmas un ieejiet sistēmā atpakaļ.", | ||
"Enabled" : "Pievienots" | ||
"Missing recovery key password" : "Pazudusi atkopšanas atslēgas parole", | ||
"Please repeat the recovery key password" : "Lūdzu atkārtot atgūšanas atslēgas paroli", | ||
"Repeated recovery key password does not match the provided recovery key password" : "Atkārtota atkopšanas atslēgas parole nesakrīt ar izsniegto atkopšanas atslēgu paroli", | ||
"Recovery key successfully enabled" : "Atkopšanas atslēga ir veiksmīgi iespējota", | ||
"Could not enable recovery key. Please check your recovery key password!" : "Atkopšanas atslēgu nevarēja iespējot. Lūdzu, pārbaudiet atkopšanas atslēgas paroli!", | ||
"Recovery key successfully disabled" : "Atkopšanas atslēga ir veiksmīgi deaktivizēta", | ||
"Could not disable recovery key. Please check your recovery key password!" : "Atkopšanas atslēgu nevarēja atspējot. Lūdzu, pārbaudiet atkopšanas atslēgas paroli!", | ||
"Missing parameters" : "Trūkstošos parametrs", | ||
"Please provide the old recovery password" : "Lūdzu, norādiet iepriekšējo atkopšanas paroli", | ||
"Please provide a new recovery password" : "Lūdzu, ievadiet jaunu paroli", | ||
"Please repeat the new recovery password" : "Lūdzu, atkārtojiet jauno atkopšanas paroli", | ||
"Password successfully changed." : "Parole veiksmīgi nomainīta.", | ||
"Could not change the password. Maybe the old password was not correct." : "Nevarēja mainīt paroli. Varbūt vecā parole nav pareiza.", | ||
"Recovery Key disabled" : "Atkopšanas atslēga deaktivizēta", | ||
"Recovery Key enabled" : "Atkopšanas atslēga aktivizēta", | ||
"Could not enable the recovery key, please try again or contact your administrator" : "Nevarēja iespējot atkopšanas atslēga, lūdzu, mēģiniet vēlreiz vai sazinieties ar administratoru", | ||
"Could not update the private key password." : "Nevarēja atjaunināt privātās atslēgas paroli.", | ||
"The old password was not correct, please try again." : "Vecā parole nav pareiza, lūdzu, mēģiniet vēlreiz.", | ||
"The current log-in password was not correct, please try again." : "Pašreizējā pieteikšanās parole nebija pareiza, lūdzu, mēģiniet vēlreiz.", | ||
"Private key password successfully updated." : "Privātās atslēgas parole ir veiksmīgi atjaunināta.", | ||
"Encryption app is enabled and ready" : "Šifrēšanas lietotne ir iespējota un gatava", | ||
"Bad Signature" : "Nederīgs paraksts", | ||
"Missing Signature" : "Trūkst paraksta", | ||
"The share will expire on %s." : "Koplietošana beigsies %s.", | ||
"Cheers!" : "Priekā!", | ||
"Change Password" : "Mainīt paroli", | ||
"Your private key password no longer matches your log-in password." : "Jūsu privātās atslēgas parole vairs nesakrīt ar jūsu pieteikšanās paroli.", | ||
"Set your old private key password to your current log-in password:" : "Iestatiet savu veco privātās atslēgas paroli uz pašreizējo pieteikšanās paroli:", | ||
"Old log-in password" : "Vecā pieteikšanās parole", | ||
"Current log-in password" : "Pašreizējā pieteikšanās parole", | ||
"Enable password recovery:" : "Iespējot paroles atjaunošanu:", | ||
"Enabled" : "Pievienots", | ||
"Disabled" : "Atspējots" | ||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.