barredterra
308f19eb7b
fix: intro of Request to Delete Data
2021-03-25 11:10:37 +01:00
barredterra
de31f578df
fix: add into to Request to Delete Data
2021-03-25 11:06:45 +01:00
barredterra
c4b3507cf3
fix: unhide field, add intro
2021-03-25 10:53:07 +01:00
Prssanna Desai
fffb3ce1a8
Merge pull request #12217 from prssanna/permlevel-fix
2021-03-25 14:35:32 +05:30
Sagar Vora
c4b0f54943
chore: Remove unused code ( #12671 )
2021-03-25 14:25:36 +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
Prssanna Desai
70b7909c06
Merge branch 'develop' into permlevel-fix
2021-03-24 18:56:28 +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
prssanna
45e7943928
style: remove commented out line
2021-03-24 12:41:33 +05:30
prssanna
4ba7819363
test: test field level permissions before role permission is defined
2021-03-24 12:38:42 +05:30
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
Suraj Shetty
91c9dce6c0
fix: Create copy of meta fields for checks
2021-03-24 10:58:56 +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
Suraj Shetty
514d7480e6
fix: Do not validate permlevel for admin
2021-03-24 09:43:36 +05:30
Suraj Shetty
6dcc00ad95
ci: Trigger ssh for gha based on label
2021-03-24 09:39:18 +05:30
Suraj Shetty
994818959b
ci: Remove tmate
2021-03-23 19:53:53 +05:30
Suraj Shetty
7e5f86789c
fix: Do not check permlevel > 0
...
- while creating has_access_to list
2021-03-23 19:53:05 +05:30
Suraj Shetty
9b41ff9eb7
Merge branch 'develop' into permlevel-fix
2021-03-23 18:28:41 +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
d0ba1e0c4c
test: debug failing tests
2021-03-23 13:58:25 +05:30
prssanna
05bd2c561a
Merge branch 'develop' of https://github.com/frappe/frappe into permlevel-fix
2021-03-23 13:45:03 +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