discourse/spec/models
Régis Hanol ed9417fa3b enable thumbnailing on S3
- added url to optimized image model
- refactored s3_store & local_store
2013-07-31 23:26:34 +02:00
..
admin_dashboard_data_spec.rb
blocked_email_spec.rb Add a way to add email to block list when nuking a user 2013-07-29 15:29:43 -04:00
category_featured_topic_spec.rb work in progress, add fidelity to category group permissions (full, create posts, readonly) 2013-07-16 15:46:11 +10:00
category_featured_user_spec.rb
category_spec.rb Strip trailing and leading spaces from category names 2013-07-30 16:48:45 -04:00
draft_sequence_spec.rb
draft_spec.rb
email_log_spec.rb
email_token_spec.rb Only send digests to active users 2013-07-11 18:47:36 -04:00
error_log_spec.rb
group_spec.rb correct: http://meta.discourse.org/t/cant-save-adding-a-group-permission-to-a-category/8537 2013-07-23 10:10:36 +10:00
hot_topic_spec.rb
incoming_link_spec.rb spec for change 2013-07-05 14:23:29 +10:00
incoming_links_report_spec.rb
invite_spec.rb automatically approve invited users on forum where moderators must approve (keep in mind only moderators can invite) 2013-07-11 11:22:00 +10:00
locale_site_setting_spec.rb
notification_spec.rb Add `deleted_by` to `Trashable` tables 2013-07-09 15:46:36 -04:00
optimized_image_spec.rb enable thumbnailing on S3 2013-07-31 23:26:34 +02:00
post_action_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_alert_observer_spec.rb
post_analyzer_spec.rb fix mentions in code blocks 2013-07-30 18:01:42 -04:00
post_mover_spec.rb Rails 4 updates 2013-07-24 21:09:18 +02:00
post_reply_spec.rb
post_spec.rb Merge pull request #1230 from ZogStriP/add-newuser-max-attachments-setting 2013-07-22 07:22:23 -07:00
post_timing_spec.rb
post_upload_spec.rb
report_spec.rb
s3_region_site_setting_spec.rb
site_content_spec.rb
site_customization_spec.rb
site_setting_spec.rb adds the `max_attachment_size_kb` setting 2013-07-16 02:01:36 +02:00
site_spec.rb Finalize read only and post only categories, finished off UI work 2013-07-16 15:46:11 +10:00
staff_action_log_spec.rb Rename AdminLog to StaffActionLog 2013-07-29 15:29:43 -04:00
top_menu_item_spec.rb
topic_allowed_user_spec.rb
topic_invite_spec.rb
topic_link_click_spec.rb Don't redirect to arbitrary URLs via link tracker 2013-07-26 12:14:11 -04:00
topic_link_spec.rb FIX: click tracking on attachments wasn't working 2013-07-19 01:27:09 +02:00
topic_posters_summary_spec.rb
topic_spec.rb Rails 4 updates 2013-07-24 21:09:18 +02:00
topic_status_update_spec.rb
topic_tracking_state_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_user_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
upload_spec.rb enable thumbnailing on S3 2013-07-31 23:26:34 +02:00
user_action_spec.rb remove dupes before correcting topic_ids in user action consistency check job 2013-07-23 12:44:20 +10:00
user_email_observer_spec.rb
user_open_id_spec.rb
user_search_spec.rb
user_spec.rb Remove some calls to `all`. They are not required, and Rails4 raises warnings about them. 2013-07-22 20:44:11 +02:00
user_visit_spec.rb
username_validator_spec.rb
view_spec.rb