Ejaaz Khan
6e59dba5d2
Merge pull request #35702 from iamejaaz/recent-icon-fix
...
fix: set navigations default to zero
2026-01-06 17:44:35 +05:30
Ejaaz Khan
33989852d7
fix: set navigations default to zero
2026-01-06 17:19:15 +05:30
Akhil Narang
93e2b64c0b
Merge pull request #34801 from alexleach/html_emails
...
feat: Raw Html Emails
2026-01-06 12:21:03 +05:30
Alex Leach
dd6357fdae
style: fix linter error
2026-01-06 06:12:56 +00:00
ALB.Leach
b9e6ba7f52
refactor: use cached Email Templates
...
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2026-01-06 06:01:33 +00:00
Alex Leach
e8d1d40ff1
feat(email): add option to exclude default CSS
2026-01-06 06:01:31 +00:00
Ejaaz Khan
4df72b2cf0
fix: remove icons from tab
2026-01-06 01:38:48 +05:30
Akhil Narang
80e158b533
fix: temporarily bump RQ job memory test by 1mb ( #35663 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-05 13:07:32 +00:00
elshafei-developer
f60271a761
fix: add missing translation for "Next Actions" label
2026-01-05 10:38:22 +00:00
Aarol D'Souza
9bd4194a43
Merge pull request #35601 from AarDG10/fix-fallback-for-col-name-build
...
fix(data import): consider fieldname if label is null for col_build
2026-01-05 15:50:49 +05:30
AarDG10
2f20bdee70
test(importer): add test to validate null label fallback to fieldname
2026-01-05 12:02:30 +05:30
Ejaaz Khan
a33f2195e7
Merge pull request #35625 from trustedcomputer/add-navigation-buttons-back
...
fix(ui): add navigation buttons back
2026-01-04 15:29:39 +05:30
Aarol D'Souza
8d8fa78bee
fix(postgres): add pg compatible query for copying comm_date from comm to comm_link ( #35488 )
2026-01-04 04:48:53 +00:00
Alex Leach
dd50155b89
fix: Add Server-side safety checks on use of Raw HTML messages
2026-01-04 01:56:26 +00:00
Alex Leach
e835f1c7c9
feat: Add raw_html parameter to all relevant doctypes
2026-01-04 01:56:24 +00:00
trustedcomputer
ffa2a6bfa5
fix(ui): add navigation buttons back
2026-01-02 16:05:46 -08:00
Akhil Narang
0219769943
Merge pull request #35350 from KerollesFathy/make-options-select-when-fieldtype-eq-data
...
feat(dx): show select options (Email, Name, Phone, URL, Barcode, IBAN) for Data fieldtype
2026-01-02 16:15:03 +05:30
AarDG10
ca4304f6ba
fix(data import): consider fieldname if label is null for col_build
2026-01-02 10:55:11 +05:30
Rohit Waghchaure
49bd552c5d
fix: description of the permission types
2025-12-31 19:15:57 +05:30
Raizaaa
0a2ab6364c
fix: added 'autoname' to reserved keywords ( #35473 )
...
* fix: added 'autoname' to reserved keywords
* fix: prevent using autoname as DocField name
- Add validation for autoname in check_invalid_fieldnames()
- Treat Python keywords as reserved fieldnames
* fix: move autoname out of reserved keywords
* fix: move python keywords out of reserved keywords
* fix: skip reserved docfield name check for 'DocType'
---------
Co-authored-by: Raiza Safeel <raizasafeel@Raizas-MacBook-Air.local>
2025-12-31 12:00:49 +05:30
KerollesFathy
664417eab9
refactor: remove description from options field
2025-12-30 17:10:55 +00:00
KerollesFathy
4879ff0454
fix: update description for options field in DocField and Customize Form Field
2025-12-30 17:09:48 +00:00
Akhil Narang
873a12827c
Merge pull request #35505 from akhilnarang/fix-ruff-autofix
...
fix: correct some type annotations changed by ruff
2025-12-30 15:34:30 +05:30
rohitwaghchaure
d14aa77e51
Merge pull request #35522 from rohitwaghchaure/fixed-description-of-permission-types
...
fix: description for Permission Types in Role Permissions Manager
2025-12-30 15:14:48 +05:30
Rohit Waghchaure
8ac037e92b
fix: description for Permission Types in Role Permissions Manager
2025-12-30 11:21:28 +05:30
Akhil Narang
b39498e7e8
Merge pull request #35497 from akhilnarang/validate-perms-before-sharing
...
fix(docshare): validate that the user has the permission they are trying to share
2025-12-29 17:56:05 +05:30
Akhil Narang
b80ef0d89e
fix: correct some type annotations changed by ruff
...
Reference: commit 8723a2b6ee
These didn't need to be forward references
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-29 17:02:17 +05:30
Ankush Menat
e4302e8864
fix(perf): missing index ( #35463 )
...
fixes https://github.com/frappe/frappe/pull/34678/#discussion_r2648016325
2025-12-26 11:10:57 +00:00
Akhil Narang
3d66645211
Merge pull request #35443 from akhilnarang/sanitize-signup-redirect
...
fix(sign_up): sanitize redirect URL
2025-12-25 11:05:34 +05:30
Akhil Narang
22cac9dd24
fix(sign_up): sanitize redirect URL
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-24 23:22:51 +05:30
avc
a4a2a83cb9
fix: depends_on condition for Tab Break field
2025-12-24 12:52:58 +01:00
Akhil Narang
7854c75ffa
fix(docshare): validate that the user has the permission they are trying to share
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-24 14:13:05 +05:30
Ravibharathi
eec058ffe6
feat: set restore flag on document before inserting during restore ( #35363 )
2025-12-23 16:48:14 +05:30
Akhil Narang
84d346f683
Merge pull request #35387 from akhilnarang/dependency-update
...
build(deps)!: only allow python>=3.14, nodejs>=24
2025-12-23 13:52:30 +05:30
Akhil Narang
7aec123a29
chore: drop some version checks
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 21:06:48 +05:30
Akhil Narang
f7feeea0a0
fix: ruff "unsafe" fixes
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 21:06:48 +05:30
Akhil Narang
8723a2b6ee
fix: ruff fixes
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 21:06:48 +05:30
Akhil Narang
109af28aec
fix: adjust to bs4 API changes
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 21:06:48 +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
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
sokumon
dd2dc053ca
chore: more renames to /desk
2025-12-18 20:45:04 +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
Ejaaz Khan
45c0696c57
Merge pull request #35245 from sokumon/form-sidebar
...
feat: init form sidebar redesign
2025-12-18 17:56:46 +05:30
Soham Kulkarni
b559fee24e
fix: add default list.html for web view ( #35300 )
2025-12-18 12:16:05 +05:30
Hussain Nagaria
a9a4c79819
fix: don't auto enable create log for All and Cron
2025-12-17 17:35:48 +05:30
Ankush Menat
9979314b32
test: commit to trigger sendmail
2025-12-17 16:36:06 +05:30
Ankush Menat
3f79f179f2
fix(UX): Add description for password strength levels
...
As per zxcvbn
2025-12-17 15:07:23 +05:30
Hussain Nagaria
48b6663a6d
fix(ux): enable create log for server scripts by default ( #35291 )
...
* fix(ux): enable create log for server scripts by default
2025-12-17 08:06:14 +00:00
sokumon
eddd5b00b6
feat: init form sidebar redesign
2025-12-15 18:34:20 +05:30
Hussain Nagaria
cbe5373c31
perf: update communication links in batches ( #35235 )
2025-12-15 10:05:11 +00:00