Commit graph

2410 commits

Author SHA1 Message Date
deepeshgarg007
8521e4f51e fix: Remove email limit check from frappe 2019-08-13 17:06:00 +05:30
mergify[bot]
8760f0f3b7
Merge pull request #8149 from scmmishra/remove-background
refactor: Remove background fields from user
2019-08-12 04:36:57 +00:00
Shivam Mishra
047e175097 refactor: remove background fields from user 2019-08-09 10:36:34 +05:30
Faris Ansari
4aed6fa6d5 fix: Check is_private when checking for duplicates (#7957)
* fix: Check is_private when checking for duplicates

* fix: Fallback file_size
2019-08-07 12:01:36 +05:30
Suraj Shetty
a0de7c0dfb fix: Patch to create file in right location 2019-08-07 12:00:37 +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
mergify[bot]
d5ca1ba3d8
Merge pull request #8052 from scmmishra/charts-patch-1
refactor: upgraded frappe charts and enabled number shortening
2019-08-05 07:27:14 +00:00
mergify[bot]
8038a25381
Merge pull request #8062 from gavindsouza/remove-exporter
chore: removed unused code
2019-08-01 12:01:38 +00:00
Aditya Hase
bca06574f1 fix(background-jobs): Show status of scheduler in background-jobs page 2019-07-31 20:12:22 +05:30
Gavin D'souza
866f535f14 refctor: removed dead code
rm frappe/core/doctype/data_import/exporter.py
code was migrated to frappe/core/doctype/data_export/exporter.py
2019-07-31 16:23:51 +05:30
Shivam Mishra
69580ce98c refactor: enabled shortenNumbers chart options 2019-07-30 12:55:33 +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
deepeshgarg007
87e3531281 Merge branch develop into remove_user_limit 2019-07-28 19:55:28 +05:30
mergify[bot]
82989049a1
Merge pull request #7965 from ruchamahabal/session-defaults
feat: Session defaults
2019-07-26 07:17:37 +00:00
Rucha Mahabal
8e0c9d474c fix: codacy fixes 2019-07-25 14:51:47 +05:30
Rucha Mahabal
ae47281925 fix: added filter for doctype in Session Default Settings 2019-07-25 11:52:32 +05:30
Rucha Mahabal
e2ef036991 fix: added tests and few fixes 2019-07-24 00:03:08 +05:30
Himanshu
843a5dc19a
Merge pull request #7933 from hrwX/up_fix_v12
fix(File): initial_value must be str not byte
2019-07-22 05:55:48 +00:00
Himanshu
a94befbc21
Update file.py 2019-07-22 11:15:31 +05:30
Rucha Mahabal
891735b5d6 fix: codacy fixes 2019-07-21 23:56:31 +05:30
Rucha Mahabal
4b2ab9e00d feat: Session Defaults 2019-07-21 23:16:50 +05:30
mergify[bot]
abf54a0866
Merge pull request #7942 from harshit-30/change_language_doctype
fix: Changed permissions for language doctype
2019-07-20 08:35:19 +00:00
Harshit
97527388e8 fix: Changed permissions for language doctype 2019-07-19 16:54:44 +05:30
Himanshu Warekar
27b6bcd757 fix: initial_value must be str not byte 2019-07-18 17:09:41 +05:30
Faris Ansari
915e6bc701 fix: Show totals in Auto Email Report if enabled 2019-07-18 16:32:38 +05:30
mergify[bot]
fac9df46ec
Merge pull request #7924 from hrwX/first_resp_on_fix
fix(Email): first responded on
2019-07-18 09:00:27 +00:00
Himanshu Warekar
adce1e151e fix: first responded on 2019-07-17 18:41:15 +05:30
Suraj Shetty
e21ac165c3 fix: Do not show "List" in Go To for single doctypes 2019-07-17 16:30:52 +05:30
mergify[bot]
be10378dc6
Merge pull request #7820 from ruchamahabal/auto-repeat-refactor
feat: Refactor Auto Repeat
2019-07-17 08:16:56 +00:00
Prasad R
f2c7340a02 changed Interest to Interests in user master 2019-07-16 15:53:13 +05:30
Rucha Mahabal
c0b01acb9f fix: merged develop 2019-07-16 12:32:32 +05:30
Rucha Mahabal
73df6d2887 requested changes implemented 2019-07-10 11:11:03 +05:30
Rucha Mahabal
231250d141 fix: requested changes implemented, next_schedule_date behaviour fixed, made auto-repeat non-submittable 2019-07-07 22:26:03 +05:30
mergify[bot]
98f010f62a
Merge pull request #7797 from hrwX/dom_fix
fix(Domain): permissons for domain
2019-07-04 07:31:48 +00: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
Rucha Mahabal
05c45b1c03 feat: Refactor Auto Repeat 2019-07-03 11:50:34 +05:30
deepeshgarg007
c83e6c3a83 fix: Remove test case and patch 2019-07-01 08:55:24 +05:30
deepeshgarg007
f5a983a70d fix: Remove limits and usage info from frappe 2019-06-30 16:51:05 +05:30
Himanshu Warekar
3de50e2619 fix: permissons for domain 2019-06-30 13:25:48 +05:30
deepeshgarg007
e2602a9971 Merge branch 'develop' of https://github.com/frappe/frappe into remove_user_limit 2019-06-29 21:50:22 +05:30
Sahil Khan
0bc24c8b33 feat(translator_portal): show user status of contributed translation 2019-06-27 18:07:27 +05:30
Sahil Khan
7d03c97c75 feat(translator_portal): change url to translator app 2019-06-27 18:07:27 +05:30
Sahil Khan
0177f0b139 feat(translator_portal): add translation url to hooks 2019-06-27 18:07:27 +05:30
Sahil Khan
77856742ff feat(translator_portal): use frappe's post_request method 2019-06-27 18:07:27 +05:30
Sahil Khan
bc6696ad23 feat(translator_portal): contribute translations 2019-06-27 18:07:27 +05:30
deepeshgarg007
0c726c8934 Merge branch 'develop' of https://github.com/frappe/frappe into remove_user_limit 2019-06-23 18:22:52 +05:30
Rushabh Mehta
cbb5dff308 fix(style): dashboard.css 2019-06-20 18:02:41 +05:30
Rushabh Mehta
dc93ff8be3
Merge pull request #7712 from deepeshgarg007/user-fix-develop
fix: Do not send password update notification to disabled users
2019-06-20 14:16:26 +05:30
Himanshu Warekar
0a2edf0649 fix: if not sender_name then show contact name 2019-06-19 14:50:29 +05:30