依瑪貓 imacat
imacat pushed to main at imacat/mia-accounting 2023-05-17 23:52:52 +08:00
imacat deleted tag v1.5.4 from imacat/mia-accounting 2023-05-17 23:52:14 +08:00
imacat pushed tag v1.5.4 to imacat/mia-accounting 2023-05-17 23:41:17 +08:00
imacat pushed to main at imacat/mia-accounting 2023-05-17 23:41:13 +08:00
b1a7c8c325 Advanced to version 1.5.4.
69175979ff Added the form name to the dummy forms so that they can be excluded by OWASP ZAP scanner for Anti-CSRF tokens.
2f69e0f215 Added the form name to the search forms so that they can be excluded by OWASP ZAP scanner for Anti-CSRF tokens.
961385c389 Added SESSION_COOKIE_SAMESITE and SESSION_COOKIE_SECURE to create_app of the test site, to set the SameSite and Secure flags for the session cookie.
a691cfd2da Applied the or_next utility to the set local route of the test site.
Compare 7 commits »
imacat pushed to main at imacat/mia-accounting 2023-05-06 23:59:29 +08:00
4408bbfc82 Updated the JavaScript library versions, and added decimal.js-light to the documentation.
433110f486 Revised the way to query accounts with Flask-SQLAlchemy style queries in the accounts method of the CurrentAccount data model.
Compare 2 commits »
imacat pushed to main at imacat/flask-digestauth 2023-05-03 08:09:26 +08:00
bc888195ad Disabled logging in the AuthenticationTestCase and FlaskLoginTestCase test cases, for clearer test output.
8e69733cf6 Updated the login_required view decorator of the DigestAuth class, replaced writing to STDERR directly with warning through the Flask logger.
Compare 2 commits »
imacat pushed tag v0.6.1 to imacat/flask-digestauth 2023-05-03 07:02:29 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-05-03 07:02:26 +08:00
f04ea7ac18 Advanced to version 0.6.1.
15ea650ddd Revised the code that handles the "qop" and "stale" parameters of the "WWW-Authenticate" response HTTP header for the upcoming Werkzeug 2.4.
Compare 2 commits »
imacat pushed to main at imacat/flask-digestauth 2023-05-03 06:57:37 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-05-03 06:56:49 +08:00
78a5faae31 Revised the code that handles the "qop" and "stale" parameters of the "WWW-Authenticate" response HTTP header to work with Werkzeug 2.4.
imacat pushed to main at imacat/flask-digestauth 2023-05-02 09:13:11 +08:00
5b255b6504 Split the Flask-Login login manager initialization from the init_app method to the __init_login_manager method in the DigestAuth class, to simplify the code.
919b8d0dc3 Removed the unnecessary f-string in the __make_response_header method of the DigestAuth class.
Compare 2 commits »
imacat pushed tag v1.5.3 to imacat/mia-accounting 2023-04-30 15:13:29 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-30 15:13:24 +08:00
0b1dd4f4fc Advanced to version 1.5.3.
46bd27e126 Revised the saveOriginalLineItem method of the JavaScript JournalEntryLineItemEditor class not to override the existing amount when the existing amount is less than the net balance. This make it easier when updating the existing journal entries.
b718d19450 Resolved an issue where, in cases where there was no existing localized title and the default title was submitted, the submitted account title or currency name would be erroneously saved as the localized title.
Compare 3 commits »
imacat pushed tag v1.5.2 to imacat/mia-accounting 2023-04-30 06:47:35 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-30 06:47:31 +08:00
2969e83afe Advanced to version 1.5.2.
a732656746 Revised the coding style in the "__get_line_items" method of the OffsetMatcher class.
1daed940b6 Corrected the definition of the "is_offset" property in the "__get_line_items" method of the OffsetMatcher class.
Compare 3 commits »
imacat pushed tag v1.5.1 to imacat/mia-accounting 2023-04-30 05:56:04 +08:00
imacat pushed to main at imacat/mia-accounting 2023-04-30 05:56:01 +08:00
f29cb00aec Advanced to version 1.5.1.
693f07a49c Removed the "timestamp" and
8c899776f2 Corrected the filename in the csv method of the AccountsWithUnmatchedOffsets report class.
f9aa226bf9 Removed an unnecessary f-string from the csv method of the AccountsWithUnappliedOriginalLineItems report class.
c9bb4197be Fixed the error calling the old "setEnableDescriptionAccount" method in the saveOriginalLineItem method of the JavaScript JournalEntryLineItemEditor class.
Compare 6 commits »
imacat pushed to main at imacat/mia-accounting 2023-04-28 21:54:10 +08:00
158058dcfb Updated the documentation of the created_at, created_by, updated_at, updated_by, and visited_at columns of the data models, for consistency.
imacat pushed tag v0.6.0 to imacat/flask-digestauth 2023-04-27 09:09:29 +08:00
imacat pushed to main at imacat/flask-digestauth 2023-04-27 09:09:18 +08:00
604ed0be27 Updated the Python version in the Read the Docs configuration.
9e0a06bd4c Advanced to version 0.6.0.
e861cae2e0 Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. We do not have as many names to import. This is also to be consistent with the practices of most major and standard packages and examples.
Compare 3 commits »