0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-10 23:59:31 +08:00
discourse/spec
Joffrey JAFFEUX 6e9c1dd785 DEV: revert admin users list change
This change was unfortunately introduced in b6aad28#diff-5c7ecbec34de2166b60c5381df93a4e8438a2dbb6dcb8af0203cff4462fbc64b to prevent a failing spec due to the lack of last message bus id.

This commit reverts the change associated to it which was causing the JSON response to be an object instead of an array.
2025-05-14 13:18:57 +02:00
..
fabricators DEV: Create topic and post localization resources (#32440) 2025-04-28 12:16:14 +08:00
fixtures DEV: uses local playwright chromium for now (#32613) 2025-05-07 10:17:25 +02:00
generator DEV: Silence the output of migration specs (#26365) 2024-03-26 11:32:44 +01:00
helpers DEV: Migrate from sprockets to propshaft for assets (#32475) 2025-04-30 08:59:32 +01:00
import_export
initializers
integration DEV: Preserve ids/classes in emails (#32084) 2025-03-31 20:58:45 +01:00
integrity FIX: cross origin opener policy should apply to public error responses (#31559) 2025-03-03 17:04:24 +08:00
jobs UX: Improve naming for anonymous mode settings (#31832) 2025-03-21 04:54:06 +03:00
lib FEATURE: porting type object to site settings (#32706) 2025-05-13 14:30:24 -03:00
mailers FEATURE: add support for One-Click unsubscribe (RFC 8058) 2024-12-31 15:28:59 +01:00
migrations DEV: Backfill API key scope modes (#31606) 2025-03-11 10:00:27 +08:00
models FEATURE: Add the group show endpoint to search groups by id instead of only the slug name (#32442) 2025-05-13 14:22:06 -05:00
multisite FIX: Include original filename in s3 uploads even if not attachment (#30789) 2025-01-15 18:08:18 +08:00
queries/reports DEV: Refactor reports index into service (#31667) 2025-03-11 14:36:06 +10:00
requests DEV: revert admin users list change 2025-05-14 13:18:57 +02:00
script/import_scripts DEV: Catch missing translations during test runs (#26258) 2024-05-24 22:15:53 +08:00
serializers FEATURE: Add translations to posts (#32564) 2025-05-08 10:40:36 -07:00
services DEV: Don't allow context-free system post destruction (#32523) 2025-05-05 09:58:29 +08:00
support DEV: Fix full page search core features system test (#32722) 2025-05-14 12:19:08 +08:00
system FIX: ensure we can lookup identical ip addresses (#32725) 2025-05-14 11:48:01 +02:00
tasks DEV: Add rake task to bulk delete posts (#31642) 2025-03-05 09:31:23 +08:00
views FEATURE: Simplify crawler content for non-canonical post URLs (#26324) 2024-03-26 15:18:46 +00:00
rails_helper.rb DEV: introduces PLAYWRIGHT_NO_VIEWPORT (#32675) 2025-05-10 13:03:21 +02:00
regenerate_swagger_docs
swagger_helper.rb