Gavin D'souza
adc69cb3ec
build: Upgrade Pillow dependency
...
This upgrade handles multiple high severity vulnerabilities. I've not
checked the affected code in great depth but the APIs we use may be
affected. If they could actually be exploited is another matter which
would take a whole lotta effort which I'd rather not test xD
Fixes: CWE-74, CWE-125, CWE-120, CWE-125, CWE-400
CVE IDs: CVE-2022-22817, CVE-2022-22816, CVE-2021-34552, CVE-2021-23437
2022-02-09 12:28:04 +05:30
Sagar Vora
f0a10efa62
fix: improved validations
2022-02-09 12:22:54 +05:30
Gavin D'souza
5798cfaf4c
build: Update iPython dependency
...
Updating dependency due to arbitrary code execution vulnerability in IPython that stems from IPython executing untrusted files in CWD. This vulnerability allows one user to run code as another.
ref: https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#ipython-8-0-1-cve-2022-21699
Weaknesses: CWE-250, CWE-269, CWE-279
CVE ID: CVE-2022-21699
2022-02-09 12:19:26 +05:30
Shariq Ansari
088132000d
Merge branch 'develop' into workspace-ui-fixes
2022-02-09 12:16:22 +05:30
Shariq Ansari
9b9956e1ce
fix: blur event was overlapping block list item click event
2022-02-09 12:15:48 +05:30
Saqib Ansari
e2c968e255
fix: customized doctypes to show_title_field_in_link
2022-02-09 11:54:44 +05:30
mergify[bot]
ec5dd79957
Merge pull request #15746 from ruchamahabal/fix-naming-validation
...
fix: validate doc naming when set via prompt or by passing `set_name`
2022-02-09 06:05:16 +00:00
Daizy
ddd45a71bc
feat: Allow users to customize their own reports
2022-02-09 11:07:04 +05:30
Rucha Mahabal
240665940f
fix: remove redundant test record deletions and resetting
2022-02-09 11:01:05 +05:30
Rucha Mahabal
78e606bd0f
Merge branch 'develop' into fix-naming-validation
2022-02-09 10:52:24 +05:30
Saqib Ansari
6e0c4946f1
Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor
2022-02-09 10:43:34 +05:30
Saqib Ansari
073fbdd3bc
Merge branch 'link_title_refactor' of https://github.com/nextchamp-saqib/frappe into link_title_refactor
2022-02-09 10:32:47 +05:30
Shariq Ansari
0cb3e5691f
Merge branch 'develop' into workspace-ui-fixes
2022-02-08 20:17:13 +05:30
Sagar Vora
e5857fa56a
fix: improve setup wizard exception email
2022-02-08 20:02:49 +05:30
Sagar Vora
951ad3f844
chore(deps): bump werkzeug to latest version
2022-02-08 20:02:49 +05:30
Shariq Ansari
f904e8a972
Merge branch 'develop' into hide-notification-on-click
2022-02-08 19:36:57 +05:30
Shariq Ansari
c12c8eb314
style: made links card block pixel perfect
2022-02-08 19:28:08 +05:30
Shariq Ansari
2b12fa880c
fix: UI fix for card block
2022-02-08 17:02:48 +05:30
Gavin D'souza
0482f1362a
Merge branch 'develop' of github.com:frappe/frappe into dynamic-docfields
2022-02-08 16:50:58 +05:30
gavin
71ceb496d1
Merge pull request #15907 from ankush/qb_non_select
...
fix: executing non-select qb code from whitelisted methods
2022-02-08 16:19:02 +05:30
Suraj Shetty
72408c46c9
Merge pull request #15820 from kamaljohnson/fix-imap-folder-append-to-not-working-issue
2022-02-08 13:34:21 +05:30
Ankush Menat
b64c03d83d
test: restricted QB
2022-02-08 13:22:31 +05:30
Ankush Menat
496e5b513b
fix: executing non-select qb code from whitelisted methods
...
Co-Authored-By: Gavin D'souza <gavin18d@gmail.com>
2022-02-08 13:06:24 +05:30
kamaljohnson
cb25d894b4
refactor: code cleanup
2022-02-08 12:54:51 +05:30
Suraj Shetty
b978b5a70b
test: Fix mocked method and formatting issues
2022-02-08 12:01:11 +05:30
kamaljohnson
84501c663e
fix: use new mocked_inbound_mail in test_email
...
- remove in_test block from production code
2022-02-08 08:33:09 +05:30
kamaljohnson
0e63c9c33e
fix: test fail issue for some email tests
...
- test_threading
- test_threading_by_message_id
- test_threading_by_subject
2022-02-08 08:11:43 +05:30
kamaljohnson
d318675522
feat: add coverage for some more email tests
...
- test_incoming
- test_incoming_with_attach
- test_incoming_attached_email_from_outlook_plain_text_only
- test_incoming_attached_email_from_outlook_layers
2022-02-08 01:27:26 +05:30
kamaljohnson
7b0e646e10
fix: none type issue in email test, add more coverage to test_auto_reply
2022-02-08 01:04:44 +05:30
kamaljohnson
2366640d60
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
2022-02-07 22:13:11 +05:30
Ankush Menat
05e29fa496
test: ignore dataimport test on postgres ( #15902 )
...
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
2022-02-07 21:15:41 +05:30
kamaljohnson
30840b1f95
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
2022-02-07 19:32:12 +05:30
Ankush Menat
c5fbd07840
revert: "fix: use now instead of is_async in tests ( #15893 )" ( #15899 )
...
This reverts commit 1cd4722235 .
2022-02-07 19:10:42 +05:30
kamaljohnson
e109c6b039
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
2022-02-07 18:26:04 +05:30
kamaljohnson
7c51c6a9ea
fix: add in_test parameter from frappe.local.flags.in_test mock
2022-02-07 18:25:36 +05:30
Rushabh Mehta
7f3ace8a4e
Merge pull request #15411 from phot0n/remove-unnecessary-fields
...
refactor: remove parent, parenttype and parentfield columns from non-child table doctypes
2022-02-07 18:02:14 +05:30
phot0n
a6ea0c9e37
fix: add index on parent in child table doctype
2022-02-07 17:49:37 +05:30
phot0n
7bd84496c1
fix: use int for docstatus in get_default_df
2022-02-07 16:43:16 +05:30
phot0n
266e1f95ed
chore: adding back idx column
...
This is needed for ordering in display of links as it keeps
track of the clicks on a particular link item
2022-02-07 16:40:01 +05:30
kamaljohnson
0252afa04a
Merge branch 'develop' into fix-imap-folder-append-to-not-working-issue
2022-02-07 16:22:04 +05:30
kamaljohnson
caab903edb
fix: add back in_test override for imap_folders test
...
Since a lot of tests still uses the old way i.e, use `in_test` and execute custome (non-production) code to get results. Kept the same code for now else as a major test refactor needs to be done.
2022-02-07 15:49:59 +05:30
phot0n
aeadcb1322
chore(notifications.py): remove unused get_unseen_likes
2022-02-07 15:12:43 +05:30
phot0n
f64b0eee46
test: child table creation and transitioning
2022-02-07 15:12:43 +05:30
phot0n
9e42d1b769
chore: remove patch
2022-02-07 15:12:43 +05:30
phot0n
dfb1b8b406
chore(notifications.py): remove unused function get_unread_emails
2022-02-07 15:12:43 +05:30
phot0n
b31f3c24f6
refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes
...
* feat: add parent, parenttype, idx, parentfield columns to doctypes when transitioning from normal -> child table
* fix: remove parent, parenttype, parentfield, idx from DocType DocType
2022-02-07 15:12:37 +05:30
Rohan Bansal
a3043d8621
fix: append chart options before render
2022-02-07 14:51:13 +05:30
Ankush Menat
1cd4722235
fix: use now instead of is_async in tests ( #15893 )
2022-02-07 14:00:26 +05:30
Suraj Shetty
ce791aef5f
Merge branch 'develop' into link_title_refactor
2022-02-07 12:45:48 +05:30
Wolfram Schmidt
fb1ff60ab2
polished the "Tag" translation ( #15889 )
...
corrected some translations and added missing ones
2022-02-07 06:50:56 +00:00