openstreetmap-website/app/controllers
Andy Allan 8a774e7519 Use a post link to logout
This avoids needing to access the session id, which is currently
only working with the memcache store.

The fallback page is preserved for anyone who wants to logout without
using javascript.

Refs #2488
2020-01-08 14:03:05 +01:00
..
api Use squiggly heredocs 2019-12-11 10:40:41 +00:00
api_controller.rb Fix rubocop warnings 2019-12-04 19:31:53 +00:00
application_controller.rb Fix new rubocop warnings 2019-04-23 09:33:34 +01:00
browse_controller.rb Use a lambda in order to pass parameters in before_actions 2019-03-20 15:08:36 +01:00
changeset_comments_controller.rb Use a lambda in order to pass parameters in before_actions 2019-03-20 15:08:36 +01:00
changesets_controller.rb Rename @edits variable to @changesets, for clarity 2019-06-26 17:07:49 +02:00
diary_entries_controller.rb Convert various administator? tests to use cancancan permissions checks 2019-10-23 10:52:12 +02:00
directions_controller.rb Use CanCanCan for directions controller 2019-01-09 10:12:14 +01:00
errors_controller.rb Skip authorization checks for the errors controller 2019-01-16 11:44:55 +01:00
export_controller.rb Move map method to its own controller 2019-02-24 11:44:10 +01:00
geocoder_controller.rb Fix new rubocop warnings 2019-04-23 09:33:34 +01:00
issue_comments_controller.rb Remove custom deny_access handlers 2018-11-14 14:10:51 +01:00
issues_controller.rb Remove custom deny_access handlers 2018-11-14 14:10:51 +01:00
messages_controller.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
notes_controller.rb Refactor notes#mine to simplify code 2019-03-27 18:04:44 +01:00
oauth_clients_controller.rb Use CanCanCan for oauth clients controller 2019-01-09 15:34:54 +01:00
oauth_controller.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
redactions_controller.rb Use CanCanCan for redaction authorizations 2018-11-07 13:28:58 +01:00
reports_controller.rb Fix new rubocop warnings 2019-07-18 16:47:08 +01:00
site_controller.rb Merge remote-tracking branch 'upstream/pull/2444' 2019-12-30 22:34:24 +00:00
traces_controller.rb Use the conventional 'destroy' method name for destroying traces 2019-12-04 11:59:18 +01:00
user_blocks_controller.rb Migrate UserBlocksController to use CanCanCan 2018-11-07 13:07:08 +01:00
user_roles_controller.rb Use CanCanCan for user_roles auth 2018-11-28 21:39:26 +01:00
users_controller.rb Use a post link to logout 2020-01-08 14:03:05 +01:00