discourse/spec/controllers
Chris Hunt 92a4828f72 Redirect all controllers to login if required
We want to skip the filter for sessions controller so that we can login
and we want to skip the filter for static pages because those should be
visible to visitors.
2013-06-04 16:10:10 -07:00
..
admin Automatically flag someone as a spammer if their posts get at least X spam flags from N users while their trust level is 'new user'. Staff can clear and set this status from the user record in admin. 2013-06-03 16:37:40 -04:00
application_controller_spec.rb FIX: [security bug] XHR check bypass 2013-04-30 02:34:19 +02:00
categories_controller_spec.rb UI still a tad rough, but we have a first pass of secure categories 2013-05-10 16:47:47 +10:00
clicks_controller_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
draft_controller_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
education_controller_spec.rb Replace MultisiteI18n hack with SiteContent and admin editing. 2013-04-05 16:48:15 -04:00
email_controller_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
excerpt_controller_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
invites_controller_spec.rb remove acts_as_paranoid, use .trash! , .recover! and .with_deleted as needed 2013-05-07 14:39:01 +10:00
list_controller_spec.rb work in progress, live unread and new counts 2013-05-30 16:49:57 +10:00
notifications_controller_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
omniauth_callbacks_controller_spec.rb add cas support with a few tests 2013-05-23 13:40:50 -07:00
onebox_controller_spec.rb Fixes regression with video embeds 2013-03-21 20:53:12 -04:00
post_actions_controller_spec.rb New Feature: Staff can choose to "Take Action" when flagging to immediately reach hiding 2013-05-31 17:39:32 -04:00
posts_controller_spec.rb Support for a new site setting: newuser_spam_host_threshold. If a new user posts a link 2013-05-16 12:19:50 -04:00
request_access_controller_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
robots_txt_controller_spec.rb Remove unusued site_settings, show checkbox in UI for boolean values, remove restrict_access 2013-03-01 14:27:41 -05:00
search_controller_spec.rb Use search context for filtering search results by current category or user 2013-05-24 14:04:26 -04:00
session_controller_spec.rb better consistency around email case sensitivity 2013-04-15 02:20:33 +02:00
static_controller_spec.rb Convert a lot of :a => b to a: b and bring peace to the world 2013-03-25 05:07:36 +05:30
topics_controller_spec.rb Redirect all controllers to login if required 2013-06-04 16:10:10 -07:00
uploads_controller_spec.rb added some tests for uploads 2013-04-07 17:52:46 +02:00
user_actions_controller_spec.rb introduce strong_parameters 2013-05-27 11:06:09 +10:00
users_controller_spec.rb strip whitespace when changing e-mail addresses 2013-04-27 23:03:06 -04:00