discourse/app/controllers
Robin Ward 5af7c90bab FEATURE: Hide Reviewable scores, change score filter to Priority
We found score hard to understand. It is still there behind the scenes
for sorting purposes, but it is no longer shown.

You can now filter by minimum priority (low, med, high) instead of
score.
2019-05-07 14:05:23 -04:00
..
admin DEV: Prefer public_send over send. 2019-05-07 09:33:21 +08:00
users FIX: don't redirect incorrectly after full screen login (#7170) 2019-03-19 12:39:13 +00:00
about_controller.rb
application_controller.rb DEV: Prefer public_send over send. 2019-05-07 09:33:21 +08:00
badges_controller.rb DEV: remove update_attributes which is deprecated in Rails 6 2019-04-29 17:32:25 +10:00
categories_controller.rb DEV: Prefer public_send over send. 2019-05-07 09:33:21 +08:00
category_hashtags_controller.rb
clicks_controller.rb FEATURE: Use Beacon API for tracking clicks. (#7483) 2019-05-07 16:37:43 +10:00
composer_controller.rb
composer_messages_controller.rb
csp_reports_controller.rb
directory_items_controller.rb
draft_controller.rb
drafts_controller.rb
email_controller.rb FEATURE: Allow users to tone down digest emails (#7353) 2019-04-17 12:14:40 -03:00
embed_controller.rb
exceptions_controller.rb
export_csv_controller.rb
extra_locales_controller.rb DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
finish_installation_controller.rb
forums_controller.rb DEV: rename ReadOnly module to ReadOnlyHeader 2019-05-06 16:07:49 +02:00
groups_controller.rb FIX: Loading more broken on groups page. 2019-04-30 10:35:17 +08:00
highlight_js_controller.rb
inline_onebox_controller.rb
invites_controller.rb FIX: save registration IP address for invited users 2019-04-13 13:04:25 +05:30
list_controller.rb DEV: more send -> public_send changes 2019-05-07 11:58:06 +10:00
metadata_controller.rb DEV: correct Rails 6 deprecation 2019-05-03 16:20:18 +10:00
notifications_controller.rb
offline_controller.rb
onebox_controller.rb
permalinks_controller.rb
post_action_users_controller.rb
post_actions_controller.rb FEATURE: Flag count in post menu 2019-05-06 16:13:31 -04:00
posts_controller.rb FIX: return an error if a user tries to whisper 2019-05-07 11:42:26 -06:00
push_notification_controller.rb
queued_posts_controller.rb UX: Update post actions to "Approve Post" and "Reject Post" 2019-04-23 12:19:11 -04:00
qunit_controller.rb
reviewables_controller.rb FEATURE: Hide Reviewable scores, change score filter to Priority 2019-05-07 14:05:23 -04:00
robots_txt_controller.rb
safe_mode_controller.rb
search_controller.rb FIX: prevents exception when search q params is a hash (#7437) 2019-04-29 15:09:25 +08:00
session_controller.rb FIX: Properly associate user_profiles background urls via upload id. 2019-05-02 14:58:24 +08:00
similar_topics_controller.rb
site_controller.rb
static_controller.rb DEV: Prefer public_send over send. 2019-05-07 09:33:21 +08:00
steps_controller.rb
stylesheets_controller.rb
svg_sprite_controller.rb
tag_groups_controller.rb
tags_controller.rb
theme_javascripts_controller.rb
themes_controller.rb
topics_controller.rb FIX: Missing topic edited web hook when publishing a topic. 2019-04-16 14:28:23 +08:00
uploads_controller.rb DEV: Add support for Rails 6 2019-05-02 16:23:25 +10:00
user_actions_controller.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
user_api_keys_controller.rb FEATURE: Delegated authentication via user api keys (#7272) 2019-04-01 13:18:53 -04:00
user_avatars_controller.rb FIX: Handle missing letter avatar 2019-04-24 23:20:46 +02:00
user_badges_controller.rb
users_controller.rb DEV: Prefer public_send over send. 2019-05-07 09:33:21 +08:00
users_email_controller.rb
webhooks_controller.rb
wizard_controller.rb