Mangesh-Khairnar
ab8a63d6fe
fix: minor changes
2020-07-24 22:59:16 +05:30
Mangesh-Khairnar
bc56a59671
fix(paytm-integration): simplify code and remove additional loop
2020-07-24 20:19:35 +05:30
Mangesh-Khairnar
3c4e1ea3a5
fix: add pycryptodome for checksum generation
2020-07-21 22:20:27 +05:30
Mangesh-Khairnar
48e6f8999d
Merge branch 'develop' into paytm-integration
2020-07-21 00:13:59 +05:30
Mangesh-Khairnar
158da07c6a
fix: make the checkout page responsive for mobile view
2020-07-21 00:12:06 +05:30
Mangesh-Khairnar
0ae7d40ebe
fix(paytm-integration): use checksum library to generate/verify checksum
2020-07-20 23:08:50 +05:30
mergify[bot]
3769a8bbe9
Merge pull request #11048 from scmmishra/feat-compress-css
...
build: compress build from theme generator
2020-07-20 17:21:53 +00:00
Shivam Mishra
a3cc30437f
feat: compress build from theme generator
2020-07-20 21:03:38 +05:30
mergify[bot]
0319dca6e4
Merge pull request #11014 from prssanna/read-only-share-perm
...
fix: Add share perm in set_read_only
2020-07-20 14:31:59 +00:00
Prssanna Desai
fc3816d2de
fix: update all required perms form doc perms
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-07-20 19:42:21 +05:30
mergify[bot]
e82dfabc1e
Merge pull request #11036 from Thunderbottom/email-encoding-fix
...
fix: email encoding issue inside email queue
2020-07-20 05:03:06 +00:00
mergify[bot]
e71ba3a68a
Merge pull request #10973 from deepeshgarg007/datetime_label
...
fix: Datetime field description
2020-07-20 04:38:31 +00:00
mergify[bot]
ddb50c55a0
Merge pull request #10995 from prssanna/dashboard-refresh-all
...
feat(Dashboard): option to refresh all charts and cards
2020-07-20 04:04:36 +00:00
Abhishek Balam
0eae7dc1d8
fix(Controls): 'Yes/No' instead of '1/0' in Filter Descriptions for 'Check' values ( #11040 )
...
* fix: show 'Yes/No' instead of '1/0' in Filter Descriptions for 'Check' fieldtype
* fix: spacing
* fix: add gettext and cleanup
2020-07-20 03:02:05 +00:00
mergify[bot]
b78d80f4d4
Merge pull request #10998 from scmmishra/fix-report-allow-save
...
fix: set form perm only for standard reports
2020-07-19 14:47:01 +00:00
mergify[bot]
805a1c1c51
Merge pull request #11030 from deepeshgarg007/check_tab
...
fix: Make checkboxes navigatable via tab key
2020-07-19 13:20:53 +00:00
Suraj Shetty
3787c4eb28
refactor: Remove un-wanted code
2020-07-19 18:18:29 +05:30
Suraj Shetty
4d25520a62
Merge branch 'develop' into check_tab
2020-07-19 16:57:37 +05:30
prssanna
a4239c4f1f
fix: don't set header if empty
2020-07-18 19:40:10 +05:30
Chinmay D. Pai
42591f2828
chore: replace rfc-compatible newline with \n
...
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-18 19:08:29 +05:30
Chinmay D. Pai
8a6cb7db3d
chore: replace rfc-compatible newlines with \n
...
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-18 18:52:55 +05:30
Deepesh Garg
b32238a295
fix: CSS for mozila browser
2020-07-18 18:40:36 +05:30
Chinmay D. Pai
c45864eac0
fix: specify SMTPUTF8 policy everywhere
...
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-18 18:27:44 +05:30
Prssanna Desai
f0ec2e0773
Merge pull request #11044 from prssanna/number-card-json-fix
2020-07-18 17:10:08 +05:30
prssanna
6f83cece05
fix: remove allow_worflow from number_card.json
2020-07-18 17:09:23 +05:30
prssanna
742d79cd5f
style: fix indent
2020-07-18 14:16:32 +05:30
prssanna
cac8a8c4a0
fix: set policy to SMTPUTF8
2020-07-18 14:16:16 +05:30
mergify[bot]
27db6b9a23
Merge pull request #11022 from prssanna/number-card-types
...
feat: Custom and Report type Number Card
2020-07-17 14:17:54 +00:00
Chinmay D. Pai
3678435d4a
fix: remove redundant condition for field sanitization
...
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-17 18:38:57 +05:30
prssanna
6bc31f1d6a
style: formatting fixes
2020-07-17 18:37:30 +05:30
Chinmay D. Pai
39ec64f1e3
fix: add default email policy to mail body
...
the default policy encodes special characters correctly, and is not set
by _default_ unless python3.8 is used. so we'll explicitly define the
policy to be used for the email body
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-17 18:36:53 +05:30
prssanna
b32a47ec58
refactor: set get_number method in settings
2020-07-17 18:29:29 +05:30
prssanna
3551fecd74
fix: update description of method field
2020-07-17 18:13:18 +05:30
prssanna
c4a8852a68
fix: handle result of custom cards
2020-07-17 18:12:44 +05:30
Chinmay D. Pai
ff39b6ae5f
fix: email encoding issue inside email queue
...
email addresses get formatted incorrectly inside the email queue,
causing emails to be sent with encoded-words addresses instead of
proper, human readable email addresses. this particularly happens when
the address has special and accented characters. an example of
encoded-words address looks like:
=?utf-8?q?=C3=A1dministr=C3=A1tor?= <admin@example.com>
instead of something like:
ádministrátor <admin@example.com>
another issue that causes this is validations that strip html tags from
field when ignore_xss_filter is not set in a docfield. setting
ignore_xss_filter for the email field inside email queue fixes
this issue.
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-17 16:24:31 +05:30
prssanna
8c93d91c5a
fix: better variable name
2020-07-17 15:27:07 +05:30
prssanna
e52341f3d6
fix: toggle card button if report has data
2020-07-17 15:19:13 +05:30
Aditya Hase
e3c707c2cf
Merge pull request #11035 from adityahase/samesite-lax
...
fix: Use SameSite=Lax instead of SameSite=Strict
2020-07-17 13:48:44 +05:30
Deepesh Garg
53312282e2
fix: Update CSS
2020-07-17 13:29:54 +05:30
Deepesh Garg
1cdd8c5b92
fix: Update CSS
2020-07-17 13:15:27 +05:30
Aditya Hase
654950fef3
fix: Use SameSite=Lax instead of SameSite=Strict
...
Reference: https://web.dev/samesite-cookies-explained/
Scenario:
A user is logged in on a frappe instance. (with, say, sid=abcd)
In an OAuth like flow, a third party site, say, GitHub redirects the user to the frappe instance.
Now because SameSite=Strict is set, the browser can't send the cookies it has (sid=abcd) to the frappe server.
Once the frappe server receives this request without cookies, It assumes that this is an unauthenticated user, and sets cookies in response as sid=Guest.
Reference: f3e14b4ac7/frappe/sessions.py (L178)
Once the browser receives these values in response (sid=Guest) it overwrites the existing cookie values(sid=abcd) and sets sid=Guest,
This effectively causes the user session to be terminated.
2020-07-17 13:14:44 +05:30
sahil28297
f3e14b4ac7
Merge pull request #11032 from Thunderbottom/rm-example-email-notify
...
fix: remove example users email ids from notifications
2020-07-17 12:36:02 +05:30
Chinmay D. Pai
f12ed9791a
fix: remove example users email ids from notifications
...
currently the system tries sending emails to all users that have
'thread_notify' enabled, including the default example emails that the
Administrator and Guest accounts have. this patch disables email
notifications for these accounts, and additionally tries to disable it
for any other user accounts with example emails
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-07-17 11:32:02 +05:30
Deepesh Garg
66cb9a5c1a
fix: Move csss from desk.less to cotrol.less
2020-07-17 10:04:37 +05:30
Deepesh Garg
252e6d8779
fix: Make checkboxes navigatable via tab key
2020-07-16 22:49:26 +05:30
mergify[bot]
34b529f581
Merge pull request #11023 from marination/workflow-state-field
...
fix: Made Workflow State Field Mandatory
2020-07-16 16:34:00 +00:00
mergify[bot]
23a2f52e89
Merge pull request #11009 from netchampfaris/fix-blog-md-content
...
fix: Markdown content in Blog Post
2020-07-16 16:29:16 +00:00
mergify[bot]
1aa2d6d97f
Merge pull request #10910 from Thunderbottom/printview-xss
...
fix: escape unwanted tags before displaying printview
2020-07-16 16:29:09 +00:00
Suraj Shetty
b03035daae
Merge branch 'develop' into printview-xss
2020-07-16 18:02:37 +05:30
mergify[bot]
dfb073e007
Merge pull request #11021 from rohitwaghchaure/fixed-route-issue-if-autoname-is-prompt
...
fix: Edit in full page broken link
2020-07-16 12:25:29 +00:00