依瑪貓 imacat
imacat pushed to main at imacat/flask-digestauth 2023-06-10 16:28:45 +08:00
a5188c9aa1 Advanced to version 0.6.2.
b62b98bd51 Changed the properties of the test cases from public to private.
877f02fe82 Added missing documentation to the global variables and class and object properties.
Compare 3 commits »
imacat pushed to main at imacat/mia-accounting 2023-06-10 11:40:22 +08:00
fff6d65cc7 Updated the translation.
93bb298edb Updated the log in message at the home page, and removed the next URI from the log in link. The next URI is not clear text but encrypted now. There is no need to attach the next URI, as it defaults redirects to the accounting application without the next URI.
39710879b4 Removed unused imports from the test site.
67e9755e91 Removed an unused import from testlib_journal_entry.py.
b3fa52584e Revised the code to read from the CSV data files in the __test_base_account_data method of the ConsoleCommandTestCase test case, to prevent PyCharm from complaining.
Compare 6 commits »
imacat pushed to main at imacat/mia-accounting 2023-06-10 11:39:45 +08:00
imacat pushed to main at imacat/mia-accounting 2023-06-10 10:44:03 +08:00
520ad5687c Updated the translation.
727bc4967e Updated the log in message at the home page, and removed the next URI from the log in link. The next URI is not clear text but encrypted now. There is no need to attach the next URI, as it defaults redirects to the accounting application without the next URI.
a24242dfcf Removed unused imports from the test site.
896fc4e27e Removed an unused import from testlib_journal_entry.py.
80195eef5e Revised the code to read from the CSV data files in the __test_base_account_data method of the ConsoleCommandTestCase test case, to prevent PyCharm from complaining.
Compare 12 commits »
imacat pushed to main at imacat/mia-accounting 2023-06-03 11:13:57 +08:00
9a4e04c41f Renamed the HTML ID "collapsible-navbar" to "accounting-collapsible-navbar" in the test site.
imacat pushed tag v1.5.5 to imacat/mia-accounting 2023-05-23 09:35:49 +08:00
imacat pushed tag v1.5.6 to imacat/mia-accounting 2023-05-23 09:35:49 +08:00
imacat pushed to main at imacat/mia-accounting 2023-05-23 09:35:45 +08:00
a9c4fa9de0 Advanced to version 1.5.6.
3a676e0b5a Fixed the back URL of the creation forms, applying the accounting_or_next filter for the decoded next URI instead of getting the next URI directly.
9cc7b64bb3 Moved the "__as_next" utility from the test site to the "accounting.utils.next_uri" module, and applied it to the template of the unmatched offset list.
352867797d Advanced to version 1.5.5.
09a344d749 Removed excess spaces from the test_change_date test of the JournalEntryReorderTestCase test case.
Compare 6 commits »
imacat pushed to main at imacat/mia-accounting 2023-05-23 09:29:30 +08:00
imacat deleted tag v1.5.5 from imacat/mia-accounting 2023-05-23 09:27:41 +08:00
imacat deleted tag v1.5.6 from imacat/mia-accounting 2023-05-23 09:27:39 +08:00
imacat pushed tag v1.5.6 to imacat/mia-accounting 2023-05-23 09:09:04 +08:00
imacat pushed to main at imacat/mia-accounting 2023-05-23 09:09:01 +08:00
fb1236673e Advanced to version 1.5.6.
c58d702063 Fixed the back URL of the creation forms, applying the accounting_or_next filter for the decoded next URI instead of getting the next URI directly.
89948eeec2 Moved the "__as_next" utility from the test site to the "accounting.utils.next_uri" module, and applied it to the template of the unmatched offset list.
Compare 3 commits »
imacat pushed tag v1.5.5 to imacat/mia-accounting 2023-05-23 08:45:34 +08:00
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 »