..
auth
BUGFIX: identity_url was not fished out correctly
2014-03-26 14:52:50 +11:00
common_passwords
Check that common passwords list is greater than 0
2013-12-30 14:26:02 -05:00
concern
Allow categories with null position, which means sort them based on activity. Mix absolutely positioned (position is not null) categories with null position categories.
2013-12-16 15:13:57 -05:00
email
Merge pull request #2192 from jorgemanrubia/configurable-emails-prefix
2014-03-28 15:08:50 +01:00
file_store
BUGFIX: we should not store absolute urls for locally uploaded avatar templates
2014-01-07 17:45:06 +01:00
middleware
BUGFIX: fix broken spec
2014-01-09 15:11:04 +11:00
onebox /engine
Add DiscourseLocalOnebox
2014-01-29 14:14:07 -05:00
plugin
Allow plugins to ship custom styles only for mobile
2014-04-07 16:33:35 +02:00
scheduler
BUGFIX: work correctly if process forks
2014-03-17 15:22:11 +11:00
site_settings
Load site settings from config/site_settings.yml
2013-11-14 16:02:13 -05:00
validators
Fix password_validator_spec
2013-12-27 11:15:53 -05:00
admin_user_index_query_spec.rb
Used the term suspended instead of banned.
2013-11-07 13:53:49 -05:00
archetype_spec.rb
lets not fail in order random
2013-06-23 13:35:25 +10:00
avatar_detector_spec.rb
Adds a class that can detect whether a user has uploaded a custom avatar
2013-09-10 15:39:11 -04:00
avatar_lookup_spec.rb
Simplify avatar lookup class
2013-07-12 23:10:21 +02:00
avatar_upload_service_spec.rb
Refactor Users#upload_avatar method
2013-11-11 23:21:14 +05:30
boost_trust_level_spec.rb
large refactor, ship a few columns from the user table into user_stats
2013-10-07 15:04:59 +11:00
cache_spec.rb
BUGFIX: cache did not support non strings
2014-01-07 17:36:47 +11:00
category_list_spec.rb
Admins don't see uncategorized on /categories if it has no topics and allow_uncategorized_topics is false
2014-01-15 14:11:36 -05:00
composer_messages_finder_spec.rb
Remove an unused variable in check_reviving_old_topic spec
2014-03-12 10:46:50 -04:00
content_buffer_spec.rb
remove trailing whitespaces ❤️
2013-02-26 07:31:35 +03:00
cooked_post_processor_spec.rb
better revision history
2013-12-12 03:41:34 +01:00
crawler_detection_spec.rb
Improved crawler detection: add Twitterbot, Facebook, curl, Bing, Baidu.
2014-03-16 19:30:20 +05:30
current_user_spec.rb
add current_user_provider so people can override current_user bevior cleanly, see
2013-10-09 15:11:54 +11:00
directory_helper_spec.rb
Refactor temp directory methods into helper module
2013-07-09 13:59:31 -05:00
discourse_diff_spec.rb
add discourse_diff tests
2013-12-16 18:11:46 +01:00
discourse_hub_spec.rb
Rename nickname to username in the code. Use new hub routes. (Old routes still exist as aliases for old Discourse instances.)
2014-03-12 12:39:36 -04:00
discourse_plugin_registry_spec.rb
Allow plugins to ship custom styles only for mobile
2014-04-07 16:33:35 +02:00
discourse_spec.rb
FEATURE: Discoruse.handle_exception
2014-02-21 14:30:25 +11:00
discourse_updates_spec.rb
Don't abuse as_json, it's not meant for consumption
2013-11-29 21:58:09 -08:00
distributed_hash_spec.rb
remove trailing whitespaces ❤️
2013-02-26 07:31:35 +03:00
distributed_memoizer_spec.rb
distributed memoizer added to ensure absolute duplicate posts don't get through
2013-07-29 12:25:19 +10:00
enum_spec.rb
make Enum#valid? specs test the right thing
2013-03-02 10:40:32 +03:00
filter_best_posts_spec.rb
Refactor TopicView - extract filter method to FilterBestPosts
2013-07-12 15:54:54 +02:00
flag_query_spec.rb
SECURITY: reduce moderator rights
2014-02-07 14:11:52 +11:00
gaps_spec.rb
Show Gaps in the post stream when filters are active
2013-12-05 16:46:59 -05:00
guardian_spec.rb
Let's not show tons of extra information about invites unless you're the
2014-03-21 14:16:11 -04:00
image_sizer_spec.rb
add max_image_height site setting
2013-08-26 00:24:24 +02:00
js_locale_helper_spec.rb
Enum site settings can have translatable names in dropdown. Add setting for how often users get digest emails by default: default_digest_email_frequency.
2013-08-23 17:36:25 -04:00
json_error_spec.rb
Adds better reusable error message support. Added to fetching remote
2014-04-02 13:22:10 -04:00
onpdiff_spec.rb
add onpdiff tests
2013-12-16 18:39:49 +01:00
pbkdf2_spec.rb
PBKDF2 gem is trouble, removing and hand coding for now
2013-03-06 23:12:16 +11:00
pinned_check_spec.rb
Cleaned up TopicUserSpec, introduces clearing of pinned topics
2013-03-07 12:19:25 -05:00
post_creator_spec.rb
Support for creating embedded topics via API
2014-04-03 14:42:44 -04:00
post_destroyer_spec.rb
FIX: broken specs after new link alerting code
2014-03-18 15:22:53 +11:00
post_revisor_spec.rb
Add excerpt column to topics table to remove N+1 query in ListableTopicSerializer
2014-03-18 15:24:29 -04:00
pretty_text_spec.rb
Preserve spoiler tags in post excerpts.
2014-02-20 15:01:44 +05:30
promotion_spec.rb
large refactor, ship a few columns from the user table into user_stats
2013-10-07 15:04:59 +11:00
rate_limiter_spec.rb
Sliding window rate limiting
2013-05-25 12:37:28 -07:00
redis_store_spec.rb
BUGFIX: redis-rails has always been a problem child
2014-01-06 16:50:04 +11:00
score_calculator_spec.rb
Rename "Best Of" to "Summary"
2013-11-18 12:48:26 -05:00
search_spec.rb
Suppress search in topic unless we have more than 10 posts
2014-02-19 08:59:18 +11:00
site_setting_extension_spec.rb
Stop using global vars where not needed
2014-03-31 12:34:13 +11:00
slug_spec.rb
omit single quotes from slug
2013-06-03 09:08:34 +10:00
sql_builder_spec.rb
hidden and deleted state in user stream
2013-06-12 11:14:08 +10:00
suggested_topics_builder_spec.rb
Suggested topics includes closed and archived in new and unread, but not in random results
2014-02-04 12:26:49 -05:00
summarize_spec.rb
FIX: OpenGraph tags not fully sanitized
2013-03-22 12:32:56 +01:00
system_message_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
text_cleaner_spec.rb
Thread title fixer should ignore special cases like iLetter
2013-05-23 21:31:08 +02:00
text_sentinel_spec.rb
Allow TextSentinel#seems_unpretentious? to accept words joined with dashes or forward slashes. (Issue 1133)
2013-09-16 09:45:57 -04:00
topic_creator_spec.rb
Add specs for topic create with auto_close_time. Just ignore auto_close_time from users who are not authorized to use it instead of raising an error.
2013-11-28 11:06:04 -05:00
topic_query_spec.rb
FEATURE: allow moderators to globally pin topics
2014-04-07 16:38:51 +10:00
topic_retriever_spec.rb
Support `embeddable_host` values that contain a HTTP/HTTPs protocol
2014-02-12 15:56:06 -05:00
topic_view_spec.rb
Show Gaps in the post stream when filters are active
2013-12-05 16:46:59 -05:00
topics_bulk_action_spec.rb
FEATURE: Bulk `reset read` status.
2014-02-21 15:18:45 -05:00
trashable_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
unread_spec.rb
added an option to bypass auto tracking of topics on post creation
2013-07-22 15:07:20 +10:00
url_helper_spec.rb
BUGFIX: emoji's url were relatives (was breaking the wordpress plugin)
2014-01-14 23:51:36 +01:00
user_name_suggester_spec.rb
Updated import for TypePad
2014-03-19 15:02:49 -04:00