Commit graph

2113 commits

Author SHA1 Message Date
Leela vadlamudi
a2e791eaa0
Merge pull request #12455 from Alchez/dev-import-file-error
fix: error while using data import and importing docs (develop)
2021-03-11 13:00:09 +05:30
leela
a62cc40885 perf: Improve import template performance by 10 times
Removed nested forloop to get the performace and also using generators
to reduce memory usage.
2021-03-11 09:52:40 +05:30
Sagar Vora
5cd3f8534b fix: create gender only if provided while creating oauth user 2021-03-09 16:47:21 +05:30
Rohan Bansal
e675043e9d Merge remote-tracking branch 'upstream/develop' into dev-import-file-error 2021-03-09 15:21:45 +05:30
leela
de210260a7 refactor: allow callable limit arg for ratelimit deco
As we make all configurations editable through dashboard(ex: password_reset_limit), it makes sense
to provide limit as a callable so that it can be accessed dynamically.
2021-03-09 13:59:49 +05:30
Leela vadlamudi
08e2ad9904
feat: Lazy import functionality added (#12517) 2021-03-09 11:59:17 +05:30
mergify[bot]
465404f66e
Merge pull request #12447 from adityahase/perf-cli
perf: Faster CLI
2021-02-25 01:44:36 +00:00
mergify[bot]
340446c313
Merge pull request #12270 from deepeshgarg007/rebuild_tree
feat: Provision to rebuild NSM from treeview
2021-02-24 11:24:51 +00:00
Deepesh Garg
f2d619bb2c fix: Check for command in case of API call 2021-02-24 15:43:03 +05:30
mergify[bot]
86407e5b48
Merge pull request #12446 from leela/login-attempt-tracker
refactor: Track consecutive login attempts
2021-02-24 10:11:04 +00:00
Deepesh Garg
38861decab fix: Only for system manager 2021-02-24 15:23:49 +05:30
Deepesh Garg
ce9843ee4a fix: Only for system manager 2021-02-24 15:22:17 +05:30
Deepesh Garg
d3dbd74a0a Merge branch 'develop' of https://github.com/frappe/frappe into rebuild_tree 2021-02-24 13:00:44 +05:30
Saqib
d9737c1d25
Merge branch 'develop' into image-pf-fix 2021-02-24 12:45:21 +05:30
leela
6e5e0890f3 refactor: Cleaned authentication logic
Auth flow is changed to use login attempt tracker.
2021-02-22 21:11:18 +05:30
Rohan Bansal
7b4e75e15d fix: error while using data import and importing docs 2021-02-22 17:15:49 +05:30
Aditya Hase
56d1954591
fix: Add missing imports 2021-02-22 11:53:26 +05:30
Suraj Shetty
cb51df4f80
Merge branch 'develop' into docs_update 2021-02-22 11:04:25 +05:30
Deepesh Garg
9e19d13262 fix: Check for perm 2021-02-21 18:35:34 +05:30
Deepesh Garg
d01536f72d Merge branch 'develop' of https://github.com/frappe/frappe into rebuild_tree 2021-02-21 18:17:43 +05:30
Aditya Hase
365ad34b40
perf: Remove six.moves.html_parser from import tree 2021-02-21 09:59:48 +05:30
Aditya Hase
0ba2fc0440
perf: Remove dateutil.parser from import tree 2021-02-21 09:59:12 +05:30
Aditya Hase
bbb898cf9b
Merge branch 'develop' of https://github.com/frappe/frappe into perf-cli 2021-02-21 09:58:21 +05:30
Aditya Hase
09b87f8a2d
perf: Remove frappe.website.render from import tree 2021-02-21 09:47:05 +05:30
Aditya Hase
56deeafe00
perf: Remove dateutil from import tree 2021-02-21 09:46:44 +05:30
Aditya Hase
64517ef272
perf: Remove babel from import tree 2021-02-21 09:46:31 +05:30
Aditya Hase
e209722624
perf: Remove num2words from import tree 2021-02-21 09:45:24 +05:30
Aditya Hase
b35a63c05f
perf: Remove html2text from import tree 2021-02-21 09:44:07 +05:30
Aditya Hase
563e81c22c
perf: Remove markdown2 from import tree 2021-02-21 09:43:22 +05:30
Aditya Hase
2413f7e6ec
perf: Replace markdown2.UnicodeWithAttrs with frappe.utils.UnicodeWithAttrs 2021-02-21 09:41:10 +05:30
Aditya Hase
7f0fe5e697
perf: Remove frappe.utils.identicon from import tree 2021-02-20 21:19:04 +05:30
Aditya Hase
293c1c77e3
perf: Remove bleach from import tree 2021-02-20 21:18:37 +05:30
Aditya Hase
9614886fa5
perf: Remove requests from import tree 2021-02-19 21:14:12 +05:30
Aditya Hase
637aa059b9
perf: Remove BeautifulSoup from import tree 2021-02-19 21:01:55 +05:30
Gavin D'souza
6c4da1f228 Merge branch 'develop' of github.com:frappe/frappe into mv-custom-script-client-script 2021-02-19 15:37:37 +05:30
Faris Ansari
6fa38a325d fix: Fallback value for allow_traceback when no db 2021-02-16 21:45:26 +05:30
rohitwaghchaure
8e03015ddf
Merge pull request #12366 from rohitwaghchaure/fixed-modal-width
fix: added modal width extra large
2021-02-16 13:57:20 +05:30
Ankush Menat
523112fd8b
docs: update docs of some most used functions
Update following function/methods:

BaseDocument.update
BaseDocument.append
utils.cint
utils.flt
utils.getdate

[skip travis]
2021-02-15 17:41:29 +05:30
Rohit Waghchaure
1dc2ae4be3 fix: modal width 2021-02-11 14:51:19 +05:30
Saqib Ansari
d008662f6d Merge branch 'develop' into image-pf-fix 2021-02-10 13:01:16 +05:30
Gavin D'souza
721097e47d chore: Drop deprecated code 2021-02-10 11:31:18 +05:30
Gavin D'souza
ff27940b8e refactor(utils): Update create_batch docstring, annotations 2021-02-10 11:30:34 +05:30
Faris Ansari
b181b69894 feat: Set default site using FRAPPE_SITE env var
Default site can now be set using the environment variable FRAPPE_SITE
An attempt to deprecate the use of currentsite.txt
2021-02-04 22:19:39 +05:30
Gavin D'souza
3589f724af style: sort imports 2021-02-04 17:20:44 +05:30
Gavin D'souza
79cb3f0596 feat: Rename "Custom Script" to "Client Script"
* Remove postfix "-Client" from ClientScript.autoname
2021-02-04 14:06:09 +05:30
Rushabh Mehta
bca3aecdaf fix(minor): fix routing and titles + added frappe.utils.markdown alias to frappe.utils.md_to_html 2021-01-31 18:18:47 +05:30
Saqib Ansari
3bc1648939 fix: broken image rendering in print format 2021-01-29 12:47:37 +05:30
Suraj Shetty
ce379bc200 Merge branch 'develop' of https://github.com/frappe/frappe into rebrand-ui 2021-01-28 19:56:54 +05:30
Deepesh Garg
7f2e645593 feat: Provision to rebuild NSM from treeview 2021-01-27 16:46:47 +05:30
Suraj Shetty
a2fba77116
fix: Skip translation of gender while creating it (#12260) 2021-01-25 15:37:37 +05:30