依瑪貓 imacat
imacat pushed to main at imacat/mia-accounting 2023-05-23 08:45:31 +08:00
3c2d73fd6b Advanced to version 1.5.5.
imacat pushed to main at imacat/mia-accounting 2023-05-23 08:43:58 +08:00
861e66d72d Removed excess spaces from the test_change_date test of the JournalEntryReorderTestCase test case.
19a219466e Applied URLSafeSerializer to the next URI utilities to encode and decode the next URI to prevent tampering the next URI.
822c8fc49b Renamed the "__get_next_uri" function to "__get_next" in the "accounting.utils.next_uri" module.
3b8a2e3bb1 Replaced the "accounting-dummy-form" name with the dummy CSRF token to work with OWASP ZAP CSRF token scans.
9e4927ee0b Replaced the get_errors_view with the get_messages_view in the create_test_app function in testlib.py.
Compare 5 commits »
imacat pushed to main at imacat/mia-accounting 2023-05-19 18:17:42 +08:00
3b030c577c Added the integrity value of the CDN stylesheet links in the base template of the test site.
60b33f2a3b Revised the link to the stylesheet of tempus dominus in the base template of the test site.
08fdf59844 Revised the indent of the flashed success messages in the base template of the test site.
Compare 3 commits »
imacat pushed to main at imacat/mia-accounting 2023-05-18 23:30:44 +08:00
b397515457 Removed the size restriction in the next URI utilities. Buffer overflow may happen with any parameter, not only the "next" parameter. It should be solved in uWSGI, but not the application.
imacat pushed tag v1.5.4 to imacat/mia-accounting 2023-05-18 00:14:48 +08:00
imacat pushed to main at imacat/mia-accounting 2023-05-18 00:14:28 +08:00
abe90d3483 Advanced to version 1.5.4.
65e7dcdf6d Replaced the "/next" next URI with the NEXT_URI constant in the test_reorder test of the JournalEntryReorderTestCase test case.
74e414badf Removed unnecessary f-strings from the test_reorder test of the JournalEntryReorderTestCase test case.
Compare 3 commits »
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