Sascha Ißbrücker
|
a6f35119cd
|
Replace django-background-tasks with huey (#657)
* Replace django-background-tasks with huey
* Add command for migrating tasks
* Add custom admin view
* fix dockerfile
* fix tests
* fix tests in CI
* fix task tests
* implement retries
* improve config
* workaround to avoid running singlefile tasks in parallel
* properly kill single-file sub-processes
* use period task for HTML snapshots
* clear task lock when starting task consumer
* remove obsolete cleanup task command
|
2024-04-07 11:11:14 +02:00 |
|
ηg
|
39782e75e7
|
Add support for OIDC (#389)
* added support for oidc auth
* fixed oidc usernames
* hiding password for users that aren't logged in via local auth
* add dependency, update settings
* keep change password link
* add tests
* add docs
---------
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
|
2024-03-16 23:42:46 +01:00 |
|
Sascha Ißbrücker
|
38204c87cf
|
Persist secret key in data folder (#620)
* Persist secret key in data folder
* use random secret key by default in prod
* fix e2e test
|
2024-01-28 23:58:03 +01:00 |
|
Sascha Ißbrücker
|
d7c1afa2a5
|
Bump dependencies (#618)
* Bump dependencies
* Make it work with Python 3.10
* replace psycopg2-binary with psycopg2 in Docker build
|
2024-01-28 22:50:51 +01:00 |
|