Compare commits
43 Commits
update-dep
...
2147e2b404
Author | SHA1 | Date | |
---|---|---|---|
2147e2b404 | |||
30804b84a4 | |||
bc35f907e0
|
|||
7629e7a683 | |||
9ef0efaac4 | |||
8588c2a173 | |||
338a50a33a
|
|||
b100af152c | |||
7070883315
|
|||
f47e8f52a6
|
|||
099f1356fd | |||
a4f3c91a5d | |||
04b654c70d | |||
31f4551d0f | |||
9f8ef354bc
|
|||
c9653f320e
|
|||
f51dde8f15 | |||
03b210dc6f | |||
ce9ca6ad79 | |||
aa8ebc27f0 | |||
c7b03cf294 | |||
173dca2119 | |||
660fa0415e | |||
9ba292f701
|
|||
f77de151b5 | |||
652a401797 | |||
7f8f072d70 | |||
5ec81733a2 | |||
415433b1fa
|
|||
b3dfb27b6f | |||
d0e3f0ca79 | |||
b950818eca | |||
95f60c63dd | |||
9a9b7d8ab9
|
|||
2b893b140f | |||
549a128d20 | |||
97d97fcdeb
|
|||
57a296e27d | |||
38e3ab7166 | |||
8441a25651
|
|||
68e0b5efc1 | |||
38be80663b | |||
3ca22fe7ca
|
10
.drone.yml
10
.drone.yml
@ -12,12 +12,12 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: node:20.12.2
|
||||
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
|
||||
commands:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- name: build
|
||||
image: node:20.12.2
|
||||
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
@ -39,14 +39,14 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:20.12.2
|
||||
image: node:20.12.2@sha256:3864be2201676a715cf240cfc17aec1d62459f92a7cbe7d32d1675e226e736c9
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- name: deploy
|
||||
image: drillster/drone-rsync
|
||||
image: drillster/drone-rsync@sha256:f4f90f96d0714d26c93c6c4c8f99bc4a7aa1cbf4d7bb772fcfac2ec7be44a331
|
||||
settings:
|
||||
hosts: [ "www.wtf-eg.net" ]
|
||||
user: onboarding
|
||||
@ -57,6 +57,6 @@ steps:
|
||||
recursive: true
|
||||
---
|
||||
kind: signature
|
||||
hmac: 6165a4064c19ccc6d2871c8d18859d5014a3f3c9892d70d27acbc78cfa253e54
|
||||
hmac: ecdbe7caaffba17813b29689a57849255bc20133c15f51c5d5184068c9c81924
|
||||
|
||||
...
|
||||
|
@ -8,7 +8,7 @@ module.exports = {
|
||||
'@vue/standard'
|
||||
],
|
||||
parserOptions: {
|
||||
parser: 'babel-eslint'
|
||||
parser: '@babel/eslint-parser'
|
||||
},
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||
|
12360
package-lock.json
generated
12360
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@ -15,18 +15,18 @@
|
||||
"vue": "^3.4.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
||||
"@vue/cli-plugin-pwa": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"@vue/eslint-config-standard": "^5.1.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.3.1",
|
||||
"eslint-plugin-standard": "^4.1.0",
|
||||
"eslint-plugin-vue": "^7.20.0"
|
||||
"@vue/cli-plugin-babel": "5.0.8",
|
||||
"@vue/cli-plugin-eslint": "5.0.8",
|
||||
"@vue/cli-plugin-pwa": "5.0.8",
|
||||
"@vue/cli-service": "5.0.8",
|
||||
"@vue/compiler-sfc": "3.4.27",
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"@babel/eslint-parser": "7.24.5",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-n": "15.7.0",
|
||||
"eslint-plugin-promise": "6.1.1",
|
||||
"eslint-plugin-standard": "5.0.0",
|
||||
"eslint-plugin-vue": "9.25.0"
|
||||
}
|
||||
}
|
||||
|
16
renovate.json
Normal file
16
renovate.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:best-practices",
|
||||
"npm:unpublishSafe",
|
||||
":prHourlyLimitNone",
|
||||
":prConcurrentLimitNone",
|
||||
":separateMultipleMajorReleases"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchFileNames": [".drone.yml"],
|
||||
"schedule": ["before 9am on the first day of the month"]
|
||||
}
|
||||
]
|
||||
}
|
10
src/App.vue
10
src/App.vue
@ -6,7 +6,7 @@
|
||||
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
||||
WTF Kooperative eG, Hinterhaus 3. OG, Forsmannstr. 14 b, 22303 Hamburg<br/>
|
||||
<span class="fw-bold">Registergericht:</span> Hamburg GnR 1113<br/>
|
||||
<span class="fw-bold">Vorstand:</span> Andreas Bogk, Frank Landgraf<br/>
|
||||
<span class="fw-bold">Vorstand:</span> Frank Landgraf<br/>
|
||||
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Simon Liebing
|
||||
<p>
|
||||
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
|
||||
@ -429,7 +429,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<label for="pgp" class="form-label">PGP:*</label>
|
||||
<label for="pgp" class="form-label">PGP-Fingerprint:*</label>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
@ -671,7 +671,7 @@ import QrcodeVue from 'qrcode.vue'
|
||||
import iso3166Import from '@/assets/iso3166.json'
|
||||
|
||||
// Internal Component
|
||||
import Faq from '@/components/faq'
|
||||
import Faq from '@/components/TheFaq.vue'
|
||||
|
||||
export default {
|
||||
name: "App",
|
||||
@ -681,7 +681,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
version: "2024-04-05",
|
||||
version: "2024-05-10",
|
||||
confirm_membership: false,
|
||||
direct_debit: false,
|
||||
membership_type_options: [
|
||||
@ -798,7 +798,7 @@ export default {
|
||||
|
||||
@font-face {
|
||||
font-family: "Lato";
|
||||
src: local('Lato'), url("/fonts/Lato-Regular.woff") format("woff"), url("/fonts/Lato-Regular.woff2") format("woff2");
|
||||
src: local('Lato'), url("../public/fonts/Lato-Regular.woff") format("woff"), url("../public/fonts/Lato-Regular.woff2") format("woff2");
|
||||
}
|
||||
body{
|
||||
font-family: 'Lato', 'sans-serif' !important;
|
||||
|
@ -43,6 +43,6 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Faq'
|
||||
name: 'TheFaq'
|
||||
}
|
||||
</script>
|
@ -1,32 +1,5 @@
|
||||
/* eslint-disable no-console */
|
||||
|
||||
import { register } from 'register-service-worker'
|
||||
import { unregister } from 'register-service-worker'
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
register(`${process.env.BASE_URL}service-worker.js`, {
|
||||
ready () {
|
||||
console.log(
|
||||
'App is being served from cache by a service worker.\n' +
|
||||
'For more details, visit https://goo.gl/AFskqB'
|
||||
)
|
||||
},
|
||||
registered () {
|
||||
console.log('Service worker has been registered.')
|
||||
},
|
||||
cached () {
|
||||
console.log('Content has been cached for offline use.')
|
||||
},
|
||||
updatefound () {
|
||||
console.log('New content is downloading.')
|
||||
},
|
||||
updated () {
|
||||
console.log('New content is available; please refresh.')
|
||||
},
|
||||
offline () {
|
||||
console.log('No internet connection found. App is running in offline mode.')
|
||||
},
|
||||
error (error) {
|
||||
console.error('Error during service worker registration:', error)
|
||||
}
|
||||
})
|
||||
unregister()
|
||||
}
|
||||
|
Reference in New Issue
Block a user