Commit graph

40719 commits

Author SHA1 Message Date
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
Shariq Ansari
d84f6f249d
Merge pull request #19430 from frappe/fix-auto-enable-in-list-view 2023-01-02 15:40:36 +05:30
Shariq Ansari
69af3e883b fix: added description for section 2023-01-02 12:03:50 +05:30
Shariq Ansari
c29f6892b3 fix: repositioned action buttons 2023-01-02 12:03:13 +05:30
Ankush Menat
5ece1d7c39
fix: Allow everyone to read geo data (#19451)
This is static data present in code, no need to apply permissions.

closes https://github.com/frappe/frappe/issues/19394
2023-01-02 12:01:32 +05:30
Ankush Menat
4d048cd651 fix: type hint for image view
closes https://github.com/frappe/frappe/issues/19426
2023-01-02 11:50:25 +05:30
rohitwaghchaure
0e9d16820b
fix: For Update for child table (#19436) 2023-01-02 11:35:21 +05:30
Shariq Ansari
f39c6e18f6 fix: do not allow to make check field mandatory 2023-01-02 10:24:26 +05:30
Shariq Ansari
324c3e24c4 fix: replace all spaces with _ to generate fieldname 2023-01-02 10:20:16 +05:30
Sagar Vora
0e40dff4d7
chore: bump gitpython to 3.1.30 (#19446) 2023-01-01 16:00:11 +05:30
Shariq Ansari
5e5f77b89d
Merge pull request #19448 from shariquerik/alt/option-to-see-fieldname 2023-01-01 14:49:49 +05:30
Shariq Ansari
d3b020cf23 docs: updated Keyboard Shortcut List 2023-01-01 14:31:31 +05:30
Shariq Ansari
538a5be99f feat: copy fieldname to clipboard on click
minor dark mode color fix
2023-01-01 13:51:10 +05:30
Shariq Ansari
9ca2826f33 fix: alt/option key to see fieldname instead of cmd/ctrl key 2023-01-01 13:50:15 +05:30
Shariq Ansari
7227cabe57
Merge pull request #19445 from frappe/fix-like-email-subject 2023-01-01 13:01:58 +05:30
Hussain Nagaria
7eb31f1fa5 fix: use title instead of name in message body too 2022-12-31 20:04:59 +05:30
Hussain Nagaria
384c01b92f fix: show document title instead of name in like notification email subject 2022-12-31 20:01:50 +05:30
Sagar Vora
e84cea9901
Merge pull request #19395 from resilient-tech/old-cache-code-removal
chore: remove code for handling old dict-based meta cache
2022-12-31 11:11:39 +00:00
Ritwik Puri
7cae422a8e
Merge pull request #19413 from gavindsouza/build_response-json
fix: build_response for re.Match
2022-12-31 00:06:34 +05:30
Mohammad Hussain Nagaria
215e9dc2ef
Merge branch 'develop' into fix-auto-enable-in-list-view 2022-12-30 19:35:31 +05:30
phot0n
31d1bd6cc7 chore: linter 2022-12-30 19:27:17 +05:30
aliX40
1ddbb9d7a4
chore: make min read string translatable in blog post (#19410)
* Make min read translatable

min read doesn't get translated, which can be a little bit annoying when writing blog posts in other languages other than english


Co-authored-by: phot0n <ritwikpuri5678@gmail.com>
2022-12-30 17:50:24 +05:30
Ankush Menat
b414fff09f
Merge pull request #19363 from shariquerik/login-without-password
feat: Login With Email Link
2022-12-30 14:05:39 +05:30
Ankush Menat
a43a0149eb refactor: improve test, rate limiting 2022-12-30 13:42:42 +05:30
Hussain Nagaria
e96ce83343 test: not in list view by default for not allowed mandatory field types 2022-12-29 17:40:58 +05:30
Hussain Nagaria
f1553c479c fix(test): override fields of test doctype if passed 2022-12-29 16:20:07 +05:30
Faris Ansari
faae4e7a86
Merge pull request #19433 from netchampfaris/allow-video-files 2022-12-29 16:09:10 +05:30
Faris Ansari
d60acc7cb4 fix: allow video files to be uploaded 2022-12-29 15:40:41 +05:30
Hussain Nagaria
048de262fd fix: don't set default in list view for fields not allowed 2022-12-29 15:24:59 +05:30
Ritwik Puri
db0baa2da3
Merge pull request #19422 from gavindsouza/rename-socketio-events
fix(socketio): Event list_update > doctype_subscribe
2022-12-29 14:02:21 +05:30
Gavin D'souza
c960382667 fix(socketio)!: Event list_update > doctype_subscribe 2022-12-28 00:25:58 +05:30
rohitwaghchaure
a72fdcbd89
fix: not able to make delivery note from pick list (#19418) 2022-12-27 17:58:04 +05:30
Ritwik Puri
de525b2ef1
Merge pull request #19411 from phot0n/autoname-child-table
fix(minor): dont set autoincrement autoname by default for child table
2022-12-27 15:57:57 +05:30
Gavin D'souza
ef82ef944e fix: build_response for re.Match 2022-12-27 14:17:09 +05:30
Ritwik Puri
09e500ea90
Merge pull request #19407 from adityahase/fix-subscription-manage
fix(subscription): Allow remote_login even if subscription.expiry is not set
2022-12-27 12:56:53 +05:30
phot0n
8ea093b973 fix(minor): dont set autoincrement autoname by default for child table 2022-12-27 12:48:47 +05:30
Shariq Ansari
dc8aad9bbd
Merge pull request #19391 from shariquerik/cmd/ctrl-to-see-fieldname 2022-12-26 16:32:46 +05:30
Aditya Hase
6f8a087c5f
fix(subscription): Allow remote_login even if subscription.expiry is not set
remote_login is used for the "Subscribe" banner as well as the Manage Subscription button.
2022-12-26 14:18:58 +05:30
Shariq Ansari
a6db8ab5bc fix: removed footer
Capitalized log in to frappe button
2022-12-26 12:19:55 +05:30
Shariq Ansari
24b5d0fb7b
Merge branch 'develop' into cmd/ctrl-to-see-fieldname 2022-12-26 12:03:35 +05:30
Hussain Nagaria
b9a6db3c08 refactor: ngrok_auth_token -> ngrok_authtoken
* to be consistent with ngrok's naming convention
2022-12-24 12:45:24 +05:30
Hussain Nagaria
5c7b583582 fix(commands): require ngrok auth token in site_config.json to use ngrok command
* ngrok authtoken is now required to use the host_header feature
2022-12-24 12:32:51 +05:30
Sabu Siyad
5e6ac70644
fix(link/js): handle undefined link_title_doctypes in frappe.boot (#19398)
Signed-off-by: Sabu Siyad <hello@ssiyad.com>

Signed-off-by: Sabu Siyad <hello@ssiyad.com>
2022-12-24 11:07:28 +05:30
Sagar Vora
1458429d98
chore(Document): remove code that resets self.latest (#19399) 2022-12-24 00:13:28 +05:30