Commit graph

31342 commits

Author SHA1 Message Date
mergify[bot]
09b9c9e2f8
Merge pull request #12745 from hasnain2808/multiselect
fix: change z-index even when list is empty
2021-03-31 13:43:40 +00:00
Leela vadlamudi
4ef7f11751
Merge pull request #12729 from leela/code-cleanup
refactor: Code cleanup and attempt tracker for 2FA
2021-03-31 19:06:44 +05:30
hasnain2808@gmail.com
bbcfee9b48 fix: change z-index even when list is empty 2021-03-31 17:59:51 +05:30
mergify[bot]
1e8e0f4a3e
Merge pull request #12741 from hasnain2808/multiselect
fix: checkbox bleed
2021-03-31 10:56:50 +00:00
hasnain2808@gmail.com
b12714ae20 fix: checkbox bleed 2021-03-31 15:43:19 +05:30
Prssanna Desai
4a9498345d
Merge pull request #12721 from hasnain2808/fix--filters-in-share-url-not-working 2021-03-31 14:31:17 +05:30
leela
8fcb97ae31 test: OTP atempt tracker tests 2021-03-31 13:38:46 +05:30
hasnain2808@gmail.com
ec3ef85c06 chore: fix merge conflicts 2021-03-31 13:05:44 +05:30
hasnain2808@gmail.com
71ecb288c7 fix: use pathname on window.location 2021-03-31 13:01:33 +05:30
leela
1f6f02fd5a fix: Track 2FA OTP attempts using login tracker 2021-03-31 12:49:31 +05:30
Suraj Shetty
5688b3e7d9
fix: Miscellaneous changes (#12730) 2021-03-31 12:36:09 +05:30
Prssanna Desai
1c3688e0ed
fix: first column padding in datatable (#12733) 2021-03-31 12:33:06 +05:30
Rushabh Mehta
ed6468d5f2
Merge pull request #12713 from rmehta/fix-reportview
fix(refactor): lockdown frappe.desk.reportview
2021-03-31 10:50:25 +05:30
Rushabh Mehta
375cdea145
Update frappe/desk/reportview.py
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-31 10:10:46 +05:30
leela
9200192c1c refactor: Cleanup name confusion
Using `delete_session` name for a function and also as a method name is
confusing. Cleaned that up.
2021-03-30 20:59:00 +05:30
leela
2227b910d3 fix: Make authentication check mandatory even in case of 2FA 2021-03-30 20:58:52 +05:30
mergify[bot]
a1f15245f7
Merge pull request #12726 from zerodha/check_connections
fix: global get_conf() fails to return site config
2021-03-30 15:11:45 +00:00
mergify[bot]
c438359d3f
Merge pull request #12727 from prssanna/checkbox-fetch-from
fix: enable fetch from for Check fieldtype
2021-03-30 15:09:06 +00:00
Sagar Vora
ee61a61977
chore: remove unused code (#12725) 2021-03-30 20:34:52 +05:30
prssanna
8d3e0c2440 fix: enable fetch from for Check fieldtype 2021-03-30 19:25:56 +05:30
Rushabh Mehta
337bdc976c fix(reportview): test 2021-03-30 18:35:44 +05:30
Shridhar
86d372c4f6 fix: global get_conf() fails to return site config 2021-03-30 17:13:04 +05:30
mergify[bot]
1d8741b745
Merge pull request #12719 from prssanna/notification-fix
fix: System Notification fix
2021-03-30 11:12:43 +00:00
Rushabh Mehta
82399ddfba fix(minor): tests 2021-03-30 16:37:53 +05:30
Rushabh Mehta
868228bdea fix(minor): tests 2021-03-30 15:50:47 +05:30
Mohammad Hasnain Mohsin Rajan
e10c09c189
chore: add semicolon 2021-03-30 14:23:15 +05:30
hasnain2808@gmail.com
a6fce22c63 fix: filters in share url not working 2021-03-30 14:14:53 +05:30
Rushabh Mehta
1aa8adadcb fix(minor): return value in reportview.py 2021-03-30 12:57:15 +05:30
prssanna
93e6cc4ac1 fix: filter user by email instead of name 2021-03-30 12:00:43 +05:30
Rushabh Mehta
d959fc7310 fix(minor): tests and linting 2021-03-30 11:52:46 +05:30
Rushabh Mehta
2248c6c410 fix(minor): lockdown frappe.client.get_list 2021-03-30 11:25:40 +05:30
mergify[bot]
f4655e648f
Merge pull request #12669 from prssanna/redesign-fixes
fix: Redesign fixes
2021-03-30 05:40:21 +00:00
Suraj Shetty
fdb94a5177
style: Remove unnecessary space 2021-03-30 10:52:57 +05:30
prssanna
a638618788 fix: translation syntax 2021-03-30 10:42:34 +05:30
Rushabh Mehta
f1f64772a5 fix(minor): disallow comments in fields 2021-03-30 10:30:20 +05:30
Rushabh Mehta
6d978a1df0 fix(report): move count, aggregation to serverside 2021-03-30 09:47:07 +05:30
dependabot-preview[bot]
58d2581002
chore(deps): [security] bump y18n from 4.0.0 to 4.0.1 (#12714)
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-30 09:39:20 +05:30
Rushabh Mehta
c9b367933a fix(minor): make group_by validation tighter 2021-03-29 23:16:33 +05:30
Rushabh Mehta
0def97543b fix(minor): handle as fieldnames 2021-03-29 22:22:20 +05:30
Rushabh Mehta
0c995940c1 fix(minor): functions must end with bracket 2021-03-29 22:04:04 +05:30
Rushabh Mehta
511a5ddc4b fix(minor): fieldnames can't have commas 2021-03-29 22:02:21 +05:30
Rushabh Mehta
a2ffea53f2 fix(refactor): lockdown frappe.desk.reportview 2021-03-29 21:44:08 +05:30
Suraj Shetty
9e954e286e
Merge pull request #12662 from surajshetty3416/redesign-fixes-24-mar-2021 2021-03-29 19:05:59 +05:30
mergify[bot]
0fb4c1800c
Merge pull request #12710 from zerodha/postgres_default_port
fix: updated PostgreSQL default port
2021-03-29 12:52:55 +00:00
Prssanna Desai
875056bb15
fix: pull modules from Module Def instead of desktop config file (#12631)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-29 18:22:12 +05:30
Suraj Shetty
4297ebbfe4
Merge branch 'develop' into redesign-fixes-24-mar-2021 2021-03-29 18:18:13 +05:30
Suraj Shetty
f202953654 fix: Add version link to version content 2021-03-29 17:56:58 +05:30
Shridhar
5deec996b6 fix: updated postgres default port 2021-03-29 15:16:27 +05:30
mergify[bot]
66083cece1
Merge pull request #12679 from alyf-de/request_data
fix: Unhide email field in "Request Data" Web Form
2021-03-27 12:36:32 +00:00
Sagar Vora
bbeb241232
fix: Always validate file URLs (#12685)
* feat: validate file urls

* fix: validate file url while downloading content

* fix: cleaner validation

* fix: added separate validation for web URLs

Co-authored-by: Saurabh <saurabh6790@gmail.com>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-27 12:22:00 +00:00