Commit graph

161 commits

Author SHA1 Message Date
Nabin Hait
f9f203dcb6 Fixed version conflict 2016-10-26 16:43:31 +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
Rohit Waghchaure
be0d83ed81 [Documentation] Fixed images in how to make report 2016-10-24 17:09:47 +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
RobertSchouten
e9f5768a8b add new hook and full list 2016-10-17 16:51:46 +08:00
Rushabh Mehta
bae97cfed4 Email Alert on any controller method (#2157)
* [docs] typo

* [email alert] now on any standard controller method

* [minor] install customizations with intall;

* [test] [fix] and truncate subject in email;

* [fix] error log seen issue
2016-10-08 11:11:36 +05:30
Douglas da Costa Pinheiro
769181ba34 Tutorial portuguese (#2125)
* add portugues opition on index

* add portugues folder

* translate app.md

* translate before.md

* translate title of app and before

* translate bench.md

* translate conclusion

* translate new-app.md

* translate setting-up-the-site.md

* translate start.md

* translate models.md

* translate roles.md

* translate doctypes.md

* translate naming-and-liking.md

* translate doctype-directory-structure.md

* translate users-and-records.md

* translate page form-client-scripting.md

* translate page controllers.md

* translate page reports.md

* translate page web-views.md

* translate page single-doctypes.md

* translate page taks-runner.md

* translate change cargo to role
2016-10-05 14:16:27 +05:30
Rushabh Mehta
9353303be6 Exporting Customizations docs and other minor fixes (#2136)
* [fix] email alert in sync

* [fixes] web form mandatory and docs for exporting customizations
2016-10-03 12:18:57 +05:30
nick9822
ff5c38054c Update command for Reinstall with fresh database 2016-09-28 19:11:36 +05:30
Nabin Hait
af86b15547 Merge pull request #2110 from douglasPinheiro/fix_sintax_error_on_docs
fix error
2016-09-28 16:59:31 +05:30
root
254b418879 fix error 2016-09-27 23:42:07 -03:00
Douglas da Costa Pinheiro
aaf610647d fix sintax error (#2101) 2016-09-26 18:18:58 +05:30
Rushabh Mehta
8899a46faa [enhance] added roles for portal users #2091 (#2093)
* [enhance] added roles for portal users #2091

* [fix] test

* [fix] make default roles have desk access
2016-09-23 21:44:20 +05:30
RobertSchouten
246a6f5879 [typo] decloration to declaration 2016-09-20 14:07:28 +08:00
Rushabh Mehta
2e66bd044b [docs] and other minor fixes 2016-09-15 13:55:37 +05:30
manqala
29c7203fe8 Update sites.md 2016-09-13 21:37:30 +01:00
KaterinaR
e06b750c00 [Documentation update] - Update documentation for XML Report (#2010)
* !U Update documentation dor XML Report

* !F Fix empty log information in output (Message: None)
2016-09-12 15:29:52 +05:30
Rushabh Mehta
ae8381f022 [fixes] for in-app help; 2016-08-22 18:47:50 +05:30
Rushabh Mehta
e8f377faa3 [minor] added add_indicator in dashboard 2016-08-22 15:21:22 +05:30
Faris Ansari
e0a22a98bf Help feature (#1966)
* [feature] help search modal

* add symlinks for docs assets

* update help links

* [ui] fix help dropdown in mobile view

* replaced {index} tags in help content, api for fetching help content

* help links open in help modal

* moved help content logic to py
2016-08-22 14:32:43 +05:30
Nabin Hait
e4bebeaf29 Merge pull request #1986 from PawanMeh/develop
[docs] fix images for query report
2016-08-17 16:20:55 +05:30
Pawan Mehta
5d3abf7df5 [docs] fix images for query report 2016-08-17 14:18:23 +05:30
Faris Ansari
9f54f6408a [minor] year update (#1983) 2016-08-17 10:25:38 +05:30
KaterinaR
4db2ea0a66 Update documentations for test runner options (#1978)
* Update writing-tests.md

* Update writing-tests.md

* Update app

* Update writing-tests.md

* Update writing-tests.md

* Update writing-tests.md

* Update writing-tests.md

* Update writing-tests.md
2016-08-17 07:22:21 +05:30
Rushabh Mehta
1d5d32d1a9 Merge pull request #1976 from kickapoo/develop
Update trigger-event-on-deletion-of-grid-row.md
2016-08-15 09:18:14 +05:30
Stavros Anastasiadis
e1865ccada Update trigger-event-on-deletion-of-grid-row.md 2016-08-13 19:15:42 +03:00
Valmik Jangla
f4fb315082 Updated docs for new features 2016-08-12 04:01:29 -07:00
Revant Nandgaonkar
a13ece3e54 URL change v7
frappe.templates.pages.login is now frappe.www.login
2016-07-30 21:01:35 +05:30
Valmik Jangla
0d3a5be28e Added docs for limits 2016-07-27 17:45:33 +05:30
Rushabh Mehta
1a8d8c90aa [minor] fix blog post route and formatter for item, employee 2016-07-26 17:52:52 +05:30
Yashodhan
768f881e06 Added -H to sudo
Without -H permission on Ubuntu 14.04 LTS got messed up as pip was update installed by apt-get with root permission.
2016-07-26 01:14:27 +05:30
Rushabh Mehta
22c3f7966d [enhance] run actions in background doc.queue_action("submit") 2016-07-19 17:12:37 +05:30
Dony Sukardi
2dedc9a3de Fix for Documentation
The following issues are addressed in this commit:
- Synchronize CSS with the layout changes in Docs
- Hide 'Shopping Cart' on Docs pages
- Load Frappe context for Jinja
- Fix for 'Improve this page' link
- Get title for ToC from .md files
- Fix for non-pages child routes
2016-07-12 03:16:05 +08:00
Anand Doshi
87da8abd6a [feature] robots.txt - uses Website Settings or frappe.local.conf.robots_txt (file path) 2016-06-29 13:25:43 +05:30
Anand Doshi
9f6d805814 [docs] setup-multitenancy 2016-06-28 15:04:56 +05:30
Rushabh Mehta
fe3cbef407 [fix] documentation 2016-06-27 14:54:56 +05:30
Rushabh Mehta
349a65402f [website] fixes for generating docs 2016-06-23 18:22:03 +05:30
Valmik Jangla
bceda58833 Updated let's encrypt doc 2016-06-10 16:50:10 +05:30
strixaluco
376a87ed46 Update bench-commands-cheatsheet.md
Backup and restore commands added
2016-06-03 14:09:14 +08:00
Rishabh Nambiar
96b72b48c1 Update apps.md 2016-05-24 11:23:19 +05:30
Valmik Jangla
36fca97719 Added Let's Encrypt doc 2016-04-29 03:54:36 -07:00
Valmik Jangla
4d45ade05b Added Bench Documentation 2016-04-27 02:48:03 -07:00
Neil Trini Lasrado
a9b497ddd9 Updated Docs 2016-04-19 12:24:55 +05:30
Anand Doshi
670b29a066 [fix] [minor] docs 2016-03-12 00:08:21 +05:30
Rushabh Mehta
2e6b3ad356 [fixes] changed patches while migrating from v4 to v6 2016-03-04 22:38:37 +05:30
Rushabh Mehta
b698124ae8 [fix] multi-lingual print formats 2016-03-02 15:44:36 +05:30
Rushabh Mehta
d0c2e57e1f [translation] moved Translation DocType from erpnext 2016-03-02 14:50:11 +05:30
Rushabh Mehta
f679b7642a [minor] [docs] 2016-03-02 11:21:29 +05:30
smorele
7f53ca7e06 change links to start tutorial in both french and english 2016-03-01 09:37:25 +01:00