Compare commits
7 Commits
v1.16.0-be
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
337dbf90cc | ||
|
|
7394cb2d48 | ||
|
|
4f39328d59 | ||
|
|
b877c58343 | ||
|
|
6334b36666 | ||
|
|
f08eeec3a8 | ||
|
|
eec2ccd9ed |
17
.github/dependabot.yml
vendored
17
.github/dependabot.yml
vendored
@@ -13,6 +13,23 @@ updates:
|
|||||||
- juliushaertl
|
- juliushaertl
|
||||||
- luka-nextcloud
|
- luka-nextcloud
|
||||||
|
|
||||||
|
- package-ecosystem: npm
|
||||||
|
target-branch: stable32
|
||||||
|
versioning-strategy: lockfile-only
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: saturday
|
||||||
|
time: "03:15"
|
||||||
|
timezone: Europe/Paris
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types: ["version-update:semver-major"]
|
||||||
|
open-pull-requests-limit: 30
|
||||||
|
labels:
|
||||||
|
- 3. to review
|
||||||
|
- dependencies
|
||||||
|
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
target-branch: stable31
|
target-branch: stable31
|
||||||
versioning-strategy: lockfile-only
|
versioning-strategy: lockfile-only
|
||||||
|
|||||||
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Query count
|
- name: Query count
|
||||||
if: ${{ matrix.databases == 'mysql' }}
|
if: ${{ matrix.databases == 'mysql' }}
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
script: |
|
script: |
|
||||||
|
|||||||
2
.github/workflows/npm-audit-fix.yml
vendored
2
.github/workflows/npm-audit-fix.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
branches: ['main', 'master', 'stable31', 'stable30']
|
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
|
||||||
|
|
||||||
name: npm-audit-fix-${{ matrix.branches }}
|
name: npm-audit-fix-${{ matrix.branches }}
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/update-nextcloud-ocp.yml
vendored
2
.github/workflows/update-nextcloud-ocp.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
branches: ['main', 'master', 'stable31', 'stable30']
|
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
|
||||||
|
|
||||||
name: update-nextcloud-ocp-${{ matrix.branches }}
|
name: update-nextcloud-ocp-${{ matrix.branches }}
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
- 🚀 Get your project organized
|
- 🚀 Get your project organized
|
||||||
|
|
||||||
</description>
|
</description>
|
||||||
<version>1.16.0-beta.1</version>
|
<version>2.0.0-dev.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Julius Härtl</author>
|
<author>Julius Härtl</author>
|
||||||
<namespace>Deck</namespace>
|
<namespace>Deck</namespace>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<database min-version="9.4">pgsql</database>
|
<database min-version="9.4">pgsql</database>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
<database min-version="8.0">mysql</database>
|
<database min-version="8.0">mysql</database>
|
||||||
<nextcloud min-version="32" max-version="32"/>
|
<nextcloud min-version="33" max-version="33"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
<job>OCA\Deck\Cron\DeleteCron</job>
|
<job>OCA\Deck\Cron\DeleteCron</job>
|
||||||
|
|||||||
@@ -124,6 +124,7 @@ OC.L10N.register(
|
|||||||
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.",
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.",
|
||||||
"Attachments" : "Pièces jointes",
|
"Attachments" : "Pièces jointes",
|
||||||
"File" : "Fichier",
|
"File" : "Fichier",
|
||||||
|
"date" : "date",
|
||||||
"Card not found" : "Carte introuvable",
|
"Card not found" : "Carte introuvable",
|
||||||
"Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte",
|
"Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
||||||
@@ -239,6 +240,7 @@ OC.L10N.register(
|
|||||||
"Modified" : "Modifiée",
|
"Modified" : "Modifiée",
|
||||||
"Created" : "Créée",
|
"Created" : "Créée",
|
||||||
"The title cannot be empty." : "Le titre ne peut pas être vide.",
|
"The title cannot be empty." : "Le titre ne peut pas être vide.",
|
||||||
|
"Cannot close unsaved card!" : "Impossible de fermer une carte non enregistrée !",
|
||||||
"Open in sidebar view" : "Ouvrir dans le panneau latéral",
|
"Open in sidebar view" : "Ouvrir dans le panneau latéral",
|
||||||
"Open in bigger view" : "Ouvrir dans la vue large",
|
"Open in bigger view" : "Ouvrir dans la vue large",
|
||||||
"Comments" : "Commentaires",
|
"Comments" : "Commentaires",
|
||||||
@@ -253,6 +255,7 @@ OC.L10N.register(
|
|||||||
"Reply" : "Répondre",
|
"Reply" : "Répondre",
|
||||||
"Update" : "Mettre à jour",
|
"Update" : "Mettre à jour",
|
||||||
"Write a description …" : "Écrire une description…",
|
"Write a description …" : "Écrire une description…",
|
||||||
|
"Could not save description" : "Impossible d'enregistrer la description",
|
||||||
"Description" : "Description",
|
"Description" : "Description",
|
||||||
"(Unsaved)" : "(Non enregistré)",
|
"(Unsaved)" : "(Non enregistré)",
|
||||||
"(Saving…)" : "(Enregistrement ...)",
|
"(Saving…)" : "(Enregistrement ...)",
|
||||||
|
|||||||
@@ -122,6 +122,7 @@
|
|||||||
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.",
|
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Ce commentaire comporte plus de %s caractères.\nAjouté en pièce jointe à la carte intitulée %s.\nAccessible depuis l'URL: %s.",
|
||||||
"Attachments" : "Pièces jointes",
|
"Attachments" : "Pièces jointes",
|
||||||
"File" : "Fichier",
|
"File" : "Fichier",
|
||||||
|
"date" : "date",
|
||||||
"Card not found" : "Carte introuvable",
|
"Card not found" : "Carte introuvable",
|
||||||
"Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte",
|
"Path is already shared with this card" : "Le chemin est déjà partagé avec cette carte",
|
||||||
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
"Invalid date, date format must be YYYY-MM-DD" : "Date non valable, le format de la date doit être AAAA-MM-JJ",
|
||||||
@@ -237,6 +238,7 @@
|
|||||||
"Modified" : "Modifiée",
|
"Modified" : "Modifiée",
|
||||||
"Created" : "Créée",
|
"Created" : "Créée",
|
||||||
"The title cannot be empty." : "Le titre ne peut pas être vide.",
|
"The title cannot be empty." : "Le titre ne peut pas être vide.",
|
||||||
|
"Cannot close unsaved card!" : "Impossible de fermer une carte non enregistrée !",
|
||||||
"Open in sidebar view" : "Ouvrir dans le panneau latéral",
|
"Open in sidebar view" : "Ouvrir dans le panneau latéral",
|
||||||
"Open in bigger view" : "Ouvrir dans la vue large",
|
"Open in bigger view" : "Ouvrir dans la vue large",
|
||||||
"Comments" : "Commentaires",
|
"Comments" : "Commentaires",
|
||||||
@@ -251,6 +253,7 @@
|
|||||||
"Reply" : "Répondre",
|
"Reply" : "Répondre",
|
||||||
"Update" : "Mettre à jour",
|
"Update" : "Mettre à jour",
|
||||||
"Write a description …" : "Écrire une description…",
|
"Write a description …" : "Écrire une description…",
|
||||||
|
"Could not save description" : "Impossible d'enregistrer la description",
|
||||||
"Description" : "Description",
|
"Description" : "Description",
|
||||||
"(Unsaved)" : "(Non enregistré)",
|
"(Unsaved)" : "(Non enregistré)",
|
||||||
"(Saving…)" : "(Enregistrement ...)",
|
"(Saving…)" : "(Enregistrement ...)",
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ OC.L10N.register(
|
|||||||
"Save" : "Sekles",
|
"Save" : "Sekles",
|
||||||
"Cancel reply" : "Semmet tiririt.",
|
"Cancel reply" : "Semmet tiririt.",
|
||||||
"Reply" : "Err",
|
"Reply" : "Err",
|
||||||
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Nadi",
|
"Search" : "Nadi",
|
||||||
"Cancel edit" : "Sefsex aseẓreg",
|
"Cancel edit" : "Sefsex aseẓreg",
|
||||||
"No notifications" : "Ulac tisezmal",
|
"No notifications" : "Ulac tisezmal",
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
"Save" : "Sekles",
|
"Save" : "Sekles",
|
||||||
"Cancel reply" : "Semmet tiririt.",
|
"Cancel reply" : "Semmet tiririt.",
|
||||||
"Reply" : "Err",
|
"Reply" : "Err",
|
||||||
|
"Ctrl" : "Ctrl",
|
||||||
"Search" : "Nadi",
|
"Search" : "Nadi",
|
||||||
"Cancel edit" : "Sefsex aseẓreg",
|
"Cancel edit" : "Sefsex aseẓreg",
|
||||||
"No notifications" : "Ulac tisezmal",
|
"No notifications" : "Ulac tisezmal",
|
||||||
|
|||||||
@@ -107,6 +107,7 @@ OC.L10N.register(
|
|||||||
"Action needed" : "Требуется действие",
|
"Action needed" : "Требуется действие",
|
||||||
"Later" : "Позже",
|
"Later" : "Позже",
|
||||||
"copy" : "Копировать",
|
"copy" : "Копировать",
|
||||||
|
"Custom lists - click to rename!" : "Пользовательские списки — нажмите, чтобы переименовать!",
|
||||||
"To Do" : "Задачи",
|
"To Do" : "Задачи",
|
||||||
"In Progress" : "Выполянется",
|
"In Progress" : "Выполянется",
|
||||||
"Done" : "Выполненные",
|
"Done" : "Выполненные",
|
||||||
|
|||||||
@@ -105,6 +105,7 @@
|
|||||||
"Action needed" : "Требуется действие",
|
"Action needed" : "Требуется действие",
|
||||||
"Later" : "Позже",
|
"Later" : "Позже",
|
||||||
"copy" : "Копировать",
|
"copy" : "Копировать",
|
||||||
|
"Custom lists - click to rename!" : "Пользовательские списки — нажмите, чтобы переименовать!",
|
||||||
"To Do" : "Задачи",
|
"To Do" : "Задачи",
|
||||||
"In Progress" : "Выполянется",
|
"In Progress" : "Выполянется",
|
||||||
"Done" : "Выполненные",
|
"Done" : "Выполненные",
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "deck",
|
"name": "deck",
|
||||||
"version": "1.16.0-beta.1",
|
"version": "2.0.0-dev.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "deck",
|
"name": "deck",
|
||||||
"version": "1.16.0-beta.1",
|
"version": "2.0.0-dev.0",
|
||||||
"license": "agpl",
|
"license": "agpl",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/polyfill": "^7.12.1",
|
"@babel/polyfill": "^7.12.1",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "deck",
|
"name": "deck",
|
||||||
"description": "",
|
"description": "",
|
||||||
"version": "1.16.0-beta.1",
|
"version": "2.0.0-dev.0",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Julius Härtl",
|
"name": "Julius Härtl",
|
||||||
|
|||||||
Reference in New Issue
Block a user