Commit Graph

65 Commits

Author SHA1 Message Date
Mawoka a686aca841 🐛 Fix S3 upload not working 2024-06-16 12:28:54 +02:00
Mawoka 5f3f248139 ⬇️ Downgraded webauthn 2024-04-07 21:05:44 +02:00
Mawoka bcb0c92382 📌 Fixed dependencies 2024-04-07 20:51:41 +02:00
Marlon 9f8214e3a1 Merge pull request #348 from mawoka-myblock/dependabot/pip/cryptography-42.0.4 2024-02-22 21:37:19 +01:00
dependabot[bot] 1f0bcb3ed9 ⬆️ Bump cryptography from 42.0.2 to 42.0.4
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 20:45:53 +00:00
dependabot[bot] dfc4ef9c05 ⬆️ Bump cbor2 from 5.6.1 to 5.6.2
Bumps [cbor2](https://github.com/agronholm/cbor2) from 5.6.1 to 5.6.2.
- [Release notes](https://github.com/agronholm/cbor2/releases)
- [Changelog](https://github.com/agronholm/cbor2/blob/master/docs/versionhistory.rst)
- [Commits](https://github.com/agronholm/cbor2/compare/5.6.1...5.6.2)

---
updated-dependencies:
- dependency-name: cbor2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 00:20:24 +00:00
Mawoka 6004ce36ef Updated dependencies 2024-02-15 22:25:17 +01:00
Mawoka 769bc32c42 Updated dependencies 2024-02-15 22:16:56 +01:00
Mawoka a5efd264da Updated dependencies 2024-02-15 22:07:38 +01:00
Mawoka 5bbbb85c8d Updated dependencies 2024-02-15 21:49:47 +01:00
dependabot[bot] caae10fd9e ⬆️ Bump urllib3 from 2.0.5 to 2.0.7
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/v2.0.5...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 20:59:41 +00:00
dependabot[bot] c6658211d9 ⬆️ Bump cryptography from 41.0.3 to 41.0.4
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-21 21:16:02 +00:00
dependabot[bot] 9b4d4d9892 ⬆️ Bump cryptography from 41.0.1 to 41.0.3
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.1 to 41.0.3.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.1...41.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-02 02:10:48 +00:00
Mawoka 91da3571c3 🚧 Nearly finished excel-import 2023-07-04 15:45:20 +02:00
Mawoka e1f58e1728 Fixed Docker 2023-06-12 18:14:01 +02:00
Mawoka 0b256e2896 🐛 Fixed a bug in import function and in PrivateStorageItem 2023-06-11 13:22:10 +02:00
Marlon e7eb0a7621 Merge branch 'master' into new-storage 2023-06-09 13:41:16 +02:00
Mawoka 09a09cf1cf Fixed multiple things 2023-06-09 13:38:36 +02:00
Mawoka c220e3ae18 Added working video to kahoot-mode in admin screen 2023-06-09 12:51:30 +02:00
dependabot[bot] a4adbb6a49 ⬆️ Bump cryptography from 40.0.2 to 41.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 40.0.2 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/40.0.2...41.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 20:29:03 +00:00
Mawoka a8b59ce6f5 Added streaming up- and downloads, fixed file sizes and added a (not working) dashboard 2023-05-29 16:24:38 +02:00
Mawoka 7222fb5632 Added basic upload endpoint 2023-05-25 13:41:55 +02:00
Mawoka a0b02ec9c3 Added s3 storage 2023-04-18 19:22:26 +02:00
Mawoka ac86c9e782 🐛 Went back to Python 3.10 2023-01-29 13:21:13 +01:00
Mawoka 0f000987ca Half-Working order-answers 2023-01-02 18:18:44 +01:00
Mawoka 2e159af134 Advanced Authentication 2022-12-18 18:31:06 +01:00
dependabot[bot] 3d2724e6c5 ⬆️ Bump cryptography from 38.0.1 to 38.0.3
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/38.0.1...38.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 11:52:57 +00:00
Mawoka af53b94ced Added background-tasks and image-cleanup 2022-10-06 18:20:58 +02:00
Mawoka 6af4693f0b Measuring time the player needed to answer 2022-09-23 21:07:51 +02:00
Mawoka e5ccd4224d 🐛 Fixes #107 2022-09-14 21:21:57 +02:00
Mawoka 45baeb87f5 🚑 Fixed startup because of Meilisearch-bug 2022-07-12 22:01:00 +02:00
Mawoka a7aae00884 🚑 Fixed avatar-generation 2022-07-07 21:03:55 +02:00
Mawoka f50f2cf036 Moved to forked avataaar-library 2022-07-06 10:58:48 +02:00
Mawoka f7b97b1b88 Added working user-avatars 2022-07-05 22:14:40 +02:00
Mawoka 0806193cf7 Re-enabled API-docs because https://github.com/collerek/ormar/issues/699 has been fixed 2022-06-26 20:28:56 +02:00
Mawoka 25ac42bdae 🚧 Added Proof of Work on image-upload and more 2022-06-20 21:47:12 +02:00
Mawoka 12d9e8325a 🚑 Added PostgreSQL-dependency and removed SQLite 2022-06-14 16:59:38 +02:00
Mawoka 5b92e33338 Removed SQLite-support 2022-06-14 16:58:43 +02:00
Mawoka 39dce66b78 Added GitHub and Google OAuth 2022-06-11 16:48:24 +02:00
Mawoka 924326c0ab ⬆️ Upgraded dependencies 2022-06-10 19:13:33 +02:00
Mawoka d89d734281 Added pre-commit 2022-06-09 17:12:39 +02:00
Mawoka 5d40efe0fd ⬆️ Updated dependencies 2022-06-09 16:48:27 +02:00
dependabot[bot] bbc74937dc ⬆️ Bump pillow from 9.1.0 to 9.1.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.1.0...9.1.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-02 00:05:16 +00:00
Mawoka 18b86542ad #41 2022-05-07 19:16:00 +02:00
Mawoka 14008cfbee Added and updated tests 2022-04-16 19:43:30 +02:00
Mawoka 69f0aa8846 🚨 Merged if-statements 2022-04-16 11:41:37 +02:00
Mawoka 08b3eb3782 ⬆️ Updated bidict 2022-04-15 21:21:09 +02:00
Mawoka 53a7995b0e ⬇️ Downgraded bidict 2022-04-15 19:41:25 +02:00
Mawoka 3d4900ad6c ⬆️ Updated backend dependencies 2022-04-15 16:37:49 +02:00
Mawoka 10fea846b7 🔒 Sanitizing inputs 2022-04-14 21:24:39 +02:00