Commit Graph

180 Commits

Author SHA1 Message Date
Mawoka 45baeb87f5 🚑 Fixed startup because of Meilisearch-bug 2022-07-12 22:01:00 +02:00
Mawoka 54e13077f7 Added new range-answer type 2022-07-09 23:02:59 +02:00
Mawoka 3733ab4716 🚑 Fixed oauth-registration 2022-07-07 21:12:43 +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 fd3a8bb80b Lowered PoW-difficulty 2022-07-05 20:11:12 +02:00
Mawoka 469cd3e779 📄 Added license-note to every file 2022-07-02 17:20:55 +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 700f07d3bb 🚑 Fixed search 2022-06-25 17:52:32 +02:00
Mawoka 23ea1aa58e Displaying if Quiz is imported in search-results directly 2022-06-25 17:29:18 +02:00
Mawoka c85172f8c3 Added .tokeiignore 2022-06-24 19:35:25 +02:00
Mawoka 20c0b67f2f 🚨 Fixed linter errors 2022-06-24 19:15:52 +02:00
Mawoka d461598809 🚨 Fixed linter errors 2022-06-24 19:14:59 +02:00
Mawoka d83c38ea48 🚨 Fixed linter errors 2022-06-24 19:09:46 +02:00
Mawoka 11ffdba3a3 🚨 Fixed linter errors 2022-06-24 18:00:36 +02:00
Mawoka ffee61fde3 Big update to the admin-screen and smaller bug-fixes 2022-06-24 17:34:03 +02:00
Mawoka d40274f256 🔒 Enforced file-limits 2022-06-23 21:47:16 +02:00
Mawoka 9756aa45af 📈 Added analytics on time spent running PoW-stuff 2022-06-23 21:27:03 +02:00
Mawoka 1387c59932 🚧 Some progress 2022-06-22 18:32:57 +02:00
Mawoka 1de17afbda 🐛 Fixed test 2022-06-21 20:48:51 +02:00
Mawoka 4d8caa6dc7 🚨 Fixed linter warnings 2022-06-20 21:54:15 +02:00
Mawoka c1c2405067 🚧 Added Proof of Work on image-upload and more 2022-06-20 21:47:18 +02:00
Mawoka 25ac42bdae 🚧 Added Proof of Work on image-upload and more 2022-06-20 21:47:12 +02:00
Mawoka 4b24c3b5be Added time-input to new editor 2022-06-17 18:24:14 +02:00
Mawoka 88d8f4f5d7 🥅 Catching OAuth-errors 2022-06-17 17:15:03 +02:00
Mawoka 9bf788a106 🚨 Fixed linter warnings 2022-06-17 12:57:54 +02:00
Mawoka 970348310a 🐛 Fixed deletion 2022-06-17 12:52:33 +02:00
Mawoka abd1b8c8de 🗑️ Deprecated old create/edit quiz endpoints 2022-06-17 12:13:16 +02:00
Mawoka f39e2bee89 Finished new editor and deprecated old endpoints 2022-06-17 12:12:22 +02:00
Mawoka 6d5fac39fd 🚧 Last change 2022-06-17 00:11:08 +02:00
Mawoka d7ee89d640 🐛 Deactivated api-docs untill https://github.com/collerek/ormar/issues/699 is fixed 2022-06-16 21:45:00 +02:00
Mawoka d0528d3e86 🥅 CFixed ValidationError in github.py 2022-06-15 17:41:47 +02:00
Mawoka a9712226ba 🥅 Caught an error in OAuth 2022-06-15 17:38:42 +02:00
Mawoka 5b92e33338 Removed SQLite-support 2022-06-14 16:58:43 +02:00
Mawoka c9e2b327aa 🐛 Fixed (probably) #44 2022-06-14 16:33:38 +02:00
Mawoka db1266d3b7 🚑 Tried to json.dumps a Pydantic class 2022-06-12 20:59:39 +02:00
Mawoka 82554a15dd 🚨 Removed unused import 2022-06-12 12:49:57 +02:00
Mawoka 296964ab99 🐛 Improved MeiliSearch startup 2022-06-12 12:44:21 +02:00
Mawoka 302c1325d3 🚨 Removed unused import 2022-06-12 12:09:20 +02:00
Mawoka 427bf9ebaf 🚨 Removed bare except-statement 2022-06-12 12:05:07 +02:00
Mawoka 34ec648551 🚨 Made linter happy 2022-06-11 23:05:22 +02:00
Mawoka ceb15c9a36 Fixed test 2022-06-11 22:58:28 +02:00
Mawoka c8f3a14581 🔇 Removed unnecessary critical log 2022-06-11 22:55:11 +02:00
Mawoka 9201a4763e ♻️ Cleaned socket_server up by using classes instead of dicts 2022-06-11 22:21:14 +02:00
Mawoka 03a76a448f Implemented Oauth in frontend and fixed it in backend 2022-06-11 18:09:47 +02:00
Mawoka 39dce66b78 Added GitHub and Google OAuth 2022-06-11 16:48:24 +02:00
Mawoka d4b66ca052 Added alembic and info if quiz was imported from KAHOOT! 2022-06-10 18:45:13 +02:00
Mawoka bba85009bd 🔇 Removed print- and console.log-statements 2022-06-09 17:43:46 +02:00
Mawoka 2519451c97 🚨 Replaced range(len()) with enumerate 2022-06-09 17:39:19 +02:00
Mawoka ca2253c660 🚨 Removed unused parameter 2022-06-09 17:37:50 +02:00