discourse/spec
Penar Musaraj a19d89364f DEV: fix and skip upload_controller test
This test of `prevent_anons_from_downloading_files` was testing an image instead of an attachment and it was testing the wrong upload URL. I fixed the test, but with `config.public_file_server.enabled = true` on the test environment, this will always fail, as preventing anonymous file downloads depends on nginx. So, I marked the test as skipped, for now.
2019-04-18 12:58:39 -04:00
..
components DEV: Replace site_setting_saved DiscourseEvent with site_setting_changed (#7401) 2019-04-18 16:48:01 +01:00
fabricators FIX: Admin search logs should filter by date instead of timestamp. 2019-03-29 11:50:25 +08:00
fixtures PERF: Avoid looking up the same group multiple times during bulk invite. 2019-04-16 09:42:25 +08:00
helpers FEATURE: remove "COMPRESS_BROTLI" optional behavior 2019-04-11 12:36:18 +10:00
import_export FIX: topic and category exporters were only exporting users who created the first post 2018-01-16 12:51:53 -05:00
integration Record the reason that a post was put into the queue 2019-04-10 17:42:49 -04:00
integrity FIX: Relative links in translations should work with subfolder 2018-11-08 23:31:05 +00:00
jobs FIX: Disable webhooks on 410 and 404 HTTP responses (#7392) 2019-04-18 12:36:37 +01:00
lib FIX: should look through posts for image markdown 2019-04-10 13:52:35 +05:30
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models Removed "shoulda" gem in favor of "shoulda-matchers" and update (#7387) 2019-04-18 07:41:37 +10:00
multisite DEV: Allow custom value when pausing sidekiq to aid in debugging. 2019-02-19 10:55:53 +08:00
requests DEV: fix and skip upload_controller test 2019-04-18 12:58:39 -04:00
serializers FEATURE: Include a user's pending posts in the topic view 2019-04-12 14:25:12 -04:00
services FEATURE: Remove ignore feature SiteSetting and enable ignore by default (#7349) 2019-04-10 12:54:59 +02:00
support FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
tasks Fix the build. 2019-04-10 19:14:41 +05:30
views/omniauth_callbacks FEATURE: Use translated name for 'your email has been authenticated by' (#6649) 2018-11-22 19:12:04 +00:00
rails_helper.rb Removed "shoulda" gem in favor of "shoulda-matchers" and update (#7387) 2019-04-18 07:41:37 +10:00