Compare commits
19 Commits
fix/remove
...
fix-invali
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b3f0bf068 | ||
|
|
1bf3442e82 | ||
|
|
5bb0f87248 | ||
|
|
cca82f152d | ||
|
|
bc809b2d3f | ||
|
|
3422c851cf | ||
|
|
c621d158b2 | ||
|
|
2677957c74 | ||
|
|
1ef7447248 | ||
|
|
6d2a01cb21 | ||
|
|
7fbf03b548 | ||
|
|
c7cf43a75c | ||
|
|
9c290daa06 | ||
|
|
97ecbf5e50 | ||
|
|
502cadf091 | ||
|
|
5439304c49 | ||
|
|
210b4a2033 | ||
|
|
876b769f34 | ||
|
|
0d876b4bc9 |
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"image": "ghcr.io/juliushaertl/nextcloud-dev-php80:latest",
|
"image": "ghcr.io/juliushaertl/nextcloud-dev-php81:latest",
|
||||||
"forwardPorts": [80],
|
"forwardPorts": [80],
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"NEXTCLOUD_AUTOINSTALL_APPS": "deck",
|
"NEXTCLOUD_AUTOINSTALL_APPS": "deck",
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
|
|
||||||
# Enable GitHub auto merge
|
# Enable GitHub auto merge
|
||||||
- name: Auto merge
|
- name: Auto merge
|
||||||
uses: alexwilson/enable-github-automerge-action@3a349b20acc6235b856fb0b1c95a36cb5373da2f # main
|
uses: alexwilson/enable-github-automerge-action@7bcf565e3edb508fd1e4a8814ba60233bfa027fb # main
|
||||||
if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp')
|
if: startsWith(steps.branchname.outputs.branch, 'automated/noid/') && endsWith(steps.branchname.outputs.branch, 'update-nextcloud-ocp')
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -91,8 +91,8 @@ You can enable HMR (Hot module replacement) to avoid page reloads when working o
|
|||||||
```
|
```
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-p 8080:80 \
|
-p 8080:80 \
|
||||||
-v ~/path/to/app:/var/www/html/apps-extra/app \
|
-v $PWD:/var/www/html/apps-extra/deck \
|
||||||
ghcr.io/juliushaertl/nextcloud-dev-php80:latest
|
ghcr.io/juliushaertl/nextcloud-dev-php81:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### Full Nextcloud development environment
|
### Full Nextcloud development environment
|
||||||
|
|||||||
8
composer.lock
generated
8
composer.lock
generated
@@ -249,12 +249,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nextcloud-deps/ocp.git",
|
"url": "https://github.com/nextcloud-deps/ocp.git",
|
||||||
"reference": "13c7fcd3f86213789ab064e3e1bf58e9d5133db6"
|
"reference": "a19e1b3d3ca65c22b5cef74c2de01cc362d624a1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/13c7fcd3f86213789ab064e3e1bf58e9d5133db6",
|
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/a19e1b3d3ca65c22b5cef74c2de01cc362d624a1",
|
||||||
"reference": "13c7fcd3f86213789ab064e3e1bf58e9d5133db6",
|
"reference": "a19e1b3d3ca65c22b5cef74c2de01cc362d624a1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -286,7 +286,7 @@
|
|||||||
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
"issues": "https://github.com/nextcloud-deps/ocp/issues",
|
||||||
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
|
"source": "https://github.com/nextcloud-deps/ocp/tree/master"
|
||||||
},
|
},
|
||||||
"time": "2024-07-13T00:37:22+00:00"
|
"time": "2024-07-20T00:36:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nikic/php-parser",
|
"name": "nikic/php-parser",
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ OC.L10N.register(
|
|||||||
"Invalid path selected" : "An hent dibabet n'eus ket anezhañ",
|
"Invalid path selected" : "An hent dibabet n'eus ket anezhañ",
|
||||||
"Comments" : "Displegadennoù",
|
"Comments" : "Displegadennoù",
|
||||||
"Modified" : "Cheñchet",
|
"Modified" : "Cheñchet",
|
||||||
|
"Created" : "Krouet",
|
||||||
"Save" : "Enrollañ",
|
"Save" : "Enrollañ",
|
||||||
"Reply" : "Respont",
|
"Reply" : "Respont",
|
||||||
"Update" : "Adnevesaat",
|
"Update" : "Adnevesaat",
|
||||||
@@ -38,7 +39,7 @@ OC.L10N.register(
|
|||||||
"seconds ago" : "eilenn zo",
|
"seconds ago" : "eilenn zo",
|
||||||
"Search" : "Klask",
|
"Search" : "Klask",
|
||||||
"Shared with you" : "Rannet ganeoc'h",
|
"Shared with you" : "Rannet ganeoc'h",
|
||||||
"No notifications" : "Kemenaden ebet",
|
"No notifications" : "Kemennadenn ebet",
|
||||||
"Today" : "Hiziv",
|
"Today" : "Hiziv",
|
||||||
"Tomorrow" : "Warc'hoaz",
|
"Tomorrow" : "Warc'hoaz",
|
||||||
"Close" : "Seriñ",
|
"Close" : "Seriñ",
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
"Invalid path selected" : "An hent dibabet n'eus ket anezhañ",
|
"Invalid path selected" : "An hent dibabet n'eus ket anezhañ",
|
||||||
"Comments" : "Displegadennoù",
|
"Comments" : "Displegadennoù",
|
||||||
"Modified" : "Cheñchet",
|
"Modified" : "Cheñchet",
|
||||||
|
"Created" : "Krouet",
|
||||||
"Save" : "Enrollañ",
|
"Save" : "Enrollañ",
|
||||||
"Reply" : "Respont",
|
"Reply" : "Respont",
|
||||||
"Update" : "Adnevesaat",
|
"Update" : "Adnevesaat",
|
||||||
@@ -36,7 +37,7 @@
|
|||||||
"seconds ago" : "eilenn zo",
|
"seconds ago" : "eilenn zo",
|
||||||
"Search" : "Klask",
|
"Search" : "Klask",
|
||||||
"Shared with you" : "Rannet ganeoc'h",
|
"Shared with you" : "Rannet ganeoc'h",
|
||||||
"No notifications" : "Kemenaden ebet",
|
"No notifications" : "Kemennadenn ebet",
|
||||||
"Today" : "Hiziv",
|
"Today" : "Hiziv",
|
||||||
"Tomorrow" : "Warc'hoaz",
|
"Tomorrow" : "Warc'hoaz",
|
||||||
"Close" : "Seriñ",
|
"Close" : "Seriñ",
|
||||||
|
|||||||
@@ -85,12 +85,15 @@ OC.L10N.register(
|
|||||||
"Archive board" : "Archivar tablero",
|
"Archive board" : "Archivar tablero",
|
||||||
"No notifications" : "No hay notificaciones",
|
"No notifications" : "No hay notificaciones",
|
||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
|
"No reminder" : "Sin recordatorio",
|
||||||
"An error occurred" : "Ha ocurrido un error",
|
"An error occurred" : "Ha ocurrido un error",
|
||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Error creating the share" : "Error creando el recurso compartido",
|
"Error creating the share" : "Error creando el recurso compartido",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …"
|
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
||||||
|
"Next week" : "Semana siguiente",
|
||||||
|
"Next month" : "Próximo mes"
|
||||||
},
|
},
|
||||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||||
|
|||||||
@@ -83,12 +83,15 @@
|
|||||||
"Archive board" : "Archivar tablero",
|
"Archive board" : "Archivar tablero",
|
||||||
"No notifications" : "No hay notificaciones",
|
"No notifications" : "No hay notificaciones",
|
||||||
"Delete board" : "Borrar tableros",
|
"Delete board" : "Borrar tableros",
|
||||||
|
"No reminder" : "Sin recordatorio",
|
||||||
"An error occurred" : "Ha ocurrido un error",
|
"An error occurred" : "Ha ocurrido un error",
|
||||||
"Today" : "Hoy",
|
"Today" : "Hoy",
|
||||||
"Tomorrow" : "Mañana",
|
"Tomorrow" : "Mañana",
|
||||||
"Close" : "Cerrar",
|
"Close" : "Cerrar",
|
||||||
"Error creating the share" : "Error creando el recurso compartido",
|
"Error creating the share" : "Error creando el recurso compartido",
|
||||||
"Share" : "Compartir",
|
"Share" : "Compartir",
|
||||||
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …"
|
"Searching for users, groups and circles …" : "Buscando usuarios, grupos y círculos …",
|
||||||
|
"Next week" : "Semana siguiente",
|
||||||
|
"Next month" : "Próximo mes"
|
||||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||||
}
|
}
|
||||||
@@ -150,8 +150,8 @@ OC.L10N.register(
|
|||||||
"Filter by assigned user" : "Filtrar polo usuario asignado",
|
"Filter by assigned user" : "Filtrar polo usuario asignado",
|
||||||
"Unassigned" : "Sen asignar",
|
"Unassigned" : "Sen asignar",
|
||||||
"Filter by status" : "Filtrar polo estado",
|
"Filter by status" : "Filtrar polo estado",
|
||||||
"Open and completed" : "Aberto e rematado",
|
"Open and completed" : "Aberto ou rematado",
|
||||||
"Open" : "Abrir",
|
"Open" : "Aberto",
|
||||||
"Completed" : "Completado",
|
"Completed" : "Completado",
|
||||||
"Filter by due date" : "Filtrar pola data de caducidade",
|
"Filter by due date" : "Filtrar pola data de caducidade",
|
||||||
"Overdue" : "Caducado",
|
"Overdue" : "Caducado",
|
||||||
|
|||||||
@@ -148,8 +148,8 @@
|
|||||||
"Filter by assigned user" : "Filtrar polo usuario asignado",
|
"Filter by assigned user" : "Filtrar polo usuario asignado",
|
||||||
"Unassigned" : "Sen asignar",
|
"Unassigned" : "Sen asignar",
|
||||||
"Filter by status" : "Filtrar polo estado",
|
"Filter by status" : "Filtrar polo estado",
|
||||||
"Open and completed" : "Aberto e rematado",
|
"Open and completed" : "Aberto ou rematado",
|
||||||
"Open" : "Abrir",
|
"Open" : "Aberto",
|
||||||
"Completed" : "Completado",
|
"Completed" : "Completado",
|
||||||
"Filter by due date" : "Filtrar pola data de caducidade",
|
"Filter by due date" : "Filtrar pola data de caducidade",
|
||||||
"Overdue" : "Caducado",
|
"Overdue" : "Caducado",
|
||||||
|
|||||||
@@ -174,6 +174,7 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Törölt listák",
|
"Deleted lists" : "Törölt listák",
|
||||||
"Undo" : "Visszavonás",
|
"Undo" : "Visszavonás",
|
||||||
"Deleted cards" : "Törölt kártyák",
|
"Deleted cards" : "Törölt kártyák",
|
||||||
|
"Searching for users, groups and teams …" : "Felhasználók, csoportok és csapatok keresése…",
|
||||||
"No participants found" : "Nem találhatók résztvevők",
|
"No participants found" : "Nem találhatók résztvevők",
|
||||||
"Board owner" : "Tábla tulajdonosa",
|
"Board owner" : "Tábla tulajdonosa",
|
||||||
"(Group)" : "(Csoport)",
|
"(Group)" : "(Csoport)",
|
||||||
|
|||||||
@@ -172,6 +172,7 @@
|
|||||||
"Deleted lists" : "Törölt listák",
|
"Deleted lists" : "Törölt listák",
|
||||||
"Undo" : "Visszavonás",
|
"Undo" : "Visszavonás",
|
||||||
"Deleted cards" : "Törölt kártyák",
|
"Deleted cards" : "Törölt kártyák",
|
||||||
|
"Searching for users, groups and teams …" : "Felhasználók, csoportok és csapatok keresése…",
|
||||||
"No participants found" : "Nem találhatók résztvevők",
|
"No participants found" : "Nem találhatók résztvevők",
|
||||||
"Board owner" : "Tábla tulajdonosa",
|
"Board owner" : "Tábla tulajdonosa",
|
||||||
"(Group)" : "(Csoport)",
|
"(Group)" : "(Csoport)",
|
||||||
|
|||||||
@@ -129,10 +129,13 @@ OC.L10N.register(
|
|||||||
"Archived cards" : "Arhivirane naloge",
|
"Archived cards" : "Arhivirane naloge",
|
||||||
"Add list" : "Dodaj seznam",
|
"Add list" : "Dodaj seznam",
|
||||||
"List name" : "Ime seznama",
|
"List name" : "Ime seznama",
|
||||||
|
"Active filters" : "Dejavni filtri",
|
||||||
"Apply filter" : "Uveljavi filter",
|
"Apply filter" : "Uveljavi filter",
|
||||||
"Filter by tag" : "Filtriraj po oznaki",
|
"Filter by tag" : "Filtriraj po oznaki",
|
||||||
"Filter by assigned user" : "Filtriraj po dodeljenem uporabniku",
|
"Filter by assigned user" : "Filtriraj po dodeljenem uporabniku",
|
||||||
"Unassigned" : "Nedodeljeno",
|
"Unassigned" : "Nedodeljeno",
|
||||||
|
"Filter by status" : "Filtri po stanju",
|
||||||
|
"Open and completed" : "Odprto in končano",
|
||||||
"Open" : "Odpri",
|
"Open" : "Odpri",
|
||||||
"Completed" : "Končano",
|
"Completed" : "Končano",
|
||||||
"Filter by due date" : "Filtriraj po datumu preteka",
|
"Filter by due date" : "Filtriraj po datumu preteka",
|
||||||
@@ -142,6 +145,8 @@ OC.L10N.register(
|
|||||||
"Next 30 days" : "Naslednjih 30 dni",
|
"Next 30 days" : "Naslednjih 30 dni",
|
||||||
"No due date" : "Ni datuma preteka",
|
"No due date" : "Ni datuma preteka",
|
||||||
"Clear filter" : "Počisti filter",
|
"Clear filter" : "Počisti filter",
|
||||||
|
"View Modes" : "Načini pogleda",
|
||||||
|
"Toggle View Modes" : "Preklopi načine pogleda",
|
||||||
"Hide archived cards" : "Skrij arhivirane naloge",
|
"Hide archived cards" : "Skrij arhivirane naloge",
|
||||||
"Show archived cards" : "Prikaži arhivirane naloge",
|
"Show archived cards" : "Prikaži arhivirane naloge",
|
||||||
"Toggle compact mode" : "Preklopi način prikaza",
|
"Toggle compact mode" : "Preklopi način prikaza",
|
||||||
|
|||||||
@@ -127,10 +127,13 @@
|
|||||||
"Archived cards" : "Arhivirane naloge",
|
"Archived cards" : "Arhivirane naloge",
|
||||||
"Add list" : "Dodaj seznam",
|
"Add list" : "Dodaj seznam",
|
||||||
"List name" : "Ime seznama",
|
"List name" : "Ime seznama",
|
||||||
|
"Active filters" : "Dejavni filtri",
|
||||||
"Apply filter" : "Uveljavi filter",
|
"Apply filter" : "Uveljavi filter",
|
||||||
"Filter by tag" : "Filtriraj po oznaki",
|
"Filter by tag" : "Filtriraj po oznaki",
|
||||||
"Filter by assigned user" : "Filtriraj po dodeljenem uporabniku",
|
"Filter by assigned user" : "Filtriraj po dodeljenem uporabniku",
|
||||||
"Unassigned" : "Nedodeljeno",
|
"Unassigned" : "Nedodeljeno",
|
||||||
|
"Filter by status" : "Filtri po stanju",
|
||||||
|
"Open and completed" : "Odprto in končano",
|
||||||
"Open" : "Odpri",
|
"Open" : "Odpri",
|
||||||
"Completed" : "Končano",
|
"Completed" : "Končano",
|
||||||
"Filter by due date" : "Filtriraj po datumu preteka",
|
"Filter by due date" : "Filtriraj po datumu preteka",
|
||||||
@@ -140,6 +143,8 @@
|
|||||||
"Next 30 days" : "Naslednjih 30 dni",
|
"Next 30 days" : "Naslednjih 30 dni",
|
||||||
"No due date" : "Ni datuma preteka",
|
"No due date" : "Ni datuma preteka",
|
||||||
"Clear filter" : "Počisti filter",
|
"Clear filter" : "Počisti filter",
|
||||||
|
"View Modes" : "Načini pogleda",
|
||||||
|
"Toggle View Modes" : "Preklopi načine pogleda",
|
||||||
"Hide archived cards" : "Skrij arhivirane naloge",
|
"Hide archived cards" : "Skrij arhivirane naloge",
|
||||||
"Show archived cards" : "Prikaži arhivirane naloge",
|
"Show archived cards" : "Prikaži arhivirane naloge",
|
||||||
"Toggle compact mode" : "Preklopi način prikaza",
|
"Toggle compact mode" : "Preklopi način prikaza",
|
||||||
|
|||||||
@@ -4,6 +4,14 @@ OC.L10N.register(
|
|||||||
"Finished" : "Završeno",
|
"Finished" : "Završeno",
|
||||||
"copy" : "kopiraj",
|
"copy" : "kopiraj",
|
||||||
"Done" : "Done",
|
"Done" : "Done",
|
||||||
|
"The file was uploaded" : "Fajl je otpremljen",
|
||||||
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Fajl za otpremljivanje premašuje upload_max_filesize direktivu u php.ini",
|
||||||
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Fajl za otpremanje premašuje MAX_FILE_SIZE navedenu u HTML obrascu",
|
||||||
|
"The file was only partially uploaded" : "Fajl je parcijalno otpremljen",
|
||||||
|
"No file was uploaded" : "Nijedan fajl nije otpremljen",
|
||||||
|
"Missing a temporary folder" : "Nedostaje privremena fascikla",
|
||||||
|
"Could not write file to disk" : "Ne mogu da upišem fajl na disk",
|
||||||
|
"A PHP extension stopped the file upload" : "PHP ekstenzija je zaustavila otpremanje fajla",
|
||||||
"Add board" : "Dodaj tablu",
|
"Add board" : "Dodaj tablu",
|
||||||
"Move card" : "Premesti karticu",
|
"Move card" : "Premesti karticu",
|
||||||
"Cancel" : "Otkaži",
|
"Cancel" : "Otkaži",
|
||||||
|
|||||||
@@ -2,6 +2,14 @@
|
|||||||
"Finished" : "Završeno",
|
"Finished" : "Završeno",
|
||||||
"copy" : "kopiraj",
|
"copy" : "kopiraj",
|
||||||
"Done" : "Done",
|
"Done" : "Done",
|
||||||
|
"The file was uploaded" : "Fajl je otpremljen",
|
||||||
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Fajl za otpremljivanje premašuje upload_max_filesize direktivu u php.ini",
|
||||||
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Fajl za otpremanje premašuje MAX_FILE_SIZE navedenu u HTML obrascu",
|
||||||
|
"The file was only partially uploaded" : "Fajl je parcijalno otpremljen",
|
||||||
|
"No file was uploaded" : "Nijedan fajl nije otpremljen",
|
||||||
|
"Missing a temporary folder" : "Nedostaje privremena fascikla",
|
||||||
|
"Could not write file to disk" : "Ne mogu da upišem fajl na disk",
|
||||||
|
"A PHP extension stopped the file upload" : "PHP ekstenzija je zaustavila otpremanje fajla",
|
||||||
"Add board" : "Dodaj tablu",
|
"Add board" : "Dodaj tablu",
|
||||||
"Move card" : "Premesti karticu",
|
"Move card" : "Premesti karticu",
|
||||||
"Cancel" : "Otkaži",
|
"Cancel" : "Otkaži",
|
||||||
|
|||||||
15
l10n/vi.js
15
l10n/vi.js
@@ -149,6 +149,8 @@ OC.L10N.register(
|
|||||||
"Filter by tag" : "Lọc theo nhãn",
|
"Filter by tag" : "Lọc theo nhãn",
|
||||||
"Filter by assigned user" : "Lọc theo người dùng được phân công",
|
"Filter by assigned user" : "Lọc theo người dùng được phân công",
|
||||||
"Unassigned" : "Chưa được phân công",
|
"Unassigned" : "Chưa được phân công",
|
||||||
|
"Filter by status" : "Lọc theo trạng thái",
|
||||||
|
"Open and completed" : "Đã mở và hoàn thành",
|
||||||
"Open" : "Mở",
|
"Open" : "Mở",
|
||||||
"Completed" : "Hoàn thành",
|
"Completed" : "Hoàn thành",
|
||||||
"Filter by due date" : "Lọc theo thời hạn",
|
"Filter by due date" : "Lọc theo thời hạn",
|
||||||
@@ -161,7 +163,7 @@ OC.L10N.register(
|
|||||||
"View Modes" : "Chế độ xem",
|
"View Modes" : "Chế độ xem",
|
||||||
"Toggle View Modes" : "Chế độ xem chuyển đổi",
|
"Toggle View Modes" : "Chế độ xem chuyển đổi",
|
||||||
"Hide archived cards" : "Ẩn tác vụ đã lưu trữ",
|
"Hide archived cards" : "Ẩn tác vụ đã lưu trữ",
|
||||||
"Show archived cards" : "Hiện tác vụ đã lưu trữ",
|
"Show archived cards" : "Hiển thị các thẻ đã lưu trữ",
|
||||||
"Toggle compact mode" : "Chuyển đổi chế độ thu gọn",
|
"Toggle compact mode" : "Chuyển đổi chế độ thu gọn",
|
||||||
"Hide card cover images" : "Ẩn hình ảnh bìa thẻ",
|
"Hide card cover images" : "Ẩn hình ảnh bìa thẻ",
|
||||||
"Show card cover images" : "Hiển thị hình ảnh bìa thẻ",
|
"Show card cover images" : "Hiển thị hình ảnh bìa thẻ",
|
||||||
@@ -178,9 +180,12 @@ OC.L10N.register(
|
|||||||
"Deleted lists" : "Danh sách đã bị xóa",
|
"Deleted lists" : "Danh sách đã bị xóa",
|
||||||
"Undo" : "Hoàn tác",
|
"Undo" : "Hoàn tác",
|
||||||
"Deleted cards" : "Thẻ đã xóa",
|
"Deleted cards" : "Thẻ đã xóa",
|
||||||
|
"Share board with a user, group or team …" : "Chia sẻ bảng với người dùng, nhóm hoặc đội ...",
|
||||||
|
"Searching for users, groups and teams …" : "Đang tìm kiếm người dùng, nhóm và đội ...",
|
||||||
"No participants found" : "Không tìm thấy người tham gia",
|
"No participants found" : "Không tìm thấy người tham gia",
|
||||||
"Board owner" : "Chủ sở hữu bảng",
|
"Board owner" : "Chủ sở hữu bảng",
|
||||||
"(Group)" : "(Nhóm)",
|
"(Group)" : "(Nhóm)",
|
||||||
|
"(Team)" : "(Đội)",
|
||||||
"Can edit" : "Có thể chỉnh sửa",
|
"Can edit" : "Có thể chỉnh sửa",
|
||||||
"Can share" : "Can share",
|
"Can share" : "Can share",
|
||||||
"Can manage" : "Có thể quản lý",
|
"Can manage" : "Có thể quản lý",
|
||||||
@@ -206,7 +211,9 @@ OC.L10N.register(
|
|||||||
"title and color value must be provided" : "tiều đề và giá trị màu phải được cung cấp",
|
"title and color value must be provided" : "tiều đề và giá trị màu phải được cung cấp",
|
||||||
"Board name" : "Tên bảng",
|
"Board name" : "Tên bảng",
|
||||||
"Members" : "Thành viên",
|
"Members" : "Thành viên",
|
||||||
|
"Assign to users/groups/team" : "Gán cho người dùng/nhóm/đội",
|
||||||
"Assign a user to this card…" : "Gán một người dùng cho thẻ này...",
|
"Assign a user to this card…" : "Gán một người dùng cho thẻ này...",
|
||||||
|
"Select a user to assign to this card…" : "Chọn một người dùng để gán cho thẻ này…",
|
||||||
"Upload new files" : "Tải lên các tệp mới",
|
"Upload new files" : "Tải lên các tệp mới",
|
||||||
"Share from Files" : "Chia sẻ từ Thư mục",
|
"Share from Files" : "Chia sẻ từ Thư mục",
|
||||||
"Pending share" : "Chia sẻ đang chờ xử lý",
|
"Pending share" : "Chia sẻ đang chờ xử lý",
|
||||||
@@ -251,6 +258,7 @@ OC.L10N.register(
|
|||||||
"Remove due date" : "Xóa thời hạn",
|
"Remove due date" : "Xóa thời hạn",
|
||||||
"Mark as done" : "Đánh dấu là đã hoàn thành",
|
"Mark as done" : "Đánh dấu là đã hoàn thành",
|
||||||
"Due at:" : "Đến lúc:",
|
"Due at:" : "Đến lúc:",
|
||||||
|
"Not done" : "Chưa hoàn thành",
|
||||||
"Unarchive card" : "Thẻ chưa lưu trữ",
|
"Unarchive card" : "Thẻ chưa lưu trữ",
|
||||||
"Archive card" : "Lưu trữ thẻ",
|
"Archive card" : "Lưu trữ thẻ",
|
||||||
"Select Date" : "Chọn ngày",
|
"Select Date" : "Chọn ngày",
|
||||||
@@ -259,6 +267,7 @@ OC.L10N.register(
|
|||||||
"Set due date for this weekend" : "Đặt ngày hết hạn cho cuối tuần này",
|
"Set due date for this weekend" : "Đặt ngày hết hạn cho cuối tuần này",
|
||||||
"Set due date for next week" : "Đặt ngày hết hạn cho tuần sau",
|
"Set due date for next week" : "Đặt ngày hết hạn cho tuần sau",
|
||||||
"Assign a tag to this card…" : "Gán một \"thẻ phân biệt\" cho thẻ này ...",
|
"Assign a tag to this card…" : "Gán một \"thẻ phân biệt\" cho thẻ này ...",
|
||||||
|
"Select or create a tag…" : "Chọn hoặc tạo một thẻ…",
|
||||||
"Create a new tag:" : "Tạo một thẻ phân biệt mới:",
|
"Create a new tag:" : "Tạo một thẻ phân biệt mới:",
|
||||||
"(group)" : "(nhóm)",
|
"(group)" : "(nhóm)",
|
||||||
"Next week – {timeLocale}" : "Tuần sau - {timeLocale}",
|
"Next week – {timeLocale}" : "Tuần sau - {timeLocale}",
|
||||||
@@ -273,6 +282,7 @@ OC.L10N.register(
|
|||||||
"Card deleted" : "Thẻ đã bị xóa",
|
"Card deleted" : "Thẻ đã bị xóa",
|
||||||
"seconds ago" : "vài giây trước",
|
"seconds ago" : "vài giây trước",
|
||||||
"Keyboard shortcuts" : "Phím tắt",
|
"Keyboard shortcuts" : "Phím tắt",
|
||||||
|
"Boost your productivity using Deck with keyboard shortcuts." : "Tăng cường năng suất của bạn khi sử dụng Deck với các phím tắt.",
|
||||||
"Board actions" : "Hành động cho Bảng",
|
"Board actions" : "Hành động cho Bảng",
|
||||||
"Keyboard shortcut" : "Phím tắt bàn phím",
|
"Keyboard shortcut" : "Phím tắt bàn phím",
|
||||||
"Action" : "Hành động",
|
"Action" : "Hành động",
|
||||||
@@ -375,6 +385,7 @@ OC.L10N.register(
|
|||||||
"List is empty" : "Danh sách trống",
|
"List is empty" : "Danh sách trống",
|
||||||
"Limit deck usage of groups" : "Giới hạn việc sử dụng Kế Hoạch của các nhóm",
|
"Limit deck usage of groups" : "Giới hạn việc sử dụng Kế Hoạch của các nhóm",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Giới hạn của Kế Hoạch sẽ chặn người dùng không thuộc nhóm đó khỏi việc tạo bảng của riêng họ. Người dùng vẫn có thể làm việc trên các bảng đã được chia sẻ với họ.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Giới hạn của Kế Hoạch sẽ chặn người dùng không thuộc nhóm đó khỏi việc tạo bảng của riêng họ. Người dùng vẫn có thể làm việc trên các bảng đã được chia sẻ với họ.",
|
||||||
"Not completed" : "Chưa hoàn thành"
|
"Not completed" : "Chưa hoàn thành",
|
||||||
|
"Filter by completed" : "Lọc theo đã việc đã hoàn thành"
|
||||||
},
|
},
|
||||||
"nplurals=1; plural=0;");
|
"nplurals=1; plural=0;");
|
||||||
|
|||||||
15
l10n/vi.json
15
l10n/vi.json
@@ -147,6 +147,8 @@
|
|||||||
"Filter by tag" : "Lọc theo nhãn",
|
"Filter by tag" : "Lọc theo nhãn",
|
||||||
"Filter by assigned user" : "Lọc theo người dùng được phân công",
|
"Filter by assigned user" : "Lọc theo người dùng được phân công",
|
||||||
"Unassigned" : "Chưa được phân công",
|
"Unassigned" : "Chưa được phân công",
|
||||||
|
"Filter by status" : "Lọc theo trạng thái",
|
||||||
|
"Open and completed" : "Đã mở và hoàn thành",
|
||||||
"Open" : "Mở",
|
"Open" : "Mở",
|
||||||
"Completed" : "Hoàn thành",
|
"Completed" : "Hoàn thành",
|
||||||
"Filter by due date" : "Lọc theo thời hạn",
|
"Filter by due date" : "Lọc theo thời hạn",
|
||||||
@@ -159,7 +161,7 @@
|
|||||||
"View Modes" : "Chế độ xem",
|
"View Modes" : "Chế độ xem",
|
||||||
"Toggle View Modes" : "Chế độ xem chuyển đổi",
|
"Toggle View Modes" : "Chế độ xem chuyển đổi",
|
||||||
"Hide archived cards" : "Ẩn tác vụ đã lưu trữ",
|
"Hide archived cards" : "Ẩn tác vụ đã lưu trữ",
|
||||||
"Show archived cards" : "Hiện tác vụ đã lưu trữ",
|
"Show archived cards" : "Hiển thị các thẻ đã lưu trữ",
|
||||||
"Toggle compact mode" : "Chuyển đổi chế độ thu gọn",
|
"Toggle compact mode" : "Chuyển đổi chế độ thu gọn",
|
||||||
"Hide card cover images" : "Ẩn hình ảnh bìa thẻ",
|
"Hide card cover images" : "Ẩn hình ảnh bìa thẻ",
|
||||||
"Show card cover images" : "Hiển thị hình ảnh bìa thẻ",
|
"Show card cover images" : "Hiển thị hình ảnh bìa thẻ",
|
||||||
@@ -176,9 +178,12 @@
|
|||||||
"Deleted lists" : "Danh sách đã bị xóa",
|
"Deleted lists" : "Danh sách đã bị xóa",
|
||||||
"Undo" : "Hoàn tác",
|
"Undo" : "Hoàn tác",
|
||||||
"Deleted cards" : "Thẻ đã xóa",
|
"Deleted cards" : "Thẻ đã xóa",
|
||||||
|
"Share board with a user, group or team …" : "Chia sẻ bảng với người dùng, nhóm hoặc đội ...",
|
||||||
|
"Searching for users, groups and teams …" : "Đang tìm kiếm người dùng, nhóm và đội ...",
|
||||||
"No participants found" : "Không tìm thấy người tham gia",
|
"No participants found" : "Không tìm thấy người tham gia",
|
||||||
"Board owner" : "Chủ sở hữu bảng",
|
"Board owner" : "Chủ sở hữu bảng",
|
||||||
"(Group)" : "(Nhóm)",
|
"(Group)" : "(Nhóm)",
|
||||||
|
"(Team)" : "(Đội)",
|
||||||
"Can edit" : "Có thể chỉnh sửa",
|
"Can edit" : "Có thể chỉnh sửa",
|
||||||
"Can share" : "Can share",
|
"Can share" : "Can share",
|
||||||
"Can manage" : "Có thể quản lý",
|
"Can manage" : "Có thể quản lý",
|
||||||
@@ -204,7 +209,9 @@
|
|||||||
"title and color value must be provided" : "tiều đề và giá trị màu phải được cung cấp",
|
"title and color value must be provided" : "tiều đề và giá trị màu phải được cung cấp",
|
||||||
"Board name" : "Tên bảng",
|
"Board name" : "Tên bảng",
|
||||||
"Members" : "Thành viên",
|
"Members" : "Thành viên",
|
||||||
|
"Assign to users/groups/team" : "Gán cho người dùng/nhóm/đội",
|
||||||
"Assign a user to this card…" : "Gán một người dùng cho thẻ này...",
|
"Assign a user to this card…" : "Gán một người dùng cho thẻ này...",
|
||||||
|
"Select a user to assign to this card…" : "Chọn một người dùng để gán cho thẻ này…",
|
||||||
"Upload new files" : "Tải lên các tệp mới",
|
"Upload new files" : "Tải lên các tệp mới",
|
||||||
"Share from Files" : "Chia sẻ từ Thư mục",
|
"Share from Files" : "Chia sẻ từ Thư mục",
|
||||||
"Pending share" : "Chia sẻ đang chờ xử lý",
|
"Pending share" : "Chia sẻ đang chờ xử lý",
|
||||||
@@ -249,6 +256,7 @@
|
|||||||
"Remove due date" : "Xóa thời hạn",
|
"Remove due date" : "Xóa thời hạn",
|
||||||
"Mark as done" : "Đánh dấu là đã hoàn thành",
|
"Mark as done" : "Đánh dấu là đã hoàn thành",
|
||||||
"Due at:" : "Đến lúc:",
|
"Due at:" : "Đến lúc:",
|
||||||
|
"Not done" : "Chưa hoàn thành",
|
||||||
"Unarchive card" : "Thẻ chưa lưu trữ",
|
"Unarchive card" : "Thẻ chưa lưu trữ",
|
||||||
"Archive card" : "Lưu trữ thẻ",
|
"Archive card" : "Lưu trữ thẻ",
|
||||||
"Select Date" : "Chọn ngày",
|
"Select Date" : "Chọn ngày",
|
||||||
@@ -257,6 +265,7 @@
|
|||||||
"Set due date for this weekend" : "Đặt ngày hết hạn cho cuối tuần này",
|
"Set due date for this weekend" : "Đặt ngày hết hạn cho cuối tuần này",
|
||||||
"Set due date for next week" : "Đặt ngày hết hạn cho tuần sau",
|
"Set due date for next week" : "Đặt ngày hết hạn cho tuần sau",
|
||||||
"Assign a tag to this card…" : "Gán một \"thẻ phân biệt\" cho thẻ này ...",
|
"Assign a tag to this card…" : "Gán một \"thẻ phân biệt\" cho thẻ này ...",
|
||||||
|
"Select or create a tag…" : "Chọn hoặc tạo một thẻ…",
|
||||||
"Create a new tag:" : "Tạo một thẻ phân biệt mới:",
|
"Create a new tag:" : "Tạo một thẻ phân biệt mới:",
|
||||||
"(group)" : "(nhóm)",
|
"(group)" : "(nhóm)",
|
||||||
"Next week – {timeLocale}" : "Tuần sau - {timeLocale}",
|
"Next week – {timeLocale}" : "Tuần sau - {timeLocale}",
|
||||||
@@ -271,6 +280,7 @@
|
|||||||
"Card deleted" : "Thẻ đã bị xóa",
|
"Card deleted" : "Thẻ đã bị xóa",
|
||||||
"seconds ago" : "vài giây trước",
|
"seconds ago" : "vài giây trước",
|
||||||
"Keyboard shortcuts" : "Phím tắt",
|
"Keyboard shortcuts" : "Phím tắt",
|
||||||
|
"Boost your productivity using Deck with keyboard shortcuts." : "Tăng cường năng suất của bạn khi sử dụng Deck với các phím tắt.",
|
||||||
"Board actions" : "Hành động cho Bảng",
|
"Board actions" : "Hành động cho Bảng",
|
||||||
"Keyboard shortcut" : "Phím tắt bàn phím",
|
"Keyboard shortcut" : "Phím tắt bàn phím",
|
||||||
"Action" : "Hành động",
|
"Action" : "Hành động",
|
||||||
@@ -373,6 +383,7 @@
|
|||||||
"List is empty" : "Danh sách trống",
|
"List is empty" : "Danh sách trống",
|
||||||
"Limit deck usage of groups" : "Giới hạn việc sử dụng Kế Hoạch của các nhóm",
|
"Limit deck usage of groups" : "Giới hạn việc sử dụng Kế Hoạch của các nhóm",
|
||||||
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Giới hạn của Kế Hoạch sẽ chặn người dùng không thuộc nhóm đó khỏi việc tạo bảng của riêng họ. Người dùng vẫn có thể làm việc trên các bảng đã được chia sẻ với họ.",
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "Giới hạn của Kế Hoạch sẽ chặn người dùng không thuộc nhóm đó khỏi việc tạo bảng của riêng họ. Người dùng vẫn có thể làm việc trên các bảng đã được chia sẻ với họ.",
|
||||||
"Not completed" : "Chưa hoàn thành"
|
"Not completed" : "Chưa hoàn thành",
|
||||||
|
"Filter by completed" : "Lọc theo đã việc đã hoàn thành"
|
||||||
},"pluralForm" :"nplurals=1; plural=0;"
|
},"pluralForm" :"nplurals=1; plural=0;"
|
||||||
}
|
}
|
||||||
@@ -214,7 +214,7 @@ class ConfigService {
|
|||||||
return $this->config->getUserValue($userId ?? $this->getUserId(), 'deck', 'attachment_folder', '/Deck');
|
return $this->config->getUserValue($userId ?? $this->getUserId(), 'deck', 'attachment_folder', '/Deck');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setAttachmentFolder(?string $userId, string $path): void {
|
public function setAttachmentFolder(string $userId, string $path): void {
|
||||||
if ($userId === null && $this->getUserId() === null) {
|
if ($userId === null && $this->getUserId() === null) {
|
||||||
throw new NoPermissionException('Must be logged in get the attachment folder');
|
throw new NoPermissionException('Must be logged in get the attachment folder');
|
||||||
}
|
}
|
||||||
|
|||||||
19
package-lock.json
generated
19
package-lock.json
generated
@@ -16,7 +16,7 @@
|
|||||||
"@nextcloud/capabilities": "^1.2.0",
|
"@nextcloud/capabilities": "^1.2.0",
|
||||||
"@nextcloud/dialogs": "^5.3.5",
|
"@nextcloud/dialogs": "^5.3.5",
|
||||||
"@nextcloud/event-bus": "^3.3.1",
|
"@nextcloud/event-bus": "^3.3.1",
|
||||||
"@nextcloud/files": "^3.5.1",
|
"@nextcloud/files": "^3.6.0",
|
||||||
"@nextcloud/initial-state": "^2.2.0",
|
"@nextcloud/initial-state": "^2.2.0",
|
||||||
"@nextcloud/l10n": "^3.1.0",
|
"@nextcloud/l10n": "^3.1.0",
|
||||||
"@nextcloud/moment": "^1.3.1",
|
"@nextcloud/moment": "^1.3.1",
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
"@relative-ci/agent": "^4.2.9",
|
"@relative-ci/agent": "^4.2.9",
|
||||||
"@vue/test-utils": "^2.4.6",
|
"@vue/test-utils": "^2.4.6",
|
||||||
"@vue/vue2-jest": "^29.2.6",
|
"@vue/vue2-jest": "^29.2.6",
|
||||||
"cypress": "^13.13.0",
|
"cypress": "^13.13.1",
|
||||||
"eslint-plugin-cypress": "^3.3.0",
|
"eslint-plugin-cypress": "^3.3.0",
|
||||||
"eslint-webpack-plugin": "^4.2.0",
|
"eslint-webpack-plugin": "^4.2.0",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
@@ -3697,16 +3697,17 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@nextcloud/files": {
|
"node_modules/@nextcloud/files": {
|
||||||
"version": "3.5.1",
|
"version": "3.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/@nextcloud/files/-/files-3.6.0.tgz",
|
||||||
"integrity": "sha512-GkVWUgkBSVt27Carmp/DbnDiqHq03w3VQWt8xszacp/IQSB9G+8/KCvi8zxldac2q7lQ8NpHlB/Bqy8o+OOc0A==",
|
"integrity": "sha512-/3kzEJ1TsCgjkSVhjdI+FnF0c2rvYtiTAQPoNqkNQYFa7Vbor+XPuypBQIJZFMDMzEgUexAL4QuQT3YmeSfBAA==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nextcloud/auth": "^2.3.0",
|
"@nextcloud/auth": "^2.3.0",
|
||||||
|
"@nextcloud/capabilities": "^1.2.0",
|
||||||
"@nextcloud/l10n": "^3.1.0",
|
"@nextcloud/l10n": "^3.1.0",
|
||||||
"@nextcloud/logger": "^3.0.2",
|
"@nextcloud/logger": "^3.0.2",
|
||||||
"@nextcloud/paths": "^2.1.0",
|
"@nextcloud/paths": "^2.1.0",
|
||||||
"@nextcloud/router": "^3.0.1",
|
"@nextcloud/router": "^3.0.1",
|
||||||
"@nextcloud/sharing": "^0.2.1",
|
"@nextcloud/sharing": "^0.2.2",
|
||||||
"cancelable-promise": "^4.3.1",
|
"cancelable-promise": "^4.3.1",
|
||||||
"is-svg": "^5.0.1",
|
"is-svg": "^5.0.1",
|
||||||
"typescript-event-target": "^1.1.1",
|
"typescript-event-target": "^1.1.1",
|
||||||
@@ -7717,9 +7718,9 @@
|
|||||||
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
|
"integrity": "sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA=="
|
||||||
},
|
},
|
||||||
"node_modules/cypress": {
|
"node_modules/cypress": {
|
||||||
"version": "13.13.0",
|
"version": "13.13.1",
|
||||||
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.0.tgz",
|
"resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.1.tgz",
|
||||||
"integrity": "sha512-ou/MQUDq4tcDJI2FsPaod2FZpex4kpIK43JJlcBgWrX8WX7R/05ZxGTuxedOuZBfxjZxja+fbijZGyxiLP6CFA==",
|
"integrity": "sha512-8F9UjL5MDUdgC/S5hr8CGLHbS5gGht5UOV184qc2pFny43fnkoaKxlzH/U6//zmGu/xRTaKimNfjknLT8+UDFg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
"@nextcloud/capabilities": "^1.2.0",
|
"@nextcloud/capabilities": "^1.2.0",
|
||||||
"@nextcloud/dialogs": "^5.3.5",
|
"@nextcloud/dialogs": "^5.3.5",
|
||||||
"@nextcloud/event-bus": "^3.3.1",
|
"@nextcloud/event-bus": "^3.3.1",
|
||||||
"@nextcloud/files": "^3.5.1",
|
"@nextcloud/files": "^3.6.0",
|
||||||
"@nextcloud/initial-state": "^2.2.0",
|
"@nextcloud/initial-state": "^2.2.0",
|
||||||
"@nextcloud/l10n": "^3.1.0",
|
"@nextcloud/l10n": "^3.1.0",
|
||||||
"@nextcloud/moment": "^1.3.1",
|
"@nextcloud/moment": "^1.3.1",
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
"@relative-ci/agent": "^4.2.9",
|
"@relative-ci/agent": "^4.2.9",
|
||||||
"@vue/test-utils": "^2.4.6",
|
"@vue/test-utils": "^2.4.6",
|
||||||
"@vue/vue2-jest": "^29.2.6",
|
"@vue/vue2-jest": "^29.2.6",
|
||||||
"cypress": "^13.13.0",
|
"cypress": "^13.13.1",
|
||||||
"eslint-plugin-cypress": "^3.3.0",
|
"eslint-plugin-cypress": "^3.3.0",
|
||||||
"eslint-webpack-plugin": "^4.2.0",
|
"eslint-webpack-plugin": "^4.2.0",
|
||||||
"jest": "^29.7.0",
|
"jest": "^29.7.0",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "~9",
|
"phpunit/phpunit": "~9",
|
||||||
"behat/behat": "~3.14.0",
|
"behat/behat": "~3.14.0",
|
||||||
"guzzlehttp/guzzle": "7.8.1",
|
"guzzlehttp/guzzle": "7.9.1",
|
||||||
"jarnaiz/behat-junit-formatter": "^1.3",
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
||||||
"sabre/dav": "4.6.0",
|
"sabre/dav": "4.6.0",
|
||||||
"symfony/event-dispatcher": "~5.4"
|
"symfony/event-dispatcher": "~5.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user