Commit graph

49762 commits

Author SHA1 Message Date
Ejaaz Khan
36d22c0fc4
Merge pull request #32626 from UmakanthKaspa/feature/show-full-number-option
feat: add 'show full number' option to number card
2025-05-22 15:27:33 +05:30
Ankush Menat
aa936e0fb9
fix: better acct disabled message (#32636)
* fix: reset failure count every 2 hour

Just avoids long running sites from getting disabled w/ transient errors?

* fix: better email disabled notification
2025-05-22 09:35:47 +00:00
UmakanthKaspa
868a019e4b
Merge branch 'develop' into feature/show-full-number-option 2025-05-22 11:43:18 +05:30
UmakanthKaspa
c16bdcd80c feat(number-card): update description for 'Show Full Number' checkbox
Co-authored-by: Ejaaz Khan <67804911+iamejaaz@users.noreply.github.com>
2025-05-22 06:11:13 +00:00
Ejaaz Khan
f534411b6b
Merge pull request #32615 from ShreyasTheNewbie/bgcolor_in_number_card
feat: add background color to Number Card
2025-05-22 10:50:39 +05:30
Ejaaz Khan
c74667caa5
Merge pull request #32567 from Vengadesh27/search_bar
feat: Dynamic and configurable child table search bar
2025-05-22 10:31:38 +05:30
Vengadesh
00e0b14208 fix: field name changed in doctype json 2025-05-21 22:06:22 +05:30
Soham Kulkarni
06d5cb79b7
Merge pull request #32410 from sokumon/guest-message
fix: add informative guest message
2025-05-21 19:53:45 +05:30
Soham Kulkarni
f4edb51d30
Merge pull request #32228 from sokumon/note-issue
fix(Note): make note show up only on login
2025-05-21 19:52:49 +05:30
UmakanthKaspa
f1fdb50034 feat: add 'show full number' option to number card 2025-05-21 12:10:08 +00:00
ShreyasTheNewbie
eece9106bf fix: code formatting 2025-05-21 08:28:06 +00:00
Niraj Gautam
17f51576cf
fix: Show shared events to user (#32029)
* refactor:Show shared events to user

* fix: Update condition

* fix: Use get_shared method to fetch shared docnames

* refactor: use walrus operator

---------

Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2025-05-21 13:36:49 +05:30
Akhil Narang
c273a8f1e7
Merge pull request #31872 from cogk/fix-email-sender-decoding
fix(email): Fix sender and recipients decoding
2025-05-21 13:23:35 +05:30
Ankush Menat
db93e17879
fix(dx): allow watch property in prod (#32612)
This check was added just to prevent accidental merge. It's an acceptable
risk ig.
2025-05-21 06:22:28 +00:00
ShreyasTheNewbie
0b14f28826 feat: add background color to Number Card 2025-05-21 05:45:42 +00:00
Vengadesh
fae19a802a fix: Field label changed in doctype json 2025-05-20 19:35:47 +05:30
Ankush Menat
516836c4e5
chore: update misleading docstring for scheduler (#32601) 2025-05-20 10:01:27 +00:00
Ejaaz Khan
16cc75f191
Merge pull request #32595 from iamejaaz/fix-link-logo
fix(minor): communication link icon
2025-05-20 14:05:13 +05:30
Ejaaz Khan
0c94b95d48 fix(minor): communication link logo 2025-05-20 12:07:44 +05:30
Frappe PR Bot
3afa775be6
fix: sync translations from crowdin (#32581) 2025-05-20 01:41:45 +02:00
Soham Kulkarni
ea3050a751
fix: make max report rows configurable (#32582)
* fix: make max report rows configurable

* fix: add description to setting and use sysdefaults
2025-05-19 15:47:32 +05:30
Ankush Menat
cd13a682db
build: bump datatable (#32578)
* build: Bump datatable

To apply https://github.com/frappe/datatable/pull/217

* fix: bump report length limit
2025-05-19 06:54:59 +00:00
Vengadesh
a770b52f35 fix: modified the condition for fetching the search field length value 2025-05-19 12:03:20 +05:30
Vengadesh
ddf2587cc7 feat: Dynamic and configurable child table search bar 2025-05-19 12:03:13 +05:30
Frappe PR Bot
562f0d3304
fix: sync translations from crowdin (#32353) 2025-05-18 17:31:46 +02:00
Frappe PR Bot
7eb6619d92
chore: update POT file (#32568) 2025-05-18 17:31:26 +02:00
Ankush Menat
dcf6a45537 chore: language 2025-05-17 18:02:47 +05:30
Ankush Menat
a6c73dfdbe
fix: avoid flushing to monitor logs concurrently (#32552) 2025-05-16 12:20:40 +00:00
Corentin Forler
26b279864f
fix: Fix link in delete data confirmation email template (#32544) 2025-05-16 10:00:20 +05:30
Corentin Forler
35d557f46d
chore: remove empty template (#32543) 2025-05-16 09:58:45 +05:30
Ejaaz Khan
7c8e232b7c
Merge pull request #32547 from iamejaaz/fix-grid-rounder-corner
fix(minor): edge border radius issue
2025-05-16 00:57:58 +05:30
Ejaaz Khan
874ed9a349 fix(minor): corner border radius issue 2025-05-16 00:11:09 +05:30
Ejaaz Khan
0ca345687d
Merge pull request #32539 from iamejaaz/36457-report-permission
fix: query report read permission issue
2025-05-15 18:34:01 +05:30
mahsem
6e0f9b743c
fix: state_translatability (#32533) 2025-05-15 18:19:58 +05:30
Ejaaz Khan
f72bd90fef fix: query report read permission issue 2025-05-15 18:03:36 +05:30
Ankush Menat
85f8ccadf7
Revert "feat: support reraising with error cause" (#32523)
This reverts commit 153d7cb7a3.
2025-05-15 17:35:18 +05:30
Soham Kulkarni
1556638c44
Merge pull request #32536 from sokumon/quill-image-centering
fix(TextEditor): restore image alignment after save
2025-05-15 14:36:35 +05:30
Ejaaz Khan
78d3d71a1c
Merge pull request #32385 from UmakanthKaspa/fix-child-doctypes-dropdown
fix: remove child tables from Role Permission Manager dropdown
2025-05-15 13:43:05 +05:30
UmakanthKaspa
5fb5da6ea8 fix: remove child tables from Role Permission Manager dropdown 2025-05-15 07:53:37 +00:00
Ejaaz Khan
d01453ea4a
Merge pull request #32388 from UmakanthKaspa/fix/active-tab-border-dark-mode
fix: active tab bottom border not visible in dark mode
2025-05-15 13:03:14 +05:30
sokumon
9c3deb2bc2 fix: remove debugging statements 2025-05-15 11:44:52 +05:30
sokumon
5ce2f4e415 fix: add support for uploading webp images 2025-05-15 11:27:28 +05:30
sokumon
9a0a1ebb32 fix(TextEditor): restore image alignment after save 2025-05-15 11:18:15 +05:30
Ejaaz Khan
7321bf640e
Merge pull request #32532 from iamejaaz/34435-report-view-link-title
fix: link title not reliable in report view
2025-05-15 11:16:55 +05:30
Ejaaz Khan
2bc193b90e
Merge pull request #32171 from maasanto/generalise-quick-entry
feat: Open quick entry form when creating a new doc from a widget (quicklist or shortcuts)
2025-05-15 11:16:28 +05:30
Antoine Maas
adee7bbcc9 fix: formatting 2025-05-15 05:26:08 +00:00
Antoine Maas
2415e3aafe feat: no redirection following doc insert from quick entry form (shortcut) 2025-05-15 05:26:08 +00:00
Antoine Maas
342912fec6 feat: no redirection following doc insert from quick entry form (quicklist) 2025-05-15 05:26:08 +00:00
Antoine Maas
05258a9c5b feat: shorcuts to new doc opens up quick entry form when available 2025-05-15 05:26:08 +00:00
Antoine Maas
e08e8b6b48 feat: quick entry form when creating doc from quick list 2025-05-15 05:26:07 +00:00