Block a user
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.
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.
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.
9a4e04c41f
Renamed the HTML ID "collapsible-navbar" to "accounting-collapsible-navbar" in the test site.
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.
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.
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.
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.
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.
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.