Commit graph

37300 commits

Author SHA1 Message Date
Suraj Shetty
4c1b858810
Merge pull request #26637 from blaggacao/feat/error-reraise 2024-06-21 16:43:19 +05:30
Suraj Shetty
90fa93f67c
Merge pull request #26757 from blaggacao/fix/webform-meta-tag 2024-06-21 16:26:54 +05:30
David
6e2e6e7d0b
feat: add refdoc button to error log 2024-06-21 11:55:01 +02:00
barredterra
0b95b28bfe Merge branch 'develop' into undebounce-autocomplete 2024-06-20 16:09:10 +02:00
Frappe PR Bot
705f70bb1f fix: Turkish translations 2024-06-20 17:17:12 +05:30
s-aga-r
8143595a2f chore: update Frappe Mail pull endpoint 2024-06-20 16:58:04 +05:30
s-aga-r
5a4a36591e fix: always use email id as sender 2024-06-20 16:30:12 +05:30
RitvikSardana
80c232b1e0 fix: allow guest to check geolocation IP 2024-06-20 14:39:49 +05:30
s-aga-r
fca0cf7b01 fix: validate Frappe Mail settings on Email Account save 2024-06-19 17:33:11 +05:30
s-aga-r
5f5e5e1f61 fix: use urljoin to join site and endpoint 2024-06-19 15:03:49 +05:30
s-aga-r
42320df5f9 fix: log exception 2024-06-19 12:45:43 +05:30
s-aga-r
2f66425b1d chore: provide last_synced_at while retrieving mails 2024-06-19 11:56:53 +05:30
barredterra
d908271da3 refactor(web list): use CSS class d-none instead of hidden
`hidden` is just a wrapper for `d-none`, but `d-none` will work even if the wrapper is not availbale (for example, using a custom app's CSS).
2024-06-19 00:43:42 +02:00
Raffael Meyer
c5b691e54f
Merge pull request #26770 from frappe/l10n_develop 2024-06-18 18:56:18 +02:00
s-aga-r
991f75bb0b feat: Retrieve Mails from Frappe Mail 2024-06-18 19:32:03 +05:30
Akhil Narang
8e0b5624d7
Merge pull request #26777 from cogk/fix-disable-ctrl-s-shortcut-for-minimized-dialogs
fix(desk): Don't trigger minimized dialog action on Ctrl-S
2024-06-18 18:36:42 +05:30
Akhil Narang
28a5e9fee2
fix(query_report): don't follow reference report for prepared_report field
This disallows people from doing things like disabling prepared report on custom reports

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-06-18 18:20:56 +05:30
barredterra
928ea3e187 fix: avoid popping from empty list 2024-06-18 13:58:39 +02:00
barredterra
e61f1f99d6 fix: check permission and create access log 2024-06-18 12:47:51 +02:00
Frappe PR Bot
a19f1a4475 fix: French translations 2024-06-18 15:23:33 +05:30
s-aga-r
527ac29c2e feat: Send Mails via Frappe Mail 2024-06-18 11:09:02 +05:30
Corentin Flr
13b480b361
fix(desk): Don't trigger minimized dialog action on Ctrl-S 2024-06-17 11:14:56 +02:00
David
b7a7e5a316
fix: notification message highlight 2024-06-17 11:04:35 +02:00
David
3fddb392eb
test: fix meta tag test 2024-06-17 10:01:22 +02:00
barredterra
9d19701e56 feat: download contact list as vCards 2024-06-16 18:19:48 +02:00
barredterra
b53203e14c feat: download Contact as vCard 2024-06-16 17:49:16 +02:00
frappe-pr-bot
f6292e4cd6 chore: update POT file 2024-06-16 09:34:25 +00:00
Frappe PR Bot
1cc774cb19 fix: Persian translations 2024-06-16 14:50:09 +05:30
Frappe PR Bot
36b18e9e35 fix: Persian translations 2024-06-15 14:31:01 +05:30
Raffael Meyer
1a8248a6e6
Merge pull request #26758 from barredterra/auto-primary_email
feat: set the only email address as primary
2024-06-14 18:00:18 +02:00
Raffael Meyer
639e3409e8
Merge pull request #26760 from barredterra/number_cards_shortening
fix: don't excessively shorten_number
2024-06-14 15:50:36 +02:00
Raffael Meyer
d61d790613
Merge pull request #26564 from frappe/l10n_develop 2024-06-14 12:19:29 +02:00
Frappe PR Bot
b28ca09676 fix: Turkish translations 2024-06-14 14:02:08 +05:30
barredterra
30756e27d4 fix: shorten_number
Before, `shorten_number(1234.5678, "Germany", 5)` wrongly returned `"1 K"`. Now it correctly returns `"1235"`, which is less than five digits.
2024-06-13 18:58:14 +02:00
barredterra
be90d5556e feat: set the only email address as primary
Some features rely on the Contact having the primary email set. If the Contact has only one email address, we can mark it as primary automatically. Only if there are more than one  addresses available, the user has to choose which one should be set as primary.
2024-06-13 17:38:09 +02:00
David
bcc2e79c20
fix: meta tag in web form 2024-06-13 16:36:01 +02:00
Frappe PR Bot
992a74ef7e fix: Persian translations 2024-06-13 13:54:36 +05:30
Frappe PR Bot
5372f3b952 fix: Turkish translations 2024-06-13 13:54:32 +05:30
mergify[bot]
521c6c1bad
Merge branch 'develop' into address-autocomplete 2024-06-12 16:01:30 +00:00
David
2b9d743055
perf: make get requests cacheable 2024-06-12 11:33:47 +02:00
Frappe PR Bot
be79d314ed fix: Persian translations 2024-06-12 13:28:46 +05:30
Frappe PR Bot
eed1f1a6fe fix: Turkish translations 2024-06-12 13:28:42 +05:30
David
e2517d11e8
chore: add include_icons jinja global 2024-06-11 20:03:15 +02:00
David
37d8e2bb36
perf: lazy load svg sprictes on websites 2024-06-11 20:01:55 +02:00
Ankush Menat
c146ea24b6
Merge pull request #26710 from marination/block-rename-lang
fix: Avoid renaming language or changing title manually
2024-06-11 15:40:41 +05:30
Frappe PR Bot
9f653880e8 fix: Persian translations 2024-06-11 12:56:22 +05:30
Frappe PR Bot
7810a725e1 fix: Turkish translations 2024-06-11 12:56:19 +05:30
s-aga-r
c01eb68b83 feat: add Frappe Mail to Service options 2024-06-10 18:22:21 +05:30
Nihantra Patel
017b89ec1a fix: redirect report builder from workspace 2024-06-10 17:01:53 +05:30
Nihantra Patel
533f235343 fix: redirect report builder from workspace 2024-06-10 17:00:02 +05:30