依瑪貓 imacat
imacat pushed to main at imacat/flask-digestauth 2022-12-06 19:34:52 +08:00
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.
Compare 11 commits »
imacat pushed to main at imacat/mia-accounting-django 2022-12-06 08:15:08 +08:00
e14a0432b2 Applied a random secret key to the settings of the test site, although it is not important.
imacat pushed to main at imacat/flask-digestauth 2022-12-06 08:00:52 +08:00
495e9a9785 Advanced to version 0.2.1.
imacat pushed tag v0.2.1 to imacat/flask-digestauth 2022-12-06 08:00:52 +08:00
imacat pushed to main at imacat/flask-digestauth 2022-12-06 07:55:01 +08:00
cbbd2248f0 Added the pytest test example to README.rst.
imacat pushed to main at imacat/mia-accounting-django 2022-12-06 07:09:17 +08:00
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.
Compare 3 commits »
imacat pushed tag v0.1.0 to imacat/mia-accounting-django 2022-12-05 19:42:39 +08:00
imacat pushed to main at imacat/mia-accounting-django 2022-12-05 19:42:39 +08:00
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.
Compare 15 commits »
imacat pushed to main at imacat/mia-accounting-django 2022-12-05 09:02:12 +08:00
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.
Compare 3 commits »
imacat pushed tag v0.0.2 to imacat/mia-accounting-django 2022-12-05 08:55:11 +08:00
imacat pushed tag v0.0.1 to imacat/mia-accounting-django 2022-12-05 08:55:11 +08:00
imacat pushed to main at imacat/flask-digestauth 2022-12-05 00:19:54 +08:00
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.
imacat pushed to main at imacat/mia-accounting-django 2022-12-04 23:04:51 +08:00
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.
imacat pushed to main at imacat/flask-digestauth 2022-12-03 11:57:04 +08:00
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.
Compare 3 commits »
imacat pushed to main at imacat/flask-digestauth 2022-11-30 08:33:46 +08:00
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.
Compare 3 commits »
imacat pushed to main at imacat/flask-digestauth 2022-11-29 22:27:13 +08:00
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.
Compare 6 commits »
imacat pushed to main at imacat/flask-digestauth 2022-11-29 19:34:34 +08:00
f3b525d715 Replaced random.random() with secrets.randbits() in the make_response_header method of the DigestAuth class.
0f3694ba05 Added the SonarQube .scannerwork directory to .gitignore.
Compare 2 commits »
imacat pushed tag v0.2.0 to imacat/flask-digestauth 2022-11-27 09:05:32 +08:00
imacat pushed to main at imacat/flask-digestauth 2022-11-27 09:05:15 +08:00
2425d99492 Advanced to version 0.2.0.
be163d35fb Added the on-login callback for the log in bookkeeping.
2aaaa9f47f Changed the BasePasswordGetter and BaseUserGetter from abstract to non-abstract, to simplify the code.
Compare 3 commits »
imacat pushed to main at imacat/flask-digestauth 2022-11-26 15:59:48 +08:00
cb3e313e21 Revised the FlaskLoginTestCase test case and README.rst for illustrations on how to retrieve the currently logged-in user.