Commit graph

53747 commits

Author SHA1 Message Date
Shrihari Mahabal
193cb67e9c
fix: bypass size limit check for requesting personal information (#36584)
* fix: bypass size limit check for requesting personal information

* refactor: make size check skip generalized using flags and fix email sending test

* fix: test for large file request

* fix: update file size check flag name

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>

* fix: Update flag name to skip_file_size_check

---------

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2026-02-09 01:59:06 +00:00
MochaMind
b8ade4bb23
fix: sync translations from crowdin (#36856)
* fix: Spanish translations

* fix: Arabic translations

* fix: Czech translations

* fix: Danish translations

* fix: German translations

* fix: Hungarian translations

* fix: Italian translations

* fix: Dutch translations

* fix: Polish translations

* fix: Portuguese translations

* fix: Russian translations

* fix: Slovenian translations

* fix: Serbian (Cyrillic) translations

* fix: Swedish translations

* fix: Turkish translations

* fix: Chinese Simplified translations

* fix: Vietnamese translations

* fix: Portuguese, Brazilian translations

* fix: Indonesian translations

* fix: Persian translations

* fix: Thai translations

* fix: Croatian translations

* fix: Burmese translations

* fix: Bosnian translations

* fix: Norwegian Bokmal translations

* fix: Serbian (Latin) translations

* fix: French translations

* fix: Esperanto translations
2026-02-09 07:23:55 +05:30
Soham Kulkarni
49905b736f
fix(mobile): align timeline dot again (#36858) 2026-02-09 07:21:24 +05:30
Soham Kulkarni
3523021ef6
Merge pull request #36846 from sokumon/show-description-on-hover
feat: show description on click
2026-02-09 01:15:04 +05:30
sokumon
bcde2d8fdb fix: handle some more cases 2026-02-08 23:00:49 +05:30
Ejaaz Khan
ace1fb081b
Merge pull request #36759 from iamejaaz/v16-list-fixes
feat(mobile): new list view design
2026-02-08 20:59:04 +05:30
MochaMind
c7a008b5e0
chore: update POT file (#36845) 2026-02-08 19:53:32 +05:30
sokumon
4040841fd1 fix(ux): hide card if clicked outside 2026-02-08 15:26:42 +05:30
sokumon
2ae0da7903 refactor: Info Card 2026-02-08 13:10:15 +05:30
Akash Tom
fb94bb9f83
fix(text editor): grid row tab action (#36802) 2026-02-08 12:47:11 +05:30
Arshad Qureshi
6700203523
fix(workspace): show role-restricted non-public workspaces in sidebar (#36829)
* fix(workspace): show role-restricted non-public workspaces in sidebar

Non-public workspaces with assigned roles were not visible to users
with matching roles because the visibility logic only had two buckets:
public workspaces and private (for_user) workspaces. Role-restricted
non-public workspaces without a for_user value fell through both
conditions and were never shown.

Fixes #36201

* fix(workspace): use existing module in test to fix CI failure

The test was using "Test Module" via create_workspace() helper, but
get_module_app() could not resolve it in CI's fresh environment since
the module-app mapping cache did not include it. Use "Desk" module
which always exists.

* fix(workspace): use db.delete in test cleanup to bypass on_trash hook

The on_trash hook calls delete_from_my_workspaces() which tries to
fetch "Workspace Sidebar" doc that does not exist in CI. Using
frappe.db.delete bypasses document hooks and avoids the error.
2026-02-08 12:41:38 +05:30
Kerolles Fathy
65e191d7be
fix(calendar): event color on month view (#36834)
* fix(calendar): event color on month view

* fix(calendar): remove unnecessary display property for event time
2026-02-08 12:36:42 +05:30
Gursheen Kaur Anand
4b9e0cd37d
fix: check hidden before adding help dropdown item (#36838) 2026-02-08 12:34:44 +05:30
Shrihari Mahabal
e10bf95394
fix(ui): render checkbox label in pick columns correctly (#36839) 2026-02-08 12:34:09 +05:30
Kerolles Fathy
a77799b538
fix: routing for non-query reports (#36646) 2026-02-08 11:26:10 +05:30
Kerolles Fathy
03fe39e812
fix(ux): bind click events to assign, tags and share labels on form sidebar (#36721)
* fix(ux): bind click events to assign, tags and share labels

* fix(ux): add hover cursor style for assignment, tags, and share labels
2026-02-08 11:18:30 +05:30
Prathamesh Kurunkar
92c62754e1
fix(ux): add currency symbol handling in editable grid rows (#36818) 2026-02-08 11:04:15 +05:30
Ejaaz Khan
0417671538
Merge branch 'develop' into v16-list-fixes 2026-02-08 09:04:00 +05:30
Ejaaz Khan
8df44f251b fix(mobile): vertical spacing of title 2026-02-08 09:00:54 +05:30
Ejaaz Khan
934eeba8f5 feat(mobile): replace indicator test with tooltip 2026-02-08 08:53:03 +05:30
RitvikSardana
78396c4334
Merge pull request #34522 from netchampfaris/sqlite-search-long-tasks
fix: resumable sqlite search indexing task for larger data
2026-02-07 23:41:12 +05:30
BG
0d3487ce0c
feat: add Mongolian (mn) translation (#36831)
Complete Mongolian (Cyrillic) translation for Frappe Framework.

- 5,974 translated entries, 0 untranslated, 0 fuzzy
- Quality audited: terminology consistency, placeholder integrity,
  no traditional Mongolian script contamination
- Key terminology: Submit=Батлах, Draft=Ноорог, Cancel=Цуцлах,
  Customer=Харилцагч, Settings=Тохиргоо
2026-02-07 14:49:29 +00:00
Ritvik Sardana
aef35985a3 fix: doctype indexing progress 2026-02-07 19:21:03 +05:30
sokumon
0ab1565444 fix: various styling issues 2026-02-07 16:13:23 +05:30
Safwan
1307ae33eb
fix: use system number format for currency precision (#36648)
* fix: use system number format for currency precision

* fix: remove default format
2026-02-07 06:30:00 +00:00
Sumit Jain
1d9eb802fc
feat: Enhance autoname functionality (#36827)
* feat: Enhance autoname functionality to support expression naming rules with and without dots before dashes

* style: Fix formatting issues

---------

Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
2026-02-07 06:22:28 +00:00
MochaMind
9f7c18029e
fix: sync translations from crowdin (#36819)
* fix: Italian translations

* fix: Portuguese, Brazilian translations
2026-02-07 11:45:47 +05:30
Luis Mendoza
b408bc92c5
fix: hide Submit button on non-submittable doctypes (#36825)
can_submit() only checked docstatus, permissions, and workflow
but never verified the doctype is actually submittable. Since all
documents start at docstatus 0, this caused a Submit button to
appear on any non-submittable doctype where the user has submit
permission (e.g. System Manager).
2026-02-07 06:15:17 +00:00
Ejaaz Khan
25df73931b
Merge pull request #36805 from nishkagosalia/data-import-depends-on
feat: Show color for  depends on fields for data import
2026-02-06 18:45:17 +05:30
Nishka Gosalia
cb278ff39d feat: Show color for depends on fields for data import 2026-02-06 17:31:47 +05:30
Ankush Menat
e30bfaf4e3
fix: Limit meme types on image fields (#36800)
* Revert "fix(file-upload): add support for blocking unsupported file types in file uploader (#36736)"

This reverts commit fe5072fa23.

* fix: Limit allowed MIME types for image fields

original and simpler version of #36736 that I overengineered.
2026-02-06 11:10:02 +00:00
sokumon
5e90c5f73b fix: primary button on the card can be themed 2026-02-06 15:41:04 +05:30
Ankush Menat
61cb4646c4
fix: Honor disable async configuration (#36795) 2026-02-06 09:55:42 +00:00
sokumon
f2b5c3f60f feat: show description on click 2026-02-06 15:17:59 +05:30
Prathamesh Kurunkar
fe5072fa23
fix(file-upload): add support for blocking unsupported file types in file uploader (#36736)
* feat: add support for blocking unsupported file types in file uploader

* chore: pre-commit fix formatting

* fix: restrict image type in file upload and show better errors

* chore: allow all image types by default

Simplified allowed file types for image uploads to 'image/*'.

* chore: allow all image types by default

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2026-02-06 09:37:19 +00:00
Ritvik Sardana
6f88468d68 refactor: resumable indexing without max_runtime 2026-02-06 15:05:52 +05:30
Faris Ansari
2a7e6a7793 refactor: resumable search index 2026-02-06 15:05:41 +05:30
Ejaaz Khan
7fa9aa6be2 refactor: descrease ID filter width 2026-02-06 14:44:00 +05:30
Ankush Menat
eb59ab2817
fix: More reliable tags count result processing (#36783)
Use dicts instead of lists.
2026-02-06 07:40:35 +00:00
Soham Kulkarni
83617f20f6
Merge pull request #36772 from sokumon/billing-card
feat: sidebar card
2026-02-06 12:18:01 +05:30
Ankush Menat
4e91b1a281
fix: Support short session idle durations (#36773)
closes https://github.com/frappe/frappe/issues/35209
2026-02-06 06:46:19 +00:00
Kaushal Shriwas
b39800e5aa
fix: replace bare raise statement with AuthenticationError in oauth.py (#36729)
* fix: replace bare raise statement with AuthenticationError in oauth.py

* fix: add error log
2026-02-06 12:09:51 +05:30
Prathamesh Kurunkar
db9a4e9086
fix(typo): correct spelling of "Google Calendar" (#36767) 2026-02-06 12:03:18 +05:30
Prathamesh Kurunkar
7ea1767c46
fix(perm): permission handling for Administrator role in has_perm/get_perm JS API (#36637)
* fix(perm): permission handling for Administrator role in has_perm/get_perm

* chore(lint): remove linting issues

* refactor(perm): improve permission level retrieval readability
2026-02-06 12:02:56 +05:30
Prathamesh Kurunkar
357d62a172
fix(ui): edit button misalignment in address and contact fields (#36651)
* fix(ui): edit button misalignment in address and contact fields

* style(ui): consolidate styles for address and contact boxes in controls.scss

* chore(lint): fix linting issues

* style: adjust line-height for contact box paragraph
2026-02-06 11:58:27 +05:30
sokumon
d33a1e0654 fix: hover state and make api for adding card 2026-02-06 11:50:00 +05:30
Ejaaz Khan
067475ee05 fix(mobile): Unnecessary space between filter and sort selector 2026-02-06 11:36:37 +05:30
sokumon
d82315cc87 fix: styling for the card 2026-02-06 03:19:53 +05:30
Soham Kulkarni
059763f797
Merge pull request #36760 from sokumon/desktop-rendering
fix(desktop): show correct keyboard shortcut
2026-02-05 22:00:49 +05:30
Suraj Shetty
0980d5898f
Merge pull request #36741 from ShrihariMahabal/fix-email-indicator
fix: render email header indicator correctly
2026-02-05 21:58:03 +05:30