Commit graph

16761 commits

Author SHA1 Message Date
Ameya Shenoy
99dbbdabc8 bumped to version 11.0.3-beta.3 2018-10-05 08:56:56 +00:00
Faris Ansari
396f9508b4
Merge pull request #6205 from netchampfaris/yarn-integrity
fix(yarn): Add integrity for packages
2018-10-05 14:16:24 +05:30
Faris Ansari
0c99576e49 fix(yarn): Add integrity for packages 2018-10-05 14:15:22 +05:30
Faris Ansari
379ef83d40
Merge pull request #6203 from netchampfaris/rollup-message
fix(rollup): Add message to indicate addition of new dependency
2018-10-05 14:10:28 +05:30
Faris Ansari
8a6d9752fa
Merge pull request #6202 from netchampfaris/quill-div-block
Quill fixes
2018-10-05 13:54:09 +05:30
Faris Ansari
6316917274 fix(rollup): Add message to indicate addition of new dependency 2018-10-05 13:04:31 +05:30
Faris Ansari
9b6851c970 fix(Text Editor): Treat values set from api as non dirty 2018-10-05 12:46:55 +05:30
Faris Ansari
b35165e257 fix(Text Editor): Set div as the default block 2018-10-05 11:46:41 +05:30
Sagar Vora
30a0592feb fix create_custom_field to accept all parameters of df (#6186) 2018-10-05 11:30:32 +05:30
Charles-Henri Decultot
09cdb2f39b [Fix] In-app documentation (#6185)
* In-app documentation correction

* In app images fix proposal
2018-10-05 11:29:37 +05:30
Charles-Henri Decultot
08edf6e208 ASCII error on import correction (#6192) 2018-10-05 11:25:43 +05:30
Charles-Henri Decultot
74057fdf55 [GCalendar Integration] All days events and incremental sync (#6197)
* All days events and incremental sync

* Remove trailing whitespace
2018-10-05 11:25:24 +05:30
Faris Ansari
48dc27a085 fix(Text Editor): Paste images in editor (#6193) 2018-10-05 11:22:02 +05:30
deepeshgarg007
4ce789d1f5 Changes in datatable options (#6199) 2018-10-05 11:12:39 +05:30
Ameya Shenoy
d3a7399d9e
Merge branch 'staging-fixes' into staging 2018-10-04 14:05:51 +00:00
Ameya Shenoy
501f8ae8be bumped to version 11.0.3-beta.2 2018-10-04 14:05:51 +00:00
Ameya Shenoy
3c2be3a23f
Merge pull request #6198 from codingCoffee/secfix
fix(): ignore empty fields in security settings
2018-10-04 19:14:52 +05:30
Ameya Shenoy
7ddf4095c3
fix(): ignore empty fields in security settings
- migration used to break on newly created sites which did not have any
fields filled
2018-10-04 18:04:42 +05:30
Ameya Shenoy
eb0825d707
Merge branch 'staging-fixes' into staging 2018-10-04 11:34:13 +00:00
Ameya Shenoy
faa56e5f8c bumped to version 11.0.3-beta.1 2018-10-04 11:34:13 +00:00
Ameya Shenoy
9851e0cdbb
Merge pull request #6196 from codingCoffee/wrong_commit
First attempt to fix ldap (#6181)
2018-10-04 17:01:32 +05:30
Hemant Pema
ef284961e6
First attempt to fix ldap (#6181)
Hi, this is  a fix to "StartTLS is not supported"-Bug in LDAP integrations #6178

Please review and merge.
2018-10-04 16:58:14 +05:30
Ameya Shenoy
f342c1ce4a
Merge branch 'master' into staging-fixes 2018-10-03 15:08:25 +00:00
Ameya Shenoy
9d74acfe37
Merge branch 'hotfix' 2018-10-03 15:07:59 +00:00
Ameya Shenoy
ae65dd576f bumped to version 10.1.50 2018-10-03 15:07:59 +00:00
Ameya Shenoy
8576cd71e4
Merge pull request #6189 from codingCoffee/fake
chore: fake commit for release
2018-10-03 20:36:53 +05:30
Ameya Shenoy
a181ba61ae
chore: fake commit for release
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-10-03 20:34:07 +05:30
Ameya Shenoy
90d7fbffcf
Merge pull request #6188 from codingCoffee/fake
chore: fake commit for release
2018-10-03 20:31:08 +05:30
Ameya Shenoy
2c978f6efa
chore: fake commit for release
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-10-03 20:28:59 +05:30
Ameya Shenoy
66073c360a
Merge branch 'master' into staging-fixes 2018-10-03 14:51:32 +00:00
Ameya Shenoy
e90a8af3f0
Merge branch 'hotfix' 2018-10-03 14:51:29 +00:00
Ameya Shenoy
00d9c2e290 bumped to version 10.1.49-beta.1 2018-10-03 14:51:29 +00:00
Shreya Shah
f4c9d5d2b2
Merge pull request #6187 from shreyashah115/allow-images
Allow img src having data protocol
2018-10-03 16:13:32 +05:30
Shreya
487fd3e321 Allow img src having data protocol 2018-10-03 10:52:24 +05:30
Rushabh Mehta
9a9bf13bf1 fix(app) 2018-10-02 15:18:35 +05:30
Rushabh Mehta
8aa2660a94 fix(app), style 2018-10-02 15:15:36 +05:30
Rushabh Mehta
b52e0a7ce8 fix(patch): change sequence of change_email_signature_fieldtype patch 2018-10-02 12:11:31 +05:30
Shreya Shah
2dd66e6986 Fix Routing while adding address (#6171)
* Fix Routing while adding address

* Make similar fixes for Contact

* Commonify function

* Add method to an existing file
2018-10-02 11:11:06 +05:30
Hemant Pema
4e9f00d142 First attempt to fix ldap (#6181)
Hi, this is  a fix to "StartTLS is not supported"-Bug in LDAP integrations #6178

Please review and merge.
2018-10-02 11:10:16 +05:30
Rushabh Mehta
cf2b3f34ae fix(app, style) 2018-10-02 11:06:37 +05:30
Rushabh Mehta
5aaee31c49 fix(test): test_scheduler.py 2018-10-02 10:51:52 +05:30
Faris Ansari
cb67d66487 fix: Timeline item details link (#6177) 2018-10-02 10:45:55 +05:30
Ameya Shenoy
1ba3f4a737 fix(release_popup): show only the non-beta release (#6169)
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-10-02 10:43:09 +05:30
Ameya Shenoy
bb3cd6e7f3 fix(security): patch to tighten security (#6167)
- wrote a patch to enforce a password policy, a default password score
of 2 as calculated by zxcvbn, disallow more than 3 login attempts in a
span of 60 seconds
- added '3' to the allowed password score
- enabled password policy by default
- set 3 as the default value for login attempts in a span of 60 seconds

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2018-10-02 10:42:30 +05:30
Shreya Shah
b7d8f23a8b Modify Email Signature fieldtype (#6161)
- Change fieldtype from Text to Text Editor
- Add patch to handle cases having a new line
2018-10-02 10:41:03 +05:30
Rushabh Mehta
0e65150b87 fix(timeline) 2018-10-02 10:40:27 +05:30
Charles-Henri Decultot
98abda32b4 [Enhancement] Event timeline (#6133)
* Events in timeline wip

* Events in timeline

* Permission issue + split buttons between Frappe and ERPNext

* Add string type check

* Codacy corrections

* Permission issue

* Test and feedback corrections

* Codacy corrections

* Tests and codacy corrections

* Codacy correction

* Py3 correction

* Travis correction

* Py3 corrections"

* Travis and codacy corrections

* Removed space

* Add check for the removal of new lines

* Codacy rollup watch missing semicolon
2018-10-02 10:12:55 +05:30
rohitwaghchaure
1c8db8fee3 [Fix] Permlevel 1 with read permission fields are not disaplying in the form (#6160) 2018-10-02 10:08:59 +05:30
rohitwaghchaure
e24b6598a9 [Fix] Show totals not disaplying in the report print (#6154) 2018-10-02 10:08:33 +05:30
Saurabh
4795572a46
Merge pull request #6165 from saurabh6790/subscription_support
Subscription support
2018-10-01 14:59:36 +05:30