discourse/app/controllers
Guo Xiang Tan 9364d8ce71 FIX: Store user's id instead for sending activation email.
* Email and username are both allowed to be used for logging in.
  Therefore, it is easier to just store the user's id rather than
  to store the username and email in the session.
2017-03-13 20:24:55 +08:00
..
admin UX: display text & html parts alongside raw email in incoming email modal 2017-03-08 23:15:42 +01:00
users FIX: Don't mark user as active if verified email is different. 2017-03-02 14:24:30 +08: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 remove unecessary '.limit(1)' 2017-02-24 12:56:13 +01:00
badges_controller.rb Advanced Search UI 2016-10-04 11:18:01 -04:00
categories_controller.rb FIX: latest + category not respecting homepage category suppression 2017-03-10 15:17:51 -05: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 User interface for watching first post 2016-07-07 11:21:50 -04:00
embed_controller.rb Better error messages when embedding fails 2016-12-13 14:38:05 -05:00
exceptions_controller.rb FEATURE: hide google search on 404 page for private instance 2014-09-06 15:26:46 +05:30
export_csv_controller.rb FIX: export user list based on trust level filter 2016-03-07 18:49:31 +05:30
extra_locales_controller.rb FIX: eradicate I18n fallback issues 💣 2017-02-24 11:31:21 +01:00
finish_installation_controller.rb FIX: Show an error page if finish-installation can't run 2016-12-07 11:10:08 -05:00
forums_controller.rb Delete useless home_redirect method from ForumsController. 2016-10-27 15:45:22 +01:00
groups_controller.rb FIX: Show groups that user is owner of on groups page. 2017-02-03 16:51:32 +08:00
highlight_js_controller.rb FEATURE: add immutable caching to rails site of things 2017-02-23 13:05:00 -05:00
invites_controller.rb FEATURE: new invite acceptance page, where username can be chosen and password can be set 2017-02-15 16:51:57 -05:00
list_controller.rb FEATURE: RSS feed for top page period filters 2017-03-13 15:23:46 +05:30
metadata_controller.rb Use natural orientation for web app manifest. 2017-02-12 18:04:06 +00:00
notifications_controller.rb FEATURE: clean API method for reading a single notification 2016-09-16 16:14:15 +10:00
onebox_controller.rb FIX: prevent DDoS with lots of _oneboxable_ links 2016-12-20 00:31:10 +01: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 can click to see your own PMs from flags 2015-09-30 12:28:55 -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 Merge pull request #4741 from tgxworld/allow_bookmark_removal 2017-03-10 12:49:20 -05: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 SECURITY: restrict constantize classes in search controller 2016-06-17 13:47:34 +10:00
session_controller.rb FIX: Store user's id instead for sending activation email. 2017-03-13 20:24:55 +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: anonymized site statistics 2017-03-10 18:50:26 +05:30
site_customizations_controller.rb FEATURE: Can create stylesheets for embedded comments 2015-08-10 10:21:04 -04:00
static_controller.rb FIX: do not show faq/guidelines page to anonymous users for private forums 2017-03-08 16:00:49 +05:30
steps_controller.rb FIX: You should be an admin to do the wizard 2016-09-22 11:12:51 -04:00
stylesheets_controller.rb FEATURE: add immutable caching to rails site of things 2017-02-23 13:05:00 -05: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
topics_controller.rb FIX: Posts in a deleted topic couldn't be moved. 2017-03-06 14:56:20 +08:00
uploads_controller.rb FIX: add Content-Disposition and Content-Type headers when downloading attachments 2017-02-20 15:59:01 +01: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 FEATURE: add immutable caching to rails site of things 2017-02-23 13:05:00 -05: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 FIX: Store user's id instead for sending activation email. 2017-03-13 20:24:55 +08:00
users_email_controller.rb reset bounce score when email is successfully changed 2017-02-20 10:37:01 +01: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