Commit graph

24 commits

Author SHA1 Message Date
Martin Rey 4146cb89b5 [misc] Improve docstrings
Mostly by removing whitespace before and after the docstring
2020-12-30 21:45:06 +01:00
Martin Rey 2954f3700b [misc] Sort imports with isort 2020-12-30 21:45:06 +01:00
Martin Rey eba21e8409 [misc] Use single quotes when possible 2020-12-30 21:45:06 +01:00
Martin Rey e85a4cebb0 [misc] Add member to copyright section of edited files 2020-12-30 21:45:06 +01:00
Martin Rey 2db213af69 [misc] Use format() instead of %s, f-strings, concat 2020-12-30 21:45:06 +01:00
Cathy Hu e965e4da82 [core] Remove update function 2020-10-09 14:48:09 +02:00
Cathy Hu 2723fa50e4 [core] Fix admin url 2020-10-09 12:24:30 +02:00
Cathy Hu 24aab36c9f [core] Add update function 2020-10-08 20:08:23 +02:00
Cathy Hu f1dc563846 [core] Add password reset function 2020-10-08 19:26:54 +02:00
Cathy Hu 3fddb960d2 [core] Add endpoint for deleting an account 2020-10-08 17:03:21 +02:00
Cathy Hu b46c605623 [core] Add fix secret as config option 2020-09-12 00:01:30 +02:00
Cathy Hu 32dd8b9207 [misc] Reformat to fit new black guidelines 2020-09-05 01:39:24 +02:00
Cathy Hu f1bc3cba8b [core] Add frontend_url and replace some root_url with frontend path for twitter callback 2020-08-31 21:41:23 +02:00
Cathy Hu 71ac6fd7fa [core] Make GET hood/id public and implement register correctly 2020-08-18 23:44:13 +02:00
Thomas Lindner 3eba5e2ac5 [frontend] Generate services from openapi.json 2020-07-25 21:46:39 +02:00
Cathy Hu 87a315f340 [frontend] Add openapi generator and annotate OpenAPI in backend 2020-07-25 19:47:07 +02:00
hagi 466e41ebe8 [core] Change formating 2020-07-16 14:08:27 +02:00
hagi 8391ea0b04 [core] Change pw length logger to debug 2020-07-16 14:08:27 +02:00
hagi 1c45c75e0f [core] Check password length 2020-07-16 14:08:27 +02:00
Cathy Hu 051dd062ac [doc] Add docstrings for core 2020-07-13 19:14:22 +02:00
Thomas Lindner a00a6b8497 [tests] Mock send_email 2020-07-11 18:23:44 +02:00
Thomas Lindner b1d0197037 [tests] Add fixtures 2020-07-08 13:00:35 +02:00
Cathy Hu bedcaa940e [misc] Reformat code to match black styleguide 2020-07-02 14:31:53 +02:00
Cathy Hu 54c40e5ee8 [core] Add core REST API 2020-07-01 21:34:16 +02:00