Skip to content

Commit

Permalink
Import backups app from CERNBox Web fork
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt authored and diocas committed Oct 4, 2023
1 parent 5d6cdb4 commit cfb2c11
Show file tree
Hide file tree
Showing 10 changed files with 4,632 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backups/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": "@ownclouders",
"settings": {
"jest": {
"version": "remove jest rules from @ownclouders/eslint-config and remove this"
}
}
}
1 change: 1 addition & 0 deletions backups/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@ownclouders/prettier-config"
1 change: 1 addition & 0 deletions backups/l10n/translations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"cs":{"Save":"Uložit"},"de":{"An error occurred":"Ein Fehler ist aufgetreten","Don't Save":"Verwerfen","Error when contacting the server":"Fehler beim Kontaktieren des Servers","extensionItem":"Erweiterungselement","JavaScript file":"JavaScript-Datei","JSON file":"JSON-Datei","Loading editor content":"Lade Editor Inhalt","Markdown file":"Markdown-Datei","msg":"Nachricht","PHP file":"PHP-Datei","Plain text file":"Text-Datei","Python file":"Python-Datei","Save":"Speichern","Text Editor":"Texteditor","This file was updated outside this window. Please refresh the page (all changes will be lost).":"Die Datei wurde außerhalb des Fensters aktualisiert. Bitte die Seite neu laden (alle Änderungen gehen verloren).","Unsaved changes":"Ungespeicherte Änderungen","XML file":"XML-Datei","YAML file":"YAML-Datei","You're not authorized to save this file":"Keine ausreichenden Berechtigungen für das Speichern der Datei ","Your changes were not saved. Do you want to save them?":"Ungesicherte Änderungen. Möchtest Du sie speichern? "},"es":{"Loading editor content":"Cargando el editor de contenido","msg":"msg","Save":"Guardar"},"fr":{"An error occurred":"Une erreur est survenue","Don't Save":"Ne pas enregistrer","Error when contacting the server":"Erreur de communication avec le serveur","JavaScript file":"Fichier JavaScript","JSON file":"Fichier JSON","Loading editor content":"Chargement du contenu de l'éditeur","Markdown file":"Fichier Markdown","msg":"msg","PHP file":"Fichier PHP","Plain text file":"Fichier texte brut","Python file":"Fichier Python","Save":"Sauvegarder","Text Editor":"Éditeur de texte","This file was updated outside this window. Please refresh the page (all changes will be lost).":"Ce fichier a été modifié en dehors de cette fenêtre. Veuillez rafraîchir la page (tous les changements seront perdus).","Unsaved changes":"Modifications non enregistrées","XML file":"Fichier XML","YAML file":"Fichier YAML","You're not authorized to save this file":"Vous n'êtes pas autorisé à enregistrer ce fichier","Your changes were not saved. Do you want to save them?":"Les modifications n'ont pas été enregistrées, souhaitez-vous les enregistrer ?"},"gl":{"msg":"msx","Save":"Gardar"},"it":{}}
50 changes: 50 additions & 0 deletions backups/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"name": "backups",
"version": "0.0.0",
"description": "CERNBox backups management",
"license": "AGPL-3.0",
"author": "CERNBox",
"private": true,
"homepage": "https://github.com/cernbox/web-extensions",
"type": "module",
"scripts": {
"check:types": "vue-tsc --noEmit",
"lint": "eslint 'src/**/*.{js,ts,vue}' --color",
"build": "pnpm vite build",
"build:w": "pnpm vite build --watch --mode development"
},
"devDependencies": {
"@ownclouders/eslint-config": "0.0.1",
"@ownclouders/extension-sdk": "0.0.5-alpha.1",
"@ownclouders/prettier-config": "0.0.1",
"@ownclouders/tsconfig": "0.0.5-alpha.1",
"@types/node": "^20.2.3",
"eslint": "8.50.0",
"prettier": "3.0.3",
"typescript": "4.9.5",
"vite": "4.1.1",
"vue-tsc": "1.8.15"
},
"peerDependencies": {
"@ownclouders/web-client": "0.0.1",
"@ownclouders/web-pkg": "0.0.5-alpha.8",
"@vueuse/core": "^9.8.2 || ^10.0.0",
"axios": "^0.27.2",
"fuse.js": "^6.5.3",
"p-queue": "^6.6.2",
"luxon": "^2.4.0",
"lodash-es": "4.17.21",
"uuid": "^9.0.0",
"vue": "3.3.4",
"vue-router": "4.2.0",
"vue-concurrency": "4.0.0",
"vuex": "4.1.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"design-system*"
]
}
}
}
Loading

0 comments on commit cfb2c11

Please sign in to comment.