Commit graph

40780 commits

Author SHA1 Message Date
Devin Slauenwhite
fa06093fc4 fix: use doc_type within frappe.model.with_doctype 2023-01-07 17:35:50 -05:00
Shariq Ansari
32ea734e9c
Merge pull request #19510 from shariquerik/delete-standard-workspace-fix 2023-01-07 19:21:25 +05:30
Shariq Ansari
6f1e3e1a91 fix: show settings button only to workspace manager 2023-01-07 19:01:41 +05:30
Shariq Ansari
056d8e0368
Merge branch 'develop' into delete-standard-workspace-fix 2023-01-07 17:57:22 +05:30
Shariq Ansari
0a8591ffa4
Merge pull request #19496 from barredterra/workspace-perms 2023-01-07 17:30:24 +05:30
Shariq Ansari
580c9d6571 fix: do not allow to change module field if developer_mode is not set 2023-01-07 17:19:38 +05:30
Shariq Ansari
6f8fd738c4 fix: do not show delete button for standard workspace if developer_mode is not on 2023-01-07 17:18:58 +05:30
Gughan Ravikumar
4654db6e26
fix: use file name for backups to Google Drive (#19504)
Currently, backups to Google Drive are uploaded with the absolute path as the filenames. This fix changes that.

[skip ci]
2023-01-06 17:06:51 +05:30
Ankush Menat
6bae5a2974 fix: Dont create __init__.py in prod
closes https://github.com/frappe/frappe/issues/16618
2023-01-06 13:31:32 +05:30
Ankush Menat
010aa4636a
fix: Dont throw back to / if desk page not found (#19494) 2023-01-06 10:54:02 +05:30
Shariq Ansari
deaaa789cf
Merge pull request #19495 from shariquerik/redirect-to-fix 2023-01-05 21:47:07 +05:30
barredterra
033c6b357e fix: remove "All" permission for Workpace 2023-01-05 17:02:31 +01:00
Shariq Ansari
abc5b51e57 fix: after login if redirect is used getting blank screen 2023-01-05 20:39:35 +05:30
Shariq Ansari
bfa488c7fb
Merge pull request #19492 from ruchamahabal/fix-tab 2023-01-05 19:23:33 +05:30
Shariq Ansari
8fab9e8b1f
Merge branch 'develop' into fix-tab 2023-01-05 17:02:33 +05:30
Shariq Ansari
a221d37157
Merge pull request #19491 from shariquerik/failing-date-test 2023-01-05 17:02:21 +05:30
Shariq Ansari
a135ac587c test: fixed failing date control UI test 2023-01-05 16:46:24 +05:30
Rucha Mahabal
f5e81d4dfa fix: Activate tab when scrolling to field 2023-01-05 16:41:17 +05:30
Shariq Ansari
efeed5cffe
Merge pull request #19469 from Tom-Finke/fix_child_table_in_dialog_sortable
closes https://github.com/frappe/frappe/issues/19468
2023-01-05 13:59:13 +05:30
Shariq Ansari
da6809ec09
revert: checking if user has permission to meta (#19485) 2023-01-05 13:47:14 +05:30
Shariq Ansari
94669b13a1
Merge branch 'develop' into fix_child_table_in_dialog_sortable 2023-01-05 13:38:55 +05:30
Shariq Ansari
5705da52df chore: linter fix 2023-01-05 13:36:45 +05:30
Ankush Menat
28375e8e6e
refactor: deprecate db.set_value on singles completely (#19481) 2023-01-05 13:04:08 +05:30
gavin
c26b401140
chore: Remove duplicated Oauth2 whitelisted APIs (#19465)
Maintain routes via the `override_whitelisted_methods` hook
2023-01-05 11:46:53 +05:30
gavin
cfc009f21a
feat: Useful Meta.__repr__ (#19479) 2023-01-05 10:50:23 +05:30
Alfredo Altamirano
d0f880e5c5
fix: Improve JSON export format readability (#19429)
* Improve JSON export format readability

* fix: Enable ensure_ascii flag on export_json

* style: fmt

[skip ci]

Co-authored-by: Alfredo Altamirano <Ahuahuachi@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-01-04 12:33:45 +05:30
Ritwik Puri
b78452dc00
Merge pull request #19472 from ankush/set_value_bad
refactor: deprecate usage of set_value with None as docname
2023-01-04 11:44:57 +05:30
Ankush Menat
e00023deb1 refactor: replace bad usage of db.set_value 2023-01-04 11:13:53 +05:30
Ankush Menat
3e7a572aa2 refactor: Deprecate db.set_value with None as docname 2023-01-04 11:05:09 +05:30
Shariq Ansari
71d93ce48c
Merge pull request #18930 from marination/kanban-access-w-perms 2023-01-03 21:29:07 +05:30
Shariq Ansari
212df5e5bd
Merge branch 'develop' into kanban-access-w-perms 2023-01-03 18:28:17 +05:30
Tom-Finke
99330ff8c9
Merge branch 'develop' into fix_child_table_in_dialog_sortable 2023-01-03 12:58:19 +01:00
Ankush Menat
9f02f37849
chore: new forum URL
[skip ci]
2023-01-03 16:11:47 +05:30
Tom Finke
f7c4288aee fix: Child Table in Dialog: sortable #19468 2023-01-03 10:22:28 +00:00
Ritwik Puri
6e1259285e
Merge pull request #19421 from gavindsouza/typing-001
refactor: OAuth
2023-01-03 14:50:31 +05:30
gavin
804f0336e1
Merge branch 'develop' into typing-001 2023-01-03 14:29:33 +05:30
gavin
2571876d66 chore(oauth): Make provider typing optional in redirect_post_login
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>
2023-01-03 14:28:56 +05:30
Marica
53563b9283
Merge branch 'develop' into kanban-access-w-perms 2023-01-03 12:37:41 +05:30
Shariq Ansari
82bc1e6c7d
Merge pull request #19462 from shariquerik/form-builder-fixes 2023-01-02 22:14:50 +05:30
Shariq Ansari
4022a5c5f4 test: fixed failing UI test 2023-01-02 21:53:23 +05:30
Shariq Ansari
4ba05b8ac3 fix: clear selected_field if field is removed 2023-01-02 21:34:29 +05:30
Shariq Ansari
6587d4b16e fix: do not consider first column if label is not set 2023-01-02 20:58:37 +05:30
Shariq Ansari
37b246dfad chore: linter fix
not related to form builder
2023-01-02 20:40:27 +05:30
Shariq Ansari
ce287f23d1
Merge branch 'develop' into form-builder-fixes 2023-01-02 20:36:38 +05:30
Shariq Ansari
eac4f2a58c fix: added label & description to column 2023-01-02 20:30:25 +05:30
Sagar Vora
40b9e0deb5
Merge pull request #19458 from resilient-tech/email-template-perms
fix: only allow system manager to create/edit email templates by default
2023-01-02 12:25:49 +00:00
Sagar Vora
81066d7562 fix: only allow system manager to create email templates 2023-01-02 12:25:37 +00:00
Shariq Ansari
2937b09a22
fix: hide tooltip content on webform 2023-01-02 16:32:27 +05:30
Ritwik Puri
23982baa83
Merge pull request #19403 from frappe/fix-ngrok-command
fix(commands): require ngrok auth token in `site_config.json` to use ngrok command
2023-01-02 16:31:07 +05:30
phot0n
16eeedc28c feat(minor): add use-default-authtoken to ngrok command 2023-01-02 16:27:38 +05:30