Commit graph

41743 commits

Author SHA1 Message Date
William Luke
e0ed7d3b97
fix(oauth): add exp to idToken (#20694) 2023-05-05 01:19:03 +05:30
Ritwik Puri
f5ba787f4b
Merge pull request #20856 from resilient-tech/perf-private-file 2023-05-05 00:46:16 +05:30
Raffael Meyer
0473f7b44f
feat: helper method for address display (#20900) 2023-05-04 23:36:58 +05:30
Suraj Shetty
a84da0139a
Merge pull request #20810 from gavindsouza/fix-20689 2023-05-04 18:32:16 +05:30
Rohan
01a0a0fc0a
fix: ignore virtual doctypes during data export (#20891) 2023-05-04 17:43:22 +05:30
Shariq Ansari
8759a7b41c
fix: message.py executing script (#20887) 2023-05-04 17:33:10 +05:30
Ikko Eltociear Ashimine
3efaee9597
docs: fix typo in database.py (#20894) 2023-05-04 17:07:08 +05:30
Leonard Goertz
4b7c73514e
fix: ensure that get_last_email returns the most recent email (#20711)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2023-05-04 14:00:06 +05:30
Ritwik Puri
a254a256f8
Merge pull request #20884 from barredterra/translate-operator
fix: make operator in link filters translatable
2023-05-04 00:05:33 +05:30
barredterra
7892a8bdb6 fix: translate operator in link filters 2023-05-03 17:04:06 +02:00
Sagar Vora
26512c4d13
Merge pull request #20871 from resilient-tech/no-sync-call-in-requests 2023-05-02 13:49:57 +05:30
Sagar Vora
8418d3c7e2 fix: only call RQ synchronously as fallback during migration 2023-05-02 13:46:50 +05:30
Sagar Vora
9dc2a32952
Merge pull request #20859 from resilient-tech/use-isdisjoint 2023-04-27 18:25:08 +05:30
Sagar Vora
64aaa55d76 chore: remove dead code 2023-04-27 17:50:26 +05:30
Sagar Vora
53c9869ce3 style: use set.isdisjoint when comparing roles (+ minor refactor) 2023-04-27 17:39:33 +05:30
Ankush Menat
2f975c7eb9
fix: pass parent document type for number card (#20857) 2023-04-27 17:00:52 +05:30
Sagar Vora
9cf7f2b311 perf: get all file data at once when downloading private file 2023-04-27 16:12:02 +05:30
gavin
c4ecd33357
Merge branch 'develop' into fix-20689 2023-04-27 14:38:32 +05:30
Gavin D'souza
63a605876f fix: Pass current dt as fallback parent_doctype 2023-04-27 14:37:15 +05:30
Ankush Menat
7042dca5dd
Merge pull request #20825 from ankush/posthog_poc
feat: telemetry using posthog
2023-04-26 15:54:30 +05:30
Ankush Menat
109a549a23
fix: pass reference_doctype to search query methods (#20842)
frappe.call ensures that it's only passed to functions which can accept
it, so nothing to worry about ~ backward compatible change.
2023-04-25 18:31:14 +05:30
Ankush Menat
db4cd1a84b refactor: reduce duplication 2023-04-25 15:03:11 +05:30
Ankush Menat
93c326b971 feat: let user opt out of telemetry from setup 2023-04-25 14:46:53 +05:30
Ankush Menat
f63c420798 feat: add python posthog library 2023-04-25 13:10:14 +05:30
Ankush Menat
6c3f29efe7 feat: setup wizard progress telemetry 2023-04-25 11:54:56 +05:30
Ankush Menat
87a88195ec feat: telemetry using posthog 2023-04-25 10:33:28 +05:30
Ankush Menat
0d1c7fee42 feat: let users disable telemetry from system settings 2023-04-25 10:33:28 +05:30
Ritwik Puri
e6279e08f2
Merge pull request #20823 from phot0n/dnr-update-counter
refactor(minor): remove update counter dialog and make counter editable by default
2023-04-25 01:06:17 +05:30
phot0n
71f45eba68 fix: add confirmation when updating counter and make document type mandatory 2023-04-25 01:02:12 +05:30
Raffael Meyer
f7b2b59f9a
fix: don't translate before unscrubbing (#20814) 2023-04-24 19:16:11 +05:30
Raffael Meyer
e384d94fcc
fix: make role info translatable (#20813) 2023-04-24 18:58:22 +05:30
Raffael Meyer
fc10325074
fix: improve delete_contact_and_address (#20381) 2023-04-24 18:51:42 +05:30
mergify[bot]
f95a042756
Merge pull request #20517 from barredterra/gc-perms
fix: role perms on Google Contacts
2023-04-24 13:11:09 +00:00
Ankush Menat
eeda161e98
fix: handle SMTPRecipientsRefused retries (#20819)
* fix: remove trailing and leading quotes from email

* chore: typo

* fix: dont retry `SMTPRecipientsRefused`

If refused once it's unlikely to work again just by retrying. There's no
mechanism to prevent infinite retry. This will still attempt for
MAX_RETRY_COUNT.

* Revert "fix: remove trailing and leading quotes from email"

This reverts commit 2676ac2c7fe76c34049da05a209554fee6b3d911.

refer https://github.com/frappe/frappe/pull/20819#discussion_r1175166987
2023-04-24 17:34:24 +05:30
Shariq Ansari
145ba36cea
Merge pull request #20822 from shariquerik/multiple-assignment-fix 2023-04-24 16:31:26 +05:30
phot0n
7ae60ff268 refactor(minor): remove update counter dialog and make counter editable by default 2023-04-24 13:06:51 +05:30
Shariq Ansari
89186b8057 fix: multiple assignments to the same person 2023-04-24 11:30:35 +05:30
Raffael Meyer
6b57a2d352
fix: endless reload in User when timezone is unset (#20815) 2023-04-24 10:26:43 +05:30
Gavin D'souza
340617c1e1 test: Add check to make sure select & search fields intersect 2023-04-22 15:07:14 +05:30
Gavin D'souza
52973ed85d fix(reportview): Use get_permitted_fields for resource API 2023-04-22 14:59:33 +05:30
Gavin D'souza
a22cbe8ae5 fix: Setup permission_map & use get_permitted_fields 2023-04-22 14:58:28 +05:30
Gavin D'souza
c0537c74da test: Add check for permitted fields 2023-04-22 13:28:17 +05:30
Gavin D'souza
a1f59c5a82 fix: Allow only search fields for select permission type 2023-04-22 12:46:15 +05:30
Faris Ansari
838919eb42
fix: update deprecated deep selector syntax (#20807)
`>>>` to `:deep`
2023-04-21 17:43:41 +05:30
Gavin D'souza
7d2f9be609 refactor: Simplify only_has_select_perm 2023-04-21 17:40:00 +05:30
Gavin D'souza
36ee97a8f8 fix: Dont assume user & permission_type in get_permitted_fileds 2023-04-21 17:40:00 +05:30
Shariq Ansari
e06b6b31f3
Merge pull request #20798 from shariquerik/anonymous-webform-response
feat: get anonymous response from webform
2023-04-21 00:36:47 +05:30
Ritwik Puri
cd67ad420f
fix(patch): only run disable_email_accounts_with_oauth if connected user is not set (#20799) 2023-04-20 22:03:11 +05:30
Shariq Ansari
87cf164cac feat: get anonymous response from webform 2023-04-20 17:31:28 +05:30
Shariq Ansari
6eac7e603e
Merge pull request #20793 from shariquerik/clear_all_filter_fix 2023-04-20 07:21:22 +05:30