Commit graph

54640 commits

Author SHA1 Message Date
Akhil Narang
c5bf0d3f59
fix: prevent user from setting same password on forced reset (#37652)
Co-authored-by: UmakanthKaspa <kaspaumakanth1999@gmail.com>
2026-03-11 18:06:15 +05:30
Sagar Vora
7a113c0aee
fix: use correct core doctypes set in _get_filterable_fields (#37932) 2026-03-11 17:19:48 +05:30
Ejaaz Khan
9e93965315
Merge pull request #37907 from KerollesFathy/workspace-route-conflict
fix: route conflict not detected when workspace matches existing doctype
2026-03-11 14:22:36 +05:30
Ejaaz Khan
12daca24fb
Merge pull request #37898 from AarDG10/fix-setup-wizard
fix(setup_wizard): couple bug fixes in setup_wizard
2026-03-11 14:21:15 +05:30
Felix Ruby
56b574a3bc
fix: merge fieldtype select options to include all form builder elements (#37287) 2026-03-11 08:48:31 +00:00
Sagar Vora
79bebf726f
fix: apply rights filter to custom_rights in permission manager (#37927) 2026-03-11 13:38:20 +05:30
Shllokkk
1d07cee93d
feat: show error state in dashboard chart widget instead of throwing … (#37837) 2026-03-11 12:29:11 +05:30
Safwan
8e681bd568
fix: reset temp file for new uploads (#37922) 2026-03-11 11:50:12 +05:30
Kerolles Fathy
5ca45fbe72
fix: improve condition for routing to newly created doc's form (#37849)
* fix: routing issue

* fix: commit suggestion

Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com>

---------

Co-authored-by: Shankarv19bcr <shankarv292002@gmail.com>
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com>
2026-03-11 10:47:50 +05:30
dependabot[bot]
78a9d823ea
chore(deps): bump pypdf from 6.7.5 to 6.8.0 (#37908)
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.7.5 to 6.8.0.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/py-pdf/pypdf/compare/6.7.5...6.8.0)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-11 09:42:41 +05:30
Sagar Vora
dbcd940089
fix: set valid parent for mandatory_depends_on evaluation (#37912) 2026-03-11 08:03:04 +05:30
Sagar Vora
5bb27bda8d
fix: remove depends_on hack for child tables (#37909) 2026-03-11 07:38:26 +05:30
KerollesFathy
929fb66ac6 test: add test for workspace name conflict with existing DocType 2026-03-11 00:44:09 +00:00
KerollesFathy
b969282e8f fix: route conflict not detected when workspace matches existing DocType 2026-03-10 15:52:15 +00:00
Sagar Vora
088ae90c9f
fix: evaluate mandatory_depends_on freshly during save validation (#37904) 2026-03-10 19:27:37 +05:30
Ejaaz Khan
cbef975127
Merge pull request #37888 from safwansamsudeen/chunking-support
feat: add chunking support
2026-03-10 17:00:53 +05:30
AarDG10
c0a14fe7c0 fix(setup_wizard): couple bug fixes to setup_wizard
Language selection issue has been fixed where on selection English was being displayed instead of the user selected language and the drop down menu continued to show English even after the input was updated which was inconsistent...that has been fixed as well.
2026-03-10 16:42:41 +05:30
Safwan Samsudeen
5a736d1c84 fix: dialog not closing for link uploads 2026-03-10 16:33:56 +05:30
RitvikSardana
5168c52ebe
refactor: add queue for indexing docs in sqlite search (#37840) 2026-03-10 16:03:27 +05:30
Safwan Samsudeen
a1895b0507 fix: remove uploads dir usage 2026-03-10 13:20:40 +05:30
Safwan Samsudeen
1e6855d592 chore: remove unnecessary diff 2026-03-10 13:10:05 +05:30
Ankush Menat
a655bbdfa6
Merge pull request #37760 from ShrihariMahabal/undo-email-send
feat: Allow undo email send for 10 seconds
2026-03-10 13:06:52 +05:30
Safwan Samsudeen
8fe9996e30 fix: allow setting chunk size from site settings 2026-03-10 13:03:07 +05:30
Safwan Samsudeen
05901488d5 feat: add chunking to files 2026-03-10 13:03:07 +05:30
Ejaaz Khan
4de1e402c5
Merge pull request #37887 from iamejaaz/email-trigger-button
fix(form): email trigger not working
2026-03-10 12:49:53 +05:30
Ejaaz Khan
79b6c0b522 refactor: cache show-all-activity selector before toggling 2026-03-10 12:45:40 +05:30
Ejaaz Khan
4b8acd4e4e fix(form): email trigger not working 2026-03-10 12:40:53 +05:30
Suraj Shetty
019c6aa001
fix: handle undefined field values in set_value_field function (#37886) 2026-03-10 06:30:40 +00:00
Shrihari Mahabal
c316251a28 refactor: modify requested changes 2026-03-10 10:53:29 +05:30
MochaMind
9a379af012
fix: sync translations from crowdin (#37881) 2026-03-10 09:39:47 +05:30
Ejaaz Khan
407c1a9b2b
Merge pull request #37870 from nishkagosalia/liked-button-alignment-fix
fix: alignment fix of like icon
2026-03-09 22:25:52 +05:30
Soham Kulkarni
e23307af20
Merge pull request #37871 from sokumon/auto-generate-sidebar 2026-03-09 20:53:08 +05:30
Nikhil Kothari
70d8815aeb
chore: use expanded chat button (#37856) 2026-03-09 19:37:04 +05:30
Ankush Menat
546100ec60
fix: check return type of getattr (#37873) 2026-03-09 14:04:25 +00:00
sokumon
6e0dcc2ad9 fix: show correct subtitle 2026-03-09 18:20:23 +05:30
sokumon
b570a7c0e6 fix: remove app field from auto generated sidebar 2026-03-09 17:55:43 +05:30
Nishka Gosalia
123c359766 fix: alignment fix of like icon 2026-03-09 17:29:06 +05:30
Shubh Doshi
2aced82d81
fix: scope resize_all_columns to direct section children only (#37831) 2026-03-09 15:38:44 +05:30
Hussain Nagaria
827023d656
Merge pull request #37744 from kaulith/feat/hide-toolbar-toggle
feat: expose hide_toolbar in Customize Form
2026-03-09 11:22:54 +05:30
Hussain Nagaria
ffdf22065e fix: use .catch instead of second argument to then 2026-03-09 11:12:16 +05:30
MochaMind
2d83554f60
chore: update POT file (#37847) 2026-03-09 11:08:43 +05:30
Nikhil Kothari
733e62ba2c
feat: add support for DD-MMM-YYYY in data import (#37853) 2026-03-08 19:17:48 +00:00
MochaMind
921e474867
fix: sync translations from crowdin (#37845) 2026-03-08 12:00:31 +05:30
Ejaaz Khan
b9cb66696f
Merge pull request #37801 from AarDG10/fix-datetime-field
fix(UI/UX): persist datetime fieldvalue on click
2026-03-06 23:16:39 +05:30
AarDG10
1008899bc8 fix(datetime): persist datetime fieldvalue on clicking instead of clearing 2026-03-06 17:50:59 +05:30
Ejaaz Khan
f5f4000089
Merge pull request #37823 from krantheman/revert-number-card
revert(Number Card): naming rule
2026-03-06 15:12:27 +05:30
Soham Kulkarni
8ed9112e8c
Merge pull request #37818 from sokumon/login-ruppee 2026-03-06 14:42:19 +05:30
Akash Tom
fd466e6141 revert(Number Card): naming rule 2026-03-06 14:24:44 +05:30
pipech
b04899f4ae
fix(workflow): enable_action confirmation permission error
* fix: workflow enable_action confirmation

* style: apply formatting

* fix: function name and handle response

* Update frappe/public/js/frappe/form/workflow.js

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>

* fix: remove unnecessary backend call

* style(workflow): fix lint

---------

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2026-03-06 13:09:10 +05:30
Akhil Narang
3e4f139ff3
fix: use string representation of exceptions in translated strings (#37756)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-03-06 13:02:16 +05:30