.. |
admin
|
Add ability to customize css and header for mobile
|
2013-09-16 12:28:02 -04:00 |
users
|
Fix missing provider param message when using Persona
|
2013-09-23 09:46:25 -07:00 |
application_controller.rb
|
Merge branch 'master' into mobile
|
2013-09-05 15:54:22 -04:00 |
categories_controller.rb
|
Add site setting site_description. If filled, it will be used in meta description tag for teh white hat SEO
|
2013-09-11 15:33:27 -04:00 |
clicks_controller.rb
|
Don't redirect to arbitrary URLs via link tracker
|
2013-07-26 12:14:11 -04:00 |
composer_messages_controller.rb
|
New User Education goes through a server side ComposerMessages check. Composer message for users
|
2013-09-13 12:23:53 -04:00 |
draft_controller.rb
|
drafts were saving but client was failing to parse
|
2013-09-11 16:18:46 +10:00 |
email_controller.rb
|
enforce coding convention
|
2013-03-05 01:42:44 +01:00 |
exceptions_controller.rb
|
get rid of nonsense 404.html
|
2013-05-20 10:29:49 +10:00 |
forums_controller.rb
|
Remove the access_password site setting
|
2013-06-25 15:05:25 -04:00 |
invites_controller.rb
|
Add `deleted_by` to `Trashable` tables
|
2013-07-09 15:46:36 -04:00 |
list_controller.rb
|
Add site setting site_description. If filled, it will be used in meta description tag for teh white hat SEO
|
2013-09-11 15:33:27 -04: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
|
Fixes regression with video embeds
|
2013-03-21 20:53:12 -04:00 |
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
|
New User Education goes through a server side ComposerMessages check. Composer message for users
|
2013-09-13 12:23:53 -04:00 |
robots_txt_controller.rb
|
Remove the access_password site setting
|
2013-06-25 15:05:25 -04:00 |
search_controller.rb
|
FIX: Search wasn't using the lowercase username for finding the context.
|
2013-06-10 10:42:06 -04:00 |
session_controller.rb
|
recover from bad CSRF tokens without requiring a hard refresh of the browser
|
2013-08-27 15:56:12 +10:00 |
static_controller.rb
|
FIX: BAD CSRF on login. Don't check csrf in the fake login form since it doesn't actually do anything.
|
2013-08-27 11:31:14 -04:00 |
topics_controller.rb
|
not needed, already in private section
|
2013-09-11 16:18:17 +10:00 |
uploads_controller.rb
|
proper content-disposition header when downloading attachments
|
2013-09-06 19:23:56 +02:00 |
user_actions_controller.rb
|
introduce strong_parameters
|
2013-05-27 11:06:09 +10:00 |
users_controller.rb
|
New site settings to enable/disable the possibility of editing user's nickname or email address
|
2013-09-14 21:34:21 +09:00 |