discourse/app/controllers
Einar Jonsson 0d22a77c63 Added test case for nickname registration failure
* Also made a minor readability change by moving the auth.present? check
* from UsersController#create into #create_third_party_auth_records
* which is the method that relies on the check.
2013-08-25 20:18:07 +00:00
..
admin Log when a site customization is deleted 2013-08-21 12:33:24 -04:00
users fixed: record Oauth2 user email 2013-08-19 11:21:27 -07:00
application_controller.rb make code climate a bit happier 2013-08-06 06:25:44 +10:00
categories_controller.rb Finalize read only and post only categories, finished off UI work 2013-07-16 15:46:11 +10:00
clicks_controller.rb Don't redirect to arbitrary URLs via link tracker 2013-07-26 12:14:11 -04:00
draft_controller.rb
education_controller.rb
email_controller.rb
exceptions_controller.rb
forums_controller.rb
invites_controller.rb Add deleted_by to Trashable tables 2013-07-09 15:46:36 -04:00
list_controller.rb Merge pull request #1376 from gcapizzi/lists_controller_refactoring 2013-08-25 07:29:35 -07:00
notifications_controller.rb Remove some calls to all. They are not required, and Rails4 raises warnings about them. 2013-07-22 20:44:11 +02:00
onebox_controller.rb
post_actions_controller.rb FIX: Don't select columns if we don't have to. 2013-08-14 12:18:54 -04:00
posts_controller.rb Show the entire history of replies above a post when you expend "in reply to" 2013-08-06 17:43:10 -04:00
robots_txt_controller.rb
search_controller.rb
session_controller.rb Admins who haven't been approved can log in when must_approve_users is enabled 2013-08-06 16:51:29 -04:00
static_controller.rb allow login required screen to be customized 2013-07-16 20:49:04 +10:00
topics_controller.rb custom avatar support 2013-08-13 22:08:29 +02:00
uploads_controller.rb add server-side filesize check on uploads 2013-07-24 00:54:41 +02:00
user_actions_controller.rb
users_controller.rb Added test case for nickname registration failure 2013-08-25 20:18:07 +00:00