discourse/spec/components
Robin Ward b7c50ecdaa FIX: Respect protocol relative URLs in email styling 2013-08-14 11:32:17 -04:00
..
email FIX: Respect protocol relative URLs in email styling 2013-08-14 11:32:17 -04:00
export Initial release of Discourse 2013-02-05 14:16:51 -05:00
file_store custom avatar support 2013-08-13 22:08:29 +02:00
import Initial release of Discourse 2013-02-05 14:16:51 -05:00
jobs push some work out of AR callbacks into PostCreator, add a couple of helpers for post and topic creation in test 2013-07-22 15:07:20 +10:00
oneboxer Add flash video onebox as disabled setting by default 2013-07-08 06:37:44 -07:00
site_settings fix all sorts of issues with random spec order 2013-06-23 13:35:25 +10:00
validators 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
admin_user_index_query_spec.rb upgrade rack mini profiler 2013-07-30 17:36:34 +10:00
archetype_spec.rb lets not fail in order random 2013-06-23 13:35:25 +10:00
avatar_lookup_spec.rb Simplify avatar lookup class 2013-07-12 23:10:21 +02:00
boost_trust_level_spec.rb Change trust level logs the previous trust level 2013-08-13 12:04:28 -04:00
cache_spec.rb speed up startup (avoid loading some gems on startup) 2013-05-13 18:04:03 +10:00
category_list_spec.rb work in progress, add fidelity to category group permissions (full, create posts, readonly) 2013-07-16 15:46:11 +10:00
content_buffer_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
cooked_post_processor_spec.rb custom avatar support 2013-08-13 22:08:29 +02:00
current_user_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
diff_engine_spec.rb Use Diffy as DiffEngine implementation 2013-03-15 17:31:51 -07:00
directory_helper_spec.rb Refactor temp directory methods into helper module 2013-07-09 13:59:31 -05:00
discourse_hub_spec.rb Unregister forum membership at Discourse Hub when deleting a user 2013-04-15 14:52:07 -04:00
discourse_plugin_registry_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
discourse_spec.rb enable thumbnailing on S3 2013-07-31 23:26:34 +02:00
discourse_updates_spec.rb Version checks: tolerate old version check data that can happen immediately after upgrading but forgetting to restart sidekiq/clockwork. Don't cache version check data along with other dashboard data. 2013-07-30 12:12:04 -04: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
guardian_spec.rb custom avatar support 2013-08-13 22:08:29 +02:00
image_sizer_spec.rb remove trailing whitespaces ❤️ 2013-02-26 07:31:35 +03:00
jobs_spec.rb Topic Auto-Close: admins and mods can set a topic to automatically close after a number of days 2013-05-13 12:53:52 -04:00
js_locale_helper_spec.rb fixing up moment locales, they were not set up properly 2013-07-25 11:09:29 +10:00
oneboxer_spec.rb clean up onebox application so it uses a single code path 2013-04-10 17:52:38 +10: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
plugin_spec.rb ensure directory at the correct spot 2013-08-01 16:13:37 +10:00
post_creator_spec.rb push some work out of AR callbacks into PostCreator, add a couple of helpers for post and topic creation in test 2013-07-22 15:07:20 +10:00
post_destroyer_spec.rb Add site setting delete_removed_posts_after to configure after how many hour posts that were deleted by their authors will be deleted 2013-08-02 13:35:52 -04:00
post_revisor_spec.rb change "visitor" trust level to "new user" 2013-04-17 16:11:24 -07:00
pretty_text_spec.rb custom avatar support 2013-08-13 22:08:29 +02:00
promotion_spec.rb change "visitor" trust level to "new user" 2013-04-17 16:11:24 -07:00
rate_limiter_spec.rb Sliding window rate limiting 2013-05-25 12:37:28 -07:00
score_calculator_spec.rb Add score, percent_rank to topics. Adds `HotTopic` model and consolidated job to calculate 2013-03-28 15:39:54 -04:00
search_spec.rb fix search spec 2013-08-04 15:15:05 +02:00
site_setting_extenstion_spec.rb values is a much more consistent name than all_values ... we use {}.values not {}.all_values 2013-06-23 15:07:49 +10: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 Prefer your own topics in Suggested 2013-07-12 14:38:20 -04: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 Fix to prevent check for all upper case for non-ascii messages 2013-06-17 12:22:50 -04:00
topic_query_spec.rb push some work out of AR callbacks into PostCreator, add a couple of helpers for post and topic creation in test 2013-07-22 15:07:20 +10:00
topic_view_spec.rb push some work out of AR callbacks into PostCreator, add a couple of helpers for post and topic creation in test 2013-07-22 15:07:20 +10:00
trashable_spec.rb spec for trashable 2013-07-26 14:41:58 +10:00
unread_spec.rb added an option to bypass auto tracking of topics on post creation 2013-07-22 15:07:20 +10:00
user_destroyer_spec.rb Add button to delete a spammer in the flag modal 2013-07-29 15:29:44 -04:00
user_name_suggester_spec.rb Refactored user_name suggestion methods into a module to reduce the complexity of User model 2013-06-06 16:40:10 +02:00