Shariq Ansari
9902f36812
fix: show full name instead of first/last name
2023-07-27 13:22:38 +05:30
Ankush Menat
927cd647e4
chore: generate type annotations
2023-07-24 15:32:48 +05:30
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
Shariq Ansari
a34d87d440
Merge pull request #21706 from shariquerik/oauth-confirm-screen
2023-07-20 12:22:07 +05:30
Shariq Ansari
264372a2a3
fix: show list of user details that we are giving access to if scope is openid
2023-07-18 20:53:31 +05:30
Shariq Ansari
cbe9ec26bd
fix: do not show Home primary button
2023-07-17 15:48:30 +05:30
Sagar Vora
4684e72142
fix: use current redirect URIs instead of legacy ones
2023-07-17 14:29:22 +05:30
Ankush Menat
f6751bf415
refactor: use event.status instead of event.event_type
...
Required after https://github.com/frappe/frappe/pull/21471
2023-07-11 19:02:43 +05:30
Shariq Ansari
654e209511
Merge branch 'develop' into log-webhook-error
2023-06-23 16:32:37 +05:30
Shariq Ansari
fe27b8c7e0
fix: removed redundant condition
...
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2023-06-23 16:31:55 +05:30
Shariq Ansari
3f792a80b1
fix: return if exception occur before executing webhook
2023-06-23 16:29:39 +05:30
Ankush Menat
cbe8a41cff
build: Add responses as developer dependency ( #21440 )
...
Useful for mocking HTTP responses in tests
2023-06-20 19:50:51 +05:30
Shariq Ansari
74cc21013f
fix: validate webhook secret
2023-06-19 13:46:27 +05:30
Shariq Ansari
85ac64ddd9
fix: log errors while getting headers and data
2023-06-19 13:18:25 +05:30
Devin Slauenwhite
62a3a70bf8
feat: webhook timeout ( #21410 )
...
* feat: webhook timeout
* fix: ensure default timeout 5 seconds
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2023-06-18 20:53:03 +05:30
Ankush Menat
fa6dc03cc8
refactor: frappe.cache() usage to frappe.cache ( #21282 )
2023-06-08 11:47:17 +05:30
Ankush Menat
e30b823eeb
fix!: Webhook naming should be prompt
2023-06-04 10:46:38 +05:30
Suraj Shetty
e1c23ef4f3
Merge pull request #21064 from frappe/feat-dynamic-webhook-url
2023-06-02 13:02:12 +05:30
Nabin Hait
af7502bba7
refactor: Workspace cleanup ( #21100 )
...
* refactor: Workspace cleanup
* fix: Resolved conflict
2023-05-26 14:42:31 +05:30
Hussain Nagaria
9fa2655bd9
fix: bring back modified field in json file
2023-05-22 23:11:21 +05:30
Mohammad Hussain Nagaria
a45eb9c8b7
Merge branch 'develop' into feat-dynamic-webhook-url
2023-05-22 23:08:10 +05:30
Hussain Nagaria
3f08e80d88
style: lint test file
2023-05-21 16:44:34 +05:30
Hussain Nagaria
8f8c6b51e8
test: tests for dynamic URL
2023-05-21 16:36:08 +05:30
Hussain Nagaria
77e73ccea4
feat: support for dynamic URL in webhook
...
Closes #11921
2023-05-21 16:35:57 +05:30
Hussain Nagaria
c1d90b1d6a
fix(ui): rearrange fields in webhook request log doctype
2023-05-21 15:50:52 +05:30
Hussain Nagaria
d31d07ed23
fix(ux): set language to enable syntax highlighting JSON
2023-05-21 15:44:33 +05:30
Hussain Nagaria
cb1dce5ef5
fix(ux): add description for jinja support
2023-05-21 15:44:03 +05:30
Hussain Nagaria
cf49369d14
feat(minor): add request log to connections
2023-05-21 15:31:37 +05:30
Raffael Meyer
caeaa3bdf0
Merge branch 'develop' into gc-perms
2023-04-14 17:27:11 +02:00
Ankush Menat
3e95c00fd0
fix: dont track webhook request log ( #20663 )
...
logs dont change
[skip ci]
2023-04-12 11:51:24 +05:30
Raffael Meyer
ea6c1f763e
Merge branch 'develop' into gc-perms
2023-04-11 11:31:20 +02:00
Mohammad Hussain Nagaria
a48b0f3cf8
fix: minor oauth doctypes enhancements ( #20613 )
...
* fix: remove extra`/` from description
* fix(ux): show bearer token status in list view
2023-04-07 14:33:41 +05:30
barredterra
54ec1a764c
fix(Google Calendar): authorize_access
2023-03-30 11:55:09 +02:00
barredterra
fcb6fa8233
refactor(Google Contact): authorize_access
2023-03-30 11:47:52 +02:00
barredterra
2cfe3622d4
fix: role perms on Google Contacts
2023-03-30 11:34:11 +02:00
phot0n
e032a5b69b
fix: add back dropbox access token
...
reason: https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Long-lived-access-token-deprecation/m-p/630471/highlight/true\#M29128
2023-03-20 17:48:21 +05:30
phot0n
7445843bc2
refactor: remove dropbox_access_key and dropbox_access_secret fields
...
from dropbox settings
2023-03-20 14:17:48 +05:30
phot0n
14105e0816
fix: refresh access token for dropbox
...
- removed dropbox_access_token field
- added dropbox_refresh_token
- removed oauth2 access token generation from oauth1 logic
- removed code for dropbox_erpnext_broker
Auth logic has been changed a bit to generate access token(s) on the fly when taking backup from refresh token. This is due to the fact that backups are generally taken between long intervals which is generally greater than the access token expiry time.
2023-03-20 14:17:48 +05:30
Ankush Menat
cad9228b6b
feat: clear integration log request logs ( #20373 )
...
* fix: integration request should be cleared
THese are basically logs of requests and shouldn't stay forever.
* fix(UX): show retention policy message on sidebar
These doctypes were added to log settings later.
2023-03-17 14:38:26 +05:30
Ritwik Puri
41685ff014
fix: dont use get_datetime for enddate when startdate is in future for google calendar event ( #20309 )
2023-03-13 15:20:57 +05:30
barredterra
b2e36634d6
refactor: rename get_time_zone to get_system_timezone
2023-03-04 19:30:03 +01:00
Ritwik Puri
b17af2c329
fix: token cache expiry calculation ( #20228 )
2023-03-02 23:23:36 +05:30
Ankush Menat
6022705093
fix: log raw text reponse instead of parsing JSON ( #20226 )
...
Not every service responds in JSON, we shouldn't expect a JSON response.
[Skip ci]
2023-03-02 16:59:29 +05:30
Ankush Menat
34beb65009
fix: link webhook logs with webhook document ( #20155 )
2023-02-24 16:30:29 +05:30
Jannat Patel
19249aec4e
fix: send updates from google calendar events ( #20075 )
2023-02-23 18:10:08 +05:30
Ankush Menat
22f5a60ebb
feat: make webhook requests log clearable
2023-02-23 15:56:13 +05:30
Ankush Menat
1fbd6badd1
fix: log full traceback
2023-02-23 15:56:06 +05:30
Ankush Menat
e6d5f1fe2e
revert: engine change
2023-02-23 15:56:06 +05:30
Deepesh Garg
66ef29907f
chore: Better webhook loging
2023-02-23 15:56:06 +05:30
RJPvT
8be98718f7
fix: ldap with 2fa ( #19753 )
...
Because we pop password 2fa fails when used with ldap
Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-01-30 14:44:53 +05:30