Ritwik Puri
6c6a89bcdd
Merge pull request #19793 from phot0n/dropbox-refresh-token
...
fix!: refresh access token for dropbox
2023-03-20 17:49:00 +05:30
phot0n
e032a5b69b
fix: add back dropbox access token
...
reason: https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Long-lived-access-token-deprecation/m-p/630471/highlight/true\#M29128
2023-03-20 17:48:21 +05:30
phot0n
7445843bc2
refactor: remove dropbox_access_key and dropbox_access_secret fields
...
from dropbox settings
2023-03-20 14:17:48 +05:30
phot0n
14105e0816
fix: refresh access token for dropbox
...
- removed dropbox_access_token field
- added dropbox_refresh_token
- removed oauth2 access token generation from oauth1 logic
- removed code for dropbox_erpnext_broker
Auth logic has been changed a bit to generate access token(s) on the fly when taking backup from refresh token. This is due to the fact that backups are generally taken between long intervals which is generally greater than the access token expiry time.
2023-03-20 14:17:48 +05:30
Sagar Vora
98006eb5fb
chore: fix typo in error dump ( #20393 )
...
[skip ci]
2023-03-20 11:57:40 +05:30
Ankush Menat
9622c882a7
Merge pull request #20168 from resilient-tech/system-generated-field-fixes
...
fix!: create property setters for system generated custom fields
2023-03-17 17:55:45 +05:30
Ankush Menat
7ed43e2a68
fix: Drop message_id index before migrating email queue ( #20376 )
...
[skip c]
2023-03-17 15:57:51 +05:30
Deepesh Garg
32d3cc7277
fix: Consider user perimission default in get_user_default function
2023-03-17 14:49:24 +05:30
Ankush Menat
cad9228b6b
feat: clear integration log request logs ( #20373 )
...
* fix: integration request should be cleared
THese are basically logs of requests and shouldn't stay forever.
* fix(UX): show retention policy message on sidebar
These doctypes were added to log settings later.
2023-03-17 14:38:26 +05:30
Ankush Menat
f2f7d43811
fix: tolerant newsletter view logging ( #20369 )
...
* fix: tolerant newsletter view logging
* Revert "fix: tolerant newsletter view logging"
This reverts commit 5a8567a9405f336c3dc8a481c27af70860334b2b.
* fix: use raw query for updating count
2023-03-16 20:07:43 +05:30
Shariq Ansari
4f2db72922
Merge pull request #20363 from shariquerik/5-column-form-layout
2023-03-16 18:04:44 +05:30
Shariq Ansari
f672391a95
Merge pull request #20360 from shariquerik/edit-comment-image-upload-fix
2023-03-16 18:04:04 +05:30
Shariq Ansari
d7ab46f7f8
fix: allow 5 column layout in doctype form
2023-03-16 17:16:32 +05:30
Suraj Shetty
0743225cd2
fix(patch): move desk prop patch to post model sync ( #20361 )
...
* fix(patch): Reload user_email to avoid failure
* fix: move patch to post sync
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
[Skip ci]
2023-03-16 16:38:52 +05:30
Shariq Ansari
502ae9bd71
Merge branch 'develop' into edit-comment-image-upload-fix
2023-03-16 16:02:58 +05:30
Shariq Ansari
ba99f74660
fix: handle image extraction while editing comment
2023-03-16 16:00:06 +05:30
Ankush Menat
035f7f93df
fix: skip InReadOnlyMode in error snapshots ( #20358 )
...
[skip ci]
2023-03-16 15:56:19 +05:30
Suraj Shetty
2374d04213
Merge pull request #20355 from surajshetty3416/remove-lang-in-communication
2023-03-16 14:39:23 +05:30
Ankush Menat
fdcdb61a2d
fix: email linking and message_id indexing ( #20356 )
...
* fix: find communication regardless of system reply
* perf: convert and index message_id
2023-03-16 14:01:25 +05:30
Suraj Shetty
c542882bf2
fix: Remove lang selector in communication
...
to avoid confusion since the feature is not functional
2023-03-16 11:40:47 +05:30
Ankush Menat
6b79a97566
fix(UX): clear comment to avoid duplicates
2023-03-16 11:03:45 +05:30
Suraj Shetty
f7b22ea295
Merge pull request #20353 from surajshetty3416/misc-fixes-15-03-2023
2023-03-16 10:57:12 +05:30
Suraj Shetty
8aac4aae75
fix(grid): Show filter row if some filters are already applied
2023-03-16 10:10:52 +05:30
Suraj Shetty
10a5861f11
fix: Fill partially entered data to quick entry
...
- if the autoname is "prompt" the auto fill was not working
Co-authored-by: Rushabh Mehta <rmehta@gmail.com>
2023-03-16 09:47:53 +05:30
Suraj Shetty
8dde2cd43c
fix: Clear dasboard comment to avoid duplicate
...
- on save
2023-03-16 09:45:43 +05:30
Ankush Menat
56fb0a4f93
fix: treat Phone as Data on list view
...
closes https://github.com/frappe/frappe/issues/20290
2023-03-15 15:16:39 +05:30
Shariq Ansari
423c0a2e36
Merge pull request #20346 from shariquerik/workspace-sidebar-fix
2023-03-15 14:22:37 +05:30
Suraj Shetty
48fb8174e1
Merge pull request #20348 from surajshetty3416/fix-link-title-in-pdf
...
fix: Set link title in PDF
2023-03-15 14:17:52 +05:30
Suraj Shetty
09ea38e96f
fix: Set link title in PDF
...
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com>
2023-03-15 14:14:41 +05:30
Shariq Ansari
20eebe7340
fix: hide My Workspace sidebar section if empty in edit mode
2023-03-15 13:52:59 +05:30
Shariq Ansari
2c16ad2bfb
fix: sidebar becomes unhidden while removing skeleton
2023-03-15 13:41:46 +05:30
Wolfram Schmidt
1f01eccb9b
chore: update de translations ( #20341 )
...
added translations for new fields (v14)
2023-03-15 01:51:13 +05:30
barredterra
eb398097b7
fix: hide popover after clearing filters
2023-03-14 16:54:15 +01:00
barredterra
8500f61b8a
refactor: method hide_popover
2023-03-14 16:51:46 +01:00
barredterra
c1e20c84b4
fix: clear all filters when in list view
2023-03-14 16:47:57 +01:00
Ankush Menat
9430b6a8c2
fix: Permission error while processing role based notifications ( #20315 )
2023-03-14 17:27:30 +05:30
Suraj Shetty
acf8a52daa
Merge pull request #20336 from surajshetty3416/fix-default-print-language
2023-03-14 15:16:37 +05:30
Suraj Shetty
e429101370
fix(print): Language set in document should have higher precedence
2023-03-14 15:13:35 +05:30
Ankush Menat
da086a4410
feat: allow configuring ttl for RQ job retention ( #20331 )
...
Some might want to keep them around for long, others might wanna get rid
of it to free up memory. Hardcoded defaults dont work for everyone hence
make it configurable.
`no-docs`
[skip ci]
2023-03-14 12:43:41 +05:30
Raffael Meyer
5538d7fbbe
chore: translate read only alert to german ( #20324 )
...
[skip ci]
2023-03-14 11:37:22 +05:30
Ritwik Puri
985a8ca18a
fix: proper errror translation for finding outgoing email account ( #20316 )
2023-03-13 21:05:48 +05:30
Ritwik Puri
41685ff014
fix: dont use get_datetime for enddate when startdate is in future for google calendar event ( #20309 )
2023-03-13 15:20:57 +05:30
Ankush Menat
dd2ac72a9a
fix: skip 0 for rounding
2023-03-13 14:16:39 +05:30
Ankush Menat
02168174c1
Merge pull request #20298 from ankush/bankers_rounding
...
fix: corrected bankers rounding
2023-03-13 13:55:41 +05:30
Ankush Menat
709edf1f55
fix: Make corrected bankers rounding default method
2023-03-13 13:10:51 +05:30
Ankush Menat
139d4a87b4
fix: corrected banker's rounding
...
closes https://github.com/frappe/frappe/issues/19570
2023-03-13 12:30:48 +05:30
Ankush Menat
032889f913
chore: typo
2023-03-13 12:28:20 +05:30
Ankush Menat
90be13e7ee
fix: dont respond to login api call if email login is disabled ( #20311 )
2023-03-13 11:06:15 +05:30
Ankush Menat
97ca92e3d1
refactor: change rounding method names ( #20299 )
...
These are easy to understand.
Added third method for corrected banker's rounding.
2023-03-10 14:57:15 +05:30
Sagar Vora
1ed4b2d30e
style: use const instead of let
2023-03-10 06:51:28 +00:00