.. |
admin
|
Add button to delete a spammer in the flag modal
|
2013-07-29 15:29:44 -04:00 |
users
|
SECURITY: correct our CSRF implementation to be much more aggressive
|
2013-07-29 15:13:13 +10:00 |
application_controller.rb
|
SECURITY: correct our CSRF implementation to be much more aggressive
|
2013-07-29 15:13:13 +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
|
Use consistent new-style hashes in render calls *twitch*
|
2013-03-22 14:08:11 -04:00 |
education_controller.rb
|
Replace MultisiteI18n hack with SiteContent and admin editing.
|
2013-04-05 16:48:15 -04: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
|
Show topics as a list of topics on the User Stream.
|
2013-07-25 15:56:20 -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
|
Remove some calls to `all`. They are not required, and Rails4 raises warnings about them.
|
2013-07-22 20:44:11 +02:00 |
posts_controller.rb
|
distributed memoizer added to ensure absolute duplicate posts don't get through
|
2013-07-29 12:25:19 +10: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
|
SECURITY: correct our CSRF implementation to be much more aggressive
|
2013-07-29 15:13:13 +10:00 |
static_controller.rb
|
allow login required screen to be customized
|
2013-07-16 20:49:04 +10:00 |
topics_controller.rb
|
FIX: Server side errors with Topic.similar_to
|
2013-07-23 10:02:58 -04:00 |
uploads_controller.rb
|
add server-side filesize check on uploads
|
2013-07-24 00:54:41 +02:00 |
user_actions_controller.rb
|
introduce strong_parameters
|
2013-05-27 11:06:09 +10:00 |
users_controller.rb
|
Add BlockedEmail, to block signups based on email. Track stats of how many times each email address is blocked, and last time it was blocked. Move email validation out of User model and into EmailValidator. Signup form remembers which email addresses have failed and shows validation error on email field.
|
2013-07-29 15:29:43 -04:00 |