Commit graph

52449 commits

Author SHA1 Message Date
Akhil Narang
588cb1e44d
refactor: tomli -> tomllib
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 21:06:48 +05:30
Akhil Narang
4c871f1c09
build(deps): bump
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 21:06:48 +05:30
Akhil Narang
345f17558a
build(deps): bump to python>=3.14, nodejs>=24
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 20:33:11 +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
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
Akhil Narang
c90d3c5c20
refactor(reportview): use query builder
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-18 17:26:52 +05:30
Ankush Menat
c944981a3e
fix: Lock email queue before sending (#35334)
Avoids duplicate flushes.
2025-12-18 10:36:24 +00:00
Soham Kulkarni
8cf4af84f4
fix: always allow folders to be shown (#35325) 2025-12-18 14:41:07 +05:30
sokumon
709169a538 chore: clean desktop icon controller 2025-12-18 14:20:00 +05:30
rohitwaghchaure
6e944f8d55
Merge pull request #35307 from rohitwaghchaure/fixed-support-53592-4
fix: qty reset on selecting new item
2025-12-18 14:14:21 +05:30
Ejaaz Khan
424222dc81 fix: change url from app to desk 2025-12-18 14:01:52 +05:30
sokumon
c92a23d958 fix: always allow folders to be shown 2025-12-18 13:39:25 +05:30
Ejaaz Khan
fb0296f210 feat: redesign sidebar assignment 2025-12-18 12:57:54 +05:30
Soham Kulkarni
b559fee24e
fix: add default list.html for web view (#35300) 2025-12-18 12:16:05 +05:30
Ankush Menat
2505fa9c8c
Merge pull request #35308 from akhilnarang/qb-ifnull-optimization
perf: Split ifnull into two conditions
2025-12-18 10:31:30 +05:30
Ankush Menat
3177f6f5de
Merge pull request #35306 from frappe/fix/ss-cl
fix: don't auto enable create log for `All` and `Cron`
2025-12-18 10:30:31 +05:30
Ejaaz Khan
fc09193fbd feat: move like to sidebar 2025-12-18 00:53:01 +05:30
Sagar Vora
cc731988ce
Merge pull request #35303 from sagarvora/improve-perm-conds 2025-12-17 22:38:36 +05:30
Sagar Vora
d1ffd99fe8 fix(query): wrap CombinedRawCriterion in parentheses for correct precedence
Without proper grouping, OR conditions from shared docs could bypass WHERE filters:
  WHERE filter=X AND perm_cond OR shared_cond  -- shared_cond ignores filter!

With proper grouping:
  WHERE filter=X AND (perm_cond OR shared_cond)  -- correct behavior
2025-12-17 22:28:52 +05:30
Soham Kulkarni
f6521ded0b
Merge pull request #35314 from sokumon/sidebar-fixes
fix: dont show sidebar for setup wizard
2025-12-17 21:46:48 +05:30
sokumon
48e82d1d3e fix: dont show sidebar for setup wizard 2025-12-17 21:05:36 +05:30