Chinmay D. Pai
2ea74dee36
fix: check for whitelist before calling from search
...
search widget takes query as an input, but does not check whether the
query function that is called is whitelisted, basically allowing anyone
logged-in to call any function regardless of the whitelist.
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-05-26 18:47:17 +05:30
mergify[bot]
19c08eae14
Merge pull request #10490 from scmmishra/onb-delete
...
feat: patch to delete onboarding slide doctype
2020-05-26 07:15:27 +00:00
Shivam Mishra
84011d0bb7
feat: patch to delete onboarding slide doctype
2020-05-26 12:30:29 +05:30
mergify[bot]
3a76445892
Merge pull request #10486 from gavindsouza/new-site-cleanup-fix
...
fix: run cleanup only after new-site
2020-05-26 06:17:21 +00:00
Gavin D'souza
8266a3aac3
fix: run cleanup only after new-site
2020-05-26 11:20:25 +05:30
mergify[bot]
2c3fb63f4b
Merge pull request #10469 from prssanna/assignments-fix
...
fix: Reopened assignments don't get reassigned
2020-05-26 04:47:55 +00:00
Suraj Shetty
b6a2df8b03
style: Fix cider
...
- Also, remove redundant code
2020-05-26 10:03:13 +05:30
prssanna
cc6663dac4
fix: get only cancelled todo docs
2020-05-26 00:37:51 +05:30
prssanna
d07fe13890
fix: move code to communication.py and rename function
2020-05-26 00:37:11 +05:30
mergify[bot]
7f7c3930de
Merge pull request #10246 from Thunderbottom/logout-all-devices
...
fix: clear_sessions should by default include mobile
2020-05-25 17:35:33 +00:00
mergify[bot]
e2e700ad74
Merge pull request #10467 from prssanna/chart-report-filters
...
fix: call onload if defined in report script
2020-05-25 16:06:28 +00:00
Suraj Shetty
bfc16481ff
fix(timeline): Escape timeline content properly ( #10472 )
2020-05-25 21:24:03 +05:30
mergify[bot]
b973306340
Merge pull request #10478 from prssanna/empty-sidebar-filter
...
fix: Empty sidebar filter list html not updated
2020-05-25 15:06:15 +00:00
prssanna
1f44b33e0d
fix: empty list not updated
2020-05-25 17:44:51 +05:30
mergify[bot]
6a748661c2
Merge pull request #10304 from nehasacher143/develop-reports-print-format
...
fix: fixed the reports print format
2020-05-25 05:47:31 +00:00
Suraj Shetty
39b8b3cc6a
Merge branch 'develop' into logout-all-devices
2020-05-25 11:15:13 +05:30
prssanna
1a576df873
fix: apply assignment rule on setting status as open
2020-05-23 14:30:05 +05:30
prssanna
e18505feb5
fix: get_assignment fetches closed todo docs
2020-05-23 14:26:07 +05:30
mergify[bot]
dc28773cec
Merge pull request #10464 from scmmishra/sidebar-width
...
refactor: sidebar spacing for desk
2020-05-22 12:11:05 +00:00
prssanna
db0ad1912d
fix: call onload if defined in report script
2020-05-22 17:37:33 +05:30
mergify[bot]
425e250924
Merge pull request #10461 from scmmishra/fix-chart-color
...
fix: chart auto color
2020-05-22 11:37:45 +00:00
Shivam Mishra
38706e9dbe
feat: sidebar spacing
2020-05-22 16:52:58 +05:30
Shivam Mishra
087673c543
fix: chart auto color
2020-05-22 15:01:24 +05:30
mergify[bot]
ce960f04da
Merge pull request #10455 from gavindsouza/backups-var-fix
...
fix: Add backwards compatible verbose flag
2020-05-22 07:53:33 +00:00
Gavin D'souza
fd9fd7c940
fix: backwards compatible verbose flag
2020-05-22 12:12:14 +05:30
Suraj Shetty
cf88b94686
Merge branch 'develop' into develop-reports-print-format
2020-05-22 10:31:23 +05:30
mergify[bot]
a2550faa0f
Merge pull request #10232 from scmmishra/web-analytics-report
...
feat: Website module enhancements
2020-05-22 04:51:25 +00:00
mergify[bot]
c65e2d0e53
Merge pull request #10442 from SDLyu/fix/get_dashboard_data_bug
...
fix: customize hooks for override_doctype_dashboards get AttributeError
2020-05-21 16:00:50 +00:00
Shivam Mishra
5bdcc4cbe0
fix: translate tour for web page
2020-05-21 19:52:28 +05:30
mergify[bot]
c706870977
Merge pull request #10447 from saurabh6790/fix-return-value-for-flt
...
fix: default return value for flt
2020-05-21 13:28:37 +00:00
Saurabh
895ffc3fec
fix: default return value for flt
2020-05-21 18:22:32 +05:30
Shivam Mishra
a905f34c2d
fix: use get-all instead of get-list ( #10444 )
2020-05-21 17:06:45 +05:30
mergify[bot]
dafa1f1bf8
Merge pull request #10432 from adityahase/fix-background-job-error-log
...
fix(background-jobs): Include traceback in error logs
2020-05-21 11:13:28 +00:00
SDLyu
3e9d8d05e9
Wrappe frappe._dict
...
`frappe.get_attr(hook)(data=data)` return dict. But function `get_open_count` will access `fieldname` attribute in notifications.py.
I will cause error `'dict' object has no attribute 'fieldname'`.
2020-05-21 18:47:00 +08:00
mergify[bot]
4e197c56d6
Merge pull request #10430 from scmmishra/fix-relative-filter-test
...
test: fix flaky tests relative filter and control link
2020-05-21 10:00:38 +00:00
mergify[bot]
3a52fe8949
Merge pull request #10434 from adityahase/fix-recorder-sensible-defaults
...
fix(recorder): Use sane defaults for sorting
2020-05-21 09:45:57 +00:00
mergify[bot]
b424a340a9
Merge pull request #10439 from frappe/sahil28297-patch-3
...
chore: pin redis version to 3.5.1
2020-05-21 09:42:11 +00:00
sahil28297
53f6404604
chore: pin redis version to 3.5.1
2020-05-21 14:36:19 +05:30
Aditya Hase
1abf265451
fix(recorder): Use sane defaults for sorting
2020-05-21 11:01:42 +05:30
mergify[bot]
55a3e959f2
Merge pull request #10424 from gavindsouza/recorder-css
...
fix(recorder): reduce z index to avoid overlap
2020-05-21 05:13:54 +00:00
Himanshu
066ecb44cc
fix(Query Report): column reordering bug ( #10270 )
2020-05-21 10:31:26 +05:30
Aditya Hase
33a52fcff2
fix(background-jobs): Include traceback in error logs
2020-05-21 10:28:45 +05:30
mergify[bot]
0b22139e82
Merge pull request #10120 from prssanna/chart-dates-fix
...
fix: Calculation of dates and values for dashboard charts
2020-05-21 04:21:47 +00:00
mergify[bot]
89080f8b1d
Merge pull request #10411 from netchampfaris/move-address-contact-templates-from-erpnext-2020-05-18
...
fix: Move address and contact templates from ERPNext
2020-05-21 04:05:46 +00:00
mergify[bot]
46e52d7d77
Merge pull request #10206 from Anurag810/multi_select_dialog_redesign
...
feat: Redesign Multiselect Dialog
2020-05-20 18:48:45 +00:00
Shivam Mishra
e33bcfa6bd
style: fix linting issue
2020-05-21 00:03:46 +05:30
mergify[bot]
98050bc6b7
Merge pull request #10371 from scmmishra/web-page-builder-enhancements
...
fix: Web page builder enhancements
2020-05-20 18:27:36 +00:00
mergify[bot]
4f6f9f3293
fix: check for self linking (bp #10181 ) ( #10426 )
2020-05-20 23:30:27 +05:30
Shivam Mishra
53855cad1d
fix (cypress): set default command timeout to 20 seconds
2020-05-20 23:29:30 +05:30
Shivam Mishra
5d5cb26143
fix: add delay in typing
2020-05-20 23:28:40 +05:30