discourse/app/controllers
Sam ba15273d3f FEATURE: maintain preview theme, while previewing
This means you can browse around in preview mode without losing the theme.
At any point you can refresh page and maintain the preview theme.
2018-03-15 16:17:22 +11:00
..
admin FEATURE: maintain preview theme, while previewing 2018-03-15 16:17:22 +11:00
users FEATURE: Disallow login via omniauth when user has 2FA enabled. 2018-03-01 15:47:07 +08:00
about_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
application_controller.rb FEATURE: maintain preview theme, while previewing 2018-03-15 16:17:22 +11:00
badges_controller.rb FIX: badge selector showing up for anon 2017-10-30 16:21:31 +11:00
categories_controller.rb Fix lint errors 2018-03-03 14:34:19 -05:00
category_hashtags_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
clicks_controller.rb FIX: external links in whisper ended up in a white page 2017-12-20 17:55:15 +01:00
composer_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
composer_messages_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
directory_items_controller.rb FEATURE: user directory returns staged users during search 2017-11-19 01:17:31 +01:00
draft_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
email_controller.rb FIX: don't return 200s when login is required to paths 2018-02-01 12:26:45 +11: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 simplify production switch and serve extra locales from actual site 2018-01-10 08:19:51 +11: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 PERF: add frozen strings 2018-01-15 12:44:54 +11:00
groups_controller.rb UX: Display group topics in a topic list. 2018-03-15 11:37:55 +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 Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
invites_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
list_controller.rb UX: Display group topics in a topic list. 2018-03-15 11:37:55 +08:00
metadata_controller.rb FEATURE: custom setting for large square site icon 2017-11-03 16:19:31 +11:00
notifications_controller.rb Remove redundant comment. 2018-02-13 15:58:13 +08:00
offline_controller.rb FIX: offline controller regression 2017-10-31 15:44:50 +11:00
onebox_controller.rb FIX: include title in local onebox when linking to a different topic 2018-02-19 22:40:14 +01: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 Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
posts_controller.rb SECURITY: ensure users have permission when moving categories 2018-03-02 12:13:27 +11: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 FIX: Invalid token error incorrectly displayed on email login page. 2018-02-21 15:46:53 +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 FEATURE: limit assets less that non asset paths 2018-03-06 15:20:39 +11:00
steps_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
stylesheets_controller.rb FEATURE: limit assets less that non asset paths 2018-03-06 15:20:39 +11:00
tag_groups_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
tags_controller.rb FEATURE: replace PM tags dropdown with a dedicated tags page 2018-03-13 13:06:58 +05:30
themes_controller.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
topics_controller.rb FEATURE: Live updates for user's messages page. 2018-03-06 18:15:21 +08:00
uploads_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
user_actions_controller.rb FIX: Remove mentions filters from user and groups 2017-12-07 16:29:02 -05:00
user_api_keys_controller.rb Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00
user_avatars_controller.rb FEATURE: limit assets less that non asset paths 2018-03-06 15:20:39 +11:00
user_badges_controller.rb FEATURE: new site setting show_inactive_accounts 2017-12-07 19:22:41 +05:30
users_controller.rb FIX: Missing 2FA guards when sso is enabled or when local login is disabled. 2018-03-02 10:39:10 +08:00
users_email_controller.rb Review Changes for f4f8a293e7. 2018-02-21 14:55:49 +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 Refactor requires login logic, reduce duplicate code 2018-02-01 15:17:59 +11:00