Commit graph

52477 commits

Author SHA1 Message Date
sokumon
158a487b00 fix: avatar size 2025-12-23 12:34:06 +05:30
sokumon
b0e2e22b96 chore: export more alphabets 2025-12-23 12:34:06 +05:30
sokumon
bb081a16ce feat: generate desktop icon using the first letter of the label 2025-12-23 12:34:06 +05:30
sokumon
a821e8f228 fix: make cancelling the layout work 2025-12-23 12:34:06 +05:30
sokumon
2da83c4f49 fix: move editing buttons to the side 2025-12-23 12:34:06 +05:30
sokumon
ec31833020 feat: init better desktop editing ux 2025-12-23 12:34:06 +05:30
sokumon
ae5ff8a0a3 fix(menu): right click menu appears at mouse position 2025-12-23 12:34:06 +05:30
Hussain Nagaria
c509494a1a
fix: don't stop AJAX calls even if "offline" (#35405)
ref: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/onLine
2025-12-23 12:24:17 +05:30
Soham Kulkarni
8ba67b941f
Merge pull request #35407 from sokumon/sidebar-fixes 2025-12-23 12:09:40 +05:30
Soham Kulkarni
fb3bb3c0ac
Merge pull request #35401 from sokumon/export-issue 2025-12-23 11:42:58 +05:30
sokumon
e3d5eea217 fix: translate all sidebar items 2025-12-23 11:42:42 +05:30
Abdeali Chharchhodawala
dec3f07d01
fix: prevent empty filter export in query report (#35357) 2025-12-23 11:12:10 +05:30
sokumon
87c52bb296 fix: include all fields of a doctype in doctype field map 2025-12-23 11:00:30 +05:30
Ejaaz Khan
fb55c6d95c
Merge pull request #35395 from iamejaaz/fix-section-spacing
fix: spacing between the section
2025-12-22 17:54:37 +05:30
Ejaaz Khan
208aa3dc79 fix: spacing between the section 2025-12-22 17:42:59 +05:30
Rahul Agrawal
1b302eb5be
fix: only restrict script type reports for script manager (#35390)
* fix: only restrict script type reports for script manager
2025-12-22 11:04:32 +00:00
Shariq Ansari
950f25dc01
Merge pull request #34770 from shariquerik/event-notifications 2025-12-22 01:54:50 -08:00
Ejaaz Khan
5abbdf8c76
Merge pull request #35379 from iamejaaz/add-click-to-edit-title
fix: add click to add title functionality
2025-12-22 15:24:30 +05:30
Sagar Vora
a13f02a240
Merge pull request #35343 from neox-d/fix-single-doctype-join 2025-12-22 12:27:59 +05:30
Sagar Vora
2a36631997 test: add tests for child tables of single doctypes 2025-12-22 12:15:23 +05:30
Sagar Vora
7ce888d5f1 fix: return early is parent doctype is single 2025-12-22 12:14:17 +05:30
Sagar Vora
2882ed4e69 refactor: better permission check for single doctypes 2025-12-22 12:13:26 +05:30
Akhil Narang
7a229d3c25
fix(getdoc): typo in docstring (#35380)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 06:33:31 +00:00
Ejaaz Khan
ebddd62bc5 fix: add click to add title functionality 2025-12-22 11:42:36 +05:30
Akhil Narang
5de7ed8220
fix(attachments): escape file_url (#35206)
* fix(attachments): escape file_url

If a file name has `&amp;` it gets converted to `&` implicitly.
So we need to escape it, leading to `&amp;amp;` which would become `&amp;`

Signed-off-by: Akhil Narang <me@akhilnarang.dev>

* fix: merge conflict issues

---------

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Hussain Nagaria <34810212+NagariaHussain@users.noreply.github.com>
2025-12-22 05:15:28 +00:00
Sagar Vora
7e3bfb3ff4
Merge pull request #35138 from barredterra/link-filters-ux
fix: link filters UX
2025-12-21 14:45:19 +05:30
Soham Kulkarni
4f47c5a211
Merge pull request #35370 from sokumon/workspace-ui 2025-12-21 14:21:11 +05:30
sokumon
ac9228cfec fix(menu): add ability to control menu size 2025-12-21 01:54:30 +05:30
sokumon
a70c7afc17 fix(test): use breadcrumb title 2025-12-21 01:32:05 +05:30
sokumon
59a8fdc5a7 feat: bring workspace creation controls to the breadcrumb 2025-12-21 01:31:40 +05:30
sokumon
768d6e164b fix(menu): translate item labels 2025-12-21 01:09:00 +05:30
Raffael Meyer
9953398625
fix(link): enhance input validation for autocomplete selection (#34953) 2025-12-19 22:13:31 +00:00
Soham Kulkarni
7cf3320c98
Merge pull request #35364 from sokumon/portal-reroute 2025-12-19 21:08:08 +05:30
sokumon
0ea047a776 fix: reroute portal users correctly 2025-12-19 20:34:28 +05:30
Akhil Narang
853028c10a
fix: spelling of authentication (#35340)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-19 12:54:08 +00:00
Akhil Narang
50c7a69697
Merge pull request #35333 from akhilnarang/reportview-qb
refactor(reportview): use query builder
2025-12-19 15:17:44 +05:30
Abdeali Chharchhodawala
a333241d95
fix: handle password feedback for common words and suggestions (#35156)
* fix: handle password feedback for common words and suggestions

* refactor: enhance password strength failure msg

* refactor: keep suggestion html align with title
2025-12-19 14:44:22 +05:30
MochaMind
0f278bb795
fix: sync translations from crowdin (#35286)
* fix: Hungarian translations

* fix: Slovenian translations

* fix: Swedish translations
2025-12-19 12:09:02 +05:30
Soham Kulkarni
0560eb92e6
Merge pull request #35330 from sokumon/rename-app-to-desk
chore: rename app to desk in get url methods
2025-12-19 10:33:56 +05:30
sokumon
dd2dc053ca chore: more renames to /desk 2025-12-18 20:45:04 +05:30
sokumon
0e3ff92996 chore: rename app to desk in get url methods 2025-12-18 19:56:04 +05:30
Soni Karm
61cd779872
fix: return empty string instead of undefined for URL and IBAN options (#34939) 2025-12-18 19:16:23 +05:30
Smit Vora
18b336a7be
fix: filter virtual fields from column picker (#35279) 2025-12-18 19:14:32 +05:30
Abhiraaj R C
584e629c5f fix: parent table join for child tables of Single DocTypes 2025-12-18 18:50:26 +05:30
Abdeali Chharchhodawala
d6c19e856d
refactor: proper msg for users with role (#35099)
* refactor: proper msg for users with role

* refactor: better UI for showing users with role

* refactor: filter with role name instead usernames

* chore: simplify user list display in permission manager
2025-12-18 18:45:01 +05:30
Akhil Narang
3a2dcaa2de
fix(with_comment_count): handle string values
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-18 18:11:02 +05:30
Ejaaz Khan
45c0696c57
Merge pull request #35245 from sokumon/form-sidebar
feat: init form sidebar redesign
2025-12-18 17:56:46 +05:30
Ejaaz Khan
fbe22accb1 feat: re-design attachment and image section 2025-12-18 17:44:27 +05:30
Akhil Narang
c0ebc96597
feat(qb_query): expose fields like db_query
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-18 17:26:52 +05:30
Akhil Narang
81f7a247f0
fix(query): track aliases for DynamicTableField as well
Child tables, links for example.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-18 17:26:52 +05:30