mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-28 21:08:48 +01:00
Remove the Google Gadget Integration
Google has discontinued the "Add any gadget by URL" Labs feature. Remove the feature from the application.
This commit is contained in:
parent
5342877caf
commit
bb934b6474
14 changed files with 1 additions and 68 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class IntegrationsController < ApplicationController
|
||||
require 'mail'
|
||||
|
||||
skip_before_filter :login_required, :only => [:cloudmailin, :search_plugin, :google_gadget]
|
||||
skip_before_filter :login_required, :only => [:cloudmailin, :search_plugin]
|
||||
skip_before_filter :verify_authenticity_token, only: [:cloudmailin]
|
||||
|
||||
def index
|
||||
|
|
@ -17,10 +17,6 @@ class IntegrationsController < ApplicationController
|
|||
pack('m').gsub(/\n/, '')
|
||||
end
|
||||
|
||||
def google_gadget
|
||||
render :layout => false, :content_type => Mime::XML
|
||||
end
|
||||
|
||||
def cloudmailin
|
||||
if !verify_cloudmailin_signature
|
||||
render :text => "Message signature verification failed.", :status => 403
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue