Commit graph

44518 commits

Author SHA1 Message Date
6fbb6547bc Merge remote-tracking branch 'upstream/develop' into seitime 2026-05-05 18:51:04 -06:00
5cbe87e6bf Join left and right navbar links into the center 2026-05-05 18:38:50 -06:00
25118c683b Stylin 2026-05-05 18:38:05 -06:00
353073f996 Allow system manager to impersonate 2026-05-05 18:35:45 -06:00
7d99357ac7 Docperms 2026-05-05 18:33:52 -06:00
Soham Kulkarni
820bb380e4
Merge pull request #39068 from frappe/pot_develop_2026-05-03 2026-05-05 20:31:42 +05:30
Aarol D'Souza
cbd6d59cf1
Merge pull request #39083 from AarDG10/fix-img-css
fix: fix image overflow by restricting width to 100% of column
2026-05-05 10:30:54 +05:30
Aarol D'Souza
4a0be898af
Merge pull request #39029 from kaulith/fix/safe-filters-notation
fix: preserve docnames matching scientific notation in get_safe_filters
2026-05-05 10:27:41 +05:30
AarDG10
668e78709f fix: fix image overflow by restricting width to 100% of column
Image was overflowing onto the right sidebar. This was due to the width not being bounded, added max-width to fix this.
2026-05-05 10:10:01 +05:30
Soham Kulkarni
481a886a2e
Merge pull request #39071 from KerollesFathy/fix/workspace-private-routing 2026-05-04 22:35:24 +05:30
sokumon
306cd68a88 fix: handle prepared report if no previous completed prepared reports 2026-05-04 17:10:26 +05:30
Aarol D'Souza
7f7da54eca
Merge pull request #39072 from AarDG10/revert-html
fix: avoid escaping small text fields
2026-05-04 10:40:19 +05:30
AarDG10
3f59932e16 fix: avoid escaping small text fields
This is a temp. change
2026-05-04 10:18:22 +05:30
Soham Kulkarni
4d850046a8
Merge pull request #39066 from KerollesFathy/fix/desktop-modal-heading-close 2026-05-03 22:27:15 +05:30
KerollesFathy
96e61b23e2 fix(workspace): use workspace name instead of title for routing in sidebar link 2026-05-03 13:56:20 +00:00
KerollesFathy
ace15b5588 fix(workspace): use workspace name instead of title for routing after create or edit 2026-05-03 13:50:12 +00:00
frappe-pr-bot
eb8963e6ee chore: update POT file 2026-05-03 09:54:01 +00:00
KerollesFathy
32496da7eb fix(desktop-modal): close modal when clicking outside the title 2026-05-02 19:29:30 +00:00
Hussain Nagaria
328ad6c69b
Merge pull request #39043 from gajjug004/fix/file-upload-wrong-folder
fix(file): upload to current folder from File list view when inside subfolder
2026-05-02 21:30:26 +05:30
Hussain Nagaria
d849de25f8 chore(ux): rearrange Letter Head form 2026-05-02 10:40:01 +05:30
Ejaaz Khan
0d0ce03a51
Merge pull request #39047 from sagarvora/fix/remove-unnecessary-deep-copy-in-paste-listener
refactor: remove unnecessary deep copy in paste doc listener
2026-05-01 21:26:21 +05:30
AarDG10
58d8859ddb fix: revert some changes 2026-05-01 18:41:02 +05:30
Aarol D'Souza
8b47c6e5a0
Revert "fix(query): unique aliasing for linked field joins" 2026-05-01 18:15:23 +05:30
Ankush Menat
d9f8b24853 fix: Erase invalid default apps
and ignore at runtime in /apps handlers
2026-05-01 13:34:41 +05:30
Ankush Menat
1bdda7a803 fix: Avoid suggesting invalid " " as default app 2026-05-01 13:23:18 +05:30
Sagar Vora
0aec2e48a4 refactor: remove unnecessary deep copy in paste doc listener 2026-05-01 10:23:06 +05:30
Soham Kulkarni
1b2cf94563
fix: restrict resetting of form tours (#39026) 2026-05-01 09:25:55 +05:30
gajjug004
32588d3ec8 fix(file): upload to current folder from File list view when inside subfolder 2026-04-30 23:34:25 +05:30
Kaushal Shriwas
ec8b3d9187 test: shorten safe filters test names 2026-04-30 19:34:14 +05:30
Hussain Nagaria
a921de1fc6
Merge pull request #39030 from kaulith/fix/query-report-export-datetime-total 2026-04-30 16:53:51 +05:30
Kaushal Shriwas
e4e1c4af55 refactor: better naming and move variable inside the scope 2026-04-30 16:37:31 +05:30
Kaushal Shriwas
8ade4ce27d fix: preserve numeric-shaped docnames without losing JSON parsing of scalars 2026-04-30 15:28:55 +05:30
Kaushal Shriwas
eb76248c99 refactor: extract non-labelable fieldtypes to constant 2026-04-30 15:24:38 +05:30
Kaushal Shriwas
470964015e fix: also parse JSON-encoded scalar strings in get_safe_filters 2026-04-30 15:10:13 +05:30
Kaushal Shriwas
46fd36d542 refactor: simplify get_safe_filters guard for readability 2026-04-30 13:31:19 +05:30
Kaushal Shriwas
ede2dea043 fix(report): skip total row label for datetime/time first column 2026-04-30 13:20:16 +05:30
Kaushal Shriwas
ff83bb1473 fix: preserve docnames matching scientific notation in get_safe_filters 2026-04-30 13:15:04 +05:30
Aarol D'Souza
b7657442de
Merge pull request #39022 from AarDG10/fix-limit-offset
fix(query): use default limit when offset is used in MariaDB and SQLite w/o limit
2026-04-30 11:24:05 +05:30
AarDG10
efcd5011fa test: add test for limit offset behavior 2026-04-30 11:09:47 +05:30
AarDG10
d6adf919c9 fix(query): use default limit when offset is used in MariaDB and SQLite
MariaDB and SQLite don't allow use of offset as a standalone, limit is a must, enforcing that in QB. PostgreSQL allows use of offset w/o limit clause.
2026-04-30 10:42:35 +05:30
Soham Kulkarni
3bc0a61826
Merge pull request #39019 from sokumon/onboarding 2026-04-30 01:31:28 +05:30
sokumon
f71597fedf fix(onboarding): only update allowed fields 2026-04-30 01:01:14 +05:30
Ejaaz Khan
1a82fabed6
Merge pull request #39015 from iamejaaz/small-ui-ux-fix
fix(File): change video icon
2026-04-29 21:40:17 +05:30
Ejaaz Khan
635b464cb1 fix(File): change video icon 2026-04-29 21:20:05 +05:30
Ejaaz Khan
1a8fc0b553
Merge pull request #38998 from iamejaaz/small-ui-ux-fix
fix(File): Change remove Icon
2026-04-29 21:07:08 +05:30
Aarol D'Souza
7c93554b00
Merge pull request #38983 from AarDG10/fix-auth
fix(auth): return auth. error in case query fails
2026-04-29 19:51:30 +05:30
Shrihari Mahabal
f185f03660
Merge pull request #39008 from ShrihariMahabal/invalidate-accepted-user-invitation
fix: invalidate user invitation if already accepted
2026-04-29 19:32:28 +05:30
Shrihari Mahabal
7e45db4cec fix: invalidate user invitation if already accepted 2026-04-29 19:20:47 +05:30
Aarol D'Souza
a2b162c960
Merge pull request #38945 from AarDG10/fix-search
fix(search): escape link title field
2026-04-29 16:40:55 +05:30
Ejaaz Khan
c3c599cefa
Merge pull request #38997 from iamejaaz/38971-navigation-button
fix(ListView): add border to the right
2026-04-29 16:39:26 +05:30