discourse/app/controllers
Joffrey JAFFEUX e986e96227
DEV: removes old dashboard (#7295)
2019-04-01 12:39:49 +02:00
..
admin DEV: removes old dashboard (#7295) 2019-04-01 12:39:49 +02:00
users FIX: don't redirect incorrectly after full screen login (#7170) 2019-03-19 12:39:13 +00:00
about_controller.rb FIX: static page title should be consistent on client side and server side 2018-11-27 22:03:52 +05:30
application_controller.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
badges_controller.rb
categories_controller.rb FIX: Respect permalinks starting with "/category" (#7171) 2019-03-18 10:24:46 -04:00
category_hashtags_controller.rb
clicks_controller.rb
composer_controller.rb
composer_messages_controller.rb
csp_reports_controller.rb allow CSP reports to be sent when header isn't set by Discourse (#6594) 2018-11-14 16:23:29 -05:00
directory_items_controller.rb FEATURE: show avatar flair on group, badges and directory pages (#6732) 2018-12-06 12:18:52 +01:00
draft_controller.rb FIX: only check for conflict on edit drafts 2018-11-15 13:14:07 +11:00
drafts_controller.rb
email_controller.rb FEATURE: add more granular user option levels for email notifications (#7143) 2019-03-15 10:55:11 -04:00
embed_controller.rb
exceptions_controller.rb
export_csv_controller.rb
extra_locales_controller.rb FEATURE: Enforce two-factor authentication. (#6348) 2019-03-15 13:09:37 +02:00
finish_installation_controller.rb
forums_controller.rb FIX: `ForumsController` doesn't need to inherit from `ApplicationController`. 2019-01-21 14:37:04 +08:00
groups_controller.rb FEATURE: Add page for all group membership requests. (#6909) 2019-03-27 13:30:59 +02:00
highlight_js_controller.rb
inline_onebox_controller.rb Use hijack in inline onebox controller 2018-11-13 02:39:20 +05:30
invites_controller.rb FEATURE: remove all expired invitations by default 2019-03-07 15:28:39 +05:30
list_controller.rb FIX: remove slow platform detection from server side 2018-12-13 13:57:05 +11:00
metadata_controller.rb FEATURE: Allow users to fetch a customized manifest on PWA install 2019-03-15 17:10:05 -03:00
notifications_controller.rb
offline_controller.rb
onebox_controller.rb
permalinks_controller.rb
post_action_users_controller.rb
post_actions_controller.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
posts_controller.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
push_notification_controller.rb
queued_posts_controller.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
qunit_controller.rb DEV: Don't require login for QUit test path. 2018-11-23 13:50:19 +08:00
reviewables_controller.rb FIX: Apply `min_score_default_visibility` to reviewable topics list 2019-03-29 15:42:49 -04:00
robots_txt_controller.rb
safe_mode_controller.rb
search_controller.rb FIX: do not show PM topics when moving posts to an existing public topic (#6876) 2019-01-14 15:00:45 +05:30
session_controller.rb SECURITY: properly validate return URL for SSO 2019-03-25 09:02:42 +11:00
similar_topics_controller.rb
site_controller.rb Update Rubocop to 0.60 2018-12-04 10:48:16 +01:00
static_controller.rb Fix favicon not updating on the client side when changed. 2019-03-14 15:37:43 +08:00
steps_controller.rb
stylesheets_controller.rb
svg_sprite_controller.rb FEATURE: support custom icons in themes (#7155) 2019-03-15 17:16:15 +11:00
tag_groups_controller.rb
tags_controller.rb FIX: Disable 'Create Topic' button if tag is staff-only. (#6984) 2019-03-12 19:23:36 +11:00
theme_javascripts_controller.rb PERF: include content-length header for CDN 2019-02-22 11:21:07 +11:00
themes_controller.rb
topics_controller.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
uploads_controller.rb UX: Lightbox support for image uploader. (#7034) 2019-02-21 10:13:37 +08:00
user_actions_controller.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
user_api_keys_controller.rb FEATURE: Allow wildcard in allowed_user_api_auth_redirects setting (#6779) 2019-02-26 17:03:20 +01:00
user_avatars_controller.rb REFACTOR: Proxy letter avatars in rails instead of nginx 2019-02-18 08:46:56 +11:00
user_badges_controller.rb FIX: use discourse route_for function to check url route 2019-01-11 14:58:45 +08:00
users_controller.rb FEATURE: Introduce ignore duration selection (#7266) 2019-03-29 10:14:53 +00:00
users_email_controller.rb
webhooks_controller.rb FEATURE: AWS SNS bounce notifications webhooks 2019-02-13 21:26:40 +01:00
wizard_controller.rb