Commit graph

55032 commits

Author SHA1 Message Date
s-aga-r
b6c9cebc27
Merge pull request #37246 from prathameshkurunkar7/37186-inline_images-parameter-in-frappesendmail-is-ignored
fix(sendmail): respect inline_images parameter in sendmail
2026-04-01 18:10:30 +05:30
AarDG10
8d898a4ebc fix: add perm check to get_values_for_link_and_dynamic_link_fields 2026-04-01 17:32:35 +05:30
AarDG10
cbd1f8fe5c fix(bulk_update): update conditions block in bulk_update
Update conditions block to strictly use json. Conditions parsed will now have to be written in json instead of plain strings.
2026-04-01 13:51:17 +05:30
Ejaaz Khan
56d251527f
Merge pull request #38371 from gajjug004/fix/list-view-percent-progress-bar
fix: progress bar not rendering in list view for Percent fields
2026-04-01 00:04:19 +05:30
gajjug004
2f2abbf0a3 fix: progress bar not rendering in list view for Percent fields 2026-03-31 21:17:21 +05:30
Ejaaz Khan
100d15a1f9
Merge pull request #38367 from nishkagosalia/gh-53962
fix: Autofocus on search bar of multiselect list
2026-03-31 18:03:42 +05:30
Nishka Gosalia
be3dcd2782 fix: Autofocus on search bar of multiselect list 2026-03-31 17:49:17 +05:30
Soham Kulkarni
983be399c1
Merge pull request #38363 from sokumon/home-icon 2026-03-31 17:02:02 +05:30
sokumon
7161c561f2 fix: change icon to home 2026-03-31 16:55:39 +05:30
Ejaaz Khan
db4afbd021
Merge pull request #38355 from iamejaaz/3rd-attepmt-sticky-report
feat: sticky columns in report
2026-03-31 14:14:22 +05:30
Ejaaz Khan
3efd1f2899 feat: sticky columns in report 2026-03-31 13:47:15 +05:30
Ejaaz Khan
0f6d4e59f0
Merge pull request #38313 from KerollesFathy/fix/show-options-description-on-currency-field
refactor: add options description for Currency fieldtype
2026-03-31 12:32:17 +05:30
Ejaaz Khan
a1eec24f78
Merge pull request #38347 from diptanilsaha/modal-list-item-head
fix(modal-list-item--head): `z-index` for modal `list-item--head`
2026-03-31 12:31:13 +05:30
Soham Kulkarni
bbd37f8d7b
Merge pull request #38346 from sokumon/filter-align 2026-03-31 12:25:20 +05:30
sokumon
f6e2d531e9 fix: filter alignment 2026-03-31 12:06:44 +05:30
diptanilsaha
48999a57f7 fix(modal-list-item--head): z-index for modal list-item--head 2026-03-31 12:06:21 +05:30
KerollesFathy
903538f6af refactor: enahnce variable names and description
Co-authored-by: Ejaaz Khan <ejaaz@frappe.io>
2026-03-30 17:57:12 +00:00
KerollesFathy
fdb8e14095 fix: convert description to plain text after escaping 2026-03-30 17:42:15 +00:00
Raffael Meyer
bedb08485e
fix: use secrets for random string generation (#38338) 2026-03-30 19:08:16 +02:00
Aarol D'Souza
0afbf2a98e
Merge pull request #38316 from AarDG10/feat-qb-gc
feat(custom): add separator support for Group_concat in Mariadb
2026-03-30 20:11:47 +05:30
Shrihari Mahabal
576bcfdefc
Merge pull request #38331 from ShrihariMahabal/complete-signup-xss
fix(security): escape 'key' parameter in complete signup
2026-03-30 16:35:33 +05:30
Shrihari Mahabal
a5e4ec654d fix(security): escape 'key' parameter in complete signup 2026-03-30 16:20:39 +05:30
Suraj Shetty
a62acb4956
Merge pull request #38135 from frappe/dependabot/npm_and_yarn/socket.io-parser-4.2.6 2026-03-30 15:25:32 +05:30
Suraj Shetty
1c5d51121e
Merge pull request #38257 from frappe/dependabot/npm_and_yarn/yaml-1.10.3 2026-03-30 15:25:14 +05:30
Suraj Shetty
6aa85f00e5
Merge pull request #38259 from frappe/dependabot/npm_and_yarn/picomatch-2.3.2 2026-03-30 15:25:01 +05:30
Suraj Shetty
2cef0fdefb
Merge pull request #38296 from frappe/dependabot/npm_and_yarn/brace-expansion-1.1.13 2026-03-30 15:24:26 +05:30
Suraj Shetty
fee0f3e3ea
Merge pull request #38312 from frappe/pot_develop_2026-03-29 2026-03-30 15:24:00 +05:30
Suraj Shetty
86daa79b99
Merge pull request #38317 from frappe/l10n_develop 2026-03-30 15:23:42 +05:30
Ankush Menat
5f1d4e9488
Merge pull request #38325 from frappe/ankush-patch-1
fix: Skip nulls in `client.get`
2026-03-30 12:22:27 +05:30
Ankush Menat
9e687317a7
fix: Skip nulls in client.get
This makes it consistent with `load.getdoc`
2026-03-30 12:08:28 +05:30
Soham Kulkarni
c9cb986b5b
Merge pull request #38288 from sokumon/make-ci-green-again 2026-03-30 11:31:46 +05:30
Ejaaz Khan
e00328715d
Merge pull request #38314 from frappe/remove_login_with_fc
Remove login with fc
2026-03-29 19:28:02 +05:30
MochaMind
a2dd411cdc fix: Italian translations 2026-03-29 18:54:53 +05:30
AarDG10
12e8995640 test: add and update group_concat test for mariadb
Updated test, since have decided to keep separator ',' as default for the query generation.
2026-03-29 18:03:21 +05:30
Bowrna
1833025b25 fix(login): Remove option to login with FC 2026-03-29 17:48:09 +05:30
AarDG10
8560db8bc1 feat(custom): add separator support for Group_concat in Mariadb 2026-03-29 17:45:46 +05:30
Bowrna
a9c19ddc89 fix(login): Remove option to login with FC 2026-03-29 17:26:43 +05:30
Bowrna
3e9be575cd fix(login): Remove option to login with FC 2026-03-29 17:11:01 +05:30
KerollesFathy
1941bb0a69 refactor: use lookup map for options field descriptions instead of if else 2026-03-29 10:45:35 +00:00
KerollesFathy
536f9d9180 fix: add options description for Currency fieldtype 2026-03-29 10:27:59 +00:00
frappe-pr-bot
d996a492e8 chore: update POT file 2026-03-29 09:44:42 +00:00
Ejaaz Khan
05489dbd2b
Merge pull request #38307 from frappe/fix-webform-upload
fix: add default if boot data isn't present
2026-03-29 00:15:12 +05:30
Ejaaz Khan
e2abc0e5b5
Merge pull request #38308 from iamejaaz/show-activity-system-setting
fix: show timeline for system setting
2026-03-29 00:02:47 +05:30
Ejaaz Khan
474cdcf975 style: fix whitespaces 2026-03-29 00:01:57 +05:30
Ejaaz Khan
aa0ded756a fix: show timeline for system setting 2026-03-28 23:54:23 +05:30
Safwan Samsudeen
b11ce887ba fix: add default if boot data isn't present 2026-03-28 23:54:18 +05:30
Ejaaz Khan
1049f5d6c2
Merge pull request #38306 from iamejaaz/sticky-header
fix(ListView): apply sticky globally
2026-03-28 23:28:32 +05:30
Ejaaz Khan
5dc3b6bf51 fix: apply sticky globally 2026-03-28 23:00:47 +05:30
Ejaaz Khan
95903450b5
Merge pull request #38268 from Shllokkk/report-printing-fixes
fix: allow standard print formats for reports
2026-03-28 19:58:37 +05:30
Ejaaz Khan
f924fed900
Merge pull request #38190 from AarDG10/fix-kanban
fix(kanban_view): fix routing when switching kanban board
2026-03-28 19:57:44 +05:30