Commit graph

620 commits

Author SHA1 Message Date
Revant Nandgaonkar
dfd5651dbe refactor: improve oauthlib implementation
implement openid provider
implement PKCE
improve errors

(cherry picked from commit 96d6971ee4)
2021-04-29 14:14:30 +00:00
Frappe Bot
e2729c65ea refactor: Delete Qunit test files
Since it is no longer used

(cherry picked from commit d30596b15e)
2021-04-28 03:46:23 +00:00
barredterra
df1a0cd0cd fix: test_token_cache PermissionError 2021-04-27 14:54:35 +05:30
Rohan Bansal
3142723d41 feat: manage Python 3 compatiblity with dependencies 2021-04-27 14:54:34 +05:30
Suraj Shetty
38ca6fe621
style: Remove extra space 2021-04-15 10:23:09 +05:30
Hussain Nagaria
2133777c44 test: Execute enabled webhook trigger 2021-04-15 07:46:39 +05:30
Hussain Nagaria
1f70959fa1 feat: Add Enable/Disable Webhook via Check
- Added a new field to Webhook DocType
- Modfied the webhook run logic to only fetch enabled webhooks
2021-04-14 05:56:05 +05:30
Rushabh Mehta
3d22019b98 fix(minor): dynamically changing grid properties 2021-04-13 11:52:57 +05:30
Sagar Vora
ada4ad7514 chore: add whitelist decorator to missed methods 2021-03-30 18:31:01 +05:30
Gavin D'souza
82620d789a fix: Delete user after test is run 2021-03-15 18:53:22 +05:30
Afshan
a342ca2386
fix: Get file name from path (#12437)
* fix: get file name from path

* Update frappe/integrations/doctype/dropbox_settings/dropbox_settings.py

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>

* fix: upload only files which have file url

* fix: patch to fix files name and url

* fix: fixing patch

* refact: patch refactor

* fix: missing :

* fix: renamed variables

* fix: refactoring patch

* fix: update file exists function

* fix: added patch path in patch.txt

* fix: added try except

* fix: Use set_value instead of set_values

* style: Fix formatting

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-10 18:36:10 +00:00
leela
b7c8e030b9 fix: Fix setting admin as user when frappe.db is not set
we are setting admin as current user, At time of request handling if
frappe.db is not set. fixed that issue by adding a check.
2021-02-22 21:45:30 +05:30
Suraj Shetty
603018ef53
perf: Load workspace faster (#12364) 2021-02-12 19:10:44 +05:30
Suraj Shetty
b94d5778a8 Merge branch 'develop' of https://github.com/frappe/frappe into rebrand-ui 2021-01-19 10:36:50 +05:30
barredterra
a0678a4d5f test: login twice 2021-01-18 19:27:05 +01:00
barredterra
7fd4a114a1 test: use get for login 2021-01-18 18:53:35 +01:00
barredterra
aa9a8b2f1b fix: remove unused import 2021-01-18 18:46:55 +01:00
barredterra
b9f2f5bc22 test: fix connected app 2021-01-18 18:41:11 +01:00
Rushabh Mehta
2b40c5505c
Merge pull request #11000 from alyf-de/generic_oauth_client
feat: generic oauth client
2021-01-14 09:28:07 +05:30
Shivam Mishra
f055604167 fix: default str for json dumps 2020-12-31 13:11:46 +05:30
barredterra
1d975f07e7 fix: allow insecure transport in travis 2020-12-28 17:26:57 +01:00
barredterra
f06961e001 refactor: useless try except, better error messages 2020-12-25 15:28:34 +01:00
barredterra
9a1d8ae6b2 feat: redirect to Guest to login 2020-12-25 15:23:43 +01:00
Rushabh Mehta
54cee87826 fix(minor): tests + routing 2020-12-24 14:48:40 +05:30
barredterra
301ed4c7e3 fix: rely on frappe.utils.get_url 2020-12-22 18:35:26 +01:00
barredterra
bf8b40acec fix: test records 2020-12-21 17:25:26 +01:00
barredterra
9f6fc4618f fix: base_url 2020-12-21 17:25:16 +01:00
Suraj Shetty
b5a87f9487 Merge branch 'develop' of https://github.com/frappe/frappe into rebrand-ui 2020-12-14 09:06:16 +05:30
barredterra
fc97e080c6 feat: remove useless functionality 2020-12-07 16:32:19 +01:00
Rushabh Mehta
ff71329b03 fix(merge): develop 2020-12-02 10:54:10 +05:30
Raffael Meyer
af0d2085d4
Merge branch 'develop' into generic_oauth_client 2020-11-23 12:25:40 +01:00
Saurabh
cb6c704671 fix: Define chunk size based on backup file size to avoid timeout issues (#11526)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
(cherry picked from commit 5020bbe4f68abaf5f9c019efff6105573d2ed5c0)

# Conflicts:
#	frappe/integrations/offsite_backup_utils.py
2020-11-18 05:42:19 +00:00
barredterra
e3e8e1dca2 test: fix method name 2020-11-16 16:41:16 +01:00
barredterra
da0ea7c225 refactor: frappe.db.exists instead of try/except 2020-11-16 16:37:06 +01:00
barredterra
645cacce30 fix: redirect back to connected app by default
(instead of to desk)
2020-11-16 16:36:03 +01:00
barredterra
63de774777 feat: allow extra parameters 2020-11-16 16:33:29 +01:00
barredterra
74a51aa177 fix: default if password is empty 2020-11-13 18:08:36 +01:00
barredterra
956e407c5f feat: toggle client credential section 2020-11-13 18:07:46 +01:00
barredterra
931a39c998 faet: display provider name in token cache 2020-11-13 16:17:34 +01:00
barredterra
631f4fab7c fix: show "Connect to {provider}" if doc is not new 2020-11-13 16:16:47 +01:00
barredterra
a582b1c364 fix: allow get_oauth2_session without user arg 2020-11-12 19:43:21 +01:00
Raffael Meyer
a0f7042f0b
Merge branch 'develop' into generic_oauth_client 2020-11-12 18:01:15 +01:00
Rushabh Mehta
75fe8a615a feat(app): move /desk to /app 2020-11-11 16:31:47 +05:30
Mangesh-Khairnar
ea0af8d2e2 chore: remove twilio from requirements 2020-11-02 13:25:22 +05:30
Revant Nandgaonkar
33813fda88 fix: Connected App
fix Get OpenID Configuration button
fix permission error on token save
2020-10-28 14:11:50 +05:30
Mangesh-Khairnar
04b1e40023 chore: remove twilio integration 2020-10-28 10:59:32 +05:30
Shivam Mishra
9e39a7464a Merge branch 'develop' of https://github.com/frappe/frappe into rebrand-ui 2020-10-21 11:55:13 +05:30
mergify[bot]
52b685ce2c
Merge pull request #11580 from Mangesh-Khairnar/mpesa-integration-changes
fix(integration-request): handle response and update status
2020-10-20 09:23:19 +00:00
barredterra
bf4fd67dbf fix: allow insecure transport in tests 2020-10-18 19:34:43 +02:00
barredterra
ab22f75b48 fix: cint for expires_in, docstring 2020-10-18 19:31:14 +02:00