Commit graph

411 commits

Author SHA1 Message Date
Thomas Lindner 4c110e2c71 [misc] Cleanup python packaging 2023-03-18 16:49:01 +01:00
Thomas Lindner fb543cffb9 [misc] Move things to the right place 2023-03-18 16:48:59 +01:00
ogdbd3h5qze42igcv8wcrqk3 aed5710da7 [frontend] Migrate to material 15 using mdc-migration 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 d1ffcf928d [frontend] Fix issue with ajv dependencies 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 005e4955ae [frontend] Version bump ngx-markdown to 15 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 76dcec3ae2 [frontend] Version bump angular/material to 15 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 038a4bf976 [frontend] Version bump angular/core and angular/cli to 15 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 401b4f32b1 [frontend] Version bump ngx-markdown to 14 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 8486ce8fab [frontend] Remove deprecated imports from angular/core 14 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 74fca41d66 [frontend] Version bump angular/material to 14 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 c9c1fe029b [frontend] Version bump angular/core and angular/cli to 14 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 cfb48cc0ff [frontend] Version bump ngx-markdown to 13 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 e3f5fbad44 [frontend] Remove deprecated Routes import from angular/core 13 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 b256aff872 [frontend] Version bump angular/material to 13 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 d9d75b76f2 [frontend] Version bump angular/core and angular/cli to 13 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 8ad6ce66fc [frontend] Version bump ngx-markdown to 12 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 5976db0cfc [frontend] Version bump angular/material to 12 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 4d5b1ee26e [frontend] Version bump angular/core and angular/cli to 12 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 ac00733847 [frontend] Version bump ngx-markdown to 11 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 c6c67463c9 [frontend] Version bump angular/material to 11 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 1824057e3e [frontend] Version bump angular/core and angular/cli to 11 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 6cb8a46f6c [frontend] Version bump angular/material to 10 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 5df8db657f [frontend] Version bump angular/core and angular/cli to 10 2023-03-18 16:25:20 +01:00
ogdbd3h5qze42igcv8wcrqk3 400f5af716 [frontend] Prerequisites for version bumps 2023-03-18 16:25:20 +01:00
Q d943e956ab [doc] Add missing dependencies 2023-03-18 14:34:42 +00:00
missytake 39a21fe34a [doc] No Gods, No Masters - let's do releases on development branch 2023-03-18 14:50:15 +01:00
missytake 4029770c90 [tests] Update python in tox from 3.8 to 3.10 2023-03-18 14:33:44 +01:00
missytake eef6f0c473 [doc] Document pytest dependencies and webUI development requirements 2023-03-18 12:51:17 +00:00
missytake 1d1eb47fe6 [tests] Fix tox ImportError 2023-03-18 12:51:17 +00:00
Thomas Lindner eaf187513e [frontend] Add favicon 2023-03-18 12:48:10 +01:00
missytake 32a8712805 [doc] Change CORS_allow_origin default value to angular's default value 2022-03-06 10:22:21 +01:00
hagi 17a62f5378
fixed typos 2021-12-06 16:17:18 +01:00
Martin Rey 2c058d7e15 [misc] Use black to reformat code 2020-12-30 21:45:06 +01:00
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 ff822bb58a [misc] Fix typo 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 d0fc51fd7e [misc] Simplify return
A variable is only used for return and can thus be simplified
2020-12-30 21:45:06 +01:00
Martin Rey 8705fe0b1f [misc] Concat strings explicitly 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
Martin Rey e72816d4c4
[doc] Update pip wheel, setuptools, pip packages 2020-10-14 13:29:17 +02:00
Martin Rey 07eaf4e573
[misc] Add python version requirement to setup.py 2020-10-14 13:26:06 +02:00
Martin Rey d5c8eb628d
[telegram] Add support for help command 2020-10-12 15:32:10 +02:00
Cathy Hu d92fd7dd6f [frontend] Add margin to hoodpage bottom 2020-10-09 14:54:03 +02:00
Cathy Hu e965e4da82 [core] Remove update function 2020-10-09 14:48:09 +02:00
Cathy Hu 52b6aa8a00 [frontend] Update openapi 2020-10-09 14:47:51 +02:00
Cathy Hu 55826cdef8 [frontend] Implement account deletion 2020-10-09 14:45:58 +02:00
Cathy Hu c531e8207e [frontend] Implement password reset 2020-10-09 12:25:53 +02:00
Cathy Hu 2723fa50e4 [core] Fix admin url 2020-10-09 12:24:30 +02:00