Commit graph

42877 commits

Author SHA1 Message Date
Ankush Menat
f7a62bc6dd fix: Add all HTTP methods 2023-08-10 11:04:30 +05:30
Ankush Menat
3bda258784 fix: fast primary button switching 2023-08-10 10:53:58 +05:30
Ankush Menat
bc3946002d fix(DX): enable realtime refresh on recorder listview 2023-08-10 10:36:41 +05:30
Gursheen Anand
1dd07d8256 test: crud with virtual child table 2023-08-08 16:22:59 +05:30
Gursheen Anand
e484a578d0 test: allow parent and child docs of same type 2023-08-08 16:21:01 +05:30
Gursheen Anand
03637066b0 fix: filter and sort list view 2023-08-07 18:26:48 +05:30
Gursheen Anand
b33ac8e74c fix: show idx for stack trace 2023-08-07 18:25:20 +05:30
Gursheen Anand
30f17f417b fix: handle file uploader obj while importing 2023-08-05 17:44:00 +05:30
Gursheen Anand
75861fa321 fix: indicators and primary btn in listview 2023-08-05 17:40:48 +05:30
Gursheen Anand
81b5b72f00 feat: add js for rendering html fields 2023-08-05 17:36:16 +05:30
Gursheen Anand
6fc9cbcdcd feat: add html fields for stack trace and sql explain 2023-08-05 17:06:22 +05:30
Gursheen Anand
379b90550d fix: remove redundant fns from recorder request 2023-08-05 17:02:36 +05:30
Gursheen Anand
75d7fcb181 feat: add child table for sql queries 2023-08-03 12:57:34 +05:30
Gursheen Anand
44c6145373 feat: add child table for recorder requests 2023-08-03 12:56:18 +05:30
Gursheen Anand
d6ab900f2a feat: allow virtual child tables 2023-08-03 11:55:19 +05:30
Corentin Flr
2c92043998
fix(doctype): Allow cached_property decorator in controllers (#21881) 2023-07-31 21:40:53 +05:30
Ankush Menat
ada2e20af3 fix: has_permission check on int pk 2023-07-31 16:42:31 +05:30
Ankush Menat
b41d4905c0 fix: onboarding widget contrast 2023-07-31 15:00:15 +05:30
Ankush Menat
ff6439af3d fix: underlined onboarding steps 2023-07-31 14:44:52 +05:30
David Arnold
fddd3b24f7
test: skip tests on RO app paths which require write access (#21878) 2023-07-31 12:46:23 +05:30
David Arnold
3471685eaa
feat(ops): add environment variable to set bench root / workdir (#21872) 2023-07-31 11:50:09 +05:30
Sagar Vora
97eefdaa44
perf: dont reload doc when already saving (#21869) 2023-07-31 11:48:54 +05:30
niraj gautam
d08ee0284d
fix: Delete module folder on Module Def deletion (#21857)
* fix: Delete module folder on Module Def deletion

* fix: Check if folder exists before removal

* fix: Make use of frappe function to delete folder

* fix: Indentation

* fix: Update linting
2023-07-31 11:39:04 +05:30
mergify[bot]
74899f510a
Merge pull request #21378 from dvdl16/feature/force-web-capture-setting
feat: setting for force web capture mode for camera uploads
2023-07-31 05:41:48 +00:00
Dirk van der Laarse
6645589cdf chore: linting fixes 2023-07-30 15:48:03 +00:00
Dirk van der Laarse
c66d744824 fix: field order and change label to title case 2023-07-30 15:36:55 +00:00
Ankush Menat
84188587fa fix: clean up socketio dynamic namespaces
While serving many sites it's best to close down namespace when last
connection is closed.

refer https://github.com/socketio/socket.io/pull/4602
2023-07-29 20:35:59 +05:30
HarryPaulo
ec5f8fcfa1
fix: Parameter {function} get translated and format doesn't work (#21859) 2023-07-29 18:10:42 +05:30
Ankush Menat
657ec80e3a chore: skip console test on postgres
[skip ci]
2023-07-29 18:07:27 +05:30
Ankush Menat
a2167d4f94 perf: index email queue table 2023-07-29 13:47:44 +05:30
Shariq Ansari
dc1a23d497
Merge pull request #21853 from shariquerik/workspace-welcome-page 2023-07-29 12:07:18 +05:30
Shariq Ansari
6876c70147
Merge pull request #21858 from cogk/fix-webform-allow-extending-buttons 2023-07-29 02:25:30 +05:30
Shariq Ansari
f5a2eef755 test: fixed failing date control UI test 2023-07-28 23:20:17 +05:30
Shariq Ansari
120b987661 fix: send public with title in frappe.workspaces 2023-07-28 23:04:05 +05:30
Corentin Forler
d7aea1773f fix(web_form): Allow Jinja extension of header buttons 2023-07-28 18:12:45 +02:00
Shariq Ansari
8a8716f21c chore: updated the welcome message 2023-07-28 20:16:29 +05:30
Shariq Ansari
150d0c1a22
Merge branch 'frappe:develop' into workspace-welcome-page 2023-07-28 20:01:29 +05:30
Shariq Ansari
e4c45dd719 fix: after creating workspace and reloading it gives error
also if workspace does not exist it gives proper error and redirect to last opened workspaces
2023-07-28 19:59:58 +05:30
Shariq Ansari
a227944cfc fix: default page logic in workspace 2023-07-28 19:01:54 +05:30
Shariq Ansari
24a5b38634 fix: better redirect logic for default workspace after login 2023-07-28 19:01:36 +05:30
Shariq Ansari
90f6b44f48 fix: added welcome workspace if user has desk acces but does not have module access
basically if user doesn't have access to any public workspaces

also made welcome workspace hidden if he/she has even one workspace
2023-07-28 19:01:11 +05:30
Maharshi Patel
6b7f815a75
fix: guess_country backward timezone issue for india. (#21849)
* fix: guess_country backward timezone issue for india.

In some cases ( mac ) where Asia/Calcutta is used as timezone. guessing didn't work.

* refactor: make tz backward compatbility extensible

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-07-28 18:13:22 +05:30
Ankush Menat
7ee85758b1
fix(console): dont commit when exception is raised and unconditionally check query (#21850)
* fix(console): unconditionally check query type

* fix(console): don't commit when exception occurs
2023-07-28 18:07:08 +05:30
mergify[bot]
1c5f5a38e9
feat: added specific kanban board as quick link in workspace (backport #21721) (#21842)
* feat: added specific kanban board as quick link in workspace (#21721)

(cherry picked from commit 986b6024241036e68cfa4103d015e46a4c433b7b)

* fix: updated TYPE for workspace_shortcut

* chore: linter fix

---------

Co-authored-by: Vanessa Bualat <40702858+kkulloters@users.noreply.github.com>
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
2023-07-28 14:41:34 +05:30
Ankush Menat
e31038d7f9
feat(sec): log IP addresses of login/logout activities (#21844) 2023-07-28 13:59:52 +05:30
Ankush Menat
ef51dde052
perf: set lower priority for background processes (#21841) 2023-07-28 13:01:46 +05:30
Suraj Shetty
df4cc5cf2f
Merge pull request #21734 from barredterra/refactor-geolocation 2023-07-28 12:37:28 +05:30
Suraj Shetty
e3e50acd66
Merge pull request #21794 from barredterra/fix-email-contact 2023-07-28 12:36:52 +05:30
Shariq Ansari
e1c1e256ef
Merge pull request #21798 from pps190/frappe/fix/ambigus-table-join 2023-07-28 12:28:04 +05:30
Ankush Menat
22a3a56d44 chore: remove conflict-marker look-alike
This is annoying when trying to find git conflicts

[skip ci]
2023-07-28 11:45:56 +05:30