brotherton-erpnext/erpnext/controllers
Suraj Shetty 1923ef052c
refactor: Format and sanitise user inputs to search queries. (#22913)
* refactor: Sanitize whitelisted method inputs

Co-authored-by: Prssanna Desai <prssud@gmail.com>
Co-authored-by: Shivam Mishra <scmmishra@users.noreply.github.com>

* refactor: Format and sanitize tax_account_query inputs

Co-authored-by: Nabin Hait <nabinhait@gmail.com>
Co-authored-by: Prssanna Desai <prssud@gmail.com>
Co-authored-by: Shivam Mishra <scmmishra@users.noreply.github.com>

* refactor: Validate and sanitize search inputs via decorator

Co-authored-by: Nabin Hait <nabinhait@gmail.com>
Co-authored-by: Prssanna Desai <prssud@gmail.com>
Co-authored-by: Shivam Mishra <scmmishra@users.noreply.github.com>

* style: Minor formatting fix

* refactor: Validate and sanitize search inputs using decorator

* fix: Typo

* fix: Remove unwanted import statement

* refactor: Repalce validate_and_sanitize_search_inputs() with validate_and_sanitize_search_inputs

Co-authored-by: Prssanna Desai <prssud@gmail.com>
Co-authored-by: Shivam Mishra <scmmishra@users.noreply.github.com>

Co-authored-by: Prssanna Desai <prssud@gmail.com>
Co-authored-by: Shivam Mishra <scmmishra@users.noreply.github.com>
Co-authored-by: Nabin Hait <nabinhait@gmail.com>
2020-08-05 19:42:25 +05:30
..
tests fix: Remove every bit of randomness from this test 2020-07-11 19:38:51 +05:30
__init__.py moved modules inside erpnext folder 2013-12-11 10:43:52 +05:30
accounts_controller.py fix: Multi currency payment reconciliation (#22738) 2020-07-22 17:59:37 +05:30
buying_controller.py fix: Wrong key sent to gte_valuation_rate 2020-06-15 14:40:39 +05:30
item_variant.py fix: Typo 2020-06-17 19:05:40 +05:30
print_settings.py optimize(various) 2018-08-08 16:37:31 +05:30
queries.py refactor: Format and sanitise user inputs to search queries. (#22913) 2020-08-05 19:42:25 +05:30
sales_and_purchase_return.py refactor: POS workflow (#20789) 2020-07-23 18:51:26 +05:30
selling_controller.py feat(Selling): Gross Profit In Quotation (#21795) 2020-05-26 18:37:02 +05:30
status_updater.py refactor: POS workflow (#20789) 2020-07-23 18:51:26 +05:30
stock_controller.py fix: Codacy 2020-06-19 12:12:08 +05:30
taxes_and_totals.py refactor: POS workflow (#20789) 2020-07-23 18:51:26 +05:30
trends.py fix: grammatical fix on error message 2020-06-25 22:35:33 +05:30
website_list_for_contact.py fix: website_list_for_contact, fix changed frappe.db.exist keyword argument (#21958) 2020-05-27 13:36:35 +05:30