依瑪貓 imacat
imacat pushed to main at imacat/mia-accounting 2023-01-29 23:59:53 +08:00
59bcc5caec Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-29 23:38:39 +08:00
204913f0bb Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-28 13:56:09 +08:00
c9fa87491c Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-28 13:53:21 +08:00
e2367f81d2 Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-28 13:38:04 +08:00
44842d03ca Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-28 11:14:43 +08:00
74c665c78b Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-28 11:14:22 +08:00
2b4c730390 Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-27 21:45:03 +08:00
a72a5ffcc7 Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-27 19:18:13 +08:00
445003ade3 Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-27 13:36:49 +08:00
2a1e7a78b9 Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-27 13:10:52 +08:00
6505a6fdff Added the initial application with the main account list, the pagination, the query, the permission, the localization, the documentation, the test case, and a test demonstration site.
imacat pushed to main at imacat/mia-accounting 2023-01-27 11:27:31 +08:00
9c83ad97c1 Added .gitignore.
imacat created branch main in imacat/mia-accounting 2023-01-27 11:27:31 +08:00
imacat created repository imacat/mia-accounting 2023-01-27 11:27:14 +08:00
imacat pushed to main at imacat/mia-accounting-django 2023-01-22 08:08:58 +08:00
020555602d Removed the deprecated and unused USE_L10N setting from the test site.
imacat pushed to main at imacat/mia-accounting-django 2023-01-22 07:54:28 +08:00
a405d69ac9 Removed the deprecated USE_L10N setting from the test site.
imacat pushed tag v0.5.0 to imacat/flask-digestauth 2023-01-06 00:23:26 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-01-06 00:23:25 +08:00
d5a8bb3acd Advanced to version 0.5.0.
27d27127f6 Added the DIGEST_AUTH_REALM configuration variable as the recommended way to set the authentication realm. Changed the default realm from an empty string to "Login Required".
5ebdea6d0a Reordered the code in the create_app methods of the AuthenticationTestCase and FlaskLoginTestCase test cases.
ea31bb9579 Revised the coding style in the init_app method of the DigestAuth class.
Compare 4 commits »
imacat pushed tag v0.4.0 to imacat/flask-digestauth 2023-01-04 21:37:55 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-01-04 21:37:51 +08:00
4f30756dc5 Advanced to version 0.4.0.
cdc057f851 Renamed the package from flask-digest-auth to Flask-DigestAuth, by the Flask recommended extension guidelines https://flask.palletsprojects.com/en/latest/extensiondev/.
574ecade05 Revised the copyright year in auth.py.
84b9c5f62e Renamed digest_auth_state to _digest_auth_state as the state stored in the request instance.
4990de085c Changed to store the DigestAuth instance from app.digest_auth to app.extensions["digest_auth"].
Compare 6 commits »