discourse/spec
Joffrey JAFFEUX f0ef307d2d
FIX: topic timer offset applied two times
timezone offset was calculated and sent from browser to server, it would be applied on utc time generated from '2013-11-22 5:00' format for example and then sent back to browser which would display it thinking it's UTC time using `moment(utc time)` when it's in fact an UTC time we have offseted with the initial user timezone.

This is impossible to automatically test in the current app state. Easiest reproduction is in live browser after setting your timezone to `America/New_York`, when setting a topic timer to later_today, after save, the time under the topic should be off to something roughly equal +1/-1  hour to your timezone offset.
2017-12-07 14:42:58 +01:00
..
components FIX: handle CORS in hijacked requests 2017-12-07 10:31:04 +11:00
controllers Revert "Revert "PERF: improve speed of rate limiter"" 2017-12-04 21:23:11 +11:00
fabricators FIX: Password required flag should be cleared whenever clearing the raw password (#5384) 2017-12-01 15:19:24 +11:00
fixtures FEATURE: Replace SimpleRSS with Ruby RSS module (#5311) 2017-12-06 10:45:09 +11:00
helpers FEATURE: allow specifying s3 config via globals 2017-10-06 16:20:01 +11:00
import_export FEATURE: Option to export multiple categories using export_category method 2017-11-11 19:11:16 +05:30
integration Rename "Blocked" to "Silenced" 2017-11-10 14:10:27 -05:00
integrity FIX: fails loud if default setting is not set 2017-08-15 12:07:25 +02:00
jobs FEATURE: Replace SimpleRSS with Ruby RSS module (#5311) 2017-12-06 10:45:09 +11:00
mailers FIX: Re-enable invalid interpolation keys check and allow default keys to be left out of translation overrides. 2017-11-27 11:00:08 +08:00
models FIX: topic timer offset applied two times 2017-12-07 14:42:58 +01:00
multisite FIX: DistributedCache without namespace mode wasn't working. 2017-10-20 22:32:41 +08:00
phantom_js Remove `readonly alert` smoke test. 2017-11-14 11:18:38 +08:00
requests FEATURE: Show a button to Staff for "Moderation History" on posts/topics 2017-12-05 15:20:20 -05:00
serializers UX: Replace heuristic solution root domain extraction for topic featured link. 2017-11-29 21:52:41 +08:00
services REFACTOR: Track manual locked user levels separately from groups 2017-11-27 11:23:44 -05:00
support Improve `MessageBus.track_publish` to allow filter by channel. 2017-10-02 11:34:57 +08:00
tasks suppress print output when running specs 2017-10-31 16:06:11 +05:30
views/omniauth_callbacks Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
discourse_tagging_spec.rb FIX: prevent creation of tags with invalid characters 2016-10-12 15:44:36 -04:00
rails_helper.rb FIX: load balanced servers do not share monotonic clock 2017-12-07 11:48:11 +11:00