discourse/app/controllers
Guo Xiang Tan 2442bba131 UX: Better group creation workflow.
* Owners and users can now be added to a group during creation.

https://meta.discourse.org/t/you-cannot-allow-membership-requests-without-any-owners/64760/3
2017-07-27 16:12:42 +09:00
..
admin UX: Better group creation workflow. 2017-07-27 16:12:42 +09:00
users FIX: always confirm emails when SSO says so 2017-06-08 01:05:33 +02:00
about_controller.rb FIX: do not show about page to anonymous users for private forums 2017-03-08 13:15:44 +05:30
application_controller.rb FIX: Keep the flash when redirecting for login_required 2017-05-25 14:10:15 -04:00
badges_controller.rb FEATURE: add og tags to metadata in individual badges page 2017-04-06 09:32:53 +05:30
categories_controller.rb don't force SiteSetting.title into meta title tag 2017-06-12 13:50:50 -04:00
category_hashtags_controller.rb FIX: Query for category hashtag should be case sensitive. 2016-03-28 11:15:10 +08:00
clicks_controller.rb PERF: avoid preloading json in cases where it is not needed 2015-05-20 17:12:16 +10:00
composer_messages_controller.rb FIX: Duplicate link shouldn't happen on edit 2016-06-08 17:22:23 -04:00
directory_items_controller.rb PERF: Remove ordering by username. 2016-10-15 01:13:58 +08:00
draft_controller.rb PERF: avoid preloading json in cases where it is not needed 2015-05-20 17:12:16 +10:00
email_controller.rb FIX: don't error out when an unsubscribe key isn't associated to a user anymore 2017-07-20 12:24:24 +02:00
embed_controller.rb Add get_embeddable_css_class to assist multi-site embed styling 2017-05-11 15:16:16 -04:00
exceptions_controller.rb FIX: Display Google search form when 404 page is rendered by Ember. 2017-06-29 14:37:24 +09:00
export_csv_controller.rb SECURITY: Validate the `entity` when downloading a CSV 2017-05-19 16:00:51 -04:00
extra_locales_controller.rb FIX: eradicate I18n fallback issues 💣 2017-02-24 11:31:21 +01:00
finish_installation_controller.rb FEATURE: phase 1 of supporting multiple email addresses 2017-07-20 11:22:27 +09:00
forums_controller.rb SECURITY: prefer render plain/html to render text where possible 2017-04-10 08:01:42 -04:00
groups_controller.rb FIX: Group owners should be able to invite users to their groups. 2017-07-21 23:48:25 +09:00
highlight_js_controller.rb FEATURE: add immutable caching to rails site of things 2017-02-23 13:05:00 -05:00
inline_onebox_controller.rb FEATURE: Inline (Mini) Oneboxing 2017-07-20 15:38:04 -04:00
invites_controller.rb FIX: Group owners should be able to invite users to their groups. 2017-07-21 23:48:25 +09:00
list_controller.rb FIX: include canonical meta tag on category pages 2017-07-03 13:25:22 +05:30
metadata_controller.rb Use `natural` orientation for web app manifest. 2017-02-12 18:04:06 +00:00
notifications_controller.rb FIX: Incorrect error raised. 2017-04-25 09:59:01 +08:00
onebox_controller.rb FIX: If forcing a refresh, don't return a onebox preview 2017-06-12 14:05:59 -04:00
permalinks_controller.rb FIX: permalinks redirect on subfolder installs could add the subfolder to the url twice 2015-10-12 16:54:53 -04:00
post_action_users_controller.rb FIX: you should always be allowed to see actions you created 2017-06-02 14:24:06 -04:00
post_actions_controller.rb FIX: Return 404 if id is not valid. 2017-01-06 10:39:44 +08:00
posts_controller.rb REFACTOR: Merge different templates from rendering user stream items 2017-06-20 15:45:41 -04:00
queued_posts_controller.rb FIX: better error message when trying to approve post for closed/deleted topic 2016-06-24 15:11:45 +05:30
robots_txt_controller.rb FIX: robots.txt should be accessible even when login is required 2015-10-15 11:42:41 +02:00
safe_mode_controller.rb FIX: Incorrect path for redirect. 2016-12-19 18:12:15 +08:00
search_controller.rb FIX: Search by topic_id should not be restricted by `SiteSetting.min_search_term_length`. 2017-07-26 09:52:39 +09:00
session_controller.rb Improve SSO verbose log when user record is invalid. 2017-04-13 11:39:26 +08:00
similar_topics_controller.rb FIX: similar topics api shouldn't return error if params are below minimum lengths 2015-08-31 10:54:45 -04:00
site_controller.rb FEATURE: Send anonymized usage statistics to Discourse if Discourse Hub can't reach the site 2017-03-28 09:07:23 +05:30
static_controller.rb don't force SiteSetting.title into meta title tag 2017-06-12 13:50:50 -04:00
steps_controller.rb FIX: You should be an admin to do the wizard 2016-09-22 11:12:51 -04:00
stylesheets_controller.rb Fix JS tests failing when running in `RAILS_ENV=test`. 2017-07-25 16:31:31 +09:00
tag_groups_controller.rb PERF: tag groups index query 2016-07-15 17:16:26 -04:00
tags_controller.rb FIX: tags created in secured categories should not be forbidden outside those categories 2017-03-07 11:46:46 -05:00
themes_controller.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
topics_controller.rb FIX: Group owners should be able to invite users to their groups. 2017-07-21 23:48:25 +09:00
uploads_controller.rb FIX: always try to convert PNG to JPG when pasting an image 2017-06-23 12:13:48 +02: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 FEATURE: user API now contains scopes so permission is granular 2016-10-14 16:05:42 +11:00
user_avatars_controller.rb Refactor `FileHelper` to use keyword arguments. 2017-05-24 13:54:26 -04:00
user_badges_controller.rb FIX: badge grant count wasn't filtered to the current user in the user summary 2016-03-30 23:11:00 +02:00
users_controller.rb FEATURE: phase 1 of supporting multiple email addresses 2017-07-20 11:22:27 +09:00
users_email_controller.rb FEATURE: Add DiscourseEvent trigger when a user logs in. 2017-06-01 17:44:49 +09:00
webhooks_controller.rb FIX: bounce webhooks should also use recipient address 2017-02-05 19:06:35 +01:00
wizard_controller.rb FIX: You should be an admin to do the wizard 2016-09-22 11:12:51 -04:00