mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-27 17:44:08 +01:00
Adding cloudmailin support for adding tasks
This commit is contained in:
parent
cf78ad3659
commit
c0956a7e76
4 changed files with 64 additions and 8 deletions
|
|
@ -86,8 +86,9 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.with_options :controller => :integrations do |i|
|
||||
i.integrations 'integrations', :action => 'index'
|
||||
i.rest_api_docs 'integrations/rest_api', :action => "rest_api"
|
||||
i.search_plugin 'integrations/search_plugin.xml', :controller => 'integrations', :action => 'search_plugin', :format => 'xml'
|
||||
i.google_gadget 'integrations/google_gadget.xml', :controller => 'integrations', :action => 'google_gadget', :format => 'xml'
|
||||
i.search_plugin 'integrations/search_plugin.xml', :action => 'search_plugin', :format => 'xml'
|
||||
i.google_gadget 'integrations/google_gadget.xml', :action => 'google_gadget', :format => 'xml'
|
||||
i.cloudmailin 'integrations/cloudmailin', :action => 'cloudmailin'
|
||||
end
|
||||
|
||||
map.with_options :controller => :preferences do |p|
|
||||
|
|
|
|||
|
|
@ -51,3 +51,8 @@ open_signups: false
|
|||
# - 'localhost'
|
||||
# use_ssl: false
|
||||
# login_format: 'cn=%s,dc=example,dc=com'
|
||||
|
||||
# When integrating your tracks instance with http://cloudmailin.com/ by using the /integrations/cloudmailin URL,
|
||||
# this value is the cloudmailin-secret for verifying the authenticity of the request.
|
||||
# (see http://docs.cloudmailin.com/validating_the_sender)
|
||||
# cloudmailin: asdasd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue