Commit graph

1612 commits

Author SHA1 Message Date
Deepesh Garg
a0fa3d0fd5 Merge branch 'develop' of https://github.com/frappe/frappe into if_owner_per_check_url 2021-04-12 21:24:19 +05:30
hasnain2808@gmail.com
e95f7d201a fix: backwards compatibility 2021-04-07 11:15:34 +05:30
Saqib Ansari
a93c2caab2 fix: reverting of series with a variable 2021-04-06 20:48:33 +05:30
Deepesh Garg
8460ca851f fix: filter list view based on owner 2021-04-03 16:12:26 +05:30
Suraj Shetty
cf607148a0
Merge pull request #12121 from zerodha/virtual_doctype 2021-04-02 12:43:43 +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
Shridhar Patil
361cd935d6
Merge branch 'develop' into virtual_doctype 2021-04-01 09:46:35 +05:30
Suraj Shetty
7124e49473
Merge branch 'develop' into whitelist-methods 2021-03-31 20:42:37 +05:30
Sagar Vora
aed90126f3 fix: incorrect condition 2021-03-30 13:32:36 +05:30
Sagar Vora
497ea861f4 feat: frappe.whitelist for class methods 2021-03-30 13:07:58 +05:30
Rushabh Mehta
2248c6c410 fix(minor): lockdown frappe.client.get_list 2021-03-30 11:25:40 +05:30
Rushabh Mehta
c9b367933a fix(minor): make group_by validation tighter 2021-03-29 23:16:33 +05:30
Rushabh Mehta
a2ffea53f2 fix(refactor): lockdown frappe.desk.reportview 2021-03-29 21:44:08 +05:30
Prssanna Desai
6df534a333
Merge pull request #12635 from prssanna/prepared-reports-deletion 2021-03-25 15:11:48 +05:30
prssanna
e40892fdb6 feat: flag to delete attached files permanently 2021-03-25 14:34:10 +05:30
prssanna
f97cc370cf feat: flag to delete docs permanently 2021-03-25 14:34:10 +05:30
prssanna
45e7943928 style: remove commented out line 2021-03-24 12:41:33 +05:30
Suraj Shetty
91c9dce6c0 fix: Create copy of meta fields for checks 2021-03-24 10:58:56 +05:30
Suraj Shetty
514d7480e6 fix: Do not validate permlevel for admin 2021-03-24 09:43:36 +05:30
Suraj Shetty
7e5f86789c fix: Do not check permlevel > 0
- while creating has_access_to list
2021-03-23 19:53:05 +05:30
prssanna
05bd2c561a Merge branch 'develop' of https://github.com/frappe/frappe into permlevel-fix 2021-03-23 13:45:03 +05:30
Chinmay Pai
043a6c0804
Merge branch 'develop' into virtual_doctype 2021-03-17 20:18:44 +05:30
prssanna
32c1847a1d fix: remove redundant application of field level permissions 2021-03-17 14:08:37 +05:30
prssanna
7fbe2b1af2 Merge branch 'develop' of https://github.com/frappe/frappe into permlevel-fix 2021-03-17 11:04:41 +05:30
Prssanna Desai
7cc64489e3
Merge branch 'develop' into perms-in-unrelated-doc 2021-03-16 11:12:46 +05:30
Shariq Ansari
71bb522e95
fix: Multi currency in print view shows same currency symbol (#12569)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-16 10:07:23 +05:30
Suraj Shetty
b4fd52cda6
Merge branch 'develop' into perms-in-unrelated-doc 2021-03-12 14:00:01 +05:30
marination
46ff9c6102 fix: Fixed for field default values too + Added tests
- made fix for field default values too along with user default values
- Commonified validation of default value via User Perm
- Added tests for both cases
2021-03-12 12:40:22 +05:30
prssanna
e5a27c22b0 Merge branch 'develop' of https://github.com/frappe/frappe into permlevel-fix 2021-02-25 14:46:00 +05:30
mergify[bot]
465404f66e
Merge pull request #12447 from adityahase/perf-cli
perf: Faster CLI
2021-02-25 01:44:36 +00:00
marination
c5cc262ead fix: No user Permissions against new doc was not considered
- the new doc could not have any User Permissions on it
- No restrictions, and hence default must be set
2021-02-24 21:08:33 +05:30
marination
30341d5d53 fix: frappe.new_doc won't set default in presence of User Permissions 2021-02-24 19:54:01 +05:30
mergify[bot]
3e76842765
Merge pull request #12347 from hasnain2808/better-way-to-extract-fieldname
fix: better way to extract fieldname from key_name
2021-02-24 10:08:04 +00:00
Suraj Shetty
cb51df4f80
Merge branch 'develop' into docs_update 2021-02-22 11:04:25 +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
b0456503f2
perf: Remove frappe.utils.background_job from import tree 2021-02-21 09:42:04 +05:30
Aditya Hase
3f0409a2af
perf: Remove frappe.utils.password from import tree 2021-02-21 09:41:28 +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
hasnain2808@gmail.com
a1970efba3 chore: use dict instead of index 2021-02-19 00:15:02 +05:30
Mohammad Hasnain Mohsin Rajan
938230ae9e
chore: better commands
Co-authored-by: Rohan <Alchez@users.noreply.github.com>
2021-02-19 00:10:02 +05:30
Rohit Waghchaure
bfab46c536 fix: ignore notify update in patch execution 2021-02-18 13:33:12 +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
hasnain2808@gmail.com
ae4e39480e fix: better way to extract fieldname from key_name 2021-02-08 21:23:35 +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
Brian Pond
9e5dfc2859
refactor: Remove unused args in get_doc_files (#12298)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-02-03 22:32:01 +05:30
Shridhar Patil
0e0e857e1d
Merge branch 'develop' into virtual_doctype 2021-02-02 14:02:32 +05:30
prssanna
94db4b6c3d Merge branch 'develop' of https://github.com/frappe/frappe into rebrand-ui 2021-02-01 20:41:34 +05:30
Saurabh
d120ca7f9e
fix: validate user perms if user has select perm (#12289) 2021-02-01 17:43:24 +05:30