Commit graph

14692 commits

Author SHA1 Message Date
Achilles Rasquinha
61b2b25981 [FIX] Fix XSS (#4560)
* [FIX] login xss

* [FIX] Client Side Sanitization

* moved from frappe to frappe.utils

* added strategies

* removed console.log

* fixed codacy

* XSS sanitization at login

* moved to common js - xss_sanitize
2017-12-13 16:25:06 +05:30
Sharath-Chikkanna
009e0bdc05 Note regarding CSRF-Token added to POST request rest api docs. (#4613) 2017-12-13 16:18:46 +05:30
Nabin Hait
7506c49dc4 Fixed Merge conflict 2017-12-12 19:08:53 +05:30
Nabin Hait
4d4fb72315 Merge branch 'hotfix' 2017-12-12 19:05:50 +05:30
Nabin Hait
f8936c724e bumped to version 9.2.23 2017-12-12 19:35:50 +06:00
Faris Ansari
49b63d7680 Add is_image util (#4605) 2017-12-12 19:04:38 +05:30
Prateeksha Singh
3565ca48b0
Merge pull request #4606 from netchampfaris/Tab-focus-checkbox
Tab focus checkbox
2017-12-12 14:51:05 +05:30
Prateeksha Singh
677872cb26
Merge pull request #4607 from pratu16x7/charts-docs
[minor] Update charts docs
2017-12-12 14:31:17 +05:30
Prateeksha Singh
1edc2b2936 update charts docs 2017-12-12 14:27:53 +05:30
Brown-Harry Boma
b9201dbdd0 Make improve page link generic in help documentation (#4586) 2017-12-12 12:53:59 +05:30
Achilles Rasquinha
c87172345f [MIN] added the Babel Object Rest Plugin (#4589)
* added rest operator for babel

* added package-lock.json to .gitignore

* removed package-lock.json
2017-12-12 12:37:54 +05:30
Faris Ansari
576e927313 Tab focus checkbox 2017-12-12 12:32:55 +05:30
Faris Ansari
8592d49c07 [fix] test for image files (#4602) 2017-12-12 11:41:08 +05:30
Achilles Rasquinha
79a8be3633 [HOTFIX] Currency Format on Print (#4584)
* [HOTFIX] fix currency issue on print

* [HOTFIX] fix currency issue on print

* added value check for format

* added value check for format

* fix codacy
2017-12-11 15:10:32 +05:30
Manas Solanki
436ce11c60 escape the email account name (#4598) 2017-12-11 14:29:48 +05:30
Manas Solanki
24cc7939c8 escape the user name in the show desktop page (#4599) 2017-12-11 14:29:27 +05:30
Brown-Harry Boma
67f30a762c Prevent duplicate sidebar display in mobile view (#4592) 2017-12-11 11:11:09 +05:30
KanchanChauhan
def411a8aa Deleted repeated code (#4594) 2017-12-11 11:06:23 +05:30
Rushabh Mehta
6470d26d19 [minor] import and assign 2017-12-08 15:51:25 +05:30
Prateeksha Singh
1b64214e03
Merge pull request #4590 from frappe/achillesrasquinha-patch-1
Chrome Driver Issue
2017-12-07 17:32:14 +05:30
Achilles Rasquinha
e5de3b6deb
Chrome Driver Issue 2017-12-07 16:23:59 +05:30
Shreya Shah
e6f294b782 Activity Log Patch fix (#4580) 2017-12-07 15:26:53 +05:30
schilgod
a247dfe2d7 Add function to remove specific custom buttons by label (#4498)
* Add function to remove specific custom buttons by label

* [fix] codacy errors

* rename remove_custom_buttons function to remove_custom_button

* seperate add and get inner button functions

* [fix] codacy errors

* More flexible API

* Alias Form method
2017-12-07 14:26:12 +05:30
Saurabh
af0d0972aa [fix] Increase chunk size to 15 mb while uploading file to dropbox (#4492) 2017-12-07 13:17:42 +05:30
Davide Bortolami
8e6d72e6ef GSuite Documentation updates (#4570)
I will update this PR with various documentation improvements in the following days
2017-12-07 13:00:48 +05:30
Nabin Hait
5927c67130 Merge branch 'hotfix' 2017-12-07 11:54:13 +05:30
Nabin Hait
48585dbc91 Merge branch 'master' into develop 2017-12-07 11:54:13 +05:30
Nabin Hait
7909f9a08c bumped to version 9.2.22 2017-12-07 12:24:13 +06:00
rohitwaghchaure
32f35d278f [Fix] Make new button(+) not working for chinese language (#4581) 2017-12-07 11:51:37 +05:30
Zarrar
a0c1af4c11 [Fix] Data Import Tool (#4527)
* handle empty rows, validating naming-series

* Update importer.py
2017-12-07 11:47:41 +05:30
ci2014
01a955eb45 Allow developers to choose attachments (#4477)
* Allow developers to choose attachments

This change allows developers to choose attachments, even if there is a cur_frm object.

* Update communication.js

* Merge this.attachments and form attachments

* fix codacy
2017-12-06 20:02:13 +05:30
Prateeksha Singh
694ab62d4b
Merge pull request #4582 from Zlash65/fix-multicheck
[Minor] Multicheck control fix
2017-12-06 15:59:43 +05:30
Zlash65
817cc2927a minor fix 2017-12-06 15:41:25 +05:30
Nabin Hait
2d9b988b9a Merge branch 'hotfix' 2017-12-06 14:16:03 +05:30
Nabin Hait
b7acbcdeb2 Merge branch 'master' into develop 2017-12-06 14:16:03 +05:30
Nabin Hait
83a08130ab bumped to version 9.2.21 2017-12-06 14:46:03 +06:00
Achilles Rasquinha
d01ba3c051 Fixed Currency Precision during Display and Print (#4579)
* Fixed Currency Issue for Display and Print

* Fixed Codacy

* Update formatters.js
2017-12-06 14:15:18 +05:30
Prateeksha Singh
d1aa5c60b4 [Multicheck control] (#4529)
* multicheck control

* [checkboxes] replace in domain settings

* [checkboxes] use in setup_wizard domains

* [multicheck] minor

* [multicheck] set and get value as an array

* [multicheck] make controls.less

* basic view control with value as array object

* load active domains

* selenium helper: multicheck

* [multicheck] make field if not present

* [multicheck] append control in an HTML field
2017-12-06 13:25:33 +05:30
Zarrar
816f045f75 fix for header row not updating (#4576) 2017-12-06 11:58:47 +05:30
Saurabh
f2252568f6 [fix] sanitize input on search page (#4565) 2017-12-05 16:07:17 +05:30
Achilles Rasquinha
c5cc5dbae7 Fixed Codacy 2017-12-04 20:48:41 +05:30
Achilles Rasquinha
b02b48a3ce Fixed Codacy 2017-12-04 20:24:43 +05:30
Achilles Rasquinha
88345a626c Added frappe.ui.DropZone 2017-12-04 20:02:45 +05:30
Zarrar
eb2c7753c3 [Fix] Disallow Drag and drop across child-table (#4572)
* drag and drop across child-table disallow

* improvised
2017-12-04 16:00:09 +05:30
Zarrar
a576b9f0b6 Set proper fallbacks for start and end date (#4568) 2017-12-04 12:27:32 +05:30
Saurabh
930ea958bc Merge branch 'master' into develop 2017-12-01 16:19:17 +05:30
Saurabh
08b80bafde Merge branch 'hotfix' 2017-12-01 16:19:16 +05:30
Saurabh
42ac72a995 bumped to version 9.2.20 2017-12-01 16:49:16 +06:00
Faris Ansari
4078a543c4
[fix] frm.can_create when language is different (#4567) 2017-12-01 16:06:08 +05:30
Ameya Shenoy
7f9ec35391 [Bug] fixed install failure due to psycopg2 (#4566) 2017-12-01 14:59:54 +05:30