Commit graph

1496 commits

Author SHA1 Message Date
Himanshu
5b1938afdd feat(Comments): add images in comments (#8283)
* feat: add images in comments

* fix: use extract images
2019-09-02 23:28:05 +05:30
Faris Ansari
bff94703cf feat: Create NestedSet doctypes via configuration 2019-09-02 15:58:52 +05:30
mergify[bot]
98c2a402dd
Merge pull request #8261 from hrwX/escape_docname_goal
fix(Customer): Escape quotes
2019-08-28 20:36:29 +00:00
mergify[bot]
4a79ffd6bb
Merge pull request #8272 from deepeshgarg007/multi_print
fix: Error while printing multiple docs
2019-08-28 09:52:00 +00:00
Himanshu
880b2559f2
Update frappe/utils/goal.py
Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2019-08-28 10:06:13 +05:30
deepeshgarg007
fb98887cd4 fix: Error while pritning mutiple docs 2019-08-27 12:31:52 +05:30
Himanshu Warekar
d4bf775c08 fix: escape docname for quotes 2019-08-26 14:04:56 +05:30
Sahil Khan
9b65a7c4a1 Merge branch 'version-12-hotfix' into merge_v12_hotfix_1 2019-08-20 16:09:39 +05:30
Shivam Mishra
7104686a15 refactor: remove background_style 2019-08-09 13:16:18 +05:30
Shivam Mishra
4492dbfc38 refactor: remove code related to background image 2019-08-09 10:42:03 +05:30
Faris Ansari
e960255b7b fix: Pass no_letterhead to download_multi_pdf 2019-08-08 22:27:58 +05:30
gavin
b5ab59ad6e feat: Access log (#8014)
* feat: Access log doctype for logging information about private file
downloads, backups downloads, printing and exporting data

* updated: access log

* updated: formattted access_log.js

* access logging: print/pdf/pvt files/export/backup

client side implementation: treeview, query_report
server side implementation on the rest

* fixes: codacy errors

* Update response.py

* Update response.py

* Update response.py

* codacy: please

* travis fixes

* changes:filters=>_filters(lol this works @ times?)

added: tests for access_log, make_access_log formatting, form ui added
buttons

* this hopefully fixes em tests

* changes: fixed indents, session.user, formatting

* fixes: tests, refactor, permissions

emerging from exporter.py => reference doctype in export_data (check
format!)

* fixes: convert dict to json

* changes: added more tests, wrote lesser code?

switched js to display depends on

* fixes: codacy and hopefully travis

* fix: tests? and polishing up

* added column field, removed tracked views

changed access log in exporter.py > export_data
added access log in reportview.py > export_query

* style: Fix indentation

* style: Fix indentation

* fix: Remove problematic string replace

It may replace quotes in the actual filter values which can result in invalid JSON

* fix: Remove filter string conversion

* fix: Error due to quote escapes

TODO: Check for a better way
2019-08-06 10:24:55 +05:30
Faris Ansari
6493463c89 fix: Blacklist iframe from sanitize_html (#7982) 2019-08-02 12:58:34 +05:30
Faris Ansari
c33f7f1e45 fix: Pick sitemap host from request (#8071) 2019-08-02 12:42:00 +05:30
Faris Ansari
636d9442e2 fix: Pick sitemap host from request (#8072) 2019-08-02 12:41:53 +05:30
Faris Ansari
9dadc41fbf
fix(scheduler): Show scheduler status (#8065)
fix(scheduler): Show scheduler status
2019-08-01 12:50:12 +05:30
Aditya Hase
4164c62efc fix(doctor): Show status of scheduler in bench doctor 2019-07-31 20:14:58 +05:30
Aditya Hase
2849ef9105 fix(doctor): Show status of scheduler in bench doctor 2019-07-31 20:12:22 +05:30
mergify[bot]
250239d733
Merge pull request #8038 from gavindsouza/code-fixes
refactor: moved from regex + ast eval to just using import
2019-07-31 10:33:21 +00:00
Aditya Hase
1dca0fb330 fix(security): Make Jinja Tighter 2019-07-30 12:53:53 +05:30
Aditya Hase
472d33f3da fix(security): Make Jinja Tighter 2019-07-30 12:51:45 +05:30
Gavin D'souza
44cab5d326 refactor: updated boilerplate
moved from regex + ast eval to just using import
2019-07-29 16:24:24 +05:30
Faris Ansari
fed179b4ea fix: Check private file permissions for all docs
A file may be attached to multiple documents. It's permission is decided
based on the attached document's permissions. So, the permission
should be checked for each document and should be allowed if atleast
one document is accessible.
2019-07-29 15:43:06 +05:30
Faris Ansari
5fec5d7eea fix: Check private file permissions for all docs
A file may be attached to multiple documents. It's permission is decided
based on the attached document's permissions. So, the permission
should be checked for each document and should be allowed if atleast
one document is accessible.
2019-07-29 15:42:51 +05:30
Faris Ansari
dfa16a77f4
Merge pull request #7662 from deepeshgarg007/remove_user_limit
BREAKING CHANGE: Remove limits from frappe
2019-07-29 12:09:04 +05:30
mergify[bot]
b37d3ae2db
Merge pull request #7987 from scmmishra/oauth-fix
fix: oauth redirect issue
2019-07-29 06:23:14 +00:00
mergify[bot]
8f94a9d0a0
Merge pull request #8009 from scmmishra/fix-oauth-hotfix
fix: oauth redirect issue
2019-07-29 06:21:27 +00:00
mergify[bot]
7ed0c38fe7
Merge pull request #7997 from lapphan/version-12-hotfix
fix: Check wrong OpenID's spec email claims
2019-07-28 17:18:51 +00:00
deepeshgarg007
87e3531281 Merge branch develop into remove_user_limit 2019-07-28 19:55:28 +05:30
Aditya Hase
fb896a460e Revert "fix(security): Make jinja rendering tighter"
This reverts commit b30199b7f5.
2019-07-26 20:49:56 +05:30
Aditya Hase
bc7b0319ea Revert "fix(security): Make jinja rendering tighter"
This reverts commit d70d2c5a29.
2019-07-26 20:47:35 +05:30
Shivam Mishra
577f3c8897 fix: redirect for OAuth 2019-07-26 14:27:14 +05:30
lapphan
af35e82b1b
fix: Check wrong OpenID's spec email claims 2019-07-25 23:10:24 +07:00
mergify[bot]
d052c641da
Merge pull request #7940 from lapphan/develop
fix: Check wrong OpenID's spec email claims
2019-07-25 13:28:53 +00:00
Shivam Mishra
1d5151ae89 chore: added #desktop route to redirect 2019-07-25 16:31:38 +05:30
Shivam Mishra
d8a24871f8 fix: redirect URL for oauth 2019-07-25 16:24:41 +05:30
Aditya Hase
d70d2c5a29 fix(security): Make jinja rendering tighter 2019-07-24 16:36:07 +05:30
Aditya Hase
b30199b7f5 fix(security): Make jinja rendering tighter 2019-07-24 16:32:35 +05:30
lapphan
03c2cb12b9
Update oauth.py 2019-07-19 15:09:32 +07:00
Faris Ansari
1389300115 fix: bench run-ui-tests command (#7844)
* fix: bench run-ui-tests command

BREAKING CHANGE
This replaces the old run-ui-tests command which used selenium to run
UI tests with Cypress.

Usage:

bench --site [sitename] run-ui-tests [app]
bench --site [sitename] run-ui-tests [app] --headless

* fix: Include adminPassword from site_config

* fix: string formatting
2019-07-05 15:30:59 +05:30
NahuelOperto
30ef12e9ca fix: fixtures order by 2019-07-04 08:23:50 -03:00
mergify[bot]
b346b75b46
Merge pull request #7817 from Anurag810/translating_errors
refactor: added missing translation functions
2019-07-03 10:08:02 +00:00
Anurag Mishra
570fd44248 fix: Translating Errors and Messages 2019-07-03 11:52:47 +05:30
deepeshgarg007
f5a983a70d fix: Remove limits and usage info from frappe 2019-06-30 16:51:05 +05:30
Aditya Hase
6d4ec8e4d6 fix: Encode path before passing to urllib.quote (#7758) 2019-06-28 14:09:24 +05:30
Shivam Mishra
80759e21a0 fix (ux): show year with month in goal chart 2019-06-27 09:47:25 +05:30
Aditya Hase
f626541776 fix(search): Escape DocType name (#7765) 2019-06-25 12:20:03 +05:30
Aditya Hase
8b64879d5a fix: Rounding behavior in Python 3 (#7730) 2019-06-20 11:30:02 +05:30
Nabin Hait
b375ee9eef fix: merge conflict 2019-06-18 18:45:21 +05:30
jijan1985
e31670c308 fix: quoting special characters and appropriately encoding non-ASCII filename (#7472) 2019-06-14 11:44:02 +05:30