.. |
admin
|
Support for per-user API keys
|
2013-10-22 17:34:39 -04:00 |
application_controller_spec.rb
|
Raise an error if a `api_username` is supplied and does not match the key
|
2013-10-23 11:05:49 -04:00 |
categories_controller_spec.rb
|
change it so all topics MUST include a category, we store a special uncategorized category to compensate
|
2013-10-24 12:08:02 +11:00 |
clicks_controller_spec.rb
|
Don't redirect to arbitrary URLs via link tracker
|
2013-07-26 12:14:11 -04:00 |
composer_messages_controller_spec.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_spec.rb
|
remove trailing whitespaces ❤️
|
2013-02-26 07:31:35 +03:00 |
email_controller_spec.rb
|
remove trailing whitespaces ❤️
|
2013-02-26 07:31:35 +03:00 |
invites_controller_spec.rb
|
Add `deleted_by` to `Trashable` tables
|
2013-07-09 15:46:36 -04:00 |
list_controller_spec.rb
|
change it so all topics MUST include a category, we store a special uncategorized category to compensate
|
2013-10-24 12:08:02 +11:00 |
notifications_controller_spec.rb
|
remove trailing whitespaces ❤️
|
2013-02-26 07:31:35 +03:00 |
omniauth_callbacks_controller_spec.rb
|
Fixed all broken specs
|
2013-08-26 12:59:17 +10:00 |
onebox_controller_spec.rb
|
Fixes regression with video embeds
|
2013-03-21 20:53:12 -04:00 |
post_actions_controller_spec.rb
|
Add `deleted_by` to `Trashable` tables
|
2013-07-09 15:46:36 -04:00 |
posts_controller_spec.rb
|
FIX: deleting a flagged post issue
|
2013-10-02 16:59:57 +02:00 |
robots_txt_controller_spec.rb
|
Remove the access_password site setting
|
2013-06-25 15:05:25 -04: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
|
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_spec.rb
|
Rails 4 updates
|
2013-07-24 21:09:18 +02:00 |
topics_controller_spec.rb
|
When creating a topic, don't select a category by default when allow_uncategorized_topics is false. Also, added category validation on the server to enforce allow_uncategorized_topics.
|
2013-10-08 14:41:20 -04:00 |
uploads_controller_spec.rb
|
proper content-disposition header when downloading attachments
|
2013-09-06 19:23:56 +02:00 |
user_actions_controller_spec.rb
|
fix tests and allow SE onebox to onebox Meta cause I need that for an post I am writing
|
2013-06-12 12:23:24 +10:00 |
users_controller_spec.rb
|
Build out a URI Adapter to allow uploading an avatar via a url
|
2013-10-21 14:53:03 -04:00 |