mbauskar
61aa008182
bumped to version 8.0.70
pirms 8 gadiem
Makarand Bauskar
79a6adf73e
Merge pull request #3521 from frappe/bcornwellmott-patch-1
Make upload files private by default
pirms 8 gadiem
Makarand Bauskar
214e9a194a
Merge pull request #3515 from manassolanki/profit-loss-report
Add the empty row in the excel report, fixes #9377
pirms 8 gadiem
bcornwellmott
264af6ad3d
Make upload files private by default
This unchecks the private box when uploading files by default. It's better to accidentally attach as private something that is meant to be public than to accidentally attach something as public which is meant to be private.
pirms 8 gadiem
Makarand Bauskar
5068fb7c3a
Merge pull request #3517 from mbauskar/password-strength-fixes
[fixes] fixed password strength, ignore password strength if password policy is disabled
pirms 8 gadiem
Makarand Bauskar
ffe53b0cd1
Merge pull request #3520 from saurabh6790/timeout_fix
[fix] set queue timeout explicitly while enqueuing a job
pirms 8 gadiem
Saurabh
2510e4509a
[fix] set queue timeout explicitly while enqueuing a job
pirms 8 gadiem
Makarand Bauskar
de181b82d1
Merge pull request #3514 from rohitwaghchaure/auto_email_report_error
[fix] Auto email report not working
pirms 8 gadiem
Makarand Bauskar
acba96bf2a
minor fixes in auto email report
pirms 8 gadiem
mbauskar
0d1ae7aac8
[fixes] fixed password strength, ignore password strength if password policy is disabled
pirms 8 gadiem
Manas Solanki
2e81ebee5b
Add the empty row in the excel report in order to preserve the visible row no, fixes #9377
pirms 8 gadiem
Rohit Waghchaure
99d39ea0a9
[fix] Auto email report not working
pirms 8 gadiem
rohitwaghchaure
7637837d68
Invalid comparisison of password strenth score with minimum password score ( #3503 )
pirms 8 gadiem
mbauskar
39a1496ccf
Merge branch 'hotfix'
pirms 8 gadiem
mbauskar
c29027245b
bumped to version 8.0.69
pirms 8 gadiem
Makarand Bauskar
6b28e1b9e0
[hot] fixed ValueError: need more than 1 value to unpack for vnd currency ( #3489 )
pirms 8 gadiem
mbauskar
ac89473d52
Merge branch 'hotfix'
pirms 8 gadiem
mbauskar
68a8f2b954
bumped to version 8.0.68
pirms 8 gadiem
Makarand Bauskar
7bc97cbf36
Merge pull request #3488 from nabinhait/in_words_fix
get correct number format info in in_words function
pirms 8 gadiem
Nabin Hait
85851d10d5
get correct number format info in in_words function
pirms 8 gadiem
mbauskar
861a28d429
Merge branch 'hotfix'
pirms 8 gadiem
mbauskar
eaebdfcd73
bumped to version 8.0.67
pirms 8 gadiem
Makarand Bauskar
c044f9034c
Merge pull request #3482 from rohitwaghchaure/deleted_document_issue
[Fix] System manager not able to restore the deleted document
pirms 8 gadiem
Makarand Bauskar
eda35fbe6e
Merge pull request #3484 from tundebabzy/issue-9239
Can't delete TAG #9239
pirms 8 gadiem
tunde
f9d461e28a
removes culprit print statement
pirms 8 gadiem
Rohit Waghchaure
db928600da
[Fix] System manager not able to restore the deleted document
pirms 8 gadiem
rohitwaghchaure
e5dc0af0e1
[Fix] Email digest email by document field's value not refreshing on change of document type ( #3479 )
pirms 8 gadiem
Nabin Hait
f7b16fc56a
Prepare email message only if there is message ( #3477 )
pirms 8 gadiem
Saurabh
93a4decbb8
Merge branch 'hotfix'
pirms 8 gadiem
Saurabh
a9c3ee978f
bumped to version 8.0.66
pirms 8 gadiem
tundebabzy
ff4c86089c
Make "Amount in words" spell three decimals ( #3358 )
* fixes frappe/erpnext#8895
* checks for non-numeric type
* makes words translatable
pirms 8 gadiem
Makarand Bauskar
5341ac535a
Merge pull request #3382 from tundebabzy/issue_erpnext#8965
fixes frappe/erpnext#8965 : Get item inside Request for Quote
pirms 8 gadiem
Makarand Bauskar
836ad397a9
Merge pull request #3462 from saurabh6790/dropbox_backup
[fix] move dropbox backup upload from short queue to long queue to avoid timeout exceptions
pirms 8 gadiem
Saurabh
7e2972dee8
a[fix] move dropbox backup upload from short queue to long queue to avoid timeout exceptions
pirms 8 gadiem
Revant Nandgaonkar
5a0eb81340
[fix] OAuth2 Frappe Server URL Validation ( #3397 )
* [fix] OAuth2 Frappe Server URL Validation
Only request and validate the frappe_server_url if hostname is not equal to frappe_server_hostname
request.get to localhost by using hostname results into timeout
* check domains in local.conf.domains as well
* removed unused variable as per codacy
pirms 8 gadiem
Nabin Hait
8c1b31655a
Merge branch 'hotfix'
pirms 8 gadiem
Nabin Hait
46efcf14e2
bumped to version 8.0.65
pirms 8 gadiem
Makarand Bauskar
66c9dfa42c
[minor] compair minimum score with zxcvbn feedback score ( #3444 )
pirms 8 gadiem
Makarand Bauskar
c495e2f4c8
[minor] fixes in Search term label ( #3424 )
pirms 8 gadiem
rohitwaghchaure
59acca249a
[fix] Email alert for value change not working for the allow on submit field ( #3433 )
pirms 8 gadiem
Faris Ansari
bcb195fa1c
Update frappe-gantt to 0.0.6 ( #3434 )
pirms 8 gadiem
Makarand Bauskar
c45b575a93
[minor] ignore password strength test in frappe.in_test ( #3423 )
* Fixed issue #frappe WN-SUP25323 for password strength error
* [hotfix] fixes in password strength test
* [hotfix] ignore password strength test in tests
pirms 8 gadiem
Nabin Hait
f1dc09fa3a
Merge branch 'hotfix'
pirms 8 gadiem
Nabin Hait
b23d25275e
bumped to version 8.0.64
pirms 8 gadiem
Prateeksha Singh
fe9fdcb23a
[hotfix] Password strength fix ( #3420 )
* [fix] password min-score loophole
* [minor] cleanup message
* [fix] test
pirms 8 gadiem
Nabin Hait
1b10107bd8
Merge branch 'hotfix'
pirms 8 gadiem
Nabin Hait
6d9dc4a0c1
bumped to version 8.0.63
pirms 8 gadiem
Makarand Bauskar
71d1e8c0e0
[minor] select the Inbox in readonly false mode while pulling emails ( #3412 )
pirms 8 gadiem
Nabin Hait
37cd69b4df
Clear email query via separate query to avoid deadlock ( #3418 )
pirms 8 gadiem
Nabin Hait
0699ea100f
Merge branch 'hotfix'
pirms 8 gadiem