Shariq Ansari
7602174871
fix: add section below
2023-11-27 15:21:13 +05:30
Shariq Ansari
0d72a7964a
Merge pull request #23140 from cogk/use-other-wording-for-quick-entry
2023-11-18 19:58:25 +05:30
Shariq Ansari
41a7d8b135
Merge pull request #23262 from cogk/fix-webform-controls
2023-11-18 19:49:48 +05:30
mergify[bot]
e9e7f33792
Merge pull request #23255 from revant/fix-auth-hooks
...
fix: call auth hooks before raising error
2023-11-18 06:09:29 +00:00
Ankush Menat
5ba53b05fb
fix: Revert possibly breaking behaviour
...
Auth hooks should always run regardless of auth headers. These are
supposed to be generic hooks without any expectation on what it's
supposed to do.
2023-11-18 11:24:54 +05:30
Revant Nandgaonkar
693d079f16
fix: validate only authorization headers
2023-11-17 15:17:37 +00:00
Corentin Flr
f5f11a4eb8
fix(WebForm): Add missing keyboard.js dep for some controls
...
ControlTable and ControlPhone at least
2023-11-17 16:15:10 +01:00
Corentin Flr
b079d3ef78
fix(web): Send first_day_of_the_week and number_format in bootinfo
2023-11-17 16:14:37 +01:00
Revant Nandgaonkar
7666ea74f1
fix: validate_auth hooks for non Authorization headers
2023-11-17 19:26:28 +05:30
Revant Nandgaonkar
b37ac30dc6
fix: raise error on validate keys
2023-11-17 13:48:18 +00:00
Revant Nandgaonkar
53b8ab9a9d
test: fix test auth_hooks
2023-11-17 17:59:13 +05:30
Akhil Narang
ae9ae40bad
Merge pull request #23168 from blaggacao/refactor/centralize-python-shell-interface-for-database-binaries
...
refactor: give cli invocations of dbtools a dedicated interface
2023-11-17 17:02:41 +05:30
Corentin Flr
ecda12402c
Merge branch 'frappe:develop' into use-other-wording-for-quick-entry
2023-11-17 12:01:25 +01:00
Revant Nandgaonkar
2dd376543a
fix: pre-commit errors
2023-11-17 16:27:21 +05:30
Shariq Ansari
729f8be0af
Merge pull request #23248 from anandbaburajan/rename_doc_and_field
2023-11-17 16:15:40 +05:30
Revant Nandgaonkar
29d8f2a568
test: test auth_hooks
2023-11-17 15:56:17 +05:30
Revant Nandgaonkar
5fc4400eee
fix: revert raise error
...
internal function get_decrypted_password raises error
no point in removing error from call
2023-11-17 15:55:55 +05:30
Revant Nandgaonkar
8ea2803fbe
fix: remove raised exceptions and fail in validate_auth
2023-11-17 09:52:07 +00:00
Suraj Shetty
8f5a199d64
test: Remove cacheAcrossSpecs to avoid bulk permission failure
2023-11-17 15:03:21 +05:30
David Arnold
283e91fd43
fix: minor fixes
...
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2023-11-17 10:01:53 +01:00
Revant Nandgaonkar
1ecb60f1b0
fix: call auth hooks before validate auth
2023-11-17 14:10:37 +05:30
David Arnold
9228cd70f8
fix: code style
2023-11-17 09:30:53 +01:00
Revant Nandgaonkar
fea87d09dc
fix: call auth hooks before raising error
2023-11-17 12:48:49 +05:30
mergify[bot]
443d508669
Merge pull request #22884 from zeel-codder/fix-email-message-email-group
...
fix: use the use_html check in the Email Group
2023-11-17 06:17:17 +00:00
anandbaburajan
ebccab0652
fix: copy any flags if required in rename_doc() only on validate
2023-11-17 00:32:28 +05:30
anandbaburajan
0aab6160a4
chore: validate arg for rename_field()
2023-11-17 00:31:04 +05:30
Shariq Ansari
bfe5d819a3
Merge pull request #23241 from shariquerik/workflow-fix-1
2023-11-16 18:01:56 +05:30
Akhil Narang
50129d3220
refactor(email_group): simplify logic to figure out which response to use
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-11-16 18:01:33 +05:30
Shariq Ansari
a339e83b25
Merge pull request #23238 from shariquerik/add-submit-role
2023-11-16 17:59:54 +05:30
Maharshi Patel
0b4f06c325
fix: remove quotes from IMAP Folder Name ( #23242 )
...
Quotes were added around folder name as spaces would cause issue with IMAP.
This extra quotes are also passed to query which sets the
uidnext and uidvalidity. where condition is never met
This values are used on subsequent pulls and without this values,
it is considered first pull and all UNSEEN mails are synced.
So even If user selected All in sync option it will always work as UNSEEN
option.
When UNSEEN is used it will mark all emails as seen on IMAP server when pulled.
2023-11-16 17:36:39 +05:30
Shariq Ansari
9adea285a3
test: fixed failing Customize Form UI test
2023-11-16 16:34:55 +05:30
mergify[bot]
4f90d24f02
Merge pull request #23170 from blaggacao/feat-add-new-db-bootstrap-only-command
...
feat(db): boostrap only option if database and user is managed externally to bench
2023-11-16 11:03:19 +00:00
Shariq Ansari
1ae12170e9
test: fixed failing Workspace UI test
2023-11-16 16:24:35 +05:30
David Arnold
5b33608fe3
fix: shell escaping in execute_in_shell helper
2023-11-16 10:52:11 +01:00
Shariq Ansari
4e00c36f0d
test: fixed failing Web Form UI test
2023-11-16 14:57:52 +05:30
Shariq Ansari
bb0a2ca4df
fix: not able to edit private workspace
2023-11-16 14:57:31 +05:30
Shariq Ansari
ced6b033e1
text: fixed failing Grid Configuration UI Test
2023-11-16 14:03:27 +05:30
Shariq Ansari
95311a986a
text: fixed failing Customize Form UI Test
2023-11-16 14:02:30 +05:30
mergify[bot]
a7171918ee
Merge pull request #22592 from blaggacao/feat/into-child-mapper
...
feat(model): implement into-child table mapper
2023-11-16 07:17:16 +00:00
Shariq Ansari
41af595a9a
fix: set default allow_self_approval as 1
2023-11-16 12:39:56 +05:30
Shariq Ansari
45aba69a06
fix: set default state as 0
2023-11-16 12:39:31 +05:30
Shariq Ansari
584d43aea5
fix: change tab to form if doctype is set in customize form
2023-11-16 11:40:40 +05:30
Shariq Ansari
3341333a3a
fix: combined details and settings tab in customize form
2023-11-16 11:40:04 +05:30
Shariq Ansari
8cbe919696
fix: add submit role to system manager if doctype is submittable
2023-11-16 11:16:53 +05:30
David Arnold
0ff08e4e0f
build(python): restricted python goes up to 3.11 only ( #23229 )
2023-11-15 18:23:42 +05:30
David Arnold
06e78f0739
Merge remote-tracking branch 'upstream/develop' into refactor/centralize-python-shell-interface-for-database-binaries
2023-11-15 11:04:29 +01:00
David Arnold
5a0a366f31
Merge remote-tracking branch 'upstream/develop' into feat-add-new-db-bootstrap-only-command
2023-11-15 11:02:49 +01:00
Suraj Shetty
3cd1fe0636
Merge pull request #22824 from bosue/bolden_match_part
2023-11-15 12:48:59 +05:30
Suraj Shetty
54c9ba715d
Merge pull request #23165 from hyaray/patch-1
2023-11-15 12:43:24 +05:30
Suraj Shetty
8f2db21f64
Merge pull request #23143 from blaggacao/fix/float-input-formatting
2023-11-15 12:33:46 +05:30