Commit graph

2183 commits

Author SHA1 Message Date
Suraj Shetty
be9b18191b refactor: Resolve deprecation warnings 2021-05-11 09:50:58 +05:30
Suraj Shetty
3c4306c87a refactor: Fix regex to avoid deprecation warnings 2021-05-10 09:18:50 +05:30
Leela vadlamudi
9d3b993b71
Merge pull request #13144 from ankush/test_create_app
test: add unittest for creating new app using boilerplate
2021-05-07 13:39:24 +05:30
leela
72ca7e9753 refactor: remove six dependency 2021-05-07 07:42:04 +05:30
Ankush Menat
c48a8e933f
fix: remove six.moves.input and use builtin.input
reason: py2 support no longer required and six makes mocking/testing
complicated.
2021-05-06 19:26:06 +05:30
Ankush Menat
2548bca187
fix: hook format for user_data_fields 2021-05-06 16:48:59 +05:30
mergify[bot]
585b123bd7
Merge pull request #13134 from ankush/hooks_template_fixes
fix: missing comma and uncommented code in hooks.py template
2021-05-06 09:32:55 +00:00
Ankush Menat
9e39249059
fix: comment user_data_fields and fix structure 2021-05-06 14:01:56 +05:30
Ankush Menat
aba315daf8
fix: missing comma in hooks template 2021-05-06 14:01:39 +05:30
mergify[bot]
aad9189e1e
Merge pull request #13102 from gavindsouza/show-config-enhancements
refactor(CLI): Show config
2021-05-05 12:30:43 +00:00
Gavin D'souza
bf9fcb3ff6 chore(cli): Add pending deprecation warning
* Add PDW for --as-dict in command set-config
* Move all top level imports inside each util to optimize imports for
  CLI
* Set always show filter for DeprecationWarning, PendingDeprecationWarning via frappe module
2021-05-05 15:33:44 +05:30
Leela vadlamudi
3875004d7e
Merge pull request #13057 from leela/email-refactoring
refactor: Email Module - 1
2021-05-05 11:45:04 +05:30
mergify[bot]
52a3f2f5df
Merge pull request #13103 from ankush/clean_boilerplate
chore: remove py2 specific code from boilerplate
2021-05-04 05:09:00 +00:00
Ankush Menat
a617348a79
chore: remove py2 specific code from boilerplate 2021-05-03 20:11:00 +05:30
leela
a8f74d9471 refactor: Move finding email accounts code to EmailAccount doctype 2021-05-03 06:22:35 +05:30
Abhishek Balam
f4e4fc98f9 fix: remove unnecessary schemes and minor changes 2021-05-02 00:32:01 +05:30
Hussain Nagaria
024e759a70 refactor: Add optional URL scheme validation 2021-05-01 00:34:19 +05:30
Hussain Nagaria
3e229e931a test: Email and URL validate functions 2021-04-30 15:37:55 +05:30
Hussain Nagaria
b965cebbd4 fix: Sider issues 2021-04-30 14:55:32 +05:30
Hussain Nagaria
9d4ee238d7 fix: Remove duplicate validation function 2021-04-30 14:52:16 +05:30
Mohammad Hussain Nagaria
465708050a
Merge branch 'develop' into feat-url-validation-option 2021-04-29 11:14:29 +05:30
Rohan Bansal
dade7ed216 refactor: fix py3 datatypes and remove references to six in oauth 2021-04-28 14:02:23 +05:30
Revant Nandgaonkar
c4a9238549 fix: remove six imports and use py3 defaults 2021-04-27 14:20:26 +05:30
Hussain Nagaria
794308cb4a feat: Open Link from read-only URL field
- Also, remove one depracated $ method
2021-04-27 11:47:09 +05:30
Revant Nandgaonkar
1f54b8b973 fix: sider issues 2021-04-26 22:56:14 +05:30
Revant Nandgaonkar
96d6971ee4 refactor: improve oauthlib implementation
implement openid provider
implement PKCE
improve errors
2021-04-26 22:56:14 +05:30
mergify[bot]
85cbdf7683
Merge pull request #12895 from revant/feat-auth-hooks
feat(hooks): auth hooks
2021-04-23 06:33:27 +00:00
Suraj Shetty
9ca7891cf8
Merge branch 'develop' into feat-url-validation-option 2021-04-23 11:33:06 +05:30
Faris Ansari
6cb64934a8
Merge branch 'develop' into refactor-jinja-hook 2021-04-22 16:26:37 +05:30
Sagar Vora
ab3be339fd fix: remove unsused variables 2021-04-22 12:56:21 +05:30
Sagar Vora
9d3be5160f perf: low priority for backup processes 2021-04-22 12:45:46 +05:30
Faris Ansari
976ebd5b2c fix: Check if path is a module first then function 2021-04-22 06:03:35 +05:30
mergify[bot]
16f26d61bf
Merge pull request #12807 from resilient-tech/fix-backup
fix(backups): ensure `delete_temp_backups` always respects config
2021-04-20 16:52:35 +00:00
Hussain Nagaria
ea38895f1a fix: Sider Issues 2021-04-20 15:36:36 +05:30
mergify[bot]
3b0909afd0
Merge pull request #12904 from leela/oauth-timeout
fix: OAuth token expiry
2021-04-19 11:40:34 +00:00
leela
1c2d69fbe7 fix: remove the token validation check
Let token be part of state to make state dynamic. But there is no need
to have validation for token.
2021-04-19 14:51:53 +05:30
Rohan Bansal
a7794d9f6c Merge remote-tracking branch 'upstream/develop' into feat-py3-dependencies 2021-04-19 12:51:50 +05:30
Revant Nandgaonkar
d309343c6f feat(hooks): auth hooks
hook for request authentication
2021-04-19 06:31:28 +05:30
Faris Ansari
b32db6e329 fix: method call 2021-04-17 16:11:28 +05:30
Faris Ansari
a78fed4ffc fix: Move standard filters to jinja hooks 2021-04-17 16:11:28 +05:30
Faris Ansari
a62ef80cdd fix: Add jinja hook boilerplate 2021-04-17 16:11:28 +05:30
Faris Ansari
1fd08d3960 refactor: Jinja hooks
- Rename hook from "jenv" to "jinja"
- You can now pass the path to the module and all of the methods in that
module will be added as methods
- You can also pass module path of a method

BREAKING CHANGE: Previous use of "jenv" hook won't work anymore
2021-04-17 16:11:28 +05:30
Suraj Shetty
d8ec0cd4d1
Merge branch 'develop' into fix-backup 2021-04-16 09:08:27 +05:30
Suraj Shetty
a2af812dfb
Merge pull request #12844 from surajshetty3416/group-mentions 2021-04-15 16:38:45 +05:30
Faris Ansari
8678c09e91
feat: Add log_error and FrappeClient to restricted python (#12857) 2021-04-15 14:34:23 +05:30
Hussain Nagaria
ce2dabed78 fix: Call to translate function 2021-04-15 06:02:29 +05:30
Hussain Nagaria
82b98330fd feat: Add URL option for data type fields 2021-04-14 20:16:44 +05:30
Rohan Bansal
86851028ea feat: manage Python 3 compatiblity with dependencies 2021-04-14 14:40:58 +05:30
Suraj Shetty
a1190a0c4a feat: Add option to mention a group of users 2021-04-12 16:35:11 +05:30
walstanb
c6497abcd1 fix: minor changes 2021-04-09 13:06:58 +05:30