discourse/app/controllers
Vinoth Kannan e3d8e828b8
FEATURE: allow search engines to index tag pages. (#12248)
Previously, we blocked search engines in tag pages since they may get marked as a duplicate content.

* DEV: block tag inner pages from search engines crawling.
2021-03-09 23:55:57 +05:30
..
admin FIX: Skip sending PM email for user silence (#12240) 2021-03-02 09:18:09 +10:00
users FEATURE: Allow invites redemption with Omniauth providers. 2021-03-09 09:27:18 +08:00
about_controller.rb
application_controller.rb FEATURE: Rename 'Discourse SSO' to DiscourseConnect (#11978) 2021-02-08 10:04:33 +00:00
badges_controller.rb
bookmarks_controller.rb
bootstrap_controller.rb DEV: Use Ember CLI middleware to decorate the index template (#12292) 2021-03-09 10:09:35 -05:00
categories_controller.rb
clicks_controller.rb
composer_messages_controller.rb
csp_reports_controller.rb
directory_items_controller.rb
do_not_disturb_controller.rb
draft_controller.rb
drafts_controller.rb
email_controller.rb
embed_controller.rb
exceptions_controller.rb
export_csv_controller.rb
extra_locales_controller.rb
finish_installation_controller.rb
forums_controller.rb
groups_controller.rb FEATURE: Various improvements to invite system (#12023) 2021-03-03 11:45:29 +02:00
hashtags_controller.rb
highlight_js_controller.rb
inline_onebox_controller.rb
invites_controller.rb FEATURE: Allow invites redemption with Omniauth providers. 2021-03-09 09:27:18 +08:00
list_controller.rb FIX: Category redirect to correct slug should not loop (#11772) 2021-02-16 17:54:50 +02:00
metadata_controller.rb FEATURE: Add opt-in screenshots to the web app manifest (#12288) 2021-03-04 18:39:58 -03:00
notifications_controller.rb
offline_controller.rb
onebox_controller.rb
permalinks_controller.rb
post_action_users_controller.rb
post_actions_controller.rb
post_readers_controller.rb
posts_controller.rb
published_pages_controller.rb
push_notification_controller.rb
qunit_controller.rb
reviewable_claimed_topics_controller.rb
reviewables_controller.rb DEV: APIs for plugin to add custom reviewable confirm modal (#12246) 2021-03-02 10:28:27 -06:00
robots_txt_controller.rb FEATURE: allow search engines to index tag pages. (#12248) 2021-03-09 23:55:57 +05:30
safe_mode_controller.rb
search_controller.rb
session_controller.rb SECURITY: Attach DiscourseConnect (SSO) nonce to current session (#12124) 2021-02-18 10:35:10 +00:00
similar_topics_controller.rb
site_controller.rb
static_controller.rb
steps_controller.rb
stylesheets_controller.rb
svg_sprite_controller.rb
tag_groups_controller.rb
tags_controller.rb FEATURE: allow search engines to index tag pages. (#12248) 2021-03-09 23:55:57 +05:30
theme_javascripts_controller.rb
topics_controller.rb FIX: Dismiss new with better migration (#12062) 2021-02-15 08:50:33 +11:00
uploads_controller.rb FEATURE: Rename 'Discourse SSO' to DiscourseConnect (#11978) 2021-02-08 10:04:33 +00:00
user_actions_controller.rb
user_api_keys_controller.rb FEATURE: Rename 'Discourse SSO' to DiscourseConnect (#11978) 2021-02-08 10:04:33 +00:00
user_avatars_controller.rb
user_badges_controller.rb
users_controller.rb FEATURE: Allow invites redemption with Omniauth providers. 2021-03-09 09:27:18 +08:00
users_email_controller.rb DEV: Move logic for rate limiting user second factor to one place (#11941) 2021-02-04 09:03:30 +10:00
webhooks_controller.rb
wizard_controller.rb