Sagar Vora
0588e9c7ff
fix: routing issues in recorder
2021-03-10 16:55:03 +05:30
Sagar Vora
9aeb9ac185
fix(router): navigating forward not working for routes in frappe.re_route
2021-03-10 16:08:18 +05:30
Suraj Shetty
5e6283f33d
test: Reset recorder before each test to avoid flaky tests ( #12554 )
2021-03-09 22:27:16 +05:30
mergify[bot]
8ededc20fb
Merge pull request #12549 from resilient-tech/fix-oauth-login
...
fix: create gender only if provided while creating oauth user
2021-03-09 16:20:11 +00:00
mergify[bot]
ae22231747
Merge pull request #12492 from shariquerik/improve-message-fix
...
fix: Email Password popup grammar fix
2021-03-09 11:54:24 +00:00
Sagar Vora
5cd3f8534b
fix: create gender only if provided while creating oauth user
2021-03-09 16:47:21 +05:30
Prssanna Desai
a4b75e7844
fix: translation syntax
2021-03-09 16:34:54 +05:30
shariquerik
78a8cd74d0
fix: sider fix
2021-03-09 15:22:22 +05:30
shariquerik
3717c98154
fix: implemented suggestions
2021-03-09 15:18:44 +05:30
mergify[bot]
416ec53410
Merge pull request #12525 from leela/rate-limit-endpoints
...
refactor: Rate limiting decorator for endpoints
2021-03-09 09:10:07 +00:00
leela
0fb2d330c9
test: Fix rate limiting reset password test
2021-03-09 14:03:00 +05:30
leela
de210260a7
refactor: allow callable limit arg for ratelimit deco
...
As we make all configurations editable through dashboard(ex: password_reset_limit), it makes sense
to provide limit as a callable so that it can be accessed dynamically.
2021-03-09 13:59:49 +05:30
leela
14b3d344a5
test: Testcase for rate_limit decorator
2021-03-09 13:53:00 +05:30
leela
2af0778857
refactor: Use rate_limit decorator for reset password
...
Using rate limit decorator for reset password endpoint.
2021-03-09 13:53:00 +05:30
leela
ba16e4737b
refactor: rate limiter decorator added
...
We have rate limiter for reset passowrd alone and it is not re-usable
for other endpoints. Added a generic rate limiter decorator that can be
used for any endpoint.
2021-03-09 13:53:00 +05:30
Suraj Shetty
a19c809a04
chore: Update CODEOWNERS
2021-03-09 13:11:47 +05:30
Prssanna Desai
c66b079301
Merge pull request #12476 from shariquerik/customize-form-doc-type-fix
...
fix: Cannot change Entry Form Type
2021-03-09 12:19:37 +05:30
mergify[bot]
a658304084
Merge pull request #12477 from szufisher/szufisher-all-repeated-parent-rows
...
fix: same as previous row treated as one doc
2021-03-09 06:48:15 +00:00
Suraj Shetty
cfd4bd428c
fix: Data control value
2021-03-09 12:09:50 +05:30
Ankush Menat
a74b7b04ac
chore: add semgrep linting ( #12524 )
2021-03-09 12:04:09 +05:30
Leela vadlamudi
08e2ad9904
feat: Lazy import functionality added ( #12517 )
2021-03-09 11:59:17 +05:30
rohitwaghchaure
c1ab5b8479
fix: Section collapse in modal ( #12536 )
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-09 11:48:24 +05:30
Leela vadlamudi
b44ee08a19
fix: Patch - Remove Twilio doctypes from DB ( #12514 )
...
We missed to add migration while moving Twilio code from Frappe to
separate app. Added migration that removes Twilio doctypes from DB.
2021-03-09 11:40:30 +05:30
prssanna
2ea8416d21
fix: datepicker background color
2021-03-09 10:49:59 +05:30
Ankush Menat
ffc18ac4bd
fix: show link based on READ ignoring select perm ( #12521 )
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-08 20:01:03 +05:30
mergify[bot]
e206b792b1
Merge pull request #12544 from ankush/include_quill_css
...
fix: include quill theme in website css
2021-03-08 12:23:09 +00:00
Ankush Menat
bc219c1bbf
fix: include quill theme in website css
...
Theme css are used by text editor in website view.
closes #12535
2021-03-08 17:34:16 +05:30
mergify[bot]
85c79c82b1
Merge pull request #11640 from ceefour/patch-attach-develop
...
fix(form): Form UI wrong filename and URL
2021-03-08 11:06:48 +00:00
Suraj Shetty
816d23a1fa
Merge branch 'develop' into patch-attach-develop
2021-03-08 16:18:05 +05:30
mergify[bot]
c3f0104566
Merge pull request #12499 from ParthKharwar/dev-user-notifications
...
fix: Notification fixes for a modified user
2021-03-08 10:15:20 +00:00
Suraj Shetty
6e634dc063
Merge branch 'develop' into dev-user-notifications
2021-03-08 15:05:18 +05:30
mergify[bot]
cd2bd892c6
Merge pull request #12532 from resilient-tech/fix-rename-doc
...
fix: Document rename
2021-03-08 09:29:47 +00:00
Mohammad Hasnain Mohsin Rajan
f17cf17b57
fix: remove data import mandatory check ( #12363 )
...
* fix: ignore data import mandatory fields error
* test: find the source of garbage
* test: fix extra messages
* test: fix: message log
* test: remove debugging lines
2021-03-08 08:54:54 +00:00
mergify[bot]
563cd20e9c
Merge pull request #12531 from resilient-tech/fix-404
...
fix: 404 not loading on formview due to undefined parameter
2021-03-08 08:27:34 +00:00
mergify[bot]
75c9b9fdec
Merge pull request #12528 from resilient-tech/fix-dashboard
...
fix: dashboard edit and show buttons not working
2021-03-08 08:18:32 +00:00
Sagar Vora
d28f5a54a5
fix: dashboard edit and show buttons are not working
2021-03-08 11:54:38 +05:30
Suraj Shetty
ae360132bc
Merge pull request #12537 from surajshetty3416/fix-dark-mode
2021-03-07 19:45:11 +05:30
Suraj Shetty
8962ba0647
fix: Temporarily use firefox for testing
...
- https://travis-ci.com/github/frappe/frappe/jobs/488819006 testing is failing due to some incompatibility
2021-03-07 19:14:31 +05:30
Suraj Shetty
87826f0241
fix: Line hieght of checkbox label
2021-03-07 13:33:13 +05:30
Suraj Shetty
738e6f50ab
fix: Remove unnecessary background transitions
...
- to avoid inconsitent transition while switching the theme
2021-03-07 13:24:54 +05:30
Suraj Shetty
caaed1a4e5
fix: Move data-theme attribute to root (html)
...
- So that the HTML background matches with the theme background color
2021-03-07 13:22:28 +05:30
Suraj Shetty
0e0413d096
fix: Remove redundant css_variables import
2021-03-07 10:43:40 +05:30
walstanb
268cbbf8d9
fix: doc not found after renaming doc
2021-03-05 18:14:26 +05:30
Sagar Vora
a1d7775298
fix: 404 not loading on formview due to undefined parameter
2021-03-05 17:26:53 +05:30
Parth Kharwar
7effd9db7a
refactor: moves notification toggle to individual code block
2021-03-05 14:37:57 +05:30
Parth Kharwar
0f42096e87
refactor: updates notification toggle function name and if logic
2021-03-05 13:21:32 +05:30
Prssanna Desai
b38c051a3d
Merge branch 'develop' into patch-attach-develop
2021-03-04 20:10:23 +05:30
Suraj Shetty
e586badf3b
fix: Check logic
2021-03-04 19:47:14 +05:30
Suraj Shetty
e8090889ce
fix: Fix naming
...
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2021-03-04 19:44:53 +05:30
Prssanna Desai
16d87aa786
Merge pull request #12518 from ankush/track_setting_changes
...
fix: track setting changes
2021-03-04 19:35:20 +05:30