Commit graph

52791 commits

Author SHA1 Message Date
Faris Ansari
3ebccb670b fix: unused code and ignore semgrep warning
db.commit is required so that records are inserted into the db and request calls are able to fetch those inserted documents
2026-01-08 01:12:25 +05:30
Faris Ansari
e7ffb2b3c8 feat: add bulk_update and bulk_delete endpoints to /api/v2 2026-01-05 17:05:43 +05:30
ili.ad
261e78e492
fix(postgres): drop_index_if_exists uses DROP INDEX IF EXISTS (#35636)
* fix(postgres): drop_index_if_exists uses DROP INDEX IF EXISTS

* fix(linting): apply pre-commit to code

---------

Co-authored-by: Matt Howard <github.severity519@passmail.net>
Co-authored-by: AarDG10 <aarol.dsouza@gmail.com>
2026-01-05 11:15:41 +00:00
Ejaaz Khan
f71035c6ba
Merge pull request #35652 from elshafei-developer/fix-missing-translate-function
fix: add missing translation for "Next Actions" label
2026-01-05 16:36:32 +05:30
elshafei-developer
f60271a761 fix: add missing translation for "Next Actions" label 2026-01-05 10:38:22 +00:00
Aarol D'Souza
9bd4194a43
Merge pull request #35601 from AarDG10/fix-fallback-for-col-name-build
fix(data import): consider fieldname if label is null for col_build
2026-01-05 15:50:49 +05:30
Ejaaz Khan
3642b94cf9
Merge pull request #35650 from iamejaaz/email-after-commit-issue
fix: run after commit only if queue available
2026-01-05 15:42:36 +05:30
Ejaaz Khan
6861d34e20 fix: run after commit only if queue available 2026-01-05 15:31:17 +05:30
Ejaaz Khan
8ad980d48d
Merge pull request #35362 from ssuda/feat/link-route-options-from-filters
feat(link): Pre-fill new document with Link field filters
2026-01-05 15:22:10 +05:30
Mihir Kandoi
922c1b812d
fix(document naming): customer parser should be checked before anything else (#35586) 2026-01-05 13:44:32 +05:30
Ejaaz Khan
9bce1a0517
Merge pull request #35646 from iamejaaz/fix-mobile-nav-design
fix(Navbar): render text if title is html
2026-01-05 13:43:26 +05:30
Ejaaz Khan
8659e304e6 fix(Navbar): render text if title is html 2026-01-05 13:17:44 +05:30
Ejaaz Khan
a9839c6576
Merge pull request #35113 from frappe/per-child-conditions
fix!: per child level 'depends on' conditions
2026-01-05 12:53:54 +05:30
Akhil Narang
f8443020ca
fix(error): don't return in a finally block (PEP-765) (#35610)
https://docs.python.org/3/whatsnew/3.14.html#pep-765-control-flow-in-finally-blocks

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-05 06:41:16 +00:00
AarDG10
2f20bdee70 test(importer): add test to validate null label fallback to fieldname 2026-01-05 12:02:30 +05:30
Soham Kulkarni
489f5fbfb9
Merge pull request #35641 from KerollesFathy/fix-user-avatar-in-sidebar 2026-01-05 02:16:01 +05:30
Soham Kulkarni
a0b96159a2
Merge pull request #35643 from KerollesFathy/fix-desktop-edit-btn-style 2026-01-05 02:12:12 +05:30
KerollesFathy
084caa8932 fix(desktop): improve edit button visibility and dark theme styles 2026-01-04 17:53:15 +00:00
KerollesFathy
1ddeb40411 fix(sidebar): prevent user avatar shift on collapse/expand 2026-01-04 16:09:21 +00:00
Ejaaz Khan
f4b120ec25
Merge pull request #35611 from iamejaaz/fix-mobile-nav-design
feat(Navbar): show title when available
2026-01-04 15:45:23 +05:30
MochaMind
4db80d8fe2
fix: Russian translations (#35637) 2026-01-04 15:42:46 +05:30
Ejaaz Khan
c686a2ba3a
Merge pull request #35638 from Packeting1/fix/print-view-mobile-form-button
fix: show form button in mobile print view
2026-01-04 15:41:34 +05:30
Ejaaz Khan
a33f2195e7
Merge pull request #35625 from trustedcomputer/add-navigation-buttons-back
fix(ui): add navigation buttons back
2026-01-04 15:29:39 +05:30
Kerolles Fathy
9bd495e0ed
fix(sidebar): correct indentation for sidebar child items (#35513) 2026-01-04 14:15:33 +05:30
Aarol D'Souza
8d8fa78bee
fix(postgres): add pg compatible query for copying comm_date from comm to comm_link (#35488) 2026-01-04 04:48:53 +00:00
Aarol D'Souza
5e2eab0cd8
Merge pull request #35631 from AarDG10/fix-flaky-sqlite-test-pg
fix(test): maintain sanity to avoid unexpected test failures in postgres
2026-01-04 09:36:42 +05:30
Packeting
2f62168654 fix: show form button in mobile print view 2026-01-04 11:17:30 +08:00
Kerolles Fathy
21f6fbadba
fix: share doc with everyone (#35634)
* fix: handle shared with everyone case

* chore: remove comment

* fix: remove unrelated change
2026-01-03 21:35:55 +05:30
AarDG10
8d99bed738 fix(test): maintain sanity to avoid unexpected test failures in postgres 2026-01-03 13:54:27 +05:30
Rahul Agrawal
59a4764912
fix: remove filter to maintain previous behaviour (#35626) 2026-01-03 12:48:55 +05:30
trustedcomputer
ffa2a6bfa5 fix(ui): add navigation buttons back 2026-01-02 16:05:46 -08:00
MochaMind
e9ec1712b4
fix: sync translations from crowdin (#35579) 2026-01-02 23:43:29 +01:00
Manzoor Sofi
b28e7b09a4
feat: Make link field filters human-readable (fixes #35164) (#35207)
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2026-01-02 21:37:58 +01:00
Soham Kulkarni
abc497321b
Merge pull request #35598 from sokumon/migrate-link-type 2026-01-02 19:48:02 +05:30
sokumon
f5ea989d2b fix(patch): include icons where link type is doctype 2026-01-02 19:02:04 +05:30
sokumon
e7c77b9ce9 chore: reexport desktop icons with new schema 2026-01-02 19:02:04 +05:30
sokumon
1ccd9e00a5 chore: rename patch 2026-01-02 19:02:04 +05:30
sokumon
e295c08371 refactor: desktop icon permissions 2026-01-02 19:02:04 +05:30
sokumon
32e5fd0629 feat: introduce workspace sidebar as link type 2026-01-02 19:02:04 +05:30
Soham Kulkarni
69605986fc
Merge pull request #35617 from sokumon/fix-test 2026-01-02 19:00:34 +05:30
sokumon
fa6744beaa fix(test): note customization yields tuple with 3 values 2026-01-02 18:50:24 +05:30
Ejaaz Khan
2088abd34e
Merge pull request #35615 from iamejaaz/menu-button-spacing
fix(navbar): add spacing between buttons in desktop screens
2026-01-02 18:21:19 +05:30
Ejaaz Khan
a8b615b278 fix: allow setting cutom list title 2026-01-02 18:15:55 +05:30
Ejaaz Khan
650dd8a59a fix(navbar): add spacing between buttons in desktop screens 2026-01-02 17:57:39 +05:30
Kevin Shenk
e2f73318c1
feat: import custom DocType Links on app install/migrate (#34516)
* feat: import custom DocType Links

* fix: add link_fieldname check to doctype link import

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* test: add Doctype Link import test

* chore: fix linter issues

* chore: fix linter issues

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-02 17:39:17 +05:30
Ejaaz Khan
207d55fb24 feat(Navbar): show title when available 2026-01-02 17:37:44 +05:30
Ejaaz Khan
178a1fdc9c
Merge pull request #35608 from iamejaaz/fix-mobile-nav-design
fix(mobile): show indicator with title in navbar
2026-01-02 17:14:08 +05:30
Ejaaz Khan
a7f3841e5e fix(mobile): show indicator with title in navbar 2026-01-02 16:49:17 +05:30
Akhil Narang
0219769943
Merge pull request #35350 from KerollesFathy/make-options-select-when-fieldtype-eq-data
feat(dx): show select options (Email, Name, Phone, URL, Barcode, IBAN) for Data fieldtype
2026-01-02 16:15:03 +05:30
Saqib Ansari
b7f2740f8e
fix: various ui fixes (#35560)
* fix: remove icon from form tabs

* fix: remove redundant creation/modified info

* fix: double background in sidebar header logo

* fix: alignment of header title and subtitle with logo

* fix: space above collapse button and use gap instead of margins

* fix: update padding and font size for number widget box

* fix: adjust padding for widget box, update font weight for widget title

* fix: update filter icon and menu icon in chart widget

* fix: button styling for better alignment and spacing

* fix: center align summary value in summary separator

* chore: replace timeless chart icon with lucide's bar chart icon

* fix: top padding of form sections without title

* fix: adjust padding-top for the first child of form-section

* fix: awesomebar modal divider position

* fix: top align checkbox input with label

* fix: expand button styles and spacing in query report filters

* fix(test): focus on jump to field before typing
2026-01-02 15:19:54 +05:30