Compare commits
136 Commits
add-ago
...
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 | |||
c858c3159e
|
|||
ce858edd67
|
|||
177628d03c
|
|||
8441a25651
|
|||
68e0b5efc1 | |||
38be80663b | |||
3ca22fe7ca
|
|||
8043155805 | |||
c4e26b8618 | |||
903aed00e7 | |||
06504b6240
|
|||
253712c5ee
|
|||
7fe5fb6a41 | |||
b640f61fb9
|
|||
23c2cdb72a
|
|||
aeed882d63
|
|||
afc57d04fb | |||
640bae524c
|
|||
e85d0be149
|
|||
ae99fc810d
|
|||
ab6b079042
|
|||
475e844450
|
|||
bc742e979c
|
|||
c995024b80
|
|||
9f57889873 |
10
.drone.yml
10
.drone.yml
@ -12,12 +12,12 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: node:18
|
||||
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||
commands:
|
||||
- npm install
|
||||
- npm run lint
|
||||
- name: build
|
||||
image: node:18
|
||||
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||
environment:
|
||||
NODE_OPTIONS: '--openssl-legacy-provider'
|
||||
commands:
|
||||
@ -39,14 +39,14 @@ depends_on:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:18
|
||||
image: node:20.16.0@sha256:1ae9ba874435551280e95c8a8e74adf8a48d72b564bf9dfe4718231f2144c88f
|
||||
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: 0f87c59a97ed13bfd04074b63d1e5567b2ff228141951e7edb14ba31a123284e
|
||||
hmac: 43c3ec3bad06f5767e0852947b1c53db5cab0023412483bf9c378408c0442f59
|
||||
|
||||
...
|
||||
|
@ -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',
|
||||
|
28960
package-lock.json
generated
28960
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@ -8,25 +8,25 @@
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.2.3",
|
||||
"core-js": "^3.26.1",
|
||||
"qrcode.vue": "^3.3.3",
|
||||
"bootstrap": "^5.3.3",
|
||||
"core-js": "^3.36.1",
|
||||
"qrcode.vue": "^3.4.1",
|
||||
"register-service-worker": "^1.7.2",
|
||||
"vue": "^3.0.0"
|
||||
"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.26.0",
|
||||
"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.37",
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"@babel/eslint-parser": "7.25.1",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-n": "17.10.2",
|
||||
"eslint-plugin-promise": "7.1.0",
|
||||
"eslint-plugin-standard": "5.0.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"]
|
||||
}
|
||||
]
|
||||
}
|
62
src/App.vue
62
src/App.vue
@ -2,12 +2,12 @@
|
||||
<header class="container">
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<img src="/img/wtf_logo.svg" style="height: 7rem" />
|
||||
<img src="/img/wtf_logo.svg" style="height: 7rem" alt="Logo der WTF Kooperative eG"/>
|
||||
<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> Markus Klein, Frank Landgraf<br/>
|
||||
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Alexander Heidenreich
|
||||
<span class="fw-bold">Vorstand:</span> Frank Landgraf, Frank Lanitz<br/>
|
||||
<span class="fw-bold">Aufsichtsratsvorsitz:</span> Simon Liebing
|
||||
<p>
|
||||
<a href="https://dejure.org/gesetze/GenG">(§§ 15, 15a und 15b GenG)</a
|
||||
>
|
||||
@ -30,6 +30,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="no-print alert alert-danger">
|
||||
Derzeit nehmen wir keine neuen Mitglieder auf.
|
||||
</p>
|
||||
<p class="no-print">
|
||||
Bitte fülle alle Felder aus und klicke dann auf "Drucken". Das gedruckte
|
||||
Dokument muss dann noch mit Ort, Datum und Unterschrift versehen werden.
|
||||
@ -53,16 +56,17 @@
|
||||
id="confirm_membership"
|
||||
required
|
||||
/>
|
||||
<label class="form-check-label beantraungs-text" for="flexCheckDefault">
|
||||
<label class="form-check-label beantraungs-text" for="confirm_membership">
|
||||
Ich beantrage hiermit die Aufnahme in die WTF Kooperative eG,
|
||||
bestätige die mir zur Verfügung gestellte <a href="https://wtf-eg.de/dokumente/wtf-satzung.pdf">Satzung</a>
|
||||
und <a href="https://wtf-eg.de/dokumente/wtf-ago.pdf">Allgemeine Geschäftsordnung (AGO)</a>
|
||||
und verpflichte mich zur Leistung nach Gesetz und Satzung vorgesehenen Zahlungen in
|
||||
Höhe von 100 € je Geschäftsanteil, einer einmaligen Aufnahmegebühr
|
||||
von 100 €, sowie einem jährlichen Beitrag in Höhe von 100 €, selbst
|
||||
von 100 €, sowie einem jährlichen Beitrag in Höhe von 100 € (für 2024 ausnahmsweise 200 €), selbst
|
||||
per Überweisung mit dem Verwendungszweck Mitgliedsnummer (wenn
|
||||
vorhanden) bzw. Name, Vorname und Geburtsdatum an folgende
|
||||
vorhanden) bzw. <code>Name - Vorname - Geburtsdatum</code> an folgende
|
||||
Bankverbindung:
|
||||
</label>
|
||||
<table class="table table-striped mt-2">
|
||||
<tr class="no-print">
|
||||
<td>Kontoinhaberin:</td>
|
||||
@ -81,6 +85,14 @@
|
||||
<td> GENO DE M1 NRD</td>
|
||||
</tr>
|
||||
</table>
|
||||
<input
|
||||
class="form-check-input"
|
||||
type="checkbox"
|
||||
v-model="direct_debit"
|
||||
id="direct_debit"
|
||||
/>
|
||||
<label for="direct_debit" class="form-check-label beantraungs-text">
|
||||
Bei erfolgreicher Aufnahme möchte ich künftig meinen Jahresbeitrag per Lastschrift begleichen.
|
||||
</label>
|
||||
</div>
|
||||
<div class="row">
|
||||
@ -143,7 +155,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="col-6 col-xs-12"
|
||||
v-if="membership_type != membership_type_options[0]"
|
||||
v-if="membership_type !== membership_type_options[0]"
|
||||
>
|
||||
<div class="mb-3">
|
||||
Gesamtanzahl Anteile:
|
||||
@ -194,7 +206,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="col-4 col-xs-12"
|
||||
v-if="membership_type != membership_type_options[0]"
|
||||
v-if="membership_type !== membership_type_options[0]"
|
||||
>
|
||||
<label for="membership_number" class="form-label"
|
||||
>Deine Mitgliedsnummer: (sofern vorhanden)</label
|
||||
@ -420,7 +432,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"
|
||||
@ -435,8 +447,8 @@
|
||||
deine Interaktion mit der Genossenschaft. Bitte lade Deinen Public-Key
|
||||
entweder auf übliche Keyserver hoch oder sende ihn uns von genau der
|
||||
angegebenen Mailadresse als Mail-Anhang:
|
||||
<a href="mailto:office@wtf-eg.de">office@wtf-eg.de</a>. (als Betreff
|
||||
deinen Nick wie oben angegeben).
|
||||
<a href="mailto:member@wtf-eg.de">member@wtf-eg.de</a>. (als Betreff
|
||||
<code>{{ pubkeyEmailSubject }}</code> angegeben).
|
||||
</p>
|
||||
<p class="no-print">
|
||||
Wenn Du noch kein PGP-Key-Paar hast, musst Du Dir eines anlegen. Im
|
||||
@ -450,7 +462,7 @@
|
||||
<a href="https://mailbox.org/de/">mailbox.org</a>. Es ist gar nicht so
|
||||
schwer! :)
|
||||
</p>
|
||||
<wrapper class="job_chaos">
|
||||
<div class="job_chaos">
|
||||
<article class="job_situation">
|
||||
<h3>Berufliche Situation & Finanzen</h3>
|
||||
<label>Ich bin zur Zeit:</label>
|
||||
@ -586,7 +598,7 @@
|
||||
</label>
|
||||
</div>
|
||||
</article>
|
||||
</wrapper>
|
||||
</div>
|
||||
<hr class="no-print" />
|
||||
<p>
|
||||
Mit meiner Unterschrift bestätige ich, dass über mein Vermögen keine
|
||||
@ -662,7 +674,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",
|
||||
@ -672,8 +684,9 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
version: "2022-11-22",
|
||||
version: "2024-05-29",
|
||||
confirm_membership: false,
|
||||
direct_debit: false,
|
||||
membership_type_options: [
|
||||
"Neues Mitglied",
|
||||
"Bestehendes Mitglied",
|
||||
@ -743,6 +756,7 @@ export default {
|
||||
pgp: this.pgp,
|
||||
chaos_connection: this.chaos_connection.substring(0,200),
|
||||
public_nick: this.public_nick.substring(0,100),
|
||||
direct_debit: this.direct_debit,
|
||||
};
|
||||
|
||||
if (this.status_1) membership.nicht_erwerbstaetig = true;
|
||||
@ -772,6 +786,9 @@ export default {
|
||||
return JSON.stringify(membership);
|
||||
},
|
||||
},
|
||||
pubkeyEmailSubject() {
|
||||
return `Aufnahmeantrag ${this.nickname ? this.nickname : '[dein Nickname]'}`
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
onSubmit() {
|
||||
@ -783,12 +800,11 @@ export default {
|
||||
<style >
|
||||
|
||||
@font-face {
|
||||
font-family: "Lato";
|
||||
src: url("/fonts/Lato-Regular.eot");
|
||||
src: url("/fonts/Lato-Regular.woff") format("woff"),
|
||||
font-family: "Lato";
|
||||
src: local('Lato'), url("../public/fonts/Lato-Regular.woff") format("woff"), url("../public/fonts/Lato-Regular.woff2") format("woff2");
|
||||
}
|
||||
body{
|
||||
font-family: 'Lato' !important;
|
||||
font-family: 'Lato', 'sans-serif' !important;
|
||||
}
|
||||
h1 {
|
||||
font-size: 2rem !important;
|
||||
@ -808,8 +824,8 @@ h1 {
|
||||
@media print {
|
||||
.container{
|
||||
max-width: 100% !important;
|
||||
margin-left: none !important;
|
||||
margin-right: none !important;
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.main-qr-code{
|
||||
height: 350px !important;
|
||||
@ -825,7 +841,7 @@ h1 {
|
||||
font-size: 1.1rem !important;
|
||||
}
|
||||
.mt-3{
|
||||
margin-top: none !important;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
input{
|
||||
font-size: 0.5rem;
|
||||
@ -846,7 +862,7 @@ h1 {
|
||||
}
|
||||
.chaos_connection,
|
||||
.job_situation {
|
||||
flex: 1 0 0%;
|
||||
flex: 1 0 0;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
|
@ -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