Commit graph

49042 commits

Author SHA1 Message Date
DHia' A. SHalabi
d3ffa75288
Merge pull request #31602 from dhiashalabi/fix/update-popup-msg-format
refactor: Use f-string for version update message formatting
2025-03-10 14:51:15 +05:30
Akhil Narang
6d08df2653
Merge pull request #31584 from akhilnarang/fix-field-sanitisation
fix(db_query): improve regex
2025-03-10 14:34:54 +05:30
Hicham Dachir
381ee5682c
fix: add newline to JSON exports
Add empty line in the end of auto generate/update doctype files, in order to follow the python code style
2025-03-10 06:44:25 +00:00
Ejaaz Khan
1c3ec9bf81
Merge pull request #31581 from tarunps/fix/use-more-filter-types
fix(list_view): use more filter type values to set value on new entry
2025-03-10 12:05:31 +05:30
Tarun Pratap Singh
2012c5478f fix(list_view): use more filter type values to set value on new entry 2025-03-10 11:39:30 +05:30
Ejaaz Khan
f417acaef2
Merge pull request #31552 from CaioMatins/fix-dashboard-permission-query
fix: correct permission query condition in Dashboard
2025-03-09 10:46:16 +05:30
Ejaaz Khan
20ac9a77aa
Merge pull request #31599 from iamejaaz/31598-minor-grid-boder
fix(minor): border radius issue on grid
2025-03-09 06:27:23 +05:30
Ejaaz Khan
2b80a33b9a fix(minor): border radius issue on grid 2025-03-09 05:53:34 +05:30
Ejaaz Khan
21300127ce
Merge pull request #31594 from iamejaaz/32254-auto-email-bg
perf: queue auto email report separately
2025-03-09 01:25:27 +05:30
Ejaaz Khan
a4d44a3eca perf: queue auto email report separately 2025-03-09 01:10:33 +05:30
Soham Kulkarni
7d1718c54e
Merge pull request #31593 from sokumon/translate-report-data
fix: add check to see all variants of english language
2025-03-08 19:57:54 +05:30
sokumon
e73e43a9a7 fix: add check to see all variants of english 2025-03-08 19:21:22 +05:30
Sagar Vora
9e15327a31
Merge pull request #31590 from sagarvora/update-if-needed
perf: restrict doctypes to update and fetch fields in one go
2025-03-08 14:37:37 +05:30
Sagar Vora
9a0636bf91 perf: fetch existing fields beforehand 2025-03-08 14:28:19 +05:30
Sagar Vora
7503db4160 perf: restrict doctypes to update when creating custom fields 2025-03-08 14:13:23 +05:30
Suraj Shetty
e34a820256
Merge pull request #31069 from maharshivpatel/add_pdf_backend_hook
feat: added hook to use chrome pdf generator
2025-03-08 12:50:09 +05:30
Maharshi Patel
15b025f03b chore: move get_print to print_utils.py
paying my share of taxes #28940
2025-03-08 11:40:31 +05:30
Ejaaz Khan
7754162896
Merge pull request #31589 from iamejaaz/sticky-datatable-fix
chore: update datatable version
2025-03-07 18:43:31 +05:30
Ejaaz Khan
173fe402a6 chore: update datatable version 2025-03-07 17:33:01 +05:30
Soham Kulkarni
cac8423476
Merge pull request #31585 from sokumon/attach-control
fix: align attach control actions
2025-03-07 17:27:42 +05:30
Shariq Ansari
57d6fba3e7
Merge pull request #31544 from shariquerik/autoname-title-same
fix: do not allow renaming if autoname & title_field is same
2025-03-07 17:13:16 +05:30
sokumon
0042c56a40 fix: align attach control actions 2025-03-07 17:04:42 +05:30
Akhil Narang
bada8cabcb
fix(db_query): improve regex
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-03-07 16:57:27 +05:30
Ankush Menat
f8dee98a33
fix: override sanitized column name (#31576) 2025-03-07 15:29:00 +05:30
Akhil Narang
277c5d6ad4
Merge pull request #31522 from akhilnarang/opt-out-host-override
fix(get_url): allow disabling host header override
2025-03-07 13:27:44 +05:30
Ankush Menat
77852fd11f
fix: search instead of match (#31557)
Match isn't correct usage here
2025-03-07 06:59:23 +00:00
gavin
38fd079be5
Merge pull request #31296 from hyaray/patch-10
fix: Translate {doctype} in realtime message for reportview.delete_items
2025-03-06 17:25:49 +01:00
hyaray
7fd0516524
fix: Translate {doctype} in realtime message for reportview.delete_items 2025-03-06 17:15:49 +01:00
gavin
dab863db2c
Merge pull request #31514 from marination/isolated-headlines-v2
fix: Faulty HTML tag check condition in `show_message`
2025-03-06 17:08:21 +01:00
gavin
4a9915c70f
Merge pull request #31410 from gavindsouza/oauth-on_session_creation
fix: Run on_session_creation on OAuth logins
2025-03-06 15:45:18 +01:00
CaioMatins
5a3eb95700
fix: correct permission query condition in Dashboard 2025-03-06 10:00:46 -03:00
Ejaaz Khan
9400dd0c75
Merge pull request #31062 from aerele/exported-report-name
fix: set report name as pdf name
2025-03-06 16:48:27 +05:30
marination
90c98e488e fix: Use is_html instead of regex
- This util can be a single point of improvement in the future
2025-03-06 11:34:42 +01:00
Suraj Shetty
902cb722ba
Merge branch 'develop' into add_pdf_backend_hook 2025-03-06 13:18:09 +05:30
Suhail
b8ee712cc5
feat: add login via fc button in login page (#31541)
* refactor: show login with frappe cloud button in login page

instead of throwing the user to site-login page, show them all the options

* fix: use is_frappecloud method to check if site is on fc

since `is_fc_site` checks if the user is a system manager and a guest user is not one

* refactor: use a better fc logo

also show login with fc button only for users coming from new signup flow (for now)

* fix: logo alignment with text
2025-03-06 06:59:22 +00:00
Ankush Menat
b95d741ffe
fix(DX): Limit cprofiler output to 200 lines (#31538)
Most of the time, first 100 lines are all you need, so 200 should be
more than enough.
2025-03-06 06:42:40 +00:00
Akhil Narang
a61c62aa07
Merge pull request #31526 from akhilnarang/fixup-blacklisted-function-check
fix: check properly for blacklisted function usage
2025-03-06 11:49:23 +05:30
Maharshi Patel
8ff33c1ea4 Merge branch 'develop' into add_pdf_backend_hook 2025-03-06 11:47:32 +05:30
Shariq Ansari
7fac10a1c1 fix: if autoname is same as title then show only one field in rename modal 2025-03-06 11:47:12 +05:30
Akhil Narang
1dc499e768
Merge pull request #31531 from akhilnarang/fix-awesomebar-xss
fix(awesomebar): sanitise text when searching in list views
2025-03-06 11:46:38 +05:30
Shariq Ansari
de265e9415 fix: do not allow renaming if autoname & title_field is same 2025-03-06 11:46:03 +05:30
Akhil Narang
1d2a0a1269
fix(awesomebar): sanitise text when searching in list views
`<img src=x onerror=alert('XSS')//` would work otherwise

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-03-05 18:17:25 +05:30
Gavin D'souza
bc81e340c7
fix: Move on_session_creation hook after session is created 2025-03-05 11:27:21 +01:00
ruthra kumar
fba36d57e5
Merge pull request #31178 from ruthra-kumar/analytics_on_prepared_reports
feat: Analytics on prepared reports
2025-03-05 15:37:47 +05:30
Akhil Narang
3c01bf3d5c
fix: check properly for blacklisted function usage
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-03-05 14:17:39 +05:30
Ankush Menat
6ea1d2c7cb
Merge pull request #31489 from ankush/backpressure
fix: Implement backpressure for background jobs
2025-03-05 11:18:39 +05:30
Ankush Menat
35667e758d fix: Implement backpressure for background jobs 2025-03-05 10:59:00 +05:30
Ankush Menat
de2e0e6b5f fix: CSS Styles of health report heatmap 2025-03-05 09:54:21 +05:30
Sagar Vora
de3dd1ce8e
Merge pull request #31516 from sagarvora/sumbitted
chore: fix typo in new `DocStatus` constant
2025-03-05 08:39:20 +05:30
Sagar Vora
146d50e5d4 chore: fix typo in new DocStatus constant 2025-03-05 08:29:47 +05:30