Anand Doshi
|
a48dd50381
|
[fix] with frappe.init_site, worker and schedule commands, cleanup and fixes to rq code
|
2016-04-13 19:28:04 +05:30 |
|
Anand Doshi
|
73ea0b7c8e
|
[fix] admin role addition
|
2016-04-08 16:11:15 +05:30 |
|
Nabin Hait
|
6aaa6ce17d
|
[fix] Catch ConnectionError while checking gravatar_url
|
2016-04-07 16:10:32 +05:30 |
|
Rushabh Mehta
|
90fb3ebcb9
|
[enhancement] added image_field so image will appear in the sidebar
|
2016-04-04 16:56:35 +05:30 |
|
Rushabh Mehta
|
ef26877689
|
[enhancement] default user images based on user name
|
2016-04-01 19:16:08 +05:30 |
|
Anand Doshi
|
4fd42291b2
|
[enhancement] Identicon in sidebar
|
2016-04-01 15:08:22 +05:30 |
|
Rushabh Mehta
|
23b38dbd04
|
[cleanup] added migrate.py and sync desktop icons on migrate
|
2016-03-16 11:17:29 +05:30 |
|
Anand Doshi
|
52d6784b47
|
[fix] for static jinja files, run markdown after rendering jinja and don't sanitize html
|
2016-02-26 15:18:06 +05:30 |
|
Anand Doshi
|
34af73de33
|
[hotfix] Additional whitelist tags in sanitize_html
|
2016-02-25 15:07:02 +05:30 |
|
Nabin Hait
|
a84dfdb29c
|
[fix] IFrame included in html sanitizer svg elements
|
2016-02-24 17:41:59 +05:30 |
|
Anand Doshi
|
353e8a9d1f
|
[fix] Sanitize form_dict and doc values to prevent XSS
|
2016-02-23 12:11:28 +05:30 |
|
Anand Doshi
|
a3fe5ae8c1
|
[fix] validate email address
|
2016-01-27 17:03:38 +05:30 |
|
Rushabh Mehta
|
5297b2a56c
|
[minor] strip email id before validating
|
2016-01-25 11:30:42 +05:30 |
|
Rushabh Mehta
|
e4a70cb5cb
|
[fix] is_single in doctype as set_only_once
|
2016-01-11 12:26:12 +05:30 |
|
Anand Doshi
|
8a5addaae7
|
[feature] Private files. Fixes #927
- Option during upload + all new incoming email files will be private
- Paired with @rmehta
|
2015-12-09 14:02:14 +05:30 |
|
Rushabh Mehta
|
8228cf183c
|
[docs] [fixes]
|
2015-12-09 12:03:20 +05:30 |
|
Anand Doshi
|
3e317b235e
|
[docs] css fixes, auto-rebuild of docs
|
2015-12-02 17:07:08 +05:30 |
|
Rushabh Mehta
|
0749122d07
|
Merge pull request #1330 from pdvyas/contrib-apps
[minor] add contrib apps to installer
|
2015-11-18 11:27:19 +05:30 |
|
Anand Doshi
|
cc2a625bed
|
[hook] before_write_file, added method call_hook_method
|
2015-10-28 13:09:57 +05:30 |
|
Pratik Vyas
|
f1b87d26f1
|
[minor] add contrib apps to installer
|
2015-10-07 00:40:52 -07:00 |
|
Anand Doshi
|
c726fb05db
|
[fix] send upto 100 bulk emails at a time, and fix to validate email address
|
2015-09-30 09:47:16 +05:30 |
|
Anand Doshi
|
2b9cb67e1f
|
Added CC in Communication to manually specify whom to notify. frappe/erpnext#3697
|
2015-09-17 13:14:51 +05:30 |
|
Pratik Vyas
|
422668a67f
|
Async
|
2015-07-24 10:07:24 +05:30 |
|
Rushabh Mehta
|
69697bc172
|
[fix] validate_email_add
|
2015-07-16 11:51:55 +05:30 |
|
Pratik Vyas
|
ff8137650a
|
[hotfix] avoid import error on old versions of requests
|
2015-05-01 15:19:05 +05:30 |
|
Pratik Vyas
|
79810466a8
|
[util] add custom request session with retries
|
2015-04-29 15:17:34 +05:30 |
|
Anand Doshi
|
05fe53c404
|
Merge remote-tracking branch 'frappe/v4.x.x' into develop
Conflicts:
frappe/__version__.py
frappe/core/doctype/comment/comment.py
frappe/hooks.py
frappe/model/db_query.py
frappe/print/doctype/print_format/print_format.py
frappe/utils/__init__.py
requirements.txt
setup.py
|
2015-04-06 12:05:50 +05:30 |
|
Rushabh Mehta
|
7ab5c17f7a
|
[message.html] separate title and header
|
2015-04-02 11:16:17 +05:30 |
|
Rushabh Mehta
|
b64b79c4f1
|
[bulk] [feature] added send_after
|
2015-04-01 20:34:00 +05:30 |
|
Anand Doshi
|
e480abff16
|
[fix] compensate for the ridiculous shortcoming of email.utils.parseaddr 😞
|
2015-04-01 11:29:05 +05:30 |
|
Anand Doshi
|
f02a21f3d0
|
fixed email
|
2015-03-26 19:54:00 +05:30 |
|
Rushabh Mehta
|
6a29fa7ca0
|
[email] unread notifications and test fixes
|
2015-03-23 13:58:43 +05:30 |
|
Pratik Vyas
|
2530ee8bd2
|
cli improvements
|
2015-03-04 10:29:18 +05:30 |
|
Anand Doshi
|
2995f02f3b
|
Web Notes to Frappe, better alerts, css fixes, fixed splash
|
2015-03-03 15:09:34 +05:30 |
|
Nabin Hait
|
508c4fc64b
|
Fixed Conflict while merging v4 to v5
|
2015-02-10 17:20:39 +05:30 |
|
Anand Doshi
|
385204820a
|
[fix] [smtp] strip no-width-break and no-width-space characters from email addresses
|
2015-01-28 17:27:52 +05:30 |
|
Rushabh Mehta
|
8c24dff6c1
|
[fix] editor, [new] setup_docs.py
|
2014-11-20 12:13:21 +05:30 |
|
Rushabh Mehta
|
73a9c82631
|
[markdown] fixes
|
2014-11-12 12:48:48 +05:30 |
|
Rushabh Mehta
|
5c28f078b9
|
[markdown] fixes
|
2014-11-12 12:38:07 +05:30 |
|
Rushabh Mehta
|
218484bb0d
|
added comment timeline and 'Fold' type form break
|
2014-08-14 11:42:18 +05:30 |
|
Rushabh Mehta
|
d780c4d1f2
|
fixes for client formatting and commonified get_print_format
|
2014-08-08 11:56:22 +05:30 |
|
Anand Doshi
|
eb5ddf4640
|
Limit available functions in jinja environment
|
2014-07-25 13:01:53 +05:30 |
|
Anand Doshi
|
7087be6559
|
Fixes to print
|
2014-07-25 13:01:52 +05:30 |
|
Anand Doshi
|
a02e5c810d
|
[fix] get_url_to_form should be relative. URLs are expanded to during email sending.
|
2014-07-21 18:34:32 +05:30 |
|
Anand Doshi
|
2c9f2edd21
|
Changed localize_date to formatdate
|
2014-07-21 12:02:56 +05:30 |
|
Anand Doshi
|
f635f9aecc
|
localize_date using babel
|
2014-07-21 11:42:46 +05:30 |
|
Anand Doshi
|
0971c5847a
|
Fixed number format
|
2014-07-04 16:40:24 +05:30 |
|
Rushabh Mehta
|
0fbf4f9bc4
|
ignore condition fix and cleanup of progress bars
|
2014-07-03 14:44:02 +05:30 |
|
Anand Doshi
|
a4fed1efe4
|
Validate Selects and Fixed Number Formats
|
2014-06-18 21:09:40 +05:30 |
|
Anand Doshi
|
12ecaac182
|
default=retro in gravatar
|
2014-05-30 13:01:12 +05:30 |
|