Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the source code of our website to SharezoneApp/sharezone-app repository #1088

Merged
merged 54 commits into from
Sep 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
82dea18
initial commit
Jonas-Sander Jun 23, 2021
62255db
chore: remove `android` folder, because it is not needed (#3)
nilsreichardt Jul 9, 2021
39585d0
chore: remove `ios` folder, because it is not needed (#4)
nilsreichardt Jul 9, 2021
af7d60a
ci: deploy website on every on `main` (#6)
nilsreichardt Jul 9, 2021
e88e13a
ci: upgrade deploy script to Flutter v2.5.3 (#8)
nilsreichardt Oct 29, 2021
46fab35
feat: migrate to null safety (#5)
nilsreichardt Oct 29, 2021
092fbd7
ci: fix broken website deploy (#11)
nilsreichardt Oct 29, 2021
d534601
ci: specify project id for deploying sharezone website (#12)
nilsreichardt Oct 29, 2021
36b660a
Update fallback value for user numbers (#14)
nilsreichardt Dec 6, 2021
d5a5364
Update PlayStore rating (#15)
nilsreichardt Dec 6, 2021
97a3eb4
Change "Messenger" tile to "Always available" (#16)
Jonas-Sander Jan 17, 2022
e64fa39
Fix: Add "always available" icon
Jonas-Sander Jan 17, 2022
ac065a6
(Small change to trigger CD pipeline) (#17)
Jonas-Sander Jan 17, 2022
200984f
Remove WhatsApp and Telegram as support channel (#19)
nilsreichardt Mar 18, 2022
7f9bc72
Upgrade to Flutter 3.0.0 (#20)
nilsreichardt May 12, 2022
09440fa
Update support contact times (#22)
nilsreichardt May 16, 2022
7b27858
Add `/android-alpha` link (#23)
nilsreichardt May 18, 2022
895e6a9
Add `flutter_lints` as lint package (#24)
nilsreichardt May 19, 2022
c2d36fb
Add `/github` link to redirect to the GitHub repo (#25)
nilsreichardt May 21, 2022
011b7db
Remove duplicated hosting configurations (#27)
nilsreichardt Jun 29, 2022
2ac6c1e
Update phone number in imprint (#28)
nilsreichardt Sep 27, 2022
e5c7842
Use FVM (#31)
nilsreichardt Oct 9, 2022
bc4923b
Upgrade to Flutter 3.3.4 (#32)
nilsreichardt Oct 9, 2022
c7bba76
Use `SelectionArea` instead of `SelectableText` (#33)
nilsreichardt Oct 9, 2022
436a623
Add `/ios-alpha` link (#35)
nilsreichardt Feb 27, 2023
bd00d16
Remove unused `FLUTTER_VERSION` env in `deploy.yml` (#37)
nilsreichardt Mar 2, 2023
493109c
Trigger the deploy workflow when `firebase.json` or `.fvm/fvm_config.…
nilsreichardt Mar 2, 2023
ada5671
Add `/alpha` link (#39)
nilsreichardt Mar 2, 2023
419f6c2
Update to Flutter v3.7.6 (#38)
nilsreichardt Mar 3, 2023
2deb168
Update `actions/checkout` from v2 to v3 in our GitHub workflows (#40)
nilsreichardt Mar 8, 2023
a240758
Add privacy policy v1.0.0 pdf link. (#41)
Jonas-Sander Mar 14, 2023
98d7380
Update fallback traction count to 430,000. (#42)
Jonas-Sander Mar 14, 2023
d14a4a7
Disable PWA (#43)
nilsreichardt May 5, 2023
abb1738
Add `/delete-account` redirect (#44)
nilsreichardt May 5, 2023
c1177d0
Remove Scrollbar because it's not needed anymore (#45)
nilsreichardt Jun 18, 2023
19cb272
Update imprint and use Sharezone UG instead of Sharezone GbR (#46)
nilsreichardt Jul 4, 2023
d0f12b4
Change title for imprint from English to German (#47)
nilsreichardt Jul 4, 2023
dff3192
Use VAT-ID instead of tax ID (#49)
nilsreichardt Jul 26, 2023
7dd16ff
Move footer outside of the viewport (#48)
nilsreichardt Jul 26, 2023
1f29af8
Add "/apple-alpha" link (#51)
nilsreichardt Aug 22, 2023
beb9c8b
Replace FAQ with Docs (#50)
nilsreichardt Aug 22, 2023
22ba287
Add concurrency feature to deploy workflow (#52)
nilsreichardt Aug 22, 2023
23525a4
Upgrade to Flutter v3.13.0 (#53)
nilsreichardt Aug 22, 2023
e75d521
Add "/mobile-store" (#54)
nilsreichardt Aug 22, 2023
3c6e5f1
Remove `build_context` package (#55)
nilsreichardt Aug 23, 2023
7bc1e68
Remove "/mobile-store" link (#56)
nilsreichardt Aug 23, 2023
8eb7768
Add `/apple-beta` link (#57)
nilsreichardt Sep 12, 2023
badd2f7
Add "/beta" link (#58)
nilsreichardt Sep 12, 2023
095b745
Add `/sharezone-plus-video-call-support` link (#59)
nilsreichardt Sep 14, 2023
1b6861e
Merge remote-tracking branch 'websiteRepo/main' into merge-website-code
nilsreichardt Sep 24, 2023
4dc3671
Remove .fvm and .github
nilsreichardt Sep 24, 2023
072876d
Add license header
nilsreichardt Sep 24, 2023
b239152
Remove `README.md`
nilsreichardt Sep 24, 2023
2a7fe3f
Remove temp test
nilsreichardt Sep 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions website/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"projects": {
"dev": "sharezone-debug",
"prod": "sharezone-c2bd8"
},
"targets": {
"sharezone-c2bd8": {
"hosting": {
"sharezone-website": [
"sharezone-webseite"
]
}
},
"sharezone-debug": {
"hosting": {
"sharezone-website": [
"sharezone-debug"
]
}
}
}
}
50 changes: 50 additions & 0 deletions website/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/

# IntelliJ related
*.iml
*.ipr
*.iws
.idea/

# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/

# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
/build/

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols

# Obfuscation related
app.*.map.json

#firebase
.firebase/

# FVM will create a relative symlink in your project from .fvm/flutter_sdk to
# the cache of the selected version. We should add this to our .gitignore.
#
# Source: https://fvm.app/docs/getting_started/configuration#project
.fvm/flutter_sdk
9 changes: 9 additions & 0 deletions website/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright (c) 2023 Sharezone UG (haftungsbeschränkt)
# Licensed under the EUPL-1.2-or-later.
#
# You may obtain a copy of the Licence at:
# https://joinup.ec.europa.eu/software/page/eupl
#
# SPDX-License-Identifier: EUPL-1.2

include: package:flutter_lints/flutter.yaml
Binary file added website/assets/features/aufgaben.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/features/dateiablage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/features/infozettel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/features/messenger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/features/notifications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/features/stundenplan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/features/termine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/features/uebersicht.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/features/videokonferenzen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/get_it_on/android.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions website/assets/get_it_on/appstore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions website/assets/get_it_on/macos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/get_it_on/web.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions website/assets/icons/aufgaben.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading