Commit graph

55527 commits

Author SHA1 Message Date
Aarol D'Souza
7c93554b00
Merge pull request #38983 from AarDG10/fix-auth
fix(auth): return auth. error in case query fails
2026-04-29 19:51:30 +05:30
Shrihari Mahabal
f185f03660
Merge pull request #39008 from ShrihariMahabal/invalidate-accepted-user-invitation
fix: invalidate user invitation if already accepted
2026-04-29 19:32:28 +05:30
Shrihari Mahabal
7e45db4cec fix: invalidate user invitation if already accepted 2026-04-29 19:20:47 +05:30
Aarol D'Souza
a2b162c960
Merge pull request #38945 from AarDG10/fix-search
fix(search): escape link title field
2026-04-29 16:40:55 +05:30
Ejaaz Khan
c3c599cefa
Merge pull request #38997 from iamejaaz/38971-navigation-button
fix(ListView): add border to the right
2026-04-29 16:39:26 +05:30
Ejaaz Khan
74f8cec1c3
Merge pull request #38976 from KerollesFathy/fix/prevent-standard-report-without-developer-mode
fix(report): prevent standard report creation when developer mode is off
2026-04-29 16:36:48 +05:30
Ejaaz Khan
add397a3ed fix(File): Change delete Icon 2026-04-29 16:32:24 +05:30
Ejaaz Khan
349bdee22f refactor: fix comment 2026-04-29 16:21:06 +05:30
Ejaaz Khan
9d22550251 fix(ListView): add border to the right 2026-04-29 16:18:11 +05:30
AarDG10
72b199fbce fix(report_view): link_title should be rendered as plain text 2026-04-29 16:16:49 +05:30
Hussain Nagaria
4093ecc409
Merge pull request #38991 from gajjug004/fix/grid-paste-on-paginated-pages
fix(grid): bulk paste broken on pages beyond first
2026-04-29 16:08:33 +05:30
KerollesFathy
a1383ed98f refactor: extract standard report validation into dedicated method
Co-authored-by: Ejaaz Khan <ejaaz@frappe.io>
2026-04-29 10:23:47 +00:00
Ejaaz Khan
c2163c7028
Merge pull request #38932 from KerollesFathy/fix/create-permission-type
fix(Permission Type): disable user cannot create permission
2026-04-29 15:29:04 +05:30
KerollesFathy
acb342efad refactor: add validate_standard_report_developer_mode method
Co-authored-by: Ejaaz Khan <ejaaz@frappe.io>
2026-04-29 09:37:01 +00:00
gajjug004
62d8baa24b fix(grid): bulk paste broken on pages beyond first 2026-04-29 15:04:26 +05:30
Raheel Khan
9d5783e519
fix: remove user_doctypes limit from user type as there is no per employee user limit on desk (#38975) 2026-04-29 14:33:09 +05:30
Shrihari Mahabal
961183f5a6
Merge pull request #38942 from ShrihariMahabal/doc-follow-perm-check
fix: add perm check to document follow
2026-04-29 14:07:11 +05:30
Shrihari Mahabal
a87e2654c7 fix: add perm check on unfollow doc 2026-04-29 13:55:21 +05:30
Shrihari Mahabal
0eb922b05d
Merge pull request #38984 from ShrihariMahabal/validate-pvt-file-access
fix: validate private file access before inserting
2026-04-29 13:42:48 +05:30
Shrihari Mahabal
b33929cea8 fix: validate private file access before inserting 2026-04-29 13:31:16 +05:30
AarDG10
38537b822d fix(auth): return auth. error in case query fails
Previously was running query and throwing trace on failure, we should be raising an Auth. error if failure has occurred during auth.
2026-04-29 12:00:16 +05:30
MochaMind
73a81e0c02
fix: sync translations from crowdin (#38981) 2026-04-28 22:56:55 +02:00
Ejaaz Khan
e83608e0d5
Merge pull request #38977 from iamejaaz/38971-navigation-button
fix: default show navigation button
2026-04-28 22:11:29 +05:30
Aarol D'Souza
5f6a1d5094
Merge pull request #38973 from AarDG10/fix-query-gen
fix(query): unique aliasing for linked field joins
2026-04-28 22:10:08 +05:30
Ejaaz Khan
bd57f0501a
Merge pull request #38974 from KerollesFathy/fix/sidebar-collapse-icon-rtl
fix(sidebar): correct collapse sidebar icon direction in RTL
2026-04-28 22:04:55 +05:30
Ejaaz Khan
d4b995af04 fix: default show navigation button 2026-04-28 22:00:47 +05:30
AarDG10
2ea2c68e6e test: fix tests to accomodate new change 2026-04-28 19:46:11 +05:30
KerollesFathy
15966a78a6 fix(report): prevent standard report creation when developer mode is off 2026-04-28 13:32:46 +00:00
AarDG10
8b763e96e3 test: fix test to accomodate multi-db queries 2026-04-28 18:23:40 +05:30
KerollesFathy
f911835a5d fix(sidebar): correct collapse sidebar icon direction in RTL 2026-04-28 12:27:07 +00:00
AarDG10
fd2661160e fix(query): always alias the table when used in joins 2026-04-28 17:52:20 +05:30
Aarol D'Souza
9d683f15c7
Merge pull request #38952 from AarDG10/fix-disc-topic
fix(discussion_topic): add perm. check to submit_discussion method
2026-04-28 16:18:17 +05:30
AarDG10
a9d98723b4 test: add test to check if reply is restricted to owner 2026-04-28 15:51:47 +05:30
Soham Kulkarni
8df5ca026b
Merge pull request #38960 from sokumon/keyboard-form 2026-04-28 12:44:44 +05:30
sokumon
6e2c35b6ef fix: keyboard shortcuts on form 2026-04-28 12:29:15 +05:30
Aarol D'Souza
3b8d67ae11
Merge pull request #38941 from AarDG10/fix-email-acc
fix(email_account): add perm. check to set_email_password
2026-04-28 12:15:52 +05:30
Soham Kulkarni
a75d243071
Merge pull request #38953 from sokumon/desktop-folder 2026-04-28 12:10:58 +05:30
sokumon
63724e1e3a fix: small jitter while opening an folder icon 2026-04-28 11:56:51 +05:30
AarDG10
befd7f313c fix(discussion_topic): add perm. check to submit_discussion method
Users should not be able to edit someone else's replies. Forbidding it w/ this check.
2026-04-28 11:19:10 +05:30
Aarol D'Souza
cc519fd4ad
Merge pull request #38948 from AarDG10/fix-std-macros
fix(standard_macros): escape fields in standard print format template
2026-04-28 08:25:46 +05:30
AarDG10
9bcac62d98 fix(standard_macros): escape fields in standard print format template
Escaping on output, and reverting changes made in formatters.py.
2026-04-28 08:12:16 +05:30
MochaMind
643b405eb2
fix: sync translations from crowdin (#38946) 2026-04-27 22:40:12 +02:00
Ejaaz Khan
94120badd5
Merge pull request #38846 from Shllokkk/letter-head-fix
feat: add custom_css field in letterhead
2026-04-27 23:57:37 +05:30
Ejaaz Khan
ebdd472ba6
Merge pull request #38880 from Abdeali099/delete-property-setters
feat: Add bulk delete utility for property setters
2026-04-27 21:59:46 +05:30
Soham Kulkarni
8f288a6a2d
Merge pull request #38877 from sokumon/form-builder-ui 2026-04-27 19:27:22 +05:30
sokumon
02a422be81 fix: icons on field container 2026-04-27 18:31:38 +05:30
Shrihari Mahabal
56c602e94d fix: add perm check to document follow 2026-04-27 18:00:47 +05:30
AarDG10
dd9450dc46 fix(email_account): add perm. check to set_email_password
Not too certain why a perm. check was skipped here, adding nonetheless.
2026-04-27 17:34:47 +05:30
Ankush Menat
54145369f4
ci: remove a lot of dead CI code (#38940)
- Selectively upload coverage only when captured
2026-04-27 12:04:29 +00:00
KerollesFathy
9c8eefab7b fix(Permission Type): disable user can not create 2026-04-27 10:31:04 +00:00