依瑪貓 imacat
imacat pushed to main at imacat/flask-digestauth 2022-12-06 22:05:40 +08:00
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.
Compare 3 commits »
imacat pushed tag v0.2.2 to imacat/flask-digestauth 2022-12-06 22:05:40 +08:00
imacat pushed to main at imacat/flask-digestauth 2022-12-06 21:54:20 +08:00
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.
Compare 3 commits »
imacat pushed to main at imacat/flask-digestauth 2022-12-06 20:03:02 +08:00
6c7f7e8c8e Added the comment to the master_doc setting in conf.py.
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 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 08:00:52 +08:00
495e9a9785 Advanced to version 0.2.1.
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 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 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 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 »