discourse/spec/requests
Martin Brennan fa572d3a7a
DEV: Remove all code referencing at_desktop bookmark reminders (#9650)
We have found no need for these reminder types, so we are removing the code for them.
2020-05-06 15:22:43 +10:00
..
admin FEATURE: admin UI to merge two users. (#9509) 2020-04-22 14:07:51 +05:30
api DEV: Add rswag to aid in api documention (#9546) 2020-04-27 16:40:07 -06:00
about_controller_spec.rb
application_controller_spec.rb FIX: correctly remove authentication_data cookie on oauth login flow 2020-03-21 14:34:25 -07:00
associate_accounts_controller_spec.rb
badges_controller_spec.rb FIX: Unassign user titles when a badge is deleted (#9573) 2020-05-02 18:02:28 -07:00
bookmarks_controller_spec.rb DEV: Remove all code referencing at_desktop bookmark reminders (#9650) 2020-05-06 15:22:43 +10:00
categories_controller_spec.rb FEATURE: Nokogumbo (#9577) 2020-05-05 13:46:57 +10:00
category_hashtags_controller_spec.rb
clicks_controller_spec.rb
composer_messages_controller_spec.rb
csp_reports_controller_spec.rb DEV: Only include "report-sample" CSP directive when reporting is enabled (#9337) 2020-04-02 11:16:38 -04:00
directory_items_controller_spec.rb FIX: move total rows count & load more URL inside meta. 2020-04-03 07:32:50 +05:30
draft_controller_spec.rb FIX: Confirm `draft_key` is present on GET 2020-02-14 11:06:12 -05:00
drafts_controller_spec.rb SECURITY: Respect topic permissions when loading draft metadata 2020-03-23 11:30:40 +00:00
email_controller_spec.rb FEATURE: Nokogumbo (#9577) 2020-05-05 13:46:57 +10:00
embed_controller_spec.rb FEATURE: Nokogumbo (#9577) 2020-05-05 13:46:57 +10:00
exceptions_controller_spec.rb
export_csv_controller_spec.rb fix the build (take 2). 2019-12-24 19:27:35 +05:30
extra_locales_controller_spec.rb
finish_installation_controller_spec.rb
forums_controller_spec.rb Add tests for /srv/status behavior 2020-03-09 14:06:13 -07:00
groups_controller_spec.rb UX: drop the `automatic_membership_retroactive` column from groups model. (#9430) 2020-04-22 22:07:39 +05:30
inline_onebox_controller_spec.rb
invites_controller_spec.rb
list_controller_spec.rb FIX: Reject invalid Category slugs (#9473) 2020-04-21 03:50:50 +02:00
metadata_controller_spec.rb FEATURE: Enable offline browsing and fullscreen PWA in iOS by default 2020-04-07 16:58:21 -03:00
notifications_controller_spec.rb
offline_controller_spec.rb
omniauth_callbacks_controller_spec.rb FIX: correctly remove authentication_data cookie on oauth login flow 2020-03-21 14:34:25 -07:00
onebox_controller_spec.rb
permalinks_controller_spec.rb
post_action_users_controller_spec.rb FIX: Do not raise an error if the post action type is nil (#9458) 2020-04-17 14:23:33 -03:00
post_actions_controller_spec.rb
post_readers_controller_spec.rb FIX: Filter readers avatars correctly when the post is a whisper 2019-12-03 10:50:02 -03:00
posts_controller_spec.rb FEATURE: Promote bookmarks with reminders to core functionality (#9369) 2020-04-22 13:44:19 +10:00
published_pages_controller_spec.rb FEATURE: allows to to style published page with themes/plugins (#9570) 2020-04-28 18:24:24 +02:00
push_notification_controller_spec.rb
reviewable_claimed_topics_controller_spec.rb FIX: Make reviewable claiming work with deleted topics (#9040) 2020-02-25 15:49:23 +02:00
reviewables_controller_spec.rb FIX: Only show the review page to users that can see it. Do not publish the reviewable count update message to everyone. (#9556) 2020-04-27 14:51:25 -03:00
robots_txt_controller_spec.rb
safe_mode_controller_spec.rb FEATURE: Always disable customizations on the `/safe-mode` route (#9052) 2020-02-28 10:53:11 +00:00
search_controller_spec.rb FIX: Apply category priority for empty query (#9516) 2020-04-27 10:35:27 -04:00
session_controller_spec.rb FIX: Missing timezone guess on email session login (#9404) 2020-04-10 13:19:39 -05:00
similar_topics_controller_spec.rb
site_controller_spec.rb
static_controller_spec.rb
steps_controller_spec.rb
stylesheets_controller_spec.rb
svg_sprite_controller_spec.rb UX: introduces icon-picker component for badges (#8844) 2020-02-05 00:41:10 +01:00
tag_groups_controller_spec.rb
tags_controller_spec.rb FIX: tag info misleading message saying it's not restricted 2020-02-05 15:23:39 -05:00
theme_javascripts_controller_spec.rb
topics_controller_spec.rb FIX: Don't log an error to logster if a topic could not be updated. 2020-04-22 11:56:04 -04:00
uploads_controller_multisite_spec.rb FIX: Change secure media to encompass attachments as well (#9271) 2020-03-26 07:16:02 +10:00
uploads_controller_spec.rb DEPRECATION: Remove support for api creds in query params (#9106) 2020-04-06 16:55:44 -06:00
user_actions_controller_spec.rb
user_api_keys_controller_spec.rb FEATURE: Nokogumbo (#9577) 2020-05-05 13:46:57 +10:00
user_avatars_controller_spec.rb
user_badges_controller_spec.rb DEPRECATION: Remove support for api creds in query params (#9106) 2020-04-06 16:55:44 -06:00
users_controller_spec.rb FEATURE: Allow user creation with admin api when local logins disabled (#9587) 2020-04-30 11:39:24 +10:00
users_email_controller_spec.rb FIX: When admin changes another user's email auto-confirm the change (#9001) 2020-02-20 09:52:21 +10:00
webhooks_controller_spec.rb DEV: Apply rubocop (#8926) 2020-02-11 16:21:03 +00:00
wizard_controller_spec.rb