discourse/app/controllers
Arpit Jalan 83245aa508 FIX: better handling of invite links after they are redeemed
FIX: deprecate invite_passthrough_hours setting
2018-05-08 20:17:57 +05:30
..
admin Expose an API for plugins to be hidden on the admin plugin page. 2018-05-08 13:24:58 +08:00
users Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
about_controller.rb
application_controller.rb Allow staff members to enable safe mode, even if disabled 2018-04-25 11:49:57 -04:00
badges_controller.rb PERF: N+1 queries on badges page. 2018-03-19 14:36:09 +08:00
categories_controller.rb FIX: exclude topics from latest in /categories on refresh 2018-04-24 11:07:26 -04:00
category_hashtags_controller.rb
clicks_controller.rb FIX: show an error page on click tracking error 2018-03-17 00:33:11 +01:00
composer_controller.rb
composer_messages_controller.rb
directory_items_controller.rb
draft_controller.rb
email_controller.rb SECURITY: do not show private topic title on /unsubscribed page 2018-04-16 10:35:57 +05:30
embed_controller.rb Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
exceptions_controller.rb
export_csv_controller.rb FIX: create upload record for exported csv files 2018-04-20 00:27:49 +05:30
extra_locales_controller.rb
finish_installation_controller.rb PERF: PG queries for the UserEmail#email column was not using the index. 2018-03-19 11:31:14 +08:00
forums_controller.rb
groups_controller.rb FIX: Better error message in GroupsController#add_members. 2018-04-20 10:28:52 +08:00
highlight_js_controller.rb
inline_onebox_controller.rb
invites_controller.rb FIX: better handling of invite links after they are redeemed 2018-05-08 20:17:57 +05:30
list_controller.rb FIX: parameterize tag_id 2018-04-14 16:42:53 +05:30
metadata_controller.rb FEATURE: Enable the Web Share Target API 2018-04-19 17:00:05 -03:00
notifications_controller.rb
offline_controller.rb
onebox_controller.rb
permalinks_controller.rb
post_action_users_controller.rb
post_actions_controller.rb
posts_controller.rb FEATURE: Add option to delete all replies of flagged post 2018-04-24 11:08:05 -04:00
push_notification_controller.rb Feature: Push notifications for Android (#5792) 2018-05-04 15:31:48 -07:00
queued_posts_controller.rb
qunit_controller.rb DEV: remove qunit rails fork and add a couple of async tests 2018-04-23 16:42:40 +10:00
robots_txt_controller.rb FEATURE: An API to help sites build robots.txt files programatically 2018-04-16 15:43:20 -04:00
safe_mode_controller.rb Allow staff members to enable safe mode, even if disabled 2018-04-25 11:49:57 -04:00
search_controller.rb
session_controller.rb FEATURE: add profile_background fields into SSO (#5701) 2018-05-07 10:03:26 +02:00
similar_topics_controller.rb
site_controller.rb
static_controller.rb FEATURE: limit assets less that non asset paths 2018-03-06 15:20:39 +11:00
steps_controller.rb
stylesheets_controller.rb Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
tag_groups_controller.rb FEATURE: option for tags in a tag group to be visible only to staff 2018-03-26 17:05:09 -04:00
tags_controller.rb FEATURE: Webhook for tag events 2018-04-04 17:49:20 +05:30
themes_controller.rb
topics_controller.rb Remove obsolete per topic unsubscribe page. 2018-04-16 16:11:20 +05:30
uploads_controller.rb Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
user_actions_controller.rb
user_api_keys_controller.rb
user_avatars_controller.rb FEATURE: limit assets less that non asset paths 2018-03-06 15:20:39 +11:00
user_badges_controller.rb Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
users_controller.rb REFACTOR: move support for user card badge images to a plugin discourse-user-card-badges 2018-04-26 13:25:24 -04:00
users_email_controller.rb
webhooks_controller.rb Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
wizard_controller.rb