Commit graph

5231 commits

Author SHA1 Message Date
rohitwaghchaure
06b2b44b45 Remember last selected value (#2203) 2016-11-03 11:12:48 +05:30
Viet Pham
1a52e63d2f Fix doc indicator based on standard fields 2016-11-01 16:35:34 +07:00
Nabin Hait
4f4dd9c51c bumped to version 7.1.4 2016-11-01 13:08:50 +06:00
Nabin Hait
f68b9ed738 Merge pull request #2239 from webonyx/fix-2221
Fix 'engine' attribute error
2016-11-01 10:59:15 +05:30
Saurabh
427a97774e [path][fix] paypal integration 2016-10-31 20:20:43 +05:30
Viet Pham
2016841924 Fix 'engine' attribute error 2016-10-31 20:36:32 +07:00
Nabin Hait
e68c2658e7 bumped to version 7.1.3 2016-10-31 15:35:36 +06:00
Faris Ansari
bebf211ed8 [ui] z-index fix 2016-10-31 13:10:01 +05:30
Saurabh
371d9d1f75 [minor][fix] path fixes for manual dropbox backup 2016-10-31 11:41:55 +05:30
shreyas
7fc4c4a82a [Minor] Added validation to bulk update in case user does not specify value field 2016-10-28 17:37:27 +05:30
Nabin Hait
c7ebe79330 bumped to version 7.1.2 2016-10-27 19:37:25 +06:00
Saurabh
a940923e75 [fix] add get_query via individual _tree 2016-10-27 15:21:47 +05:30
Faris Ansari
2002d097c8 [fix] datepicker z-index 2016-10-27 12:49:00 +05:30
Nabin Hait
a2f2340f25 bumped to version 7.1.1 2016-10-27 13:08:27 +06:00
Nabin Hait
a6405995ee minor fix in patch 2016-10-27 12:36:12 +05:30
Saurabh
a9f8ac34fb [fix][patch] refactor integration service setup 2016-10-27 12:13:20 +05:30
Nabin Hait
e0f09fe3dd bumped to version 7.1.0 2016-10-26 18:21:25 +06:00
Nabin Hait
a5abf3d6b4 Update __init__.py 2016-10-26 17:50:24 +05:30
Nabin Hait
f212851380 bumped to version 7.2.0 2016-10-26 18:16:25 +06:00
Nabin Hait
926ee60c6d [translations] 2016-10-26 17:44:31 +05:30
Nabin Hait
f9f203dcb6 Fixed version conflict 2016-10-26 16:43:31 +05:30
Nabin Hait
4b66baea74 bumped to version 7.0.47 2016-10-26 17:12:20 +06:00
Nabin Hait
bedc4e6edc Merge pull request #2201 from nabinhait/develop
Change Logs for v7.1
2016-10-26 16:35:24 +05:30
Nabin Hait
a08d43d707 Merge pull request #2199 from netchampfaris/ui-fixes
[ui-fix] Help link alignment #2046
2016-10-26 16:33:39 +05:30
Nabin Hait
b5def18aa8 Merge pull request #2200 from KanchanChauhan/diabled-report-hide-awesome-bar
Disabled reports will not be searchable from Awesome Bar
2016-10-26 16:33:28 +05:30
Nabin Hait
e39f15d254 Change Logs for v7.1 2016-10-26 16:28:16 +05:30
Nabin Hait
3e8baaa911 minor fix 2016-10-26 16:00:19 +05:30
Kanchan Chauhan
140521da60 Disabled reports will not be searchable from Awesome Bar 2016-10-26 15:20:22 +05:30
Faris Ansari
d6116985a8 [fix] Help link alignment 2016-10-26 13:54:18 +05:30
Rushabh Mehta
5edcf3ccda [fix] user name must also be a valid email (#2196) 2016-10-26 10:52:56 +05:30
Saurabh
dc397b5949 Merge pull request #2197 from saurabh6790/integration_fix
[fix] Scheduler fixes for Integration Services
2016-10-25 13:04:00 +05:30
Saurabh
6f210f9401 [fix] typo fix 2016-10-25 13:03:34 +05:30
rohitwaghchaure
63a0e5cbdd Added setup_field_label_map method in utils (#2178) 2016-10-25 13:02:35 +05:30
Saurabh
6764e2236f [fix] page break fix in print format (#2193) 2016-10-25 11:26:55 +05:30
Faris Ansari
8d7d47db9f [ui-fix] ui-autocomplete z-index fix (#2191) 2016-10-25 11:26:25 +05:30
KanchanChauhan
267b3bb0cc [WIP] Option to align field in Print Format Builder (#2109) 2016-10-25 11:26:04 +05:30
Rushabh Mehta
89a77016a5 [minor] dont show disabled roles in permission manager (#2180) 2016-10-25 10:59:41 +05:30
Neil Trini Lasrado
a0d514a2e6 [fix] Quick entry from grid view (#2194) 2016-10-25 10:29:05 +05:30
Revant Nandgaonkar
d48b270bf5 OAuth 2 Provider for frappe (#2167)
* OAuth 2.0 Classes Added

Added oauthlib in requirement.txt
Added class WebApplicationServer for Authorization code grant and Bearer tokens.
Added class OAuthWebRequestValidator for Validating Oauth Request for Web Application

* copied code from mnt_oauth needs review

* [New] OAuth2 Doctypes and endpoints added

Integrations > OAuth Provider Settings
Integration Broker > OAuth Bearer Token
Integration Broker > OAuth Authorization Code
Integration Broker > OAuth Client
endpoints for authorize, approve, get_token, revoke_token and test_resource

* oauth2.py: renamed skipauth to skip_auth

* [Fix] Parse URL instead of storing it in settings

* [Fix] get skip_auth from OAuth Provider Settings

* Success URL format. Failure URL added. Confirmation dialog layout changed.

* Validate access token if passed during use of REST API

* OAuth Confirmation colours fixed

* Multiple Changes

Added links for OAuth under Integrations in Module list.
Updated permissions on OAuth doctypes.
Updated layout of OAuth Client doctype.

* [Docs] Integrations > How to setup OAuth

* [Docs] Integration > Using OAuth

* [Fix] get_token endpoint must to handle POST request

* [Fix] http verbs and responses for OAuth 2.0 Endpoints

* [Fix] accept oauth2 access_token from headers

* Removed unused imports from api.py
2016-10-25 10:28:32 +05:30
Faris Ansari
6d6bb257a9 [gantt] minor (#2189) 2016-10-25 08:57:32 +05:30
Rushabh Mehta
b340be8829 [fix] link selection inside grid, fixes bug caused by Stortable 2016-10-24 19:26:58 +05:30
Nabin Hait
18a026785f Merge pull request #2190 from KanchanChauhan/zambia-currency-update
Zambia currency updated
2016-10-24 18:01:19 +05:30
Nabin Hait
ea09c6421f Merge pull request #2187 from KanchanChauhan/hide-disabled-reports
Disables reports will not show up in list view
2016-10-24 18:01:06 +05:30
Kanchan Chauhan
c674264fea Zambia currency updated 2016-10-24 17:40:19 +05:30
Rohit Waghchaure
be0d83ed81 [Documentation] Fixed images in how to make report 2016-10-24 17:09:47 +05:30
Faris Ansari
700566bcf5 [gantt] show popover on hover, code cleanup (#2177)
* [gantt] show popover on hover, code cleanup

* [gantt] use variables instead of hex
2016-10-24 17:07:36 +05:30
Kanchan Chauhan
9864a5a5b7 Disables reports will not show up in list view 2016-10-24 16:54:28 +05:30
Saurabh
0f11170c7e [minor][fix] remove raise import error (#2186) 2016-10-24 15:29:16 +05:30
Valmik
4faf51131f [minor] fixed links in portugese translations 2016-10-24 15:21:43 +05:30
Valmik
400faa02fe Added new commands and cleanup (#2183)
Updated Cheatsheet
2016-10-24 13:13:08 +05:30