Commit graph

27517 commits

Author SHA1 Message Date
Gavin D'souza
0baec957be fix(doctype): MySQL syntax for unique fields validation 2020-09-15 15:07:16 +05:30
gavin
e4022f7f03
Merge pull request #11499 from gavindsouza/revert-build-endpoint
fix: Correct Assets Endpoint
2020-09-15 13:19:28 +05:30
Gavin D'souza
0ac124f0d6 fix: Updated bucket name 2020-09-15 13:17:53 +05:30
Gavin D'souza
26e132b5b6 Revert "fix: Change assets endpoint"
This reverts commit 8a9545afdb.
2020-09-15 13:16:50 +05:30
gavin
f710ad095f
Merge pull request #11436 from gavindsouza/build-assets
feat: Ship built assets
2020-09-15 13:01:38 +05:30
Rushabh Mehta
b09c1ef179
Merge pull request #11220 from revant/fix-node-sass
fix: move node-sass to dependencies from devDependencies
2020-09-15 11:08:29 +05:30
Gavin D'souza
55733b9b38 fix: Early skip fetching Frappe Assets if running in CI 2020-09-14 21:00:10 +05:30
mergify[bot]
8d71bf445e
Merge pull request #11459 from prssanna/report-print-total-row
fix: total row in report print template
2020-09-14 10:53:12 +00:00
mergify[bot]
e4a0445838
Merge pull request #11388 from netchampfaris/datatable-toggle-sidebar
fix: Refresh datatable when sidebar is toggled
2020-09-14 10:32:36 +00:00
Faris Ansari
6c5d4cbb22 fix: Better implementation for refresh on toggle sidebar 2020-09-14 15:18:59 +05:30
mergify[bot]
a8fcaec398
Merge pull request #11409 from Mangesh-Khairnar/fix-notification-links
fix(notification): add minor enhancements
2020-09-14 09:48:55 +00:00
Suraj Shetty
c615f63731
fix: Remove print statement 2020-09-14 14:59:29 +05:30
Saurabh
a0086db9b6
fix(frappe client): validate http method for frappe.client api (#11228) 2020-09-14 12:30:30 +05:30
Saurabh
ae31f08f42
feat(user): Add hourly limit for password reset requests (#11371)
Co-authored-by: Chinmay D. Pai <chinmaydpai@gmail.com>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-09-14 12:19:06 +05:30
mergify[bot]
ebcc23591a
Merge pull request #11469 from adityahase/fix-pdf
fix(pdf): Restrict cookies to the host domain
2020-09-13 03:55:16 +00:00
mergify[bot]
cbf1077490
Merge pull request #11475 from prssanna/empty-tree-filter
fix: handle undefined tree filter value
2020-09-11 15:19:14 +00:00
Prssanna Desai
15ce2b64d7
Merge pull request #11481 from frappe/mergify/bp/develop/pr-11460 2020-09-11 15:44:35 +05:30
prssanna
be36c532b7 fix: replace cr and lf characters with empty string in case of exception
(cherry picked from commit 6310494aa9afb67058b5d0b8d0f4cc8e382357e2)
2020-09-11 09:38:24 +00:00
mergify[bot]
613bb92d5c
Merge pull request #11302 from ruchamahabal/rename-mins-to-first-response
fix: renamed Minutes to First Response to First Response Time
2020-09-11 04:28:27 +00:00
mergify[bot]
d58c798730
Merge pull request #11284 from alyf-de/fix_login_css
refactor: Login page css
2020-09-10 13:45:35 +00:00
barredterra
1930993675 test: login-css is no longer in login.html 2020-09-10 14:49:31 +02:00
barredterra
9bc3031dcc Merge branch 'develop' into fix_login_css 2020-09-10 14:45:13 +02:00
Aditya Hase
d618d5d120
Merge pull request #11476 from adityahase/fix-blog-post-pagination 2020-09-10 13:44:27 +05:30
Aditya Hase
dce13faa52
Merge branch 'develop' of https://github.com/frappe/frappe into fix-blog-post-pagination 2020-09-10 13:42:54 +05:30
Aditya Hase
3c65a9ef04
Merge pull request #11189 from scmmishra/blog-route-fix 2020-09-10 13:39:06 +05:30
Prssanna Desai
4fdbe6c792
Merge pull request #11442 from anupamvs/report-include-indentation 2020-09-10 13:30:22 +05:30
Aditya Hase
40c29158e5
fix(blog): Use LIMIT row_count OFFSET offset syntax instead of LIMIT offset, row_count
Reference: https://www.postgresql.org/docs/9.5/queries-limit.html
2020-09-10 13:12:22 +05:30
Prssanna Desai
788fbed542
Merge pull request #11474 from prssanna/chart-permission 2020-09-10 13:11:37 +05:30
Aditya Hase
f4a22683d5
test(blog): Add tests for blog post pagination 2020-09-10 13:10:34 +05:30
prssanna
a429729e92 fix: handle undefined tree filter value 2020-09-10 12:57:34 +05:30
prssanna
2b413319c1 fix(Dashboard Chart): only encode key if type is not string 2020-09-10 12:36:59 +05:30
Aditya Hase
d8377dccc2
chore(tests): Cleanup property setter added for Blog Post 2020-09-10 11:23:13 +05:30
Shivam Mishra
56b9581d75
Merge pull request #11470 from scmmishra/desk-fix
fix: boot if module is not present in desk
2020-09-09 23:49:50 +05:30
Shivam Mishra
40748d7fa8 fix: boot if module is not present in desk 2020-09-09 23:42:46 +05:30
Aditya Hase
3c9f265091
fix(pdf): Restrict cookies to the host domain
Use wkhtmltopdf's cookie-jar options to set domain
Reference: 7952b0f3e7/src/lib/multipageloader.cc (L532-L536)
Cookie format Reference: https://doc.qt.io/qt-5/qnetworkcookie.html#parseCookies

Also, werkzeug 0.16.x shows port in the host attribute.
https://werkzeug.palletsprojects.com/en/0.16.x/wrappers/#werkzeug.wrappers.BaseRequest.host
2020-09-09 20:58:42 +05:30
Aditya Hase
8feba5fa9b
fix(pdf): Cleanup temporary files after pdf generation
This was removed in https://github.com/frappe/frappe/pull/7358
2020-09-09 20:52:45 +05:30
mergify[bot]
e75df971fc
Merge pull request #11305 from gavindsouza/allow-me-to-execute-anything
feat: Allow me to execute anything console would allow
2020-09-09 13:22:51 +00:00
Prssanna Desai
81839c445b
Merge pull request #11467 from frappe/mergify/bp/develop/pr-11466 2020-09-09 18:08:48 +05:30
prssanna
3f42f4b525 fix: set overflow auto for report builder wrapper
(cherry picked from commit 2ec014228637d40a23b794d108a282b8529e94b3)
2020-09-09 12:15:46 +00:00
Aditya Hase
659b3bb9f1
Merge pull request #11462 from adityahase/fix-recorder-tests
fix(recorder): Fix Cypress Tests
2020-09-09 17:38:13 +05:30
Suraj Shetty
0b1c248a7c
Merge branch 'develop' into fix-notification-links 2020-09-09 14:41:50 +05:30
Faris Ansari
b1b1149f91
Merge pull request #11465 from netchampfaris/invalid-email-escape
fix: Escape invalid email in throw
2020-09-09 14:07:18 +05:30
Faris Ansari
ee7d119546 fix: Escape invalid email in throw 2020-09-09 14:03:56 +05:30
Faris Ansari
089ba36bab
Merge pull request #11457 from netchampfaris/fix-attach-files-to-doc
fix: Handle None value
2020-09-09 13:04:01 +05:30
Suraj Shetty
2b12a34d7e
refactor(translation linter): Handle multiline translation syntax (#11461) 2020-09-09 12:45:17 +05:30
Aditya Hase
a706971b9b
fix(recorder): Fix Cypress Tests 2020-09-09 12:28:07 +05:30
mergify[bot]
aeac33e804
Merge pull request #11458 from ruchamahabal/event-streaming-fixes
fix: Event Streaming fixes
2020-09-09 06:50:08 +00:00
Rucha Mahabal
f24d87726a fix: added patch for deleting old keys 2020-09-09 11:10:47 +05:30
Aditya Hase
386b4847b4
chore: Attempt at fixing event-streaming tests 2020-09-09 09:38:20 +05:30
Rucha Mahabal
8cffea5c8e fix: test 2020-09-09 01:13:06 +05:30