Commit graph

1888 commits

Author SHA1 Message Date
Rushabh Mehta
38e024ebbb
Merge pull request #11306 from rmehta/system-console
feat(system console): Added a System Console to help in debugging and Console Log
2020-09-03 11:12:23 +05:30
Rushabh Mehta
9eb9030381 fix(minor): move get_source_value to data_migration_mapper 2020-09-03 08:42:42 +05:30
mergify[bot]
c8016584b0
Merge pull request #11358 from gavindsouza/consistency-is-key
fix(backups): Allow naming conf file via BackupGenerator
2020-09-01 09:52:52 +00:00
Rushabh Mehta
c53813950f fix(minor): Server Script can return values in frappe.flags 2020-09-01 12:59:22 +05:30
Rushabh Mehta
ed1514c58b
Merge pull request #11393 from rmehta/safe-exec-flags
fix(minor): don't give flags to safe_exec
2020-09-01 12:50:59 +05:30
Rushabh Mehta
f772aee211 fix(minor): don't allow access to global flags 2020-09-01 12:48:26 +05:30
mergify[bot]
204c5c8424
Merge pull request #11337 from frappe/image-in-comment-fix
fix: Image shown as broken in comment
2020-08-31 17:20:36 +00:00
mergify[bot]
16e3cb9f9e
Merge pull request #11314 from gavindsouza/safe-take-backups
fix: Create backups folder if doesn't exist
2020-08-31 10:48:24 +00:00
gavin
e860ac1108
fix: Don't raise FileExistsError if directory already exists
Co-authored-by: Aditya Hase <aditya@adityahase.com>
2020-08-31 15:14:20 +05:30
Gavin D'souza
afe5959963 fix: Unbreaking change for kwarg backup_path_conf 2020-08-31 14:30:33 +05:30
Rushabh Mehta
079a0e4af0 wip: refactor System Console 2020-08-31 11:29:18 +05:30
Rushabh Mehta
1b73602a17 feat(system console): Added a System Console to help in debugging and Console Log 2020-08-31 11:29:18 +05:30
Gavin D'souza
ae8201cc1c fix: Just copy the contents of the files instead of parsing it 2020-08-26 12:08:51 +05:30
Gavin D'souza
cbaa795c20 fix(backups): Allow naming conf file via BackupGenerator 2020-08-26 11:57:03 +05:30
mergify[bot]
7ce4013068
fix: if db_type is not defined then set default to 'mariadb' (bp #11346) (#11349)
(cherry picked from commit 927cd03341c33ffb82e5db373066a7ba239c1491)

Co-authored-by: Saurabh <saurabh@erpnext.com>
2020-08-25 13:05:49 +05:30
Rushabh Mehta
f2fe49b5e1
Merge pull request #11328 from rmehta/safe-exec-sql
feat(server script): Allow frappe.db.sql for read
2020-08-24 17:46:09 +05:30
KanchanChauhan
613b91735e
fix: Image shown as broken in comment if private 2020-08-21 17:58:37 +05:30
Rushabh Mehta
275a70e9d0 feat(minor): allow frappe.db.sql for read in server script 2020-08-20 18:33:29 +05:30
Shivam Mishra
c2500f0593
Merge branch 'develop' into allow-get-print 2020-08-20 08:41:52 +00:00
Gavin D'souza
cdc521ee04 Merge branch 'develop' of github.com:frappe/frappe into safe-take-backups 2020-08-19 15:17:10 +05:30
Gavin D'souza
022b6e356b fix: Create backups folder if doesn't exist
Backups fail silently if the default `backups` folder doesn't exist
under private
2020-08-19 15:11:39 +05:30
Suraj Shetty
e929c9a053
Merge branch 'develop' into redirect_url 2020-08-17 21:18:06 +05:30
Rushabh Mehta
137df8290b fix(sider): fix sider issues 2020-08-17 09:41:54 +05:30
Rushabh Mehta
b0b5a56566 fix(minor): in install, load doctype_action and doctype_link before doctype 2020-08-17 09:41:54 +05:30
Rushabh Mehta
77018fc9d6 fix(cleanup): cleanup layout of doctype, user, role, add home_page to Portal Settings, Role 2020-08-17 09:41:54 +05:30
Deepesh Garg
8b1d3a098a Merge branch 'develop' of https://github.com/frappe/frappe into toggle_full_width 2020-08-15 13:05:04 +05:30
Deepesh Garg
ecacb4cc4e fix: Add missing Toggle Full Width action in Navbar Settings 2020-08-15 12:57:30 +05:30
mergify[bot]
e819c75734
Merge pull request #11217 from gavindsouza/rename-backups
fix: fetch correct backup files
2020-08-15 06:04:50 +00:00
Gavin D'souza
c2ea55b0c0 style: Black 2020-08-14 17:22:48 +05:30
Shivam Mishra
e8691b4d54 feat: allow get_print and attach print in server scripts 2020-08-13 14:36:07 +05:30
mergify[bot]
f688bb3ac6
Merge pull request #11116 from nextchamp-saqib/invalid-date-filter
fix: throw message for invalid date filter
2020-08-12 12:20:17 +00:00
mergify[bot]
1ab68dd917
Merge pull request #11213 from deepeshgarg007/configurable_navbar
feat: Configurable navbar logo and dropdowns
2020-08-12 11:57:09 +00:00
Suraj Shetty
1ff9bdca9a
Merge branch 'develop' into invalid-date-filter 2020-08-12 16:47:59 +05:30
Raffael Meyer
0bfba240cf
feat: allow long passwords (#11065)
Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
2020-08-12 16:09:59 +05:30
Deepesh Garg
445161fcf6 Merge branch 'develop' of https://github.com/frappe/frappe into configurable_navbar 2020-08-11 22:40:12 +05:30
Saqib Ansari
2076a81d29 fix: catch only expected error 2020-08-10 17:52:26 +05:30
Gavin D'souza
8d745a97ed fix: Get latest available backup obeying older_than 2020-08-07 21:54:50 +05:30
gavin
5b3fa971b5 Revert "fix: add a distinct identifier for public files backup (#11201)"
This reverts commit ef4a28e10c.
2020-08-07 13:14:29 +05:30
Gavin D'souza
5a52d54211 fix: fetch correct backup files 2020-08-07 12:47:07 +05:30
Deepesh Garg
b92ce9a245
feat: Allow sending emails via Server Script (#11162)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-08-07 09:25:37 +05:30
Deepesh Garg
5a2703e0df Merge branch 'develop' of https://github.com/frappe/frappe into configurable_navbar 2020-08-06 20:49:40 +05:30
Deepesh Garg
cbe4a999c5 fix: Add standard navbar items in patch and after install 2020-08-06 20:28:29 +05:30
Mangesh-Khairnar
ef4a28e10c
fix: add a distinct identifier for public files backup (#11201) 2020-08-06 09:32:04 +05:30
Shivam Mishra
34c3d57767
feat: validate json when saving desk page (#11095)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-08-06 00:01:11 +05:30
gavin
dd157ba822
fix: dont show git errors in terminal (#11064)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-08-04 17:39:35 +05:30
Gavin D'souza
4b93f75eba fix: Log site only if exists 2020-08-03 17:23:32 +05:30
Deepesh Garg
5af0674315 fix: Redirect to workspace instead of desktop 2020-08-03 14:40:07 +05:30
Deepesh Garg
ccf7f28d98 fix: get url only if redirect_to is not specified 2020-08-03 14:38:46 +05:30
Gavin D'souza
a87531e1d0 fix(get_logger): allow None for module 2020-07-31 17:26:37 +05:30
Gavin D'souza
f04ce5dd7a chore: Typo 2020-07-31 16:11:39 +05:30