Commit graph

31238 commits

Author SHA1 Message Date
leela
5c2bda478c Refactor(Improv): Include automated mail notifications in timeline
Notifications sent through notifications doctype are not part of
communications doctype and also not into timelines. Added these
notifications into timeline by adding docs into Communication doctype.
2021-04-05 09:45:17 +05:30
Leela vadlamudi
2984026035
fix: Login with username fails (#12658)
With the recent refactoring we missed to include username check in auth
flow. Added test cases along with the fix.
2021-03-24 21:18:37 +05:30
mergify[bot]
10d46e93dc
Merge pull request #12655 from adityahase/fix-scroll
fix(Workspace): Remove forced scrollbar
2021-03-24 07:30:28 +00:00
Suraj Shetty
d7ca5765d2
Merge pull request #12577 from ankush/semgrep_translation_rules 2021-03-24 12:31:20 +05:30
Aditya Hase
8be8d4ba55
fix(Workspace): Remove forced scrollbar 2021-03-24 11:53:14 +05:30
Snyk bot
98b1b5be97
chore(Snyk): Security upgrade snyk from 1.431.1 to 1.465.0 (#12653)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355
2021-03-24 10:16:01 +05:30
Ankush Menat
cee30d2fa7
ci: ignore safe_eval paths 2021-03-23 18:24:01 +05:30
Suraj Shetty
541db956a6
Merge pull request #12650 from surajshetty3416/fix-workspace-sidebar-scrolling 2021-03-23 15:51:09 +05:30
Suraj Shetty
228cbb1a17 fix: Mobile view for workspace 2021-03-23 14:26:26 +05:30
Suraj Shetty
6e22902ae1 fix: Make scrolling separate for sidebar and main content 2021-03-23 14:26:00 +05:30
Prssanna Desai
509076dc0a
Merge pull request #12413 from anupamvs/naming 2021-03-23 13:36:59 +05:30
Prssanna Desai
5bf7f71b98
Merge branch 'develop' into naming 2021-03-23 13:17:02 +05:30
mergify[bot]
063a545753
Merge pull request #12633 from surajshetty3416/refactor-grid-paste
refactor: Grid paste code
2021-03-23 07:03:35 +00:00
Anupam
607dcce21b feat: allowed the auto name in Customize Form 2021-03-23 12:22:18 +05:30
Prssanna Desai
0e6f0993f5
Merge branch 'develop' into refactor-grid-paste 2021-03-23 12:07:15 +05:30
Suraj Shetty
ac40dd2d32
Merge pull request #12647 from surajshetty3416/fix-user-query
fix: Remove 'ignore_user_type' from user filter
2021-03-23 10:16:22 +05:30
Suraj Shetty
d9bb0c7a99 fix: Remove 'ignore_user_type' from user filter 2021-03-23 09:54:02 +05:30
mergify[bot]
4834985417
Merge pull request #12637 from leela/auth-failing
fix: Auth failing
2021-03-22 14:35:34 +00:00
leela
b22f53e74b test: basic authentication test is added 2021-03-22 19:17:57 +05:30
leela
d319beb0b6 fix: Login is failing when allow_login_using_mobile_number is set
When allow_login_using_mobile_number is set, we are doing auth
validation With respect to mobile_no with the assumption that
all logins use mobile number for validation and that is not really the case.

Fix is, if auth username does not match with any mobile number,
then go for username validation to find the user.
2021-03-22 18:34:26 +05:30
Suraj Shetty
55a8667c56 refactor: Fix variable name & formatting 2021-03-22 14:10:38 +05:30
mergify[bot]
eab29687d9
Merge pull request #12632 from prssanna/space-in-route
fix: include space and tab in special characters to match to encode url
2021-03-22 08:14:37 +00:00
Suraj Shetty
6f725c6209 style: Add missing semicolon 2021-03-22 13:13:48 +05:30
Suraj Shetty
56c1c734fb refactor: Get field code 2021-03-22 13:05:00 +05:30
Suraj Shetty
c33d4a8077 refactor: Grid paste code
- Simplify code
- Make paste code non-blocking
- Remove row limit validation
2021-03-22 12:33:23 +05:30
prssanna
6827b6b3a0 fix: include space and tab in special characters to match to encode url 2021-03-22 11:58:41 +05:30
Fisher Yu
e6b9f27768
fix: copy paste rows more than 50 (one page) (#12548)
* fix: copy paste rows more than one page

fix the copy paste more than one page rows(50)

* fix: ESLint Space before blocks

* fix: bypass non value field type

* fix: ESLint

* fix: ESLint

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-22 06:25:54 +00:00
Suraj Shetty
0827fba2d8
chore: Update stale.yml config 2021-03-22 10:56:18 +05:30
Suraj Shetty
c5b5dc3b48
Merge branch 'develop' into semgrep_translation_rules 2021-03-22 10:44:37 +05:30
mergify[bot]
60896845fd
Merge pull request #12480 from marination/perms-in-unrelated-doc
fix: frappe.new_doc won't set default in presence of User Permissions
2021-03-20 05:19:28 +00:00
Suraj Shetty
207d254462
Merge branch 'develop' into perms-in-unrelated-doc 2021-03-20 09:38:13 +05:30
mergify[bot]
aee03ed617
Merge pull request #12613 from netchampfaris/format-currency-in-dashboard-chart
fix: Format currency values in dashboard chart
2021-03-20 02:37:14 +00:00
Suraj Shetty
563c726437
Merge branch 'develop' into format-currency-in-dashboard-chart 2021-03-20 07:52:02 +05:30
Suraj Shetty
572b5d670c
revert: "test: encoding @ since we encode each url" (#12625) 2021-03-20 07:51:28 +05:30
mergify[bot]
fda2c3a735
Merge pull request #12612 from prssanna/chart-group-by
fix(Dashboard Chart): add owner to group by field options
2021-03-19 19:34:44 +00:00
Suraj Shetty
6b97105bcb
Merge branch 'develop' into format-currency-in-dashboard-chart 2021-03-20 01:01:37 +05:30
mergify[bot]
56a184847a
Merge pull request #12520 from pateljannat/double-signature-in-email
fix: Double signature in emails
2021-03-19 19:31:08 +00:00
mergify[bot]
30b1672a14
Merge pull request #12609 from netchampfaris/get-context-without-param
fix: Support calling get_context without a param
2021-03-19 19:30:46 +00:00
mergify[bot]
f20f639f6f
Merge pull request #12603 from ankush/escape_text_list_view
fix: improve html escaping and list view
2021-03-19 19:30:38 +00:00
Prssanna Desai
67f34644f7
revert: "fix: include space and tab in special characters to match to encode url" (#12619)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-20 00:58:48 +05:30
Sagar Vora
962f9b94b1
test: allow adding multiple roles while creating user (#12616) 2021-03-20 00:54:27 +05:30
Suraj Shetty
b2cde3e038
Merge branch 'develop' into chart-group-by 2021-03-20 00:50:03 +05:30
Suraj Shetty
1115c4dc7d
Merge branch 'develop' into format-currency-in-dashboard-chart 2021-03-20 00:48:49 +05:30
Suraj Shetty
1ab88edba7
Merge branch 'develop' into escape_text_list_view 2021-03-20 00:45:37 +05:30
Suraj Shetty
0002ba6353
Merge branch 'develop' into get-context-without-param 2021-03-20 00:45:27 +05:30
Suraj Shetty
4a5e808362
Merge branch 'develop' into double-signature-in-email 2021-03-20 00:45:19 +05:30
Suraj Shetty
c9460537ff
Merge pull request #12614 from surajshetty3416/fix-tests-19-mar-2021 2021-03-20 00:44:51 +05:30
Suraj Shetty
55daa0b424 fix: Reset Blog Post customization 2021-03-20 00:29:27 +05:30
Suraj Shetty
e43a0d141d chore: Ignore cypress setup for server tests 2021-03-19 19:19:56 +05:30
Suraj Shetty
ac7b40a7e3 fix: Do not show progress bar in CI environ 2021-03-19 18:57:31 +05:30