seitime-frappe/frappe/integrations
Gavin D'souza 7e25cc4568 perf: Login Page
Improves performance 3x - from 0.047s to 0.017s

* Use frappe.get_*_settings to query table once
* Use cached LDAP Settings' document via get_ldap_client_settings
* Use single get_all to query all Social Login providers and related
  data
* Skip provider if client_secret doesn't exist
2022-06-13 18:39:56 +05:30
..
doctype perf: Login Page 2022-06-13 18:39:56 +05:30
frappe_providers style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
workspace/integrations fix: updated standard workspace json files 2022-01-13 18:40:36 +05:30
__init__.py Moved Backup Manager and Social Login keys to the new Integrations Module, prepared frappe for Mandrill Integration 2015-08-11 12:03:13 +05:30
oauth2.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
oauth2_logins.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
offsite_backup_utils.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
utils.py refactor: Integration Request 2022-04-13 13:37:20 +05:30