Commit graph

41460 commits

Author SHA1 Message Date
Raffael Meyer
ef11d67bb3
chore: translations of "Login" and "Signup" (german) (#20409) 2023-03-21 17:04:28 +05:30
Ankush Menat
7fc6ae65ab
perf: Dont update list view data if list view not active (#20396)
Steps to reproduce:
1. visit a list view that's quite active
2. move to some other page
3. list view data keeps getting refreshed in background

Fix: Only refresh when user is back on list view
2023-03-21 14:11:26 +05:30
Bernhard Sirlinger
c5cfe8f5aa
feat(minor): log datetime in worker log (#20414) 2023-03-21 12:55:03 +05:30
Suraj Shetty
44d4010ea9
Merge pull request #20413 from surajshetty3416/website-analytics-enhancements 2023-03-21 11:36:17 +05:30
Suraj Shetty
02b661bbb9 fix: Remove mandatory and save URL params to localstorage
- Saving URL params to localstorage to avoid re-entering the data.
Usually only 1 or 2 param(s) change is required to generate new link
2023-03-21 11:31:05 +05:30
Suraj Shetty
1abcd5a11a feat: Add a simple tool to generate tracking URL 2023-03-20 23:53:42 +05:30
Suraj Shetty
ed7d6931ca fix: Update code to update links with campaign and medium 2023-03-20 23:42:50 +05:30
Suraj Shetty
c9e12edb42 feat: Add campaign and medium to web page view 2023-03-20 23:41:18 +05:30
Raffael Meyer
d48a1c9e7c
feat: make workflow state translatable (#20326) 2023-03-20 21:55:08 +05:30
Raffael Meyer
12144505bc
fix: clear contacts cache (#20397) 2023-03-20 21:15:53 +05:30
gavin
3da5a84d7c
fix(meta): get_permitted_fields with no field-columns (#20401) 2023-03-20 21:00:03 +05:30
gavin
eeeaedac65
fix(workspace): Setup Dynamic Link if value exists (#20402) 2023-03-20 20:44:32 +05:30
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
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
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