discourse/spec/models
Régis Hanol cd2c9edb46 FIX: 🐛 upload on IE9 wasn't working :'(
- FIX: make sure we set a default name to a pasted image only on Chrome (the only browser that supports it)
- FIX: use ".json" extension to uploads endpoints since IE9 doesn't pass the correct header
- FIX: pass the CSRF token in a query parameter since IE9 doesn't pass it in the headers
- FIX: display error messages comming from the server when there is one over the default error message
- FIX: HACK around IE9 security issue when clicking a file input via JavaScript (use a label and set `visibility:hidden` on the input)
- FIX: hide the "cancel" upload on IE9 since it's not supported
- FIX: return "text/plain" content-type when uploading a file for IE9 in order to prevent it from displaying the save dialog
- FIX: check the maximum file size on the server 💥
- update jQuery File Upload Plugin to v. 5.42.2
- update JQuery IFram Transport Plugin to v. 1.8.5
- update jQuery UI Widget to v. 1.11.1
2015-01-28 19:43:20 +01:00
..
admin_dashboard_data_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
api_key_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
backup_spec.rb FEATURE: Upload backups to S3 when complete. 2014-03-12 16:24:45 -04:00
badge_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
badge_type.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
category_featured_topic_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
category_featured_user_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
category_spec.rb FIX: We missed some references to `/category/xyz` in the ruby code base. 2015-01-07 11:47:01 -05:00
category_user_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
color_scheme_color_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
color_scheme_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
digest_email_site_setting_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
discourse_single_sign_on_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
draft_sequence_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
draft_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
email_log_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
email_token_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
error_log_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
global_setting_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
group_spec.rb table & model changes for group managers with permission to edit membership 2015-01-15 11:44:42 -08:00
incoming_link_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
incoming_links_report_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
invite_redeemer_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
invite_spec.rb FEATURE: 🎁 rate limit invites for non-staff users 2015-01-20 01:12:24 +05:30
locale_site_setting_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
notification_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
optimized_image_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
permalink_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
plugin_store_spec.rb Add support for arrays to PluginStore 2014-03-10 14:59:59 +01:00
post_action_spec.rb oops, migration was flipping 2015-01-08 15:26:15 +11:00
post_alert_observer_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
post_analyzer_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
post_detail_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
post_mover_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
post_reply_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
post_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
post_timing_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
post_upload_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
quoted_post_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
report_spec.rb skip failing spec, something is off with timezones 2015-01-09 12:03:08 +11:00
rtl_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
s3_region_site_setting_spec.rb Added eu-central-1 S3 bucket. 2014-12-29 18:31:21 +02:00
screened_email_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
screened_ip_address_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
screened_url_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
search_observer_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
site_customization_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
site_setting_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
site_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
site_text_spec.rb models with rspec3 syntax 2015-01-05 13:04:23 -03:00
top_menu_item_spec.rb fix most deprecations in the specs (still some left) 2014-09-25 17:44:48 +02:00
top_topic_spec.rb add top page 2013-12-24 00:50:36 +01:00
topic_allowed_user_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
topic_embed_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
topic_featured_users_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
topic_invite_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
topic_link_click_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
topic_link_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
topic_participants_summary_spec.rb FIX: PM should never be allowed to have a category 2014-09-11 17:39:34 +10:00
topic_posters_summary_spec.rb UX: Don't highlight the latest poster in the topic list if there is only 2014-08-20 12:09:39 -04:00
topic_spec.rb FEATURE: remove star concept from Discourse 2015-01-07 13:43:27 +11:00
topic_status_update_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
topic_tracking_state_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
topic_user_spec.rb FEATURE: remove star concept from Discourse 2015-01-07 13:43:27 +11:00
topic_view_item_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
trust_level3_requirements_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
twitter_user_info_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
upload_spec.rb FIX: 🐛 upload on IE9 wasn't working :'( 2015-01-28 19:43:20 +01:00
user_action_spec.rb FEATURE: remove star concept from Discourse 2015-01-07 13:43:27 +11:00
user_avatar_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
user_badge.rb Slightly faster badge system specs. (Shaves off ~100ms) 2014-04-16 18:08:10 +05:30
user_email_observer_spec.rb revert non queuing of emails 2013-08-27 11:52:28 +10:00
user_history_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
user_open_id_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
user_profile_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
user_search_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
user_spec.rb FEATURE: automatic group membership based on email address 2015-01-23 18:25:43 +01:00
user_stat_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
user_visit_spec.rb Update rspec syntax to v3 2015-01-05 11:59:30 -03:00
username_validator_spec.rb Extract the validation of Username format in own class to avoid 2013-02-08 12:54:47 -05:00