Commit graph

10862 commits

Author SHA1 Message Date
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
d71986c173 Merge pull request #2188 from rohitwaghchaure/query_report_documentation
[Documentation] Fixed images in how to make report
2016-10-24 18:01:51 +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
Rushabh Mehta
f060cecbf9 [fix] sortable now needs group 2016-10-23 17:17:16 +05:30
Nabin Hait
ceb19f9106 Fixed version conflict 2016-10-21 11:36:53 +05:30
Nabin Hait
8edb00f6c7 Merge branch 'hotfix' 2016-10-21 11:36:25 +05:30
Nabin Hait
46ad1e00f2 bumped to version 7.0.46 2016-10-21 12:06:25 +06:00
Faris Ansari
5a75f04bd7 [fix] hotkey fix for Safari (#2175) 2016-10-21 09:55:35 +05:30
Rushabh Mehta
eaca44ee17 [fix] [hot] fixes grid frappe/erpnext#6646 2016-10-19 16:10:05 +05:30
Rushabh Mehta
910e44fcba [fix] integration scheduler events 2016-10-19 14:22:37 +05:30
Nabin Hait
b2908df91b get the default value of check field if none, for insert / update 2016-10-19 14:20:50 +05:30
Rushabh Mehta
01e1a87c5a [fix] integration scheduler events 2016-10-19 14:20:07 +05:30
Rushabh Mehta
5c8df6207d [fix] integration scheduler events 2016-10-19 13:16:46 +05:30
Rushabh Mehta
30b464886d [fix] call update_db after customize form if changed 2016-10-19 12:03:26 +05:30
Rushabh Mehta
7b69625cbe [fix] tests 2016-10-19 09:21:55 +05:30
Rushabh Mehta
c36055d29e [minor] added frappe.format and validate_payment in web_form.html 2016-10-18 21:52:17 +05:30
Rushabh Mehta
9fd29e658a [minor] dashboard data load in meta.py 2016-10-18 21:17:49 +05:30
Rushabh Mehta
03d5a3e150 [reload] doctype in patch 2016-10-18 17:54:14 +05:30
Rushabh Mehta
8a87064541 [fix] get_valid_dict use default if none 2016-10-18 17:46:09 +05:30
Nabin Hait
b208dcb16b Fixed version conflict 2016-10-18 15:24:38 +05:30
Nabin Hait
9def17fa6b Merge branch 'hotfix' 2016-10-18 15:24:05 +05:30
Nabin Hait
cefd823e73 bumped to version 7.0.45 2016-10-18 15:54:05 +06:00
Rushabh Mehta
9789da957e [fix] change data property in _dashboard.py files to get_data to make it translate friendly 2016-10-18 14:54:17 +05:30
Rushabh Mehta
7d1b29a413 [fix] [import] ignore if time missing while file import 2016-10-18 14:25:11 +05:30
Rushabh Mehta
b8b2811aa6 [minor] 2016-10-18 14:23:06 +05:30
KanchanChauhan
6e9fb3b04c DocShare perm fixed, can read if share permissions (#2171) 2016-10-18 14:16:27 +05:30
Faris Ansari
623b271c11 [ui-fix][mobile] calendar view (#2170) 2016-10-18 14:16:01 +05:30
Faris Ansari
c650d6a87d Gantt: fixes and features (#2169)
* [gantt] refactor code, hide progress handle for 0% progress

* [gantt] limit progress resize

* [gantt] invalid bar in task
2016-10-18 14:15:34 +05:30
Nabin Hait
77af845527 Merge pull request #2168 from RobertSchouten/patch-5
[docs] add new hook and full list
2016-10-17 15:54:38 +05:30
RobertSchouten
e9f5768a8b add new hook and full list 2016-10-17 16:51:46 +08:00
OluyomiKay
a2a9016ae7 fix for email content horizontal overflow (#2164) 2016-10-17 12:23:21 +05:30
Faris Ansari
1259518074 [ui-fixes] Report: Pick columns frappe/erpnext#3678 frappe/erpnext#3676 (#2163)
* [update] Sortable to 1.4.2

* [mobile] fix scroll in pick columns view
2016-10-17 12:22:05 +05:30
Rushabh Mehta
1026a48a97 [refactor] code for integration service scheduled events 2016-10-13 14:59:23 +05:30
Rushabh Mehta
79f51648a1 [fix] for test 2016-10-13 12:24:27 +05:30
Rushabh Mehta
73b66137af [minor] tests and fix for check type filters 2016-10-13 11:08:39 +05:30
Rushabh Mehta
ecfb630246 [minor] print format in web form 2016-10-12 14:12:41 +05:30