This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/controllers
Osama Sayegh 2711f173dc FIX: don't allow inviting more than max_allowed_message_recipients
* FIX: don't allow inviting more than `max_allowed_message_recipients` setting allows

* add specs for guardian

* user preferences for auto track shouldn't be applicable to PMs (it auto watches on visit)

Execlude PMs from "Automatically track topics I enter..." and "When I post in a topic, set that topic to..." user preferences

* groups take only 1 slot in PM

* just return if topic is a PM
2018-08-23 14:36:49 +10:00
..
admin FIX: Do not show an empty modal when an IP address is allowed or blocked. (#6265) 2018-08-20 17:37:30 +02:00
users FIX: store the topic links using the cooked upload url 2018-08-14 12:23:32 +02:00
about_controller.rb
application_controller.rb FEATURE: improve API error reporting for invalid records 2018-08-21 11:54:34 +10:00
badges_controller.rb
categories_controller.rb FIX: going from /categories to /latest on mobile might break infinite scrolling 2018-08-15 01:22:03 +02:00
category_hashtags_controller.rb
clicks_controller.rb Make rubocop happy again. 2018-06-07 13:28:18 +08:00
composer_controller.rb
composer_messages_controller.rb
directory_items_controller.rb make 🤖 rubocop happy 2018-05-16 16:35:04 +02:00
draft_controller.rb
drafts_controller.rb Improvements to user drafts (#6226) 2018-08-02 07:41:27 +10:00
email_controller.rb FIX: stop adding email to unsubscribe url 2018-05-22 09:07:03 +10:00
embed_controller.rb FIX: store the topic links using the cooked upload url 2018-08-14 12:23:32 +02:00
exceptions_controller.rb UX: Replace Google search with Discourse search on not found page 2018-08-15 11:53:04 +10:00
export_csv_controller.rb Make rubocop happy again. 2018-06-07 13:28:18 +08:00
extra_locales_controller.rb
finish_installation_controller.rb FEATURE: Make initial admins TL1 2018-08-22 15:45:24 +10:00
forums_controller.rb
groups_controller.rb FIX: Load more on groups page does not account for params. 2018-08-20 17:08:50 +08:00
highlight_js_controller.rb
inline_onebox_controller.rb
invites_controller.rb FIX: do not use scheduler for uploading csv file for invite 2018-07-04 13:28:11 +05:30
list_controller.rb FIX: add a basic validator for topic params 2018-08-14 17:01:04 +10:00
metadata_controller.rb FEATURE: Use display: browser in webmanifest for iOS devices 2018-08-15 23:36:08 -03:00
notifications_controller.rb Make rubocop happy again. 2018-06-07 13:28:18 +08:00
offline_controller.rb
onebox_controller.rb
permalinks_controller.rb FIX: if we have not target available do not redirect 2018-08-20 13:10:59 +10:00
post_action_users_controller.rb
post_actions_controller.rb FIX: Properly display error when post action fails to create. 2018-06-20 21:20:23 +08:00
posts_controller.rb FEATURE: Allow admins to reply without topic bump 2018-08-10 10:48:30 +10:00
push_notification_controller.rb
queued_posts_controller.rb FIX: allow staff to remove tags from queued topics 2018-06-26 17:08:40 +05:30
qunit_controller.rb
robots_txt_controller.rb FIX: simplify so we ban all auth paths 2018-08-16 19:16:47 +10:00
safe_mode_controller.rb
search_controller.rb
session_controller.rb FEATURE: Second factor backup 2018-06-28 10:12:32 +02:00
similar_topics_controller.rb
site_controller.rb FEATURE: selectable avatars 2018-07-18 12:57:43 +02:00
static_controller.rb FIX: store the topic links using the cooked upload url 2018-08-14 12:23:32 +02:00
steps_controller.rb
stylesheets_controller.rb FEATURE: backend support for user-selectable components 2018-08-08 14:46:34 +10:00
tag_groups_controller.rb Make rubocop happy again. 2018-06-07 13:28:18 +08:00
tags_controller.rb FIX: check permalinks for deleted topics 2018-08-09 15:05:12 +10:00
themes_controller.rb fix theme previewing (#6245) 2018-08-08 10:58:45 +03:00
topics_controller.rb FIX: don't allow inviting more than max_allowed_message_recipients 2018-08-23 14:36:49 +10:00
uploads_controller.rb FIX: Upload's content is the only source of truth for the file type. 2018-08-07 13:15:00 +08:00
user_actions_controller.rb
user_api_keys_controller.rb
user_avatars_controller.rb FEATURE: automatically correct extension for bad uploads 2018-08-17 14:00:27 +10:00
user_badges_controller.rb FIX: store the topic links using the cooked upload url 2018-08-14 12:23:32 +02:00
users_controller.rb regression: don't return from a block 2018-08-10 14:53:55 +10:00
users_email_controller.rb FEATURE: Second factor backup 2018-06-28 10:12:32 +02:00
webhooks_controller.rb Make rubocop happy again. 2018-06-07 13:28:18 +08:00
wizard_controller.rb