This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/controllers
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
..
admin FEATURE: Show a button to Staff for "Moderation History" on posts/topics 2017-12-05 15:20:20 -05:00
users UX: Use no_ember styling for omniauth error page 2017-11-15 14:04:26 -05:00
about_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
application_controller.rb PERF: hijack onebox requests so they do not use up a unicorn worker 2017-11-24 15:31:40 +11:00
badges_controller.rb FIX: badge selector showing up for anon 2017-10-30 16:21:31 +11:00
categories_controller.rb FEATURE: category setting for mailinglist mirror 2017-11-17 15:29:14 +01:00
category_hashtags_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
clicks_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
composer_controller.rb FEATURE: Convert HTML to Markdown while pasting in composer 2017-12-05 12:23:39 -05:00
composer_messages_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
directory_items_controller.rb FEATURE: user directory returns staged users during search 2017-11-19 01:17:31 +01:00
draft_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
email_controller.rb SECURITY: Fix XSS on unsubscribed page. 2017-10-09 09:04:46 +08:00
embed_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
exceptions_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
export_csv_controller.rb FIX: exporting admin dashboard reports were broken 2017-10-02 19:30:23 +05:30
extra_locales_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
finish_installation_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
forums_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
groups_controller.rb FIX: Can't edit membership request template on group page. 2017-11-02 08:51:43 +08:00
highlight_js_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
inline_onebox_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
invites_controller.rb SECURITY: verify that inviter can invite new user to a topic 2017-10-09 15:59:41 +05:30
list_controller.rb FIX: render secure category topics in RSS if the user can view the topics 2017-10-18 14:23:30 +05:30
metadata_controller.rb FEATURE: custom setting for large square site icon 2017-11-03 16:19:31 +11:00
notifications_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
offline_controller.rb FIX: offline controller regression 2017-10-31 15:44:50 +11:00
onebox_controller.rb PERF: hijack onebox requests so they do not use up a unicorn worker 2017-11-24 15:31:40 +11:00
permalinks_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
post_action_users_controller.rb UX: cap likes 2 (#5237) 2017-11-15 11:28:54 +11:00
post_actions_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
posts_controller.rb FIX: Topic#featured_link_root_domain extracts URL before parsing. 2017-12-04 10:00:07 +08:00
queued_posts_controller.rb FIX: Error if queued post not found while updating 2017-11-27 19:25:51 +05:30
robots_txt_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
safe_mode_controller.rb UX: warn that something must be selected with safe mode 2017-11-13 15:59:51 +11:00
search_controller.rb FEATURE: support search click through tracking for user, category and tags 2017-12-01 12:04:55 +05:30
session_controller.rb Just use space to prettify SSO verbose error logging. 2017-11-30 15:10:00 +08:00
similar_topics_controller.rb display 'similar to' earlier when composing a post 2017-09-16 01:03:29 +02:00
site_controller.rb FEATURE: custom setting for large square site icon 2017-11-03 16:19:31 +11:00
static_controller.rb FIX: Can't load service-worker.js in production. 2017-11-28 15:40:57 +08:00
steps_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
stylesheets_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
tag_groups_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
tags_controller.rb update response error when deleting tags (#5213) 2017-09-30 16:31:32 +02:00
themes_controller.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
topics_controller.rb FIX: topic timer offset applied two times 2017-12-07 14:42:58 +01:00
uploads_controller.rb FEATURE: uploads are processed a faster 2017-11-27 12:43:35 +11:00
user_actions_controller.rb got to be careful with integrity specs 2016-11-29 18:01:09 +11:00
user_api_keys_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
user_avatars_controller.rb UX: show error message when no gravatar is associated 2017-11-29 18:09:44 +01:00
user_badges_controller.rb FIX: Some badge routes were still working even with badges disabled 2017-11-21 12:22:44 -05:00
users_controller.rb FIX: Some badge routes were still working even with badges disabled 2017-11-21 12:22:44 -05:00
users_email_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
webhooks_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
wizard_controller.rb Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00