discourse/app/controllers
Robin Ward 03943554c6 FIX: Missing letter avatars
cc @zogstrip

It seems that the version string was ammended to return the ImageMagick
version. This caused the guard in the user avatars method to fail as the
versions weren't the same.

I changed it so it is comparing the right version, but I wonder if this
is bad as the controller is no longer using the ImageMagick version. Can
you please review?
2015-04-19 10:48:53 -04:00
..
admin Interface for reviewing queued posts 2015-04-15 14:54:37 -04:00
users UX: improve message when admin login is blocked because of admin ip address whitelisting 2015-03-02 12:13:22 -05:00
about_controller.rb First stab at About page 2014-08-11 16:59:15 -04:00
application_controller.rb Interface is wired up for Approving/Rejecting posts 2015-04-15 14:54:37 -04:00
badges_controller.rb FEATURE: long descriptions for badges to help teach people 2015-02-27 17:19:18 +11:00
categories_controller.rb FIX: handle error for duplicate email_in address 2015-04-16 16:23:22 +05:30
clicks_controller.rb FIX: clicks counter on attachments wasn't always working 2015-02-22 20:47:18 +01:00
composer_messages_controller.rb New User Education goes through a server side ComposerMessages check. Composer message for users 2013-09-13 12:23:53 -04:00
directory_items_controller.rb UX: Login to decide when to show you near the top of the directory 2015-04-02 14:51:49 -04:00
draft_controller.rb drafts were saving but client was failing to parse 2013-09-11 16:18:46 +10:00
email_controller.rb Migrate unsubscribe keys to the database. 2015-02-13 14:24:15 -05:00
embed_controller.rb PERF: finalize porting to new incoming links structure 2014-08-04 16:43:57 +10: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 💄 add username and date-time in exported file name 2015-01-16 01:39:46 +05:30
forums_controller.rb FEATURE: add clean support for running Discourse in a subfolder 2015-03-09 13:14:29 +11:00
groups_controller.rb table & model changes for group managers with permission to edit membership 2015-01-15 11:44:42 -08:00
highlight_js_controller.rb FEATURE: Allow selection of highlight js languages 2015-03-13 16:18:59 +11:00
invites_controller.rb FEATURE: add clean support for running Discourse in a subfolder 2015-03-09 13:14:29 +11:00
list_controller.rb Merge pull request #3199 from fantasticfears/seo 2015-04-06 11:18:34 +02:00
notifications_controller.rb FIX: remove notifications on deleted topics from the stream 2015-02-19 12:40:00 +11:00
onebox_controller.rb Fixes regression with video embeds 2013-03-21 20:53:12 -04:00
permalinks_controller.rb FIX: permalink redirect support for url's with extensions in them, like .html and .php 2014-12-04 16:39:10 -05:00
post_actions_controller.rb FIX: don't stop youtube when liking a post 2014-09-25 12:02:41 +10:00
posts_controller.rb Convert Discourse.Post to ES6 and use Store model 2015-04-15 14:54:36 -04:00
queued_posts_controller.rb Moderators can edit posts that are queued before they approve/reject 2015-04-15 17:20:34 -04:00
robots_txt_controller.rb Remove the access_password site setting 2013-06-25 15:05:25 -04:00
search_controller.rb FEATURE: search private messages option 2014-12-04 13:50:36 +11:00
session_controller.rb FEATURE: add clean support for running Discourse in a subfolder 2015-03-09 13:14:29 +11:00
site_controller.rb FEATURE: All preload data available under /site/ 2015-03-04 20:49:03 -08:00
site_customizations_controller.rb FEATURE: more than 1 site customization can be enabled at once 2014-12-23 13:03:48 +11:00
static_controller.rb FEATURE: add clean support for running Discourse in a subfolder 2015-03-09 13:14:29 +11:00
topics_controller.rb FEATURE: unified UI for pinning/banner topics 2015-03-14 01:18:05 +01:00
uploads_controller.rb small upload code refactor 2015-02-03 18:44:18 +01:00
user_actions_controller.rb SECURITY: User action route was returning too much data 2014-08-29 13:46:50 -04:00
user_avatars_controller.rb FIX: Missing letter avatars 2015-04-19 10:48:53 -04:00
user_badges_controller.rb FEATURE: long descriptions for badges to help teach people 2015-02-27 17:19:18 +11:00
users_controller.rb Merge pull request #3375 from techAPJ/patch-2 2015-04-16 11:13:42 -04:00