Commit graph

51665 commits

Author SHA1 Message Date
Akhil Narang
ff33e7db4f
fix(auto_repeat): render template from DB (#34580)
Don't allow client to pass in a template to render
Also change endpoint to POST

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-05 12:55:58 +05:30
Akhil Narang
31131ea129
fix(get_doc_path): don't allow referencing a path outside the doc's module (#34581)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-05 11:49:23 +05:30
Ejaaz Khan
4eb38125da
Merge pull request #34588 from iamejaaz/ui-ux-fixes-list-form
fix(ListView): on click tag dropdown closes
2025-11-05 10:19:17 +05:30
AarDG10
c5d7601513 test(postgres): fix test_dynamic_fields_in_group_by for Postgres 2025-11-05 10:03:22 +05:30
AarDG10
6481d2aeba test(postgres): fix test_decimal_field_configuration for Postgres 2025-11-04 23:37:10 +05:30
AarDG10
de600a42c8 test(postgres): fix test_dynamic_fields_in_group_by for Postgres 2025-11-04 22:22:14 +05:30
AarDG10
d910dbff19 test(postgres): fix test_multiple_dynamic_fields_group_order for Postgres 2025-11-04 21:17:20 +05:30
Henning Wendtland
93bff464bd
feat: add attachments to notification (#34197)
* feat: add attachments to notification

* chore: remove unneeded comment

* fix: revert change of function name

* fix: simplify if statement

* fix: use doc language with highest prio in print

* fix: prevent empty list in attached_file

For empty list []:
  - attachments and json.dumps(attachments) → returns [] (the empty list, because and short-circuits on falsy left side)
  - json.dumps(attachments) if attachments else None → returns None (because empty list is falsy in if condition)

* fix(Notification): improve print letterhead handling in email attachments

Fix the logic for determining the print letterhead attachment to handle cases with multiple attachments, and only one of them printed.

* refactor: get_attachment to improve clarity

* fix(Notification): better fieldnames

* fix(Notification): condition & validation for From Attach Field

* test(Notification): attach files

---------

Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2025-11-04 16:36:47 +01:00
AarDG10
af08b40c09 test(postgres): fix test_sql_functions_in_fields for Postgres 2025-11-04 18:48:23 +05:30
AarDG10
4fc7661bfe test(postgres): enable test_string_fields to run on Postgres 2025-11-04 18:17:52 +05:30
Hussain Nagaria
1774021901
feat: configure SMS OTP template for 2FA (#34585)
* feat: configure SMS OTP template for 2FA

* fix: jinja tags

* refactor: better func name
2025-11-04 12:32:57 +00:00
AarDG10
cb636f7c5c test(postgres): fix test_filters for Postgres 2025-11-04 17:42:33 +05:30
Ejaaz Khan
e7ab4d1312 fix(ListView): on click tag dropdown closes 2025-11-04 17:21:09 +05:30
AarDG10
b4d75132d4 test(postgres): fix test_multiple_tables_in_filters for Postgres 2025-11-04 17:17:38 +05:30
Ejaaz Khan
f9e51b7abf
Merge pull request #34584 from iamejaaz/ui-ux-fixes-list-form
fix(ListView): minor spacing fixes in list view and button
2025-11-04 17:00:57 +05:30
AarDG10
5ec28f99c6 test(postgres): fix test_not_equal_condition_on_none for Postgres 2025-11-04 16:47:54 +05:30
Soham Kulkarni
610e2408bf
Merge pull request #34582 from sokumon/grid-row-value
fix: use setTimeout before setting the value
2025-11-04 16:15:46 +05:30
Ejaaz Khan
b9d3711d66 fix(ListView): subject field width issue 2025-11-04 16:02:54 +05:30
sokumon
d227cd9a9a fix: use setTimeout before setting the value 2025-11-04 15:25:44 +05:30
Ejaaz Khan
53e7d2ffd0 fix(minor): align action icon in centre 2025-11-04 14:44:55 +05:30
AarDG10
b955cdc4c0 test(postgres): fix test_build_match_conditions for Postgres 2025-11-04 12:55:08 +05:30
Ejaaz Khan
01843e7faf
Merge pull request #34568 from iamejaaz/fix-listview-mobile-scroll
fix: scrolling issue in mobile devices
2025-11-04 10:33:56 +05:30
Soham Kulkarni
8db4049463
Merge pull request #34450 from rehanrehman389/login-email-icon
Fixes centering of email icon on login page and icon stroke on forgot password link
2025-11-03 21:32:56 +05:30
Ejaaz Khan
fd9fa39992 fix: scolling issue in mobile devices 2025-11-03 18:06:49 +05:30
Packeting
0b3a6c4c6d
chore: disallow user from creating API Request Log (#34518) 2025-11-03 07:02:04 +00:00
MochaMind
71aa763697
fix: sync translations from crowdin (#34538)
* fix: Serbian (Cyrillic) translations

* fix: Persian translations

* fix: Serbian (Latin) translations

* fix: Swedish translations
2025-11-03 11:51:54 +05:30
MochaMind
876272f9c1
chore: update POT file (#34566) 2025-11-03 11:09:59 +05:30
AarDG10
5ec2d132c5 ci: add postgres 17.0 service and test matrix entry 2025-11-01 17:14:23 +05:30
AarDG10
c7173147a2 ci: enable postgres support in github actions setup 2025-11-01 17:06:49 +05:30
AarDG10
fe972d0abd feat(ci): add postgres.json config file for Postgresql tests 2025-11-01 17:03:30 +05:30
rohitwaghchaure
0a27e83f9b
Merge pull request #34557 from rohitwaghchaure/fixed-github-40130
fix: allow white background color
2025-10-31 21:46:37 +05:30
Rohit Waghchaure
a9015a4d13 fix: allow white background color 2025-10-31 20:13:13 +05:30
Akhil Narang
14d4fa6108
Merge pull request #34551 from akhilnarang/fix-multiselect-xss
fix(multiselect): escape HTML
2025-10-31 16:49:51 +05:30
Akhil Narang
5b21c0a43e
Merge pull request #34548 from akhilnarang/dont-show-empty-menu
fix: don't show empty menu in form view
2025-10-31 16:48:55 +05:30
Akhil Narang
45d1dd3224
fix: escape multiselect as well
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-31 13:42:54 +05:30
Akhil Narang
1068b3cb96
Revert "Merge pull request #28914 from samkit5495/patch-1"
This reverts commit 22560c36f6, reversing
changes made to 7a7b318662.
2025-10-31 13:18:05 +05:30
Akhil Narang
7a0f6b6f3f
fix: don't show empty menu in form view
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-31 11:33:02 +05:30
Ankush Menat
bf58e7be1f
fix: onboarding - write in read only request (#34537)
* fix: remove read_only decorator from get_desktop_page
get_desktop_page leads to a call to check_completions which calls save and thus with the read_only decorator calls save on the read replica

* fix: Avoid changes to DB in read only request

* Revert "fix: remove read_only decorator from get_desktop_page"

This reverts commit 93db873bb707c6b58c7e6e68499df173aaa66d49.

---------

Co-authored-by: Apile Tyumre <apiletyumre@iridescentsun.com>
2025-10-30 06:02:36 +00:00
Ankush Menat
6d2ca3913c
Merge pull request #34413 from AarDG10/feat-cancellable-data-import
feat: Cancel Button Added for Data Import
2025-10-30 10:42:20 +05:30
MochaMind
9059b4c598
fix: sync translations from crowdin (#34519) 2025-10-29 20:57:20 +01:00
Hussain Nagaria
c1a58bc559
fix: check if get_route property exists before calling (#34526) 2025-10-29 11:51:17 +00:00
Akhil Narang
3329b6a46c
fix(grid_row): use optional chaining to prevent TypeError (#34498)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-29 13:03:32 +05:30
Raffael Meyer
edc6937aa0
fix(Web Form): don't offer all fieldtypes as list columns (#34268) 2025-10-28 16:40:49 +00:00
Sanket Shah
3914891ebe
fix: increase label field length to 255 chars (#34394)
* fix: increase label field length to 255 chars

Some doc field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.

* fix: increase label field length to 255 chars

Some customize form field labels were getting truncated when exceeding 140 characters.

This caused issues during customization of complex forms where descriptive labels were required.
2025-10-28 17:06:24 +05:30
Akhil Narang
6dfcc2bf4c
Merge pull request #34027 from sumitbhanushali/expand-link
feat: add support of expand in rest api v1/document_list
2025-10-28 17:02:14 +05:30
Akhil Narang
21fde3a507
Merge pull request #34474 from AMR-Mannesmann/fix(utils)--format_duration-for-negative-values
fix(utils)!: format_duration for negative values
2025-10-28 15:51:10 +05:30
MochaMind
a429849e0b
fix: sync translations from crowdin (#34475)
* fix: Persian translations

* fix: Polish translations

* fix: German translations

* fix: Polish translations

* fix: Serbian (Cyrillic) translations

* fix: Croatian translations

* fix: Serbian (Latin) translations
2025-10-28 14:27:22 +05:30
MochaMind
f1b2ac5968
chore: update POT file (#34496) 2025-10-28 14:27:02 +05:30
Ejaaz Khan
e0c43e3abb
Merge pull request #34508 from iamejaaz/fix-duplicate-row
fix: duplicate row button visible on cant add rows
2025-10-28 14:15:14 +05:30
Akhil Narang
139ae9ef6c
Merge pull request #34494 from tanmoysrt/sqlite_fix
fix(sqlite): Use DEFERRED isolation level
2025-10-28 14:09:59 +05:30