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
Leela vadlamudi
e5d3aac707
Merge pull request #12693 from leela/notifications-into-timeline
...
feat: Include automated mail notifications in timeline
2021-04-08 20:38:29 +05:30
Sagar Vora
08d8e67946
fix(backups): ensure delete_temp_backups always respects config
2021-04-06 14:56:28 +05:30
Suraj Shetty
f53c09ada2
Merge branch 'develop' into custom-user-type-feat
2021-04-05 19:01:42 +05:30
Suraj Shetty
60aae80f39
chore: Update develop with Version 13 ( #12803 )
2021-04-05 14:10:37 +05:30
leela
5c2bda478c
Refactor(Improv): Include automated mail notifications in timeline
...
Notifications sent through notifications doctype are not part of
communications doctype and also not into timelines. Added these
notifications into timeline by adding docs into Communication doctype.
2021-04-05 09:45:17 +05:30
Suraj Shetty
efba586054
Merge branch 'develop' into remove-password
2021-04-02 09:46:57 +05:30
Faris Ansari
bcb01f6491
fix: Remove encrypted password when it is unset
2021-04-01 17:48:20 +05:30
Rohit Waghchaure
112784e7ae
feat: custom user type with doctypes
2021-04-01 13:54:11 +05:30
Leela vadlamudi
4ef7f11751
Merge pull request #12729 from leela/code-cleanup
...
refactor: Code cleanup and attempt tracker for 2FA
2021-03-31 19:06:44 +05:30