Skip to content

Commit

Permalink
Merge branch 'main' into fix/bulk-actions
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
  • Loading branch information
SebastianKrupinski committed Dec 17, 2024
2 parents 442750b + 1a3e8cb commit ccfe0da
Show file tree
Hide file tree
Showing 230 changed files with 14,037 additions and 30,004 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/update-public-suffix-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Update public suffix list
on:
workflow_dispatch:
schedule:
- cron: "5 2 * * *"
- cron: "0 6 1,15 * *"

jobs:
update-public-suffix-list:
Expand All @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'stable3.7']
branches: ['main', 'stable4.1', 'stable4.0', 'stable3.7']

name: update-public-suffix-list-${{ matrix.branches }}

Expand All @@ -25,7 +25,7 @@ jobs:
submodules: true

- name: Download public suffix list
run: curl --output resources/resources/public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat
run: curl --output resources/public_suffix_list.dat https://publicsuffix.org/list/public_suffix_list.dat

- name: Create Pull Request
uses: peter-evans/create-pull-request@7920c48d6af627948130adb390df5809c471ae3b
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ tests/clover*.xml
node_modules/

/js
/css

# packaged app
build/artifacts
Expand Down
8 changes: 0 additions & 8 deletions babel.config.cjs

This file was deleted.

19 changes: 19 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/**
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
module.exports = {
plugins: [
'@babel/plugin-syntax-dynamic-import'
],
presets: [
[
'@babel/preset-env',
{
modules: process.env.NODE_ENV === 'testing' ? 'commonjs' : undefined,
useBuiltIns: process.env.NODE_ENV === 'testing' ? 'usage' : 'entry',
corejs: 3
}
]
]
};
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"bytestream/horde-text-flowed": "^2.1",
"bytestream/horde-util": "^2.8.0",
"cerdic/css-tidy": "v2.2.1",
"ezyang/htmlpurifier": "4.17.0",
"ezyang/htmlpurifier": "4.18.0",
"glenscott/url-normalizer": "^1.4",
"gravatarphp/gravatar": "dev-master#6b9f6a45477ce48285738d9d0c3f0dbf97abe263",
"hamza221/html2text": "^1.0",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions jest.config.cjs → jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ module.exports = {
require.resolve('jest-transform-stub'),
'^.+\\.jsx?$': require.resolve('babel-jest'),
},
// support the same @ -> src alias mapping in source code
moduleNameMapper: {
// support the same @ -> src alias mapping in source code
'^@/(.*)$': '<rootDir>/src/$1',
// trim "?raw" suffixes from svg imports
'(.*\\.svg)\\?raw$': '$1',
},
// serializer for snapshots
snapshotSerializers: [
Expand Down
2 changes: 1 addition & 1 deletion krankerl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[package]
before_cmds = [
"composer install --no-dev -o",
"npm install",
"npm install --deps",
"npm run build",
"composer openapi"
]
4 changes: 2 additions & 2 deletions l10n/af.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@ OC.L10N.register(
"Confirm" : "Bevestig",
"Plain text" : "Skoonteks",
"Favorite" : "Gunsteling",
"Select" : "Kies",
"Back" : "Terug",
"No subject" : "Geen onderwerp",
"Forward" : "Stuur aan",
"All day" : "Heeldag",
"Description" : "Beskrywing",
"Create" : "Skep",
"Select" : "Kies",
"Comment" : "Kommentaar",
"Accept" : "Aanvaar",
"Remove" : "Verwyder",
"email" : "e-pos",
"Other" : "Ander",
"Forward" : "Stuur aan",
"View source" : "Bekyk bron",
"Message body" : "Boodskaplyfteks",
"Import into calendar" : "Voer in na kalender",
Expand Down
4 changes: 2 additions & 2 deletions l10n/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@
"Confirm" : "Bevestig",
"Plain text" : "Skoonteks",
"Favorite" : "Gunsteling",
"Select" : "Kies",
"Back" : "Terug",
"No subject" : "Geen onderwerp",
"Forward" : "Stuur aan",
"All day" : "Heeldag",
"Description" : "Beskrywing",
"Create" : "Skep",
"Select" : "Kies",
"Comment" : "Kommentaar",
"Accept" : "Aanvaar",
"Remove" : "Verwyder",
"email" : "e-pos",
"Other" : "Ander",
"Forward" : "Stuur aan",
"View source" : "Bekyk bron",
"Message body" : "Boodskaplyfteks",
"Import into calendar" : "Voer in na kalender",
Expand Down
26 changes: 19 additions & 7 deletions l10n/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ OC.L10N.register(
"Remind about messages that require a reply but received none" : "ذكِّرني بالرسائل التي تتطلب ردّاً لكن لم يتم ",
"Use internal addresses" : "استعمل عناوين داخلية",
"Could not update preference" : "تعذّر تحديث التفضيلات",
"Select an alias" : "إختَر اسماً مُستعاراً alias",
"Select an alias" : "إختر اسماً مستعاراً",
"Select certificates" : "إختّر شهادات المصادقة",
"Update Certificate" : "تحديث الشهادة",
"The selected certificate is not trusted by the server. Recipients might not be able to verify your signature." : "الشهادة المحددة غير موثوق بها من قِبَل الخادم. قد لا يتمكن المستلمون من التحقُّق من توقيعك.",
Expand All @@ -171,10 +171,10 @@ OC.L10N.register(
"Could not update certificate" : "تعذّر تحديث الشهادة",
"{commonName} - Valid until {expiryDate}" : "{commonName} - صالحٌ حتّى {expiryDate}",
"From" : "من :",
"Select account" : "إختَر الحساب",
"Select account" : "إختر الحساب",
"To" : "إلى :",
"Cc/Bcc" : "نسخة Cc / نسخة مخفية Bcc",
"Select recipient" : "إختَر المُستلِم",
"Select recipient" : "إختر المُستلِم",
"Contact or email address …" : "جهة الاتصال أو عنوان البريد الإلكتروني ...",
"Cc" : "نُسخة كَربونية Cc",
"Bcc" : "نُسخة مَخفية الوجهة Bcc",
Expand Down Expand Up @@ -218,7 +218,7 @@ OC.L10N.register(
"Keep formatting" : "الاستمرار في التنسيق",
"Choose a file to add as attachment" : "إختَر ملفاً لإضافته كمُرفَقٍ",
"Choose a file to share as a link" : "إختَر ملفاً لمُشاركته كرابطٍ",
"Choose" : "إختَر",
"Choose" : "إختر",
"_{count} attachment_::_{count} attachments_" : ["{count} مرفقات","{count} مرفق","{count} مرفقات","{count} مرفقات","{count} مرفقات","{count} مُرفَقات"],
"Expand composer" : "تمديد الناظِم composer",
"Close composer" : "إغلاق الناظِم composer",
Expand All @@ -241,8 +241,6 @@ OC.L10N.register(
"Unimportant" : "إبعادٌ من المُهِمَّة",
"Mark not spam" : "ميّز كـ\"ليست بريدًا عشوائيًا\" not spam",
"Mark as spam" : "ميّز كـ\"بريد عشوائي\" spam",
"Unselect" : "إلغاء التحديد",
"Select" : "تحديد",
"Edit tags" : "تعديل الوسوم",
"Snooze" : "غفوة ",
"Unsnooze" : "الخروج من الغفوة",
Expand All @@ -269,8 +267,19 @@ OC.L10N.register(
"Could not snooze thread" : "تعذّر غَفْوُ snooze النَّظْمَة Thread ",
"Thread was unsnoozed" : "تمّ خروج نَظْمَة الرسائل من الغفوة",
"Could not unsnooze thread" : "تعذّر خروج نَظْمَة الرسائل من الغفوة",
"Forward" : "إعادة توجيه ",
"Load more" : "حمّل أكثر",
"_Mark {number} read_::_Mark {number} read_" : ["ميز {number} بمقروء","ميز {number} بمقروء","ميز {number} بمقروء","ميز {number} بمقروء","ميز {number} بمقروء","ميز {number} بمقروء"],
"_Mark {number} unread_::_Mark {number} unread_" : ["ميز {number} بغير مقروء","ميز {number} بغير مقروء","ميز {number} بغير مقروء","ميز {number} بغير مقروء","ميز {number} بغير مقروء","ميز {number} بغير مقروء"],
"_Mark {number} as important_::_Mark {number} as important_" : ["علم {number} كـ هام","علم {number} كـ هام","علم {number} كـ هام","علم {number} كـ هام","علم {number} كـ هام","علم {number} كـ هام"],
"_Mark {number} as unimportant_::_Mark {number} as unimportant_" : ["علم {number} بغير هام","علم {number} بغير هام","علم {number} بغير هام","علم {number} بغير هام","علم {number} بغير هام","علم {number} بغير هام"],
"_Unfavorite {number}_::_Unfavorite {number}_" : ["غير مفضل {number}","غير مفضل {number}","غير مفضل {number}","غير مفضل {number}","غير مفضل {number}","غير مفضل {number}"],
"_Favorite {number}_::_Favorite {number}_" : ["مفضلة {number}","مفضلة {number}","مفضلة {number}","مفضلة {number}","مفضلة {number}","مفضلة {number}"],
"_Unselect {number}_::_Unselect {number}_" : ["إلغاء اختيار {number}","إلغاء اختيار {number}","إلغاء اختيار {number}","إلغاء اختيار {number}","إلغاء اختيار {number}","إلغاء اختيار {number}"],
"_Mark {number} as spam_::_Mark {number} as spam_" : ["تمييز {number} كرسائل عشوائية","تمييز {number} كرسائل عشوائية","تمييز {number} كرسائل عشوائية","تمييز {number} كرسائل عشوائية","تمييز {number} كرسائل عشوائية","تمييز {number} كرسائل عشوائية"],
"_Mark {number} as not spam_::_Mark {number} as not spam_" : ["تمييز {number} كرسائل غير عشوائية","تمييز {number} كرسائل غير عشوائية","تمييز {number} كرسائل غير عشوائية","تمييز {number} كرسائل غير عشوائية","تمييز {number} كرسائل غير عشوائية","تمييز {number} كرسائل غير عشوائية"],
"_Edit tags for {number}_::_Edit tags for {number}_" : ["عدّل السِّمات tags لـ {number}","عدّل السِّمات tags لـ {number}","عدّل السِّمات tags لـ {number}","عدّل السِّمات tags لـ {number}","عدّل السِّمات tags لـ {number}","عدّل السِّمات tags لـ {number}"],
"_Move {number} thread_::_Move {number} threads_" : ["نقل {عدد} مؤشرات ترابط","نقل {عدد} مؤشر ترابط","نقل {عدد} مؤشرات ترابط","نقل {عدد} مؤشرات ترابط","نقل {عدد} مؤشرات ترابط","نقل {number} مؤشرات ترابط"],
"_Forward {number} as attachment_::_Forward {number} as attachment_" : ["تم إعادة توجيه {number} كمرفق","تم إعادة توجيه {number} كمرفق","تم إعادة توجيه {number} كمرفق","تم إعادة توجيه {number} كمرفق","تم إعادة توجيه {number} كمرفق","تم إعادة توجيه {number} كمرفق"],
"Report this bug" : "الإبلاغ عن هذا الخلل",
"All day" : "طِوَال اليوم",
"Select calendar" : "إختر التقويم",
Expand All @@ -285,6 +294,7 @@ OC.L10N.register(
"You have been invited to an event" : "أنت مدعُوٌّ إلى حدثٍ",
"This event was cancelled" : "الحدثُ تمّ إلغاؤه",
"Save to" : "حفظ في",
"Select" : "تحديد",
"Comment" : "تعليق",
"Accept" : "قبول",
"Decline" : "رفض",
Expand Down Expand Up @@ -323,6 +333,7 @@ OC.L10N.register(
"Notify the sender" : "أبلِغ المُرسِل",
"You sent a read confirmation to the sender of this message." : "لقد قمت بإرسال تأكيد قراءة إلى مُرسِل هذه الرسالة.",
"Could not send mdn" : "تعذّر إرسال mdn",
"Forward" : "إعادة توجيه ",
"Move message" : "أنقُل الرسالة",
"Forward message as attachment" : "أعِد توجيه الرسالة كمُرفَقٍٍ",
"View source" : "إطَّلِع علي المصدر",
Expand Down Expand Up @@ -748,6 +759,7 @@ OC.L10N.register(
"Sieve filter rules" : "قواعد تصفية الغربال sieve",
"Sieve filter server" : "خادم عامل التصفية sieve",
"Account creation" : "إنشاء حساب",
"Unselect" : "إلغاء التحديد",
"Sieve is a powerful language for writing filters for your mailbox. You can manage the sieve scripts in Mail if your email service supports it." : "يعتبر \"الغربال \"Sieve لغة قوية لكتابة شروط تصفية صندوق البريد عندك. يمكنك إدارة سكريبتات عوامل تصفية البريد إذا كانت مدعومة من خدمة البريد الإلكتروني لديك."
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
Loading

0 comments on commit ccfe0da

Please sign in to comment.