Compare commits
115 Commits
update-dep
...
brain-patc
Author | SHA1 | Date | |
---|---|---|---|
ccd88a30e7 | |||
4d80c6268b | |||
178d7987f7 | |||
a62aec549a | |||
2cdd3fde1a | |||
41e8a8be3e | |||
74a2b99a10 | |||
d3849a1d1c | |||
749970ced0 | |||
ce15720e87 | |||
fd2338ff27 | |||
e89a6ffe1f | |||
d857d38441
|
|||
7f3c4a5ec4
|
|||
8b2841f903 | |||
84afebb2b6 | |||
4de936e922 | |||
c754fa82f2 | |||
35d48106fc | |||
4cb202f58f | |||
e95709c422 | |||
07b5f7009b | |||
5e43a7c122 | |||
a891d4730d | |||
0c433f549c | |||
b4dbdb5fee | |||
cf5a588ddf | |||
224abd16ea | |||
3e71184ffc | |||
e672eacb14 | |||
1b7a32a9bc | |||
6a76668c15 | |||
02ecff1ceb | |||
87f19e73ab | |||
5c2501c971 | |||
ba4b6dfb54 | |||
20fea22802
|
|||
1ec259f408 | |||
d44dc2f8c7 | |||
3bf62e8a8d | |||
c6b282bac4 | |||
4e3c896c6e | |||
7f3591158b | |||
52a2a50b1a | |||
7df446c114 | |||
4db6292849 | |||
b32697ed1f | |||
f53cf633e3
|
|||
1670eaa260 | |||
4cead05247
|
|||
a7cf22f02c | |||
e51b93063d | |||
dbbf3ccc71 | |||
d21657c994 | |||
903426689d | |||
bc3d5be021 | |||
ec0f95be77 | |||
ca3ce3e45a
|
|||
18da2fbf0e | |||
84ec704743 | |||
fe5ead59cb | |||
1463eaae53
|
|||
81479e3a5c | |||
4535c6e672 | |||
6bb0edbcb2 | |||
9d719359d9 | |||
bdb15a63a9 | |||
0303bbbaa8 | |||
aa6cf3d17e | |||
b38698b90c | |||
91764a205e | |||
85b6b8d747 | |||
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:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: node:20.12.2
|
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run lint
|
- npm run lint
|
||||||
- name: build
|
- name: build
|
||||||
image: node:20.12.2
|
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
@ -39,14 +39,14 @@ depends_on:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:20.12.2
|
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||||
environment:
|
environment:
|
||||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync@sha256:f4f90f96d0714d26c93c6c4c8f99bc4a7aa1cbf4d7bb772fcfac2ec7be44a331
|
||||||
settings:
|
settings:
|
||||||
hosts: [ "www.wtf-eg.net" ]
|
hosts: [ "www.wtf-eg.net" ]
|
||||||
user: onboarding
|
user: onboarding
|
||||||
@ -57,6 +57,6 @@ steps:
|
|||||||
recursive: true
|
recursive: true
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 6165a4064c19ccc6d2871c8d18859d5014a3f3c9892d70d27acbc78cfa253e54
|
hmac: 43c3ec3bad06f5767e0852947b1c53db5cab0023412483bf9c378408c0442f59
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -8,7 +8,7 @@ module.exports = {
|
|||||||
'@vue/standard'
|
'@vue/standard'
|
||||||
],
|
],
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
parser: 'babel-eslint'
|
parser: '@babel/eslint-parser'
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
|
||||||
|
12554
package-lock.json
generated
12554
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"
|
"vue": "^3.4.23"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vue/cli-plugin-babel": "~4.5.0",
|
"@vue/cli-plugin-babel": "5.0.8",
|
||||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
"@vue/cli-plugin-eslint": "5.0.8",
|
||||||
"@vue/cli-plugin-pwa": "~4.5.0",
|
"@vue/cli-plugin-pwa": "5.0.8",
|
||||||
"@vue/cli-service": "~4.5.0",
|
"@vue/cli-service": "5.0.8",
|
||||||
"@vue/compiler-sfc": "^3.0.0",
|
"@vue/compiler-sfc": "3.4.37",
|
||||||
"@vue/eslint-config-standard": "^5.1.2",
|
"@vue/eslint-config-standard": "8.0.1",
|
||||||
"babel-eslint": "^10.1.0",
|
"@babel/eslint-parser": "7.25.1",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-plugin-import": "^2.29.1",
|
"eslint-plugin-import": "2.29.1",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-n": "17.10.2",
|
||||||
"eslint-plugin-promise": "^4.3.1",
|
"eslint-plugin-promise": "7.1.0",
|
||||||
"eslint-plugin-standard": "^4.1.0",
|
"eslint-plugin-standard": "5.0.0",
|
||||||
"eslint-plugin-vue": "^7.20.0"
|
"eslint-plugin-vue": "9.27.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
18
renovate.json
Normal file
18
renovate.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:best-practices",
|
||||||
|
"npm:unpublishSafe",
|
||||||
|
":maintainLockFilesWeekly",
|
||||||
|
":pinAllExceptPeerDependencies",
|
||||||
|
":prHourlyLimitNone",
|
||||||
|
":prConcurrentLimitNone",
|
||||||
|
":separateMultipleMajorReleases"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchFileNames": [".drone.yml"],
|
||||||
|
"schedule": ["before 9am on the first day of the month"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
13
src/App.vue
13
src/App.vue
@ -6,7 +6,7 @@
|
|||||||
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
<h1>Beitritts-/ Beteiligungserklärung zur WTF Kooperative eG</h1>
|
||||||
WTF Kooperative eG, Hinterhaus 3. OG, Forsmannstr. 14 b, 22303 Hamburg<br/>
|
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">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, Frank Lanitz<br/>
|
||||||
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Simon Liebing
|
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Simon Liebing
|
||||||
<p>
|
<p>
|
||||||
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
|
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
|
||||||
@ -30,6 +30,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="no-print alert alert-danger">
|
||||||
|
Derzeit nehmen wir keine neuen Mitglieder auf.
|
||||||
|
</p>
|
||||||
<p class="no-print">
|
<p class="no-print">
|
||||||
Bitte fülle alle Felder aus und klicke dann auf "Drucken". Das gedruckte
|
Bitte fülle alle Felder aus und klicke dann auf "Drucken". Das gedruckte
|
||||||
Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden.
|
Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden.
|
||||||
@ -429,7 +432,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="pgp" class="form-label">PGP:*</label>
|
<label for="pgp" class="form-label">PGP-Fingerprint:*</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
@ -671,7 +674,7 @@ import QrcodeVue from 'qrcode.vue'
|
|||||||
import iso3166Import from '@/assets/iso3166.json'
|
import iso3166Import from '@/assets/iso3166.json'
|
||||||
|
|
||||||
// Internal Component
|
// Internal Component
|
||||||
import Faq from '@/components/faq'
|
import Faq from '@/components/TheFaq.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "App",
|
name: "App",
|
||||||
@ -681,7 +684,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
version: "2024-04-05",
|
version: "2024-05-29",
|
||||||
confirm_membership: false,
|
confirm_membership: false,
|
||||||
direct_debit: false,
|
direct_debit: false,
|
||||||
membership_type_options: [
|
membership_type_options: [
|
||||||
@ -798,7 +801,7 @@ export default {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Lato";
|
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{
|
body{
|
||||||
font-family: 'Lato', 'sans-serif' !important;
|
font-family: 'Lato', 'sans-serif' !important;
|
||||||
|
@ -43,6 +43,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'Faq'
|
name: 'TheFaq'
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
@ -1,32 +1,5 @@
|
|||||||
/* eslint-disable no-console */
|
import { unregister } from 'register-service-worker'
|
||||||
|
|
||||||
import { register } from 'register-service-worker'
|
|
||||||
|
|
||||||
if (process.env.NODE_ENV === 'production') {
|
if (process.env.NODE_ENV === 'production') {
|
||||||
register(`${process.env.BASE_URL}service-worker.js`, {
|
unregister()
|
||||||
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)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user