Commit Graph

1146 Commits

Author SHA1 Message Date
Mawoka 4e55f21138 🚑 Fixed migration 6 by removing it 2023-06-12 20:41:23 +02:00
Mawoka 63ec4a371f 🚑 Fixed migration 5 2023-06-12 20:32:27 +02:00
Mawoka 0e62639241 🚑 Fixed migration 4 2023-06-12 20:30:14 +02:00
Mawoka 0b6a1db55c 🚑 Fixed migration 3 2023-06-12 20:25:09 +02:00
Mawoka 9ab0f9be93 🚑 Fixed migration 2 2023-06-12 20:24:04 +02:00
Mawoka 23ddde9659 🚑 Fixed migration 2023-06-12 20:22:39 +02:00
Marlon ce0754e7a0 Merge pull request #241 from mawoka-myblock/new-storage 2023-06-12 20:02:07 +02:00
Mawoka bb8c3a07eb Added documentation about new storage and how to use it 2023-06-12 20:01:30 +02:00
Mawoka 731f1680e1 Added link to files dashboard 2023-06-12 19:46:26 +02:00
Mawoka edc3acd722 Added not about storage usage 2023-06-12 19:43:54 +02:00
Mawoka 2357f634e6 Added translations 2023-06-12 19:34:22 +02:00
Mawoka e1f58e1728 Fixed Docker 2023-06-12 18:14:01 +02:00
Mawoka 9c0058f1c3 Improved file uploader; uploads from the library can be selected 2023-06-11 20:10:53 +02:00
Mawoka 7fb71edc61 Added file-dashboard 2023-06-11 18:47:40 +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
Mawoka 28c072227c Quick save 2023-06-09 10:07:47 +02:00
Marlon c99c440719 Merge pull request #243 from mawoka-myblock/dependabot/pip/cryptography-41.0.0 2023-06-08 19:25:20 +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 44432b20c7 Added storage_limit for user accounts 2023-05-30 11:14:46 +02:00
Mawoka b64ed05235 Merged database migrations into one 2023-05-29 19:39:55 +02:00
Mawoka 48dc6bd8ae Added storage_used to user model 2023-05-29 19:21:15 +02:00
Mawoka eae9f440b4 Added endpoint to get disk usage 2023-05-29 17:04:54 +02: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 ef73234606 🚨 fixed linter warnings 2023-05-28 13:16:58 +02:00
Mawoka c0bb8ce599 Removed pow, alertModal and fixed storage 2023-05-28 13:03:20 +02:00
Mawoka 6bce27b943 Merge remote-tracking branch 'origin/master' 2023-05-28 12:32:52 +02:00
Mawoka 559eafea32 Added documentation about question types 2023-05-28 12:32:30 +02:00
Mawoka 0a73c3a811 Saving image relations on save in editor 2023-05-28 12:03:13 +02:00
Mawoka 10668e420b Migrated from image urls to image uuids 2023-05-27 16:37:21 +02:00
Mawoka 025c1fddab Migrated db to only use uuids for images instead of links 2023-05-25 18:19:28 +02:00
Marlon 6654b73c3e 🚑 Fixed OAuth 2023-05-25 15:51:23 +02:00
Mawoka 7222fb5632 Added basic upload endpoint 2023-05-25 13:41:55 +02:00
Mawoka 79adb925ce 🐛 Fixed selection not highlighting correctly 2023-05-25 09:57:31 +02:00
Mawoka 61f62c7780 Added Check Choices to practice mode 2023-05-24 21:51:59 +02:00
Mawoka c6dc71b941 Added Check Choice question type 2023-05-24 21:40:53 +02:00
Mawoka d713f76d0a 🚑 Fixed game start not working 2023-05-24 20:04:09 +02:00
Mawoka d9cd412480 Closes #158 2023-05-24 19:29:48 +02:00
Mawoka d3721ca29c 🐛 Fixed wrong layout of solutions regarding #213 2023-05-24 19:21:28 +02:00
Mawoka 0a6163d937 Closing #218 2023-05-24 19:19:50 +02:00
Marlon 90ecd5b2fa Merge pull request #230 from mawoka-myblock/quiztivity 2023-05-24 19:04:49 +02:00
Mawoka 5d76ee1e01 🐛 Fixed some minor things 2023-05-24 19:04:02 +02:00
Mawoka d5cb5b1ff5 Shares Menu nearly feature complete 2023-05-24 19:00:30 +02:00
Mawoka 4b8358176b Added shares on admin-site 2023-05-24 16:11:22 +02:00
Mawoka fd9e5dec38 New dashboard done 2023-05-14 11:27:46 +02:00
Marlon beba58545f Merge pull request #229 from mawoka-myblock/translation 2023-05-13 22:55:44 +02:00
Marlon 3247ab3031 Merge pull request #161 from mawoka-myblock/pre-commit-ci-update-config 2023-05-13 22:51:23 +02:00
Mawoka 75d736c0ad New dashboard 2023-05-13 22:49:39 +02:00