.. |
auth
|
fix facebook authenticator
|
2013-08-26 17:36:20 +10:00 |
email
|
FIX: schemaless urls in emails
|
2013-08-27 00:08:38 +02:00 |
export
|
|
|
file_store
|
custom avatar support
|
2013-08-13 22:08:29 +02:00 |
import
|
|
|
middleware
|
logged in requests were being treated as anon, causing major havoc
|
2013-10-17 10:37:18 +11:00 |
oneboxer
|
prettier twitter links, extracted mini api
|
2013-10-11 11:46:35 +11:00 |
plugin
|
(experimental) added framework for filtering all sorts of internals in discourse and consuming by plugins
|
2013-10-10 18:45:40 +11:00 |
site_settings
|
|
|
validators
|
Move the unique post key storage code into the Post model
|
2013-09-09 16:17:31 -04:00 |
admin_user_index_query_spec.rb
|
notify moderators now goes to the "community" user, that saves our poor mods from a flood of pms
|
2013-09-06 14:07:23 +10:00 |
archetype_spec.rb
|
|
|
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
|
|
|
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
|
|
|
category_list_spec.rb
|
Show empty categories with descriptions to everyone
|
2013-08-22 11:55:20 -04:00 |
composer_messages_finder_spec.rb
|
New composer message for people dominating a topic
|
2013-09-17 14:38:39 -04:00 |
content_buffer_spec.rb
|
|
|
cooked_post_processor_spec.rb
|
added a job to clean up orphan uploads
|
2013-10-15 11:15:48 +02:00 |
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 |
diff_engine_spec.rb
|
Use Diffy as DiffEngine implementation
|
2013-03-15 17:31:51 -07:00 |
directory_helper_spec.rb
|
|
|
discourse_hub_spec.rb
|
|
|
discourse_plugin_registry_spec.rb
|
|
|
discourse_spec.rb
|
rename system_username to site_contact_username , system_user is a special user with -1 id that is only used for certain admin tasks
|
2013-09-06 17:28:37 +10:00 |
discourse_updates_spec.rb
|
|
|
distributed_hash_spec.rb
|
|
|
distributed_memoizer_spec.rb
|
|
|
enum_spec.rb
|
|
|
filter_best_posts_spec.rb
|
|
|
flag_query_spec.rb
|
paging for flag list
|
2013-08-19 21:14:26 +10:00 |
guardian_spec.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 |
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 |
oneboxer_spec.rb
|
|
|
pbkdf2_spec.rb
|
|
|
pinned_check_spec.rb
|
Cleaned up TopicUserSpec, introduces clearing of pinned topics
|
2013-03-07 12:19:25 -05:00 |
post_creator_spec.rb
|
large refactor, ship a few columns from the user table into user_stats
|
2013-10-07 15:04:59 +11:00 |
post_destroyer_spec.rb
|
FIX: recover post by a non-staff user fails because the post is not unique. Uniqueness check shouldn't happen when recovering a deleted post.
|
2013-09-06 11:50:15 -04:00 |
post_revisor_spec.rb
|
|
|
pretty_text_spec.rb
|
Support for MDTest
|
2013-10-16 10:28:42 -04:00 |
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
|
|
|
score_calculator_spec.rb
|
|
|
search_spec.rb
|
FIX: Single quotes in search terms would raise an error.
|
2013-08-26 16:25:54 -04:00 |
site_setting_extenstion_spec.rb
|
Remove enum setting spec since I don't think it's testing anything useful and it's causing random failures
|
2013-08-24 13:48:07 -04:00 |
slug_spec.rb
|
|
|
sql_builder_spec.rb
|
|
|
suggested_topics_builder_spec.rb
|
group the "suggested topics" by category correctly.
|
2013-08-28 10:52:06 +10:00 |
summarize_spec.rb
|
|
|
system_message_spec.rb
|
|
|
text_cleaner_spec.rb
|
|
|
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_query_spec.rb
|
|
|
topic_view_spec.rb
|
Change the way nuked users' posts are handled. Allow null in the user_id column of posts. Show these posts in the posts stream.
|
2013-09-04 15:42:21 -04:00 |
trashable_spec.rb
|
|
|
unread_spec.rb
|
|
|
user_destroyer_spec.rb
|
Topic can have null user_id when user was nuked
|
2013-09-04 15:42:24 -04:00 |
user_name_suggester_spec.rb
|
fix user_name_suggester spec
|
2013-08-29 16:15:02 +02:00 |