cf6f188ef3
# Refactoring APITokenView
...
* refactors API Token view
* updates tests
2025-11-05 10:37:27 +01:00
afbdf221c3
# User view refactoring
...
* refactors majority of user views into class based views
* introduces BaseModalFormView and BaseView for even more generic usage
* renames url identifier user:index into user:detail for more clarity
2025-10-15 17:09:40 +02:00
9b63307f01
# 456 Rework API key creation
...
* removes frontend input field holding generated API key
* replaces with modal form
* reworks tests on API token form
2025-01-08 16:03:26 +01:00
9117abd1d8
Unit test user app
...
* adds unit test for User model and forms
* refactors functions from user_checks.py into User class and drops user_checks.py
2023-09-13 09:49:40 +02:00
19baf7ba86
# Unit test user
...
* adds unit test for team creating and editing of user app
2023-09-12 11:49:12 +02:00
7f8d900c10
#169 Team delete-restore
...
* adds tests for user app
2022-05-31 09:10:44 +02:00