Commit graph

44013 commits

Author SHA1 Message Date
prathameshkurunkar7
7da10131c0 fix(frappe-client): simplify post_api method to use json params 2026-04-13 17:45:10 +05:30
prathameshkurunkar7
2d9b40a2db feat(frappe-client): enhance post_api method to send payloads in data/json 2026-03-31 14:37:24 +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
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
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
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
9e687317a7
fix: Skip nulls in client.get
This makes it consistent with `load.getdoc`
2026-03-30 12:08:28 +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
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
Ejaaz Khan
9164d5acae
Merge pull request #38298 from kaulith/fix/portal-list-page-cache
fix: prevent portal list pages from being cached
2026-03-28 19:46:54 +05:30
Ejaaz Khan
0d78551e37
Merge pull request #38290 from frappe/change_fc_login_option
fix(login): Redirect to FC dashboard site page
2026-03-28 19:40:04 +05:30
Sagar Vora
44814c86ad
Merge pull request #38297 from sagarvora/fix-quick-entry-routing
feat: route back to document after creating link doc via Quick Entry
2026-03-28 18:07:51 +05:30
diptanilsaha
4901f64732
chore(language): enabled language pt-BR by default (#38301) 2026-03-28 11:54:53 +05:30
Kaushal Shriwas
57854698ce fix: prevent portal list pages from being cached 2026-03-28 00:33:55 +05:30
Sagar Vora
59a280012c fix: route back to document after creating link doc via Quick Entry
Co-authored-by: Shankarv19bcr <95605398+Shankarv19bcr@users.noreply.github.com>
2026-03-28 00:30:28 +05:30
Shrihari Mahabal
d50f03fc82
Merge pull request #38207 from ShrihariMahabal/report-cache-update
fix: update user allowed reports cache after insert and trash
2026-03-27 21:53:02 +05:30
Hussain Nagaria
ac3d5ee115
Merge pull request #38128 from kaulith/fix/qb-in-filter-none-handling 2026-03-27 18:12:11 +05:30
Shrihari Mahabal
359a0ca763
Merge pull request #38102 from ShrihariMahabal/remove-translations-from-boot
perf: remove translations from boot
2026-03-27 12:57:28 +05:30
Shrihari Mahabal
aee33c5bbe fix: add build version to translation version 2026-03-27 12:47:35 +05:30
Bowrna
207c9b4851 fix(login): Redirect to FC dashboard site page 2026-03-27 11:43:31 +05:30
Bowrna
c70e396e46 fix(login): Redirect to FC dashboard site page 2026-03-27 11:34:58 +05:30
Soham Kulkarni
18c68b2905
Merge pull request #38286 from sokumon/filter-align 2026-03-27 11:09:34 +05:30
sokumon
81b2341689 fix(minor): center align sort and base filter 2026-03-27 10:55:18 +05:30
Soham Kulkarni
9c7606a660
Merge pull request #38280 from sokumon/mention-issue 2026-03-27 10:28:32 +05:30
Ejaaz Khan
d0b033ba53
Merge pull request #38283 from iamejaaz/sticky-header
fix: make header sticky even when scrolling is disabled
2026-03-27 00:57:45 +05:30
Ejaaz Khan
dbcf8e1e7d fix: make header sticky even when scrolling is disabled 2026-03-27 00:56:15 +05:30
Ejaaz Khan
ada4df8f0f
Merge pull request #38282 from iamejaaz/sticky-header
feat: sticky header on list view
2026-03-27 00:32:14 +05:30
Shllokkk
f265da9caa fix: allow standard print formats for reports 2026-03-27 00:25:57 +05:30