seitime-frappe/frappe/integrations
David Arnold a926e64ec9
fix: procure db config from single authority (#21578)
* fix: procure db config from single authority

ensures that configuration is uniformely procured from local.conf
instead of making use of hard to audit multilevel fallback logic

Implementation Note:
- `get_db(host, port, user, password)` was stripped of any optional
  argument and therefrom all errors where fixed.
- All occurances of `grep 'frappe.db.db_'` where changed to
  `frappe.conf.db_`

* fix: revert unnecessary breaking changes
2023-07-24 10:48:29 +05:30
..
doctype fix: use current redirect URIs instead of legacy ones 2023-07-17 14:29:22 +05:30
frappe_providers refactor: Replace html2text with markdownify 2022-07-06 08:23:14 +05:30
workspace/integrations refactor: Workspace cleanup (#21100) 2023-05-26 14:42:31 +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
google_oauth.py chore: fix docstrings 2022-07-18 17:47:57 +05:30
oauth2.py fix: show list of user details that we are giving access to if scope is openid 2023-07-18 20:53:31 +05:30
oauth2_logins.py refactor: OAuth 2022-12-27 19:25:43 +05:30
offsite_backup_utils.py fix: procure db config from single authority (#21578) 2023-07-24 10:48:29 +05:30
utils.py chore: fix linter 2022-07-26 23:17:04 +05:30