seitime-frappe/frappe/website
Aarol D'Souza 9eef4f6dae
fix: force type check in whitelisted methods (#37044)
* fix(contact): force type check in contact whitelisted methods

* fix(google_indexing): force type check in google_indexing whitelisted methods

* fix(assignment_rule): add type checks to assignment_rule whitelisted methods

* refactor: remove unused args

* fix(queue): add type hints to whitelisted methods in queue.py

* fix(auto_email_report): add type hints to whitelisted methods

* fix(dashboard): add type hints to whitelisted methods

* fix(sidebar_item_group): add type hints to whitelisted methods

* fix(weasyprint): add type hints to whitelisted methods

* fix(backups): add type hints to whitelisted methods

* fix(document_naming_settings): add type hints to whitelisted methods

* fix(get_latest_submissions): add type hints to whitelisted methods

* fix(custom_field): add type hints to whitelisted methods

* fix(customize_form): add type hints to whitelisted methods

* fix(personal_data_deletion_request): add type hints to whitelisted functions

* fix(__init__): add type hints to whitelisted methods

* fix(prepared_report): add type hints to whitelisted methods

* fix(session_default_settings): add type hints to whitelisted methods

* fix(document_follow): add type hints to whitelisted methods

* fix(route_history): add type hints to whitelisted methods

* fix(form_tour): add type hints to whitelisted methods

* fix(dashboard_settings): add type hints to whitelisted methods

* fix(address): add type hints to whitelisted methods

* fix(contact): add type hints to whitelisted methods

* fix(discussion_reply): add type hints to whitelisted methods

* fix(auto_repeat): add type hints to whitelisted methods

* fix: add the missing type hints and misc. corrections

* fix(email): add type hints to whitelisted methods

* fix(permitted_documents_for_users): add type hints to whitelisted methods

* fix: correct the type hints

* fix: int PK types

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2026-02-17 15:16:30 +00:00
..
css style: linting fixes 2019-06-13 15:02:03 +05:30
dashboard_chart/webpage_views fix: cleanup workspace for website 2026-01-11 23:43:11 +05:30
doctype fix: force type check in whitelisted methods (#37044) 2026-02-17 15:16:30 +00:00
js fix(translation): search placeholders (#27812) 2024-09-24 10:57:40 +05:30
number_card/website_themes_available feat: export frameowork icons and sidebars 2025-11-14 23:05:14 +05:30
page_renderers chore: more renames to /desk 2025-12-18 20:45:04 +05:30
report fix: ruff fixes 2024-02-07 17:04:31 +05:30
web_form style: format JS files with prettier 2022-08-04 14:51:01 +05:30
web_template fix: hide jinja placeholder for title when no value-section with small cta 2025-06-20 09:34:02 +00:00
website_components perf: cache meta tags existence 2025-01-14 19:19:36 +05:30
website_theme feat: remove user can dismiss code 2020-06-15 13:12:58 +05:30
workspace/website fix: cleanup workspace for website 2026-01-11 23:43:11 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
dashboard_fixtures.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
path_resolver.py fix: bring back list renderer 2025-12-16 18:26:46 +05:30
router.py perf: keep jloader across requests 2025-01-14 18:18:19 +05:30
serve.py fix: ensure correct context in sys.exc_info 2025-02-19 17:33:53 +05:30
utils.py fix: reroute portal users correctly 2025-12-19 20:34:28 +05:30
website_generator.py feat: global frappe.in_test flag (#32960) 2025-06-17 19:19:31 +05:30