Commit graph

24862 commits

Author SHA1 Message Date
Faris Ansari
a4b68338a4
Merge pull request #10208 from netchampfaris/hero-image-object-contain 2020-05-01 14:03:43 +05:30
Faris Ansari
00eb6506a4 fix: Aspect ratio fix for Safari 2020-05-01 14:03:12 +05:30
Prssanna Desai
6bf7ce6501
Merge pull request #10124 from Thunderbottom/blog-sanitize
fix: sanitize blog category before rendering
2020-05-01 13:38:01 +05:30
mergify[bot]
d1124bb56d
Merge pull request #10207 from prssanna/number-card-fixes
fix: Number Card fixes
2020-05-01 07:26:59 +00:00
prssanna
6d03fb7936 fix: add missing semicolon 2020-05-01 12:41:28 +05:30
mergify[bot]
ffae2704d6
Merge pull request #10052 from scmmishra/refresh-count
feat: refresh shortcut count every time a page is shown
2020-05-01 07:08:39 +00:00
prssanna
328709868d fix(patch): fix set_existing_charts_as_public patch 2020-05-01 12:37:47 +05:30
prssanna
f87f61e6d7 fix: add qualifier for card stats 2020-05-01 11:45:58 +05:30
prssanna
23dfee1e88 fix: render dashboard again on toggle full width or toggle sidebar 2020-05-01 11:35:08 +05:30
prssanna
447bd32a5e fix: don't setup new widget on delete if not in customize mode 2020-05-01 11:23:03 +05:30
prssanna
7284a0d22d fix: is_public field permlevel 2020-05-01 11:10:43 +05:30
prssanna
5b81daa6c7 fix: fix customize mode for widgets 2020-05-01 11:09:17 +05:30
mergify[bot]
6e68210d62
Merge pull request #10167 from Monogramm/fix/upload_guest
fix: Disable chat file upload for guests #10166
2020-04-30 17:38:57 +00:00
sahil28297
91f43fbe7f
Merge pull request #10198 from prssanna/number-card-fix
fix: show only public charts and cards to user
2020-04-30 22:37:32 +05:30
prssanna
5c480dbab1 fix: show only public charts and cards to user 2020-04-30 22:29:17 +05:30
Shivam Mishra
65186bb0ed
Merge pull request #10197 from prssanna/number-card-fix
fix: set doc args before rendering card
2020-04-30 19:48:30 +05:30
prssanna
1b202ecbab fix: set doc args before rendering card 2020-04-30 19:45:35 +05:30
Shivam Mishra
3d9a6bbd1d
Merge pull request #10195 from scmmishra/log-patch-fix
fix: reload doc in web tracking patch
2020-04-30 19:31:59 +05:30
Shivam Mishra
64ada09516 fix: reload doc in web tracking patch 2020-04-30 19:30:10 +05:30
mergify[bot]
d82cec4c5f
Merge pull request #10192 from prssanna/currency-fieldtype-fix
fix: currency field type fields in number cards and charts
2020-04-30 13:22:15 +00:00
prssanna
d4db09e57c fix: only allow currency fieldtypes based on company currency in charts and number cards 2020-04-30 18:13:40 +05:30
mergify[bot]
f074960151
Merge pull request #9924 from Thunderbottom/redirect-to-xss-fix-fix
fix: strip invalid characters before sanitizing url
2020-04-30 12:19:36 +00:00
mergify[bot]
0960c7b02e
Merge pull request #10187 from scmmishra/tracking-fixes
fix: record home page
2020-04-30 11:47:02 +00:00
mergify[bot]
1032becf3d
Merge pull request #10092 from kennethsequeira/blog-seo
feat: add suggestive Google Search Preview option in blog
2020-04-30 11:10:56 +00:00
Shivam Mishra
dabdab5c9f fix: test_set_only_once_child_table_row_value test 2020-04-30 16:24:41 +05:30
mergify[bot]
1cac5c33f9
Merge pull request #9965 from Thunderbottom/no-desk-no-file-upload
fix: limit file upload mimetype if user has no desk access
2020-04-30 10:49:26 +00:00
mergify[bot]
3ac621dddb
Merge pull request #10180 from scmmishra/frappe-charts-1.3
chore: update frappe charts
2020-04-30 10:38:06 +00:00
Suraj Shetty
1a75ddee25
Merge pull request #10176 from surajshetty3416/fix-caching-issue 2020-04-30 16:02:14 +05:30
Shivam Mishra
1426b2d4b9
refactor: translate error message 2020-04-30 15:56:34 +05:30
Shivam Mishra
89fe7cf1b0 feat: added patch to update pageviews 2020-04-30 15:51:37 +05:30
Shivam Mishra
8ad2c08b5d fix: record home page 2020-04-30 15:41:16 +05:30
Shivam Mishra
a32f718647 chore: update frappe charts 2020-04-30 15:16:01 +05:30
Faris Ansari
801e9d411b
Merge pull request #10158 from netchampfaris/page-builder-fixes 2020-04-30 14:42:21 +05:30
Suraj Shetty
8e88bbf129 fix: Add db_tables to global cache keys 2020-04-30 14:36:42 +05:30
Faris Ansari
6a63a23107 fix: Replace shadow effect with darker border 2020-04-30 14:35:10 +05:30
Suraj Shetty
ed105eb001 fix: Clear db_tables cache whenever a table is created or dropped 2020-04-30 14:16:29 +05:30
Chinmay D. Pai
804ef6cd24
chore: fix codacy issues
* remove redundant backslash escape
* add semicolon to function end

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-30 14:03:32 +05:30
Chinmay D. Pai
174b9ed09f
fix: sanitise redirect_to for already logged-in instances
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-30 14:03:32 +05:30
Chinmay D. Pai
bd537301ac
chore: escape regex correctly
why codacy?

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-30 14:03:31 +05:30
Chinmay D. Pai
43cd78ba7d
chore: codacy fixes
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-30 14:03:31 +05:30
Chinmay D. Pai
11f76d002e
fix: strip invalid characters before sanitizing url
* make base_domain check stronger
* do not check base_domain if url is relative
* strip invalid characters from url before sanitizing

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-04-30 14:03:28 +05:30
Chinmay Pai
24f5566eae
Merge pull request #10175 from frappe/mergify/bp/develop/pr-10145 2020-04-30 13:22:24 +05:30
Faris Ansari
5912bdd104 test: Update Web Page test 2020-04-30 13:08:16 +05:30
RJPvT
ebe298113c fix: case where background task had no IP
(cherry picked from commit 67374fdb94937231a7b3f2d4b9fcf5e6323e4e56)
2020-04-30 07:28:04 +00:00
mergify[bot]
d0f6004d56
Merge pull request #10151 from prssanna/select-arrow
fix: make arrow on select box clickable
2020-04-30 06:54:16 +00:00
mergify[bot]
90614dbfdb
Merge pull request #10153 from prssanna/fix-error-message
fix: fix error for child table in_list_view check
2020-04-30 06:43:39 +00:00
mergify[bot]
938f981a7a
Merge pull request #10159 from prssanna/number-card-fix
fix: set number as 0 if None
2020-04-30 06:41:16 +00:00
mergify[bot]
c7dbf95830
Merge pull request #10078 from saurabh6790/setup-email-tread
fix: Email thread
2020-04-30 06:07:39 +00:00
prssanna
eb435a41df fix: import cint 2020-04-30 10:36:58 +05:30
Prssanna Desai
a2faf3755f
fix: use cint
Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-04-30 10:27:32 +05:30