Commit graph

20 commits

Author SHA1 Message Date
Aarol D'Souza
c55ff193a6
fix: add type hints to whitelisted methods 3 (#37149)
* fix(apps): add type hints to whitelisted methods

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

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

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

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

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

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

* refactor(network_printer_settings): remove unused args

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

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

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

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

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

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

* test: rewrite test to fit the strict type check

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

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

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

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

* fix(workflow main): add type hints to whitelisted methods

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

* fix: flexible type hint

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

* fix: fix some of the tighter types

* fix(frappecloud_billing): add str typehint to whitelisted endpoint

* fix: target_doc can be dict/json string

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2026-02-20 06:50:19 +00:00
Ankush Menat
5b87d55b7e perf: Cache get_apps and internals 2025-12-23 16:06:10 +05:30
sokumon
dd2dc053ca chore: more renames to /desk 2025-12-18 20:45:04 +05:30
sokumon
2def9cd40f fix: check in_import before exporting 2025-11-18 10:21:44 +05:30
sokumon
49714e916f chore: rename from app to desk 2025-11-14 23:05:13 +05:30
rohitwaghchaure
5c6b2b5bec
refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. (#32640) 2025-06-03 12:36:22 +05:30
Akhil Narang
28701e7951
fix(apps): don't skip app if no permission hook (#32492)
Fixes 2077e90bf1

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-05-13 10:11:50 +00:00
Sagar Vora
e08efc8a64 perf: use cached user and compile regex 2025-04-18 17:41:42 +05:30
Akhil Narang
2077e90bf1
fix: skip adding app to list if we can't run the permission hook
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-04-15 11:30:31 +05:30
Shariq Ansari
a7543a5b24 fix: consider default path for Website User if applicable 2024-08-30 15:42:58 +05:30
Shariq Ansari
903ffd804c chore: corrected variable name 2024-08-16 15:12:21 +05:30
Shariq Ansari
14b9800baf fix: redirect to default app is not working 2024-08-16 14:23:20 +05:30
Shariq Ansari
1ea56db399 chore: renamed include_as_app to include_in_apps_screen 2024-08-12 19:24:32 +05:30
Shariq Ansari
d421866a80 fix: set & reset default app 2024-08-12 17:30:48 +05:30
Shariq Ansari
5ec4001340 feat: set app as default from apps page 2024-08-12 17:06:56 +05:30
Shariq Ansari
0f0cf07ff5 fix: added include_as_app in hooks which is used to show app on apps page 2024-08-12 14:20:49 +05:30
Shariq Ansari
b3694b34cf refactor: common api to get apps with details 2024-08-09 12:16:10 +05:30
Shariq Ansari
09ac7feb3a fix: check if all installed apps are desk app then route to /app 2024-08-08 21:00:11 +05:30
Shariq Ansari
50325727df feat: added default app selector in system settings 2024-08-08 20:18:40 +05:30
Shariq Ansari
3f5d6d2c7f feat: added default app selector in user doctype 2024-08-08 19:54:02 +05:30