From: Tom Hughes
Date: Wed, 2 Aug 2017 14:02:39 +0000 (+0100)
Subject: Merge remote-tracking branch 'upstream/pull/1603'
X-Git-Tag: live~4404
X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/bc10bc87586f43e1ec9ca542524f7b8798b29029?hp=389095df1cc3c023f14d23a0ef05e7b7b4943836
Merge remote-tracking branch 'upstream/pull/1603'
---
diff --git a/Gemfile b/Gemfile
index baa1dcc04..48658f65d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
# Require rails
-gem "rails", "5.0.4"
+gem "rails", "5.0.5"
# Require things which have moved to gems in ruby 1.9
gem "bigdecimal", "~> 1.1.0", :platforms => :ruby_19
diff --git a/Gemfile.lock b/Gemfile.lock
index 9b79e9ca1..f73d4a5d8 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -2,41 +2,41 @@ GEM
remote: https://rubygems.org/
specs:
SystemTimer (1.2.3)
- actioncable (5.0.4)
- actionpack (= 5.0.4)
+ actioncable (5.0.5)
+ actionpack (= 5.0.5)
nio4r (>= 1.2, < 3.0)
websocket-driver (~> 0.6.1)
- actionmailer (5.0.4)
- actionpack (= 5.0.4)
- actionview (= 5.0.4)
- activejob (= 5.0.4)
+ actionmailer (5.0.5)
+ actionpack (= 5.0.5)
+ actionview (= 5.0.5)
+ activejob (= 5.0.5)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
- actionpack (5.0.4)
- actionview (= 5.0.4)
- activesupport (= 5.0.4)
+ actionpack (5.0.5)
+ actionview (= 5.0.5)
+ activesupport (= 5.0.5)
rack (~> 2.0)
rack-test (~> 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionpack-page_caching (1.1.0)
actionpack (>= 4.0.0, < 6)
- actionview (5.0.4)
- activesupport (= 5.0.4)
+ actionview (5.0.5)
+ activesupport (= 5.0.5)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
- activejob (5.0.4)
- activesupport (= 5.0.4)
+ activejob (5.0.5)
+ activesupport (= 5.0.5)
globalid (>= 0.3.6)
- activemodel (5.0.4)
- activesupport (= 5.0.4)
- activerecord (5.0.4)
- activemodel (= 5.0.4)
- activesupport (= 5.0.4)
+ activemodel (5.0.5)
+ activesupport (= 5.0.5)
+ activerecord (5.0.5)
+ activemodel (= 5.0.5)
+ activesupport (= 5.0.5)
arel (~> 7.0)
- activesupport (5.0.4)
+ activesupport (5.0.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (~> 0.7)
minitest (~> 5.1)
@@ -45,13 +45,13 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
ast (2.3.0)
- autoprefixer-rails (7.1.1.2)
+ autoprefixer-rails (7.1.2.3)
execjs
bigdecimal (1.1.0)
builder (3.2.3)
- canonical-rails (0.2.0)
+ canonical-rails (0.2.1)
rails (>= 4.1, < 5.2)
- capybara (2.14.3)
+ capybara (2.14.4)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
@@ -87,13 +87,13 @@ GEM
dynamic_form (1.1.4)
erubis (2.7.0)
execjs (2.7.0)
- exifr (1.2.5)
+ exifr (1.3.1)
factory_girl (4.8.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
railties (>= 3.0.0)
- faraday (0.12.1)
+ faraday (0.12.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.18)
fspath (3.1.0)
@@ -101,20 +101,20 @@ GEM
globalid (0.4.0)
activesupport (>= 4.2.0)
hashdiff (0.3.4)
- hashie (3.5.5)
+ hashie (3.5.6)
htmlentities (4.3.4)
http_accept_language (2.0.5)
- i18n (0.8.4)
+ i18n (0.8.6)
i18n-js (3.0.0)
i18n (~> 0.6, >= 0.6.6)
- image_optim (0.24.3)
+ image_optim (0.25.0)
exifr (~> 1.2, >= 1.2.2)
fspath (~> 3.0)
image_size (~> 1.5)
in_threads (~> 1.3)
progress (~> 3.0, >= 3.0.1)
- image_optim_rails (0.4.0)
- image_optim (~> 0.24.0)
+ image_optim_rails (0.4.1)
+ image_optim (~> 0.24)
rails
sprockets
image_size (1.5.0)
@@ -156,7 +156,7 @@ GEM
mime-types-data (3.2016.0521)
mimemagic (0.3.0)
mini_portile2 (2.2.0)
- minitest (5.10.2)
+ minitest (5.10.3)
multi_json (1.12.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
@@ -185,7 +185,7 @@ GEM
omniauth-github (1.3.0)
omniauth (~> 1.5)
omniauth-oauth2 (>= 1.4.0, < 2.0)
- omniauth-google-oauth2 (0.5.0)
+ omniauth-google-oauth2 (0.5.2)
jwt (~> 1.5)
multi_json (~> 1.3)
omniauth (>= 1.1.1)
@@ -211,7 +211,7 @@ GEM
cocaine (~> 0.5.5)
mime-types
mimemagic (= 0.3.0)
- parallel (1.11.2)
+ parallel (1.12.0)
parser (2.4.0.0)
ast (~> 2.2)
pg (0.21.0)
@@ -223,26 +223,26 @@ GEM
progress (3.3.1)
psych (2.2.4)
public_suffix (2.0.5)
- r2 (0.2.6)
+ r2 (0.2.7)
rack (2.0.3)
- rack-cors (0.4.1)
+ rack-cors (1.0.1)
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-test (0.6.3)
rack (>= 1.0)
rack-uri_sanitizer (0.0.2)
- rails (5.0.4)
- actioncable (= 5.0.4)
- actionmailer (= 5.0.4)
- actionpack (= 5.0.4)
- actionview (= 5.0.4)
- activejob (= 5.0.4)
- activemodel (= 5.0.4)
- activerecord (= 5.0.4)
- activesupport (= 5.0.4)
- bundler (>= 1.3.0, < 2.0)
- railties (= 5.0.4)
+ rails (5.0.5)
+ actioncable (= 5.0.5)
+ actionmailer (= 5.0.5)
+ actionpack (= 5.0.5)
+ actionview (= 5.0.5)
+ activejob (= 5.0.5)
+ activemodel (= 5.0.5)
+ activerecord (= 5.0.5)
+ activesupport (= 5.0.5)
+ bundler (>= 1.3.0)
+ railties (= 5.0.5)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
@@ -256,16 +256,16 @@ GEM
rails-i18n (4.0.2)
i18n (~> 0.6)
rails (>= 4.0)
- railties (5.0.4)
- actionpack (= 5.0.4)
- activesupport (= 5.0.4)
+ railties (5.0.5)
+ actionpack (= 5.0.5)
+ activesupport (= 5.0.5)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.2)
rake
rake (12.0.0)
- rb-fsevent (0.9.8)
+ rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
record_tag_helper (1.0.0)
@@ -290,14 +290,18 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4.1)
- sass (3.4.24)
+ sass (3.5.1)
+ sass-listen (~> 4.0.0)
+ sass-listen (4.0.0)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (5.0.6)
railties (>= 4.0.0, < 6)
sass (~> 3.1)
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
- secure_headers (3.6.5)
+ secure_headers (3.6.7)
useragent
simplecov (0.14.1)
docile (~> 1.1.0)
@@ -318,8 +322,8 @@ GEM
ref
thor (0.19.4)
thread_safe (0.3.6)
- tilt (2.0.7)
- tins (1.14.0)
+ tilt (2.0.8)
+ tins (1.15.0)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uglifier (3.2.0)
@@ -385,7 +389,7 @@ DEPENDENCIES
r2
rack-cors
rack-uri_sanitizer
- rails (= 5.0.4)
+ rails (= 5.0.5)
rails-controller-testing
rails-i18n (~> 4.0.0)
record_tag_helper
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 534b37058..68fc4338e 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -5,11 +5,14 @@ class ApplicationController < ActionController::Base
before_action :fetch_body
+ attr_accessor :current_user
+ helper_method :current_user
+
def authorize_web
if session[:user]
- @user = User.where(:id => session[:user]).where("status IN ('active', 'confirmed', 'suspended')").first
+ self.current_user = User.where(:id => session[:user]).where("status IN ('active', 'confirmed', 'suspended')").first
- if @user.status == "suspended"
+ if current_user.status == "suspended"
session.delete(:user)
session_expires_automatically
@@ -17,7 +20,7 @@ class ApplicationController < ActionController::Base
# don't allow access to any auth-requiring part of the site unless
# the new CTs have been seen (and accept/decline chosen).
- elsif !@user.terms_seen && flash[:skip_terms].nil?
+ elsif !current_user.terms_seen && flash[:skip_terms].nil?
flash[:notice] = t "user.terms.you need to accept or decline"
if params[:referer]
redirect_to :controller => "user", :action => "terms", :referer => params[:referer]
@@ -26,18 +29,18 @@ class ApplicationController < ActionController::Base
end
end
elsif session[:token]
- if @user = User.authenticate(:token => session[:token])
- session[:user] = @user.id
+ if self.current_user = User.authenticate(:token => session[:token])
+ session[:user] = current_user.id
end
end
rescue StandardError => ex
logger.info("Exception authorizing user: #{ex}")
reset_session
- @user = nil
+ self.current_user = nil
end
def require_user
- unless @user
+ unless current_user
if request.get?
redirect_to :controller => "user", :action => "login", :referer => request.fullpath
else
@@ -47,7 +50,7 @@ class ApplicationController < ActionController::Base
end
def require_oauth
- @oauth = @user.access_token(OAUTH_KEY) if @user && defined? OAUTH_KEY
+ @oauth = current_user.access_token(OAUTH_KEY) if current_user && defined? OAUTH_KEY
end
##
@@ -100,7 +103,7 @@ class ApplicationController < ActionController::Base
def require_allow_write_api
require_capability(:allow_write_api)
- if REQUIRE_TERMS_AGREED && @user.terms_agreed.nil?
+ if REQUIRE_TERMS_AGREED && current_user.terms_agreed.nil?
report_error "You must accept the contributor terms before you can edit.", :forbidden
return false
end
@@ -122,7 +125,7 @@ class ApplicationController < ActionController::Base
# require that the user is a moderator, or fill out a helpful error message
# and return them to the index for the controller this is wrapped from.
def require_moderator
- unless @user.moderator?
+ unless current_user.moderator?
if request.get?
flash[:error] = t("application.require_moderator.not_a_moderator")
redirect_to :action => "index"
@@ -133,7 +136,7 @@ class ApplicationController < ActionController::Base
end
##
- # sets up the @user object for use by other methods. this is mostly called
+ # sets up the current_user for use by other methods. this is mostly called
# from the authorize method, but can be called elsewhere if authorisation
# is optional.
def setup_user_auth
@@ -141,19 +144,19 @@ class ApplicationController < ActionController::Base
unless Authenticator.new(self, [:token]).allow?
username, passwd = get_auth_data # parse from headers
# authenticate per-scheme
- @user = if username.nil?
- nil # no authentication provided - perhaps first connect (client should retry after 401)
- elsif username == "token"
- User.authenticate(:token => passwd) # preferred - random token for user from db, passed in basic auth
- else
- User.authenticate(:username => username, :password => passwd) # basic auth
- end
+ self.current_user = if username.nil?
+ nil # no authentication provided - perhaps first connect (client should retry after 401)
+ elsif username == "token"
+ User.authenticate(:token => passwd) # preferred - random token for user from db, passed in basic auth
+ else
+ User.authenticate(:username => username, :password => passwd) # basic auth
+ end
end
# have we identified the user?
- if @user
+ if current_user
# check if the user has been banned
- user_block = @user.blocks.active.take
+ user_block = current_user.blocks.active.take
unless user_block.nil?
set_locale
if user_block.zero_hour?
@@ -166,7 +169,7 @@ class ApplicationController < ActionController::Base
# if the user hasn't seen the contributor terms then don't
# allow editing - they have to go to the web site and see
# (but can decline) the CTs to continue.
- if REQUIRE_TERMS_SEEN && !@user.terms_seen && flash[:skip_terms].nil?
+ if REQUIRE_TERMS_SEEN && !current_user.terms_seen && flash[:skip_terms].nil?
set_locale
report_error t("application.setup_user_auth.need_to_see_terms"), :forbidden
end
@@ -178,7 +181,7 @@ class ApplicationController < ActionController::Base
setup_user_auth
# handle authenticate pass/fail
- unless @user
+ unless current_user
# no auth, the user does not exist or the password was wrong
response.headers["WWW-Authenticate"] = "Basic realm=\"#{realm}\""
render :plain => errormessage, :status => :unauthorized
@@ -196,7 +199,7 @@ class ApplicationController < ActionController::Base
# good idea to do that in this branch.
def authorize_moderator(errormessage = "Access restricted to moderators")
# check user is a moderator
- unless @user.moderator?
+ unless current_user.moderator?
render :plain => errormessage, :status => :forbidden
false
end
@@ -266,7 +269,7 @@ class ApplicationController < ActionController::Base
end
def require_public_data
- unless @user.data_public?
+ unless current_user.data_public?
report_error "You must make your edits public to upload new data", :forbidden
false
end
@@ -297,8 +300,8 @@ class ApplicationController < ActionController::Base
def preferred_languages
@languages ||= if params[:locale]
Locale.list(params[:locale])
- elsif @user
- @user.preferred_languages
+ elsif current_user
+ current_user.preferred_languages
else
Locale.list(http_accept_language.user_preferred_languages)
end
@@ -307,9 +310,9 @@ class ApplicationController < ActionController::Base
helper_method :preferred_languages
def set_locale
- if @user && @user.languages.empty? && !http_accept_language.user_preferred_languages.empty?
- @user.languages = http_accept_language.user_preferred_languages
- @user.save
+ if current_user && current_user.languages.empty? && !http_accept_language.user_preferred_languages.empty?
+ current_user.languages = http_accept_language.user_preferred_languages
+ current_user.save
end
I18n.locale = Locale.available.preferred(preferred_languages)
@@ -427,8 +430,8 @@ class ApplicationController < ActionController::Base
def preferred_editor
editor = if params[:editor]
params[:editor]
- elsif @user && @user.preferred_editor
- @user.preferred_editor
+ elsif current_user && current_user.preferred_editor
+ current_user.preferred_editor
else
DEFAULT_EDITOR
end
@@ -466,16 +469,6 @@ class ApplicationController < ActionController::Base
[user, pass]
end
- # used by oauth plugin to get the current user
- def current_user
- @user
- end
-
- # used by oauth plugin to set the current user
- def current_user=(user)
- @user = user
- end
-
# override to stop oauth plugin sending errors
def invalid_oauth_response; end
end
diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb
index f80df8623..d3ed53c1b 100644
--- a/app/controllers/user_controller.rb
+++ b/app/controllers/user_controller.rb
@@ -28,10 +28,10 @@ class UserController < ApplicationController
else
@title = t "user.terms.title"
- if @user && @user.terms_agreed?
+ if current_user && current_user.terms_agreed?
# Already agreed to terms, so just show settings
- redirect_to :action => :account, :display_name => @user.display_name
- elsif @user.nil? && session[:new_user].nil?
+ redirect_to :action => :account, :display_name => current_user.display_name
+ elsif current_user.nil? && session[:new_user].nil?
redirect_to :action => :login, :referer => request.fullpath
end
end
@@ -41,52 +41,52 @@ class UserController < ApplicationController
@title = t "user.new.title"
if params[:decline]
- if @user
- @user.terms_seen = true
+ if current_user
+ current_user.terms_seen = true
- if @user.save
+ if current_user.save
flash[:notice] = t("user.new.terms declined", :url => t("user.new.terms declined url")).html_safe
end
if params[:referer]
redirect_to params[:referer]
else
- redirect_to :action => :account, :display_name => @user.display_name
+ redirect_to :action => :account, :display_name => current_user.display_name
end
else
redirect_to t("user.terms.declined")
end
- elsif @user
- unless @user.terms_agreed?
- @user.consider_pd = params[:user][:consider_pd]
- @user.terms_agreed = Time.now.getutc
- @user.terms_seen = true
+ elsif current_user
+ unless current_user.terms_agreed?
+ current_user.consider_pd = params[:user][:consider_pd]
+ current_user.terms_agreed = Time.now.getutc
+ current_user.terms_seen = true
- flash[:notice] = t "user.new.terms accepted" if @user.save
+ flash[:notice] = t "user.new.terms accepted" if current_user.save
end
if params[:referer]
redirect_to params[:referer]
else
- redirect_to :action => :account, :display_name => @user.display_name
+ redirect_to :action => :account, :display_name => current_user.display_name
end
else
- @user = session.delete(:new_user)
-
- if check_signup_allowed(@user.email)
- @user.data_public = true
- @user.description = "" if @user.description.nil?
- @user.creation_ip = request.remote_ip
- @user.languages = http_accept_language.user_preferred_languages
- @user.terms_agreed = Time.now.getutc
- @user.terms_seen = true
-
- if @user.auth_uid.blank?
- @user.auth_provider = nil
- @user.auth_uid = nil
+ self.current_user = session.delete(:new_user)
+
+ if check_signup_allowed(current_user.email)
+ current_user.data_public = true
+ current_user.description = "" if current_user.description.nil?
+ current_user.creation_ip = request.remote_ip
+ current_user.languages = http_accept_language.user_preferred_languages
+ current_user.terms_agreed = Time.now.getutc
+ current_user.terms_seen = true
+
+ if current_user.auth_uid.blank?
+ current_user.auth_provider = nil
+ current_user.auth_uid = nil
end
- if @user.save
+ if current_user.save
flash[:piwik_goal] = PIWIK["goals"]["signup"] if defined?(PIWIK)
referer = welcome_path
@@ -103,13 +103,13 @@ class UserController < ApplicationController
# Use default
end
- if @user.status == "active"
+ if current_user.status == "active"
session[:referer] = referer
- successful_login(@user)
+ successful_login(current_user)
else
- session[:token] = @user.tokens.create.token
- Notifier.signup_confirm(@user, @user.tokens.create(:referer => referer)).deliver_now
- redirect_to :action => "confirm", :display_name => @user.display_name
+ session[:token] = current_user.tokens.create.token
+ Notifier.signup_confirm(current_user, current_user.tokens.create(:referer => referer)).deliver_now
+ redirect_to :action => "confirm", :display_name => current_user.display_name
end
else
render :action => "new", :referer => params[:referer]
@@ -120,29 +120,29 @@ class UserController < ApplicationController
def account
@title = t "user.account.title"
- @tokens = @user.oauth_tokens.authorized
+ @tokens = current_user.oauth_tokens.authorized
if params[:user] && params[:user][:display_name] && params[:user][:description]
if params[:user][:auth_provider].blank? ||
- (params[:user][:auth_provider] == @user.auth_provider &&
- params[:user][:auth_uid] == @user.auth_uid)
- update_user(@user, params)
+ (params[:user][:auth_provider] == current_user.auth_provider &&
+ params[:user][:auth_uid] == current_user.auth_uid)
+ update_user(current_user, params)
else
session[:new_user_settings] = params
redirect_to auth_url(params[:user][:auth_provider], params[:user][:auth_uid])
end
elsif errors = session.delete(:user_errors)
errors.each do |attribute, error|
- @user.errors.add(attribute, error)
+ current_user.errors.add(attribute, error)
end
end
end
def go_public
- @user.data_public = true
- @user.save
+ current_user.data_public = true
+ current_user.save
flash[:notice] = t "user.go_public.flash success"
- redirect_to :action => "account", :display_name => @user.display_name
+ redirect_to :action => "account", :display_name => current_user.display_name
end
def lost_password
@@ -175,18 +175,18 @@ class UserController < ApplicationController
token = UserToken.find_by(:token => params[:token])
if token
- @user = token.user
+ self.current_user = token.user
if params[:user]
- @user.pass_crypt = params[:user][:pass_crypt]
- @user.pass_crypt_confirmation = params[:user][:pass_crypt_confirmation]
- @user.status = "active" if @user.status == "pending"
- @user.email_valid = true
+ current_user.pass_crypt = params[:user][:pass_crypt]
+ current_user.pass_crypt_confirmation = params[:user][:pass_crypt_confirmation]
+ current_user.status = "active" if current_user.status == "pending"
+ current_user.email_valid = true
- if @user.save
+ if current_user.save
token.destroy
flash[:notice] = t "user.reset_password.flash changed"
- successful_login(@user)
+ successful_login(current_user)
end
end
else
@@ -202,7 +202,7 @@ class UserController < ApplicationController
@title = t "user.new.title"
@referer = params[:referer] || session[:referer]
- if @user
+ if current_user
# The user is logged in already, so don't show them the signup
# page, instead send them to the home page
if @referer
@@ -211,43 +211,45 @@ class UserController < ApplicationController
redirect_to :controller => "site", :action => "index"
end
elsif params.key?(:auth_provider) && params.key?(:auth_uid)
- @user = User.new(:email => params[:email],
- :email_confirmation => params[:email],
- :display_name => params[:nickname],
- :auth_provider => params[:auth_provider],
- :auth_uid => params[:auth_uid])
+ self.current_user = User.new(:email => params[:email],
+ :email_confirmation => params[:email],
+ :display_name => params[:nickname],
+ :auth_provider => params[:auth_provider],
+ :auth_uid => params[:auth_uid])
flash.now[:notice] = render_to_string :partial => "auth_association"
else
check_signup_allowed
+
+ self.current_user = User.new
end
end
def create
- @user = User.new(user_params)
+ self.current_user = User.new(user_params)
- if check_signup_allowed(@user.email)
+ if check_signup_allowed(current_user.email)
session[:referer] = params[:referer]
- @user.status = "pending"
+ current_user.status = "pending"
- if @user.auth_provider.present? && @user.pass_crypt.empty?
+ if current_user.auth_provider.present? && current_user.pass_crypt.empty?
# We are creating an account with external authentication and
# no password was specified so create a random one
- @user.pass_crypt = SecureRandom.base64(16)
- @user.pass_crypt_confirmation = @user.pass_crypt
+ current_user.pass_crypt = SecureRandom.base64(16)
+ current_user.pass_crypt_confirmation = current_user.pass_crypt
end
- if @user.invalid?
+ if current_user.invalid?
# Something is wrong with a new user, so rerender the form
render :action => "new"
- elsif @user.auth_provider.present?
+ elsif current_user.auth_provider.present?
# Verify external authenticator before moving on
- session[:new_user] = @user
- redirect_to auth_url(@user.auth_provider, @user.auth_uid)
+ session[:new_user] = current_user
+ redirect_to auth_url(current_user.auth_provider, current_user.auth_uid)
else
# Save the user record
- session[:new_user] = @user
+ session[:new_user] = current_user
redirect_to :action => :terms
end
end
@@ -345,23 +347,23 @@ class UserController < ApplicationController
if request.post?
token = UserToken.find_by(:token => params[:confirm_string])
if token && token.user.new_email?
- @user = token.user
- @user.email = @user.new_email
- @user.new_email = nil
- @user.email_valid = true
- gravatar_enabled = gravatar_enable(@user)
- if @user.save
+ self.current_user = token.user
+ current_user.email = current_user.new_email
+ current_user.new_email = nil
+ current_user.email_valid = true
+ gravatar_enabled = gravatar_enable(current_user)
+ if current_user.save
flash[:notice] = if gravatar_enabled
- t("user.confirm_email.success") + " " + gravatar_status_message(@user)
+ t("user.confirm_email.success") + " " + gravatar_status_message(current_user)
else
t("user.confirm_email.success")
end
else
- flash[:errors] = @user.errors
+ flash[:errors] = current_user.errors
end
token.destroy
- session[:user] = @user.id
- redirect_to :action => "account", :display_name => @user.display_name
+ session[:user] = current_user.id
+ redirect_to :action => "account", :display_name => current_user.display_name
elsif token
flash[:error] = t "user.confirm_email.failure"
redirect_to :action => "account", :display_name => token.user.display_name
@@ -380,13 +382,13 @@ class UserController < ApplicationController
end
def api_details
- @this_user = @user
+ @this_user = current_user
render :action => :api_read, :content_type => "text/xml"
end
def api_gpx_files
doc = OSM::API.new.get_xml_doc
- @user.traces.reload.each do |trace|
+ current_user.traces.reload.each do |trace|
doc.root << trace.to_xml_node
end
render :xml => doc.to_s
@@ -396,7 +398,7 @@ class UserController < ApplicationController
@this_user = User.find_by(:display_name => params[:display_name])
if @this_user &&
- (@this_user.visible? || (@user && @user.administrator?))
+ (@this_user.visible? || (current_user && current_user.administrator?))
@title = @this_user.display_name
else
render_unknown_user params[:display_name]
@@ -409,9 +411,9 @@ class UserController < ApplicationController
if @new_friend
if request.post?
friend = Friend.new
- friend.user_id = @user.id
+ friend.user_id = current_user.id
friend.friend_user_id = @new_friend.id
- if @user.is_friends_with?(@new_friend)
+ if current_user.is_friends_with?(@new_friend)
flash[:warning] = t "user.make_friend.already_a_friend", :name => @new_friend.display_name
elsif friend.save
flash[:notice] = t "user.make_friend.success", :name => @new_friend.display_name
@@ -436,8 +438,8 @@ class UserController < ApplicationController
if @friend
if request.post?
- if @user.is_friends_with?(@friend)
- Friend.where(:user_id => @user.id, :friend_user_id => @friend.id).delete_all
+ if current_user.is_friends_with?(@friend)
+ Friend.where(:user_id => current_user.id, :friend_user_id => @friend.id).delete_all
flash[:notice] = t "user.remove_friend.success", :name => @friend.display_name
else
flash[:error] = t "user.remove_friend.not_a_friend", :name => @friend.display_name
@@ -514,14 +516,14 @@ class UserController < ApplicationController
end
if settings = session.delete(:new_user_settings)
- @user.auth_provider = provider
- @user.auth_uid = uid
+ current_user.auth_provider = provider
+ current_user.auth_uid = uid
- update_user(@user, settings)
+ update_user(current_user, settings)
- session[:user_errors] = @user.errors.as_json
+ session[:user_errors] = current_user.errors.as_json
- redirect_to :action => "account", :display_name => @user.display_name
+ redirect_to :action => "account", :display_name => current_user.display_name
elsif session[:new_user]
session[:new_user].auth_provider = provider
session[:new_user].auth_uid = uid
@@ -725,8 +727,8 @@ class UserController < ApplicationController
# Ignore errors sending email
end
else
- @user.errors.add(:new_email, @user.errors[:email])
- @user.errors.add(:email, [])
+ current_user.errors.add(:new_email, current_user.errors[:email])
+ current_user.errors.add(:email, [])
end
user.restore_email!
@@ -738,7 +740,7 @@ class UserController < ApplicationController
# require that the user is a administrator, or fill out a helpful error message
# and return them to the user page.
def require_administrator
- if @user && !@user.administrator?
+ if current_user && !current_user.administrator?
flash[:error] = t("user.filter.not_an_administrator")
if params[:display_name]
@@ -746,7 +748,7 @@ class UserController < ApplicationController
else
redirect_to :action => "login", :referer => request.fullpath
end
- elsif !@user
+ elsif !current_user
redirect_to :action => "login", :referer => request.fullpath
end
end
@@ -754,7 +756,7 @@ class UserController < ApplicationController
##
# require that the user in the URL is the logged in user
def require_self
- head :forbidden if params[:display_name] != @user.display_name
+ head :forbidden if params[:display_name] != current_user.display_name
end
##
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index c5b08e515..d27b47f27 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -21,12 +21,12 @@ module ApplicationHelper
css = ""
css << ".hidden { display: none !important }"
- css << ".hide_unless_logged_in { display: none !important }" unless @user
- css << ".hide_if_logged_in { display: none !important }" if @user
- css << ".hide_if_user_#{@user.id} { display: none !important }" if @user
- css << ".show_if_user_#{@user.id} { display: inline !important }" if @user
- css << ".hide_unless_administrator { display: none !important }" unless @user && @user.administrator?
- css << ".hide_unless_moderator { display: none !important }" unless @user && @user.moderator?
+ css << ".hide_unless_logged_in { display: none !important }" unless current_user
+ css << ".hide_if_logged_in { display: none !important }" if current_user
+ css << ".hide_if_user_#{current_user.id} { display: none !important }" if current_user
+ css << ".show_if_user_#{current_user.id} { display: inline !important }" if current_user
+ css << ".hide_unless_administrator { display: none !important }" unless current_user && current_user.administrator?
+ css << ".hide_unless_moderator { display: none !important }" unless current_user && current_user.moderator?
content_tag(:style, css, :type => "text/css")
end
@@ -107,11 +107,11 @@ module ApplicationHelper
:preferred_editor => preferred_editor
}
- if @user
- data[:user] = @user.id.to_json
+ if current_user
+ data[:user] = current_user.id.to_json
- unless @user.home_lon.nil? || @user.home_lat.nil?
- data[:user_home] = { :lat => @user.home_lat, :lon => @user.home_lon }
+ unless current_user.home_lon.nil? || current_user.home_lat.nil?
+ data[:user_home] = { :lat => current_user.home_lat, :lon => current_user.home_lon }
end
end
diff --git a/app/helpers/user_roles_helper.rb b/app/helpers/user_roles_helper.rb
index 7093a96b2..805abb58f 100644
--- a/app/helpers/user_roles_helper.rb
+++ b/app/helpers/user_roles_helper.rb
@@ -6,7 +6,7 @@ module UserRolesHelper
end
def role_icon(user, role)
- if @user && @user.administrator?
+ if current_user && current_user.administrator?
if user.has_role?(role)
image = "roles/#{role}"
alt = t("user.view.role.revoke.#{role}")
diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb
index a33214a70..86d190680 100644
--- a/app/views/browse/changeset.html.erb
+++ b/app/views/browse/changeset.html.erb
@@ -12,10 +12,10 @@
<%= render :partial => "tag_details", :object => @changeset.tags.except('comment') %>
-
+
diff --git a/app/views/oauth/authorize.html.erb b/app/views/oauth/authorize.html.erb
index c0271350d..6c8bc3a9e 100644
--- a/app/views/oauth/authorize.html.erb
+++ b/app/views/oauth/authorize.html.erb
@@ -2,7 +2,7 @@
<%= t "oauth.oauthorize.title" %>
<% end %>
-<%= raw t("oauth.oauthorize.request_access", :app_name => link_to(@token.client_application.name, @token.client_application.url), :user => link_to(@user.display_name, :controller => :user, :action => :view, :display_name => @user.display_name)) %>
+<%= raw t("oauth.oauthorize.request_access", :app_name => link_to(@token.client_application.name, @token.client_application.url), :user => link_to(current_user.display_name, :controller => :user, :action => :view, :display_name => current_user.display_name)) %>
<%= form_tag authorize_url do %>
<%= hidden_field_tag "oauth_token", @token.token %>
diff --git a/app/views/redactions/show.html.erb b/app/views/redactions/show.html.erb
index 174fe97e4..b9786992c 100644
--- a/app/views/redactions/show.html.erb
+++ b/app/views/redactions/show.html.erb
@@ -12,8 +12,8 @@
<%= @redaction.description.to_html %>
-<% if @user and @user.moderator? %>
-