discourse/app/controllers
Sam Saffron f780920759 FEATURE: mention in secure category to prioritize groups
This feature allows @ mentions to prioritize showing members of a group who
have explicit permission to a category.

This makes it far easier to @ mention group member when composing topics in
categories where only the group has access.

For example:

If Sam, Jane an Joan have access to bugs category.

Then `@` will auto complete to (jane,joan,sam) ordered on last seen at

This feature works on new topics and existing topics. There is an explicit
exclusion of trust level 0,1,2 groups cause they get too big.
2019-08-06 17:57:56 +10:00
..
admin FEATURE: customization of html emails (#7934) 2019-07-30 15:05:08 -04:00
users SECURITY: Add confirmation screen when connecting associated accounts 2019-07-24 10:28:15 +01:00
about_controller.rb FEATURE: list category moderators on the about page (#7916) 2019-07-31 16:46:58 +03:00
application_controller.rb Don't check for second factor when switching to anonymous account (#7803) 2019-06-27 15:01:26 -07:00
badges_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
categories_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
category_hashtags_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
clicks_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
composer_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
composer_messages_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
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 DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
draft_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
drafts_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
email_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
embed_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
exceptions_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
export_csv_controller.rb FEATURE: Watched words improvements (#7899) 2019-07-22 14:59:56 +03:00
extra_locales_controller.rb FIX: Correctly cache hash of extra translations 2019-05-24 11:38:26 +02:00
finish_installation_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
forums_controller.rb DEV: rename ReadOnly module to ReadOnlyHeader 2019-05-06 16:07:49 +02:00
groups_controller.rb FEATURE: opt-in guidance on topics for users without access (#7852) 2019-07-04 10:12:39 +02:00
highlight_js_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
inline_onebox_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
invites_controller.rb UX: update invite 'not found' message 2019-07-19 16:39:44 +05:30
list_controller.rb FIX: show category name in title for crawler view 2019-07-08 11:42:39 +05:30
metadata_controller.rb DEV: correct Rails 6 deprecation 2019-05-03 16:20:18 +10:00
notifications_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
offline_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
onebox_controller.rb DEV: Fix modifying a frozen string. 2019-05-16 11:30:31 +08:00
permalinks_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
post_action_users_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
post_actions_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
posts_controller.rb FEATURE: Allow Markdown in post notices. (#7864) 2019-07-09 14:42:02 +03:00
push_notification_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
queued_posts_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
qunit_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
reviewable_claimed_topics_controller.rb Make rubocop happy. 2019-05-13 09:55:44 +08:00
reviewables_controller.rb FEATURE: Can sort reviewable queue 2019-06-05 13:21:05 -04:00
robots_txt_controller.rb FEATURE: Allow customization of robots.txt (#7884) 2019-07-15 20:47:44 +03:00
safe_mode_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
search_controller.rb FEATURE: when under extreme load disable search 2019-07-02 11:22:01 +10:00
session_controller.rb FIX: Better error when SSO fails due to blank secret (#7946) 2019-07-26 17:37:23 +03:00
similar_topics_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
site_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
static_controller.rb FEATURE: support query params when redirecting to internal link on login (#7829) 2019-07-04 11:11:43 +05:30
steps_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
stylesheets_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
svg_sprite_controller.rb FEATURE: support custom icons in themes (#7155) 2019-03-15 17:16:15 +11:00
tag_groups_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
tags_controller.rb FEATURE: show tags in crawler view of tags page for static site 2019-06-06 12:55:37 +10:00
theme_javascripts_controller.rb PERF: include content-length header for CDN 2019-02-22 11:21:07 +11:00
themes_controller.rb Fix string literal when switching theme in dev env 2019-05-13 10:25:51 -04:00
topics_controller.rb FIX: improves tags checking when updating category of topic (#7921) 2019-07-23 17:06:25 +02:00
uploads_controller.rb FIX: Ensure lightbox image download has correct content disposition in S3 (#7845) 2019-07-04 11:32:51 -04:00
user_actions_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
user_api_keys_controller.rb bug: keep query params present in auth_redirect (#7923) 2019-07-23 12:16:03 -04:00
user_avatars_controller.rb DEV: Remove reference to non-existent letter_proxy route 2019-07-03 23:48:32 +01:00
user_badges_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
users_controller.rb FEATURE: mention in secure category to prioritize groups 2019-08-06 17:57:56 +10:00
users_email_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
webhooks_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
wizard_controller.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00