Block a user
409f794835
Advanced to version 0.2.2.
92eb011470
Added the documentation to MANIFEST.in.
b5ecd1552b
Added the .keep files to the _static and _templates subdirectories in the docs directory to keep them in the source distribution.
765822a300
Revised the documentation.
e9a6449505
Changed the "authenticate" and "make_response_header" methods to private in the DigestAuth class.
df15f0b0d5
Revised the introduction in the documentation.
dfc1108b41
Added master_doc to conf.py.
4fe57532b0
Added the installation instructions to the introduction in the documentation.
d104b0f28d
Revised the title of the documentation.
30106c7e9f
Added the introduction to the documentation.
9997985d8c
Added the examples to the documentation.
e14a0432b2
Applied a random secret key to the settings of the test site, although it is not important.
7e7d428b52
Added the test URI variables in the test_run test of the RunTestCase test case.
353ebd7242
Revised the test_run test of the RunTestCase test case to test the failure adding the transfer transaction.
467739e0c8
Revised the test_run test of the RunTestCase test case to test if the result is successful.
999b593c64
Advanced to version 0.1.0.
f6f83fe323
Replaced "random.randint" with "secrets.randbelow" in the "new_pk" function.
607b5be9c0
Removed an unused variable in mia_core.models.
3792524022
Replaced the deprecated JavaScript String.substr with String.substring.
1c44d51e92
Renamed the "order" property to "ord" in the TransactionSortForm.Order class.
bcb27594ad
Added MANIFEST.in and pyproject.toml, and replaced setup.py with setup.cfg.
3cef0d7009
Moved the source files to the "src" subdirectory.
24c3b868e0
Fixed the README filename from README.md to README.rst in setup.py.
2028cb1362
Revised the User class in the AuthenticationTestCase and FlaskLoginTestCase test classes to accept the clear-text password instead of the password hash, to simplify the code.
f57162a93c
Fixed the save method of the LocalizedModel data model to find the l10n records only for existing models, to work with Django 4.1.
7e71115844
Fixed the test_logout test of the FlaskLoginTestCase test case to skip without Flask-Login.
491da61a79
Fixed the AuthenticationTestCase and FlaskLoginTestCase test cases to store the user instead of finding the user through flask-login or g, so that the visit tests work without the application context.
bbaebbc80d
Fixed the long lines in the AuthenticationTestCase and FlaskLoginTestCase test cases.
0dfdf70c45
Fixed a minor problem in the get_logged_in_user function.
0432561b21
Revised the minor problems in README.rst.
3709cb4d66
Fixed the return type hint of the get_logged_in_user function.
9d0d0b2686
Revised the login_required method of the DigestAuth class for readability.
8c98d35934
Revised the calc_response function for readability.
7db38c7eae
Revised the code in the make_authorization method of the test client.
9616fb3ddc
Added the get_opaque inline function in the make_response_header method of the DigestAuth class for readability.
f473db29a8
Revised the order in .gitignore.