Commit graph

1040 commits

Author SHA1 Message Date
barredterra
39440027bb fix: add a useless link so that test record gets created 2020-08-13 20:57:08 +02:00
barredterra
41eb1ae5f8 fix: commit after saving token 2020-08-13 20:56:32 +02:00
barredterra
d669b67473 fix: add fallback url for tests 2020-08-13 20:55:38 +02:00
barredterra
3f7b8f8282 feat: method to create social login key for tests 2020-08-13 19:36:44 +02:00
barredterra
f017cfa12d refactor(oauth2): better name and docstring 2020-08-13 19:35:52 +02:00
barredterra
4a53f12cde fix: remove client_id from test_records
Because it will be auto-generated and overwritten  anyways.
2020-08-13 16:24:52 +02:00
Mangesh-Khairnar
b49571f9b3
feat(notification): Add WhatsApp/SMS channels (#9623)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-08-13 17:53:09 +05:30
barredterra
fe9f8cb295 fix: add docstrings 2020-08-13 12:35:29 +02:00
barredterra
78debff5b9 fat: add field base_url 2020-08-13 12:21:32 +02:00
Suraj Shetty
4863d511ab Merge branch 'develop' of https://github.com/frappe/frappe into rebrand-ui 2020-08-10 17:09:20 +05:30
gavin
5b3fa971b5 Revert "fix: add a distinct identifier for public files backup (#11201)"
This reverts commit ef4a28e10c.
2020-08-07 13:14:29 +05:30
Gavin D'souza
62e718a813 fix: Remove duplicate code
Use BackupGenerator instead of custom code for integrations
2020-08-07 13:13:49 +05:30
Mangesh-Khairnar
ef4a28e10c
fix: add a distinct identifier for public files backup (#11201) 2020-08-06 09:32:04 +05:30
Raffael Meyer
19a7214e41
Merge branch 'develop' into generic_oauth_client 2020-08-02 17:05:29 +02:00
Matteo D
219fbc8e88
fix: Added AWS S3 missing regions (#11109) 2020-07-29 20:58:46 +05:30
Suraj Shetty
942835b581
Merge branch 'develop' into fix-google-drive-backups 2020-07-27 19:09:53 +05:30
Mangesh-Khairnar
ab8a63d6fe fix: minor changes 2020-07-24 22:59:16 +05:30
Mangesh-Khairnar
bc56a59671 fix(paytm-integration): simplify code and remove additional loop 2020-07-24 20:19:35 +05:30
Mangesh-Khairnar
441630acc4 fix: check file backup config before backing up files 2020-07-23 23:43:35 +05:30
barredterra
ca6fce4598 feat: store tokens as password 2020-07-20 22:01:39 +02:00
barredterra
cdf1b597db fix: sider 2020-07-20 20:49:23 +02:00
Mangesh-Khairnar
48e6f8999d
Merge branch 'develop' into paytm-integration 2020-07-21 00:13:59 +05:30
barredterra
7c22f42d9b fix: include client_id when fetching token 2020-07-20 20:33:46 +02:00
barredterra
d9506be966 fix: BackendApplicationClient also likes scopes 2020-07-20 20:32:47 +02:00
barredterra
f6b206b778 refactor: extract get_scopes() 2020-07-20 20:31:50 +02:00
Mangesh-Khairnar
0ae7d40ebe fix(paytm-integration): use checksum library to generate/verify checksum 2020-07-20 23:08:50 +05:30
Suraj Shetty
886cc8913c Merge branch 'develop' of https://github.com/frappe/frappe into rebrand-ui 2020-07-18 17:15:36 +05:30
barredterra
e10851cbee refactor: move mothods to token cache 2020-07-17 20:39:03 +02:00
barredterra
b198c8a932 refactor: connected app 2020-07-17 20:04:41 +02:00
barredterra
ddbe0fc0b5 feat: return token as json, calculate expiry 2020-07-17 20:03:12 +02:00
barredterra
cf560e43a0 feat: add fields success_uri, token_type 2020-07-17 19:59:34 +02:00
barredterra
507659cd30 refactor: flatten callback 2020-07-17 19:48:48 +02:00
barredterra
72496c0a49 fix: save only new scopes 2020-07-17 18:40:28 +02:00
barredterra
bdcc98442f refactor: token cache updates itself 2020-07-17 16:06:43 +02:00
barredterra
83dcc8a583 style: fix sider 2020-07-17 15:24:06 +02:00
barredterra
169f5f3ef2 refactor: connected app 2020-07-17 15:24:06 +02:00
barredterra
714073f0d4 open auth flow in a new tab 2020-07-17 15:24:06 +02:00
barredterra
fbdd86f38b use small text to store long tokens 2020-07-17 15:24:06 +02:00
barredterra
604b88be58 OAuth scopes are a table.
Also, show Token Cache in Dashboard of Connected App.
2020-07-17 15:24:06 +02:00
barredterra
0cf5cb9a67 add Connected App to desk page 2020-07-17 15:24:06 +02:00
barredterra
7eacdb307b fix: redirect to provider 2020-07-17 15:24:06 +02:00
barredterra
9be6204451 start to use requests_oauthlib 2020-07-17 15:24:06 +02:00
barredterra
ff2412af48 refactor 2020-07-17 15:24:06 +02:00
barredterra
54dedd349c feat: connected app and token cache 2020-07-17 15:24:06 +02:00
mergify[bot]
62957312c5
Merge pull request #10965 from gavindsouza/mv-migrate-to
fix: remove Frappe Cloud migrator logic from frappe
2020-07-13 06:24:55 +00:00
Aditya Hase
912763d3b9
fix: Typo 2020-07-13 10:53:44 +05:30
Gavin D'souza
7e223f3f3a fix: typo 2020-07-10 12:08:41 +05:30
Gavin D'souza
6f51b12fe4 fix: run file directly instead of using exec 2020-07-10 12:03:00 +05:30
Gavin D'souza
517752c4d4 fix: PY2 compatibility change 2020-07-10 11:14:52 +05:30
Mangesh-Khairnar
d2c913331e fix(google-drive): fetch basename for backup 2020-07-10 00:14:09 +05:30