0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-05 22:42:07 +08:00
discourse/spec
Keegan George 983b7f6dee
FEATURE: Allow inviting staff as admins or moderators (#41880)
**Previously**, the staff invite modal only offered a single "Admins"
tab that could invite people as admins.

**In this update**, the tab is renamed to "Staff" and an "Invite as"
choice lets you send the invitation as either an admin or a moderator.

| Before | After |
| --- | --- |
|
![before](https://github.com/discourse/discourse/releases/download/_gh-attach-assets/before-1z1m4y.png)
|
![after](https://github.com/discourse/discourse/releases/download/_gh-attach-assets/after-gwu25s.png)
|
2026-07-21 14:05:21 -07:00
..
db FIX: Prevent backslash accumulation in upload markdown labels (#39461) 2026-06-03 18:10:38 +02:00
fabricators FEATURE: Allow admins to localize custom sidebar section and links (#41795) 2026-07-21 21:45:50 +08:00
fixtures FIX: Strip SET transaction_timeout when restoring backups 2026-07-16 00:02:53 +00:00
generator DEV: Enable Rails/FilePath rubocop rule (#40097) 2026-05-19 19:07:54 +02:00
helpers SECURITY: Bind shared session key to auth token and enforce user gates (#41610) 2026-07-14 13:25:05 +08:00
import_export
initializers DEV: Do not seed TOS and Privacy topics even if company_name is present (#41814) 2026-07-17 13:29:49 -04:00
integration FIX: store method in route matcher (#41512) 2026-07-07 11:49:56 -04:00
integrity DEV: hide and disable upcoming changes for disabled plugins (#41657) 2026-07-16 14:35:20 +04:00
jobs PERF: Add fast nested reply stats preparation (#41870) 2026-07-21 10:45:53 -05:00
lib PERF: Add fast nested reply stats preparation (#41870) 2026-07-21 10:45:53 -05:00
mailers DEV: remove simple email subject upcoming change metadata (#41807) 2026-07-20 14:43:00 +04:00
migrations FIX: Ensure each flag gets a unique name_key (#40899) 2026-06-24 16:37:59 +02:00
models FEATURE: Allow inviting staff as admins or moderators (#41880) 2026-07-21 14:05:21 -07:00
multisite DEV: Enable Rails/FilePath rubocop rule (#40097) 2026-05-19 19:07:54 +02:00
queries/reports FEATURE: Change default upcoming change promotion status to Beta (#41275) 2026-07-06 09:13:37 +10:00
requests FEATURE: Allow inviting staff as admins or moderators (#41880) 2026-07-21 14:05:21 -07:00
script DEV: Fix UC status report when reverted files encountered (#41821) 2026-07-20 16:37:35 +10:00
serializers FEATURE: Allow admins to localize custom sidebar section and links (#41795) 2026-07-21 21:45:50 +08:00
services FIX: Don't reset customized site settings when new category (#41864) 2026-07-21 14:33:07 +08:00
support DEV: Use none persistent sessions in system tests (#41685) 2026-07-14 06:44:47 +08:00
system FIX: Create tags in composer creates instead of fallback to ID (#41847) 2026-07-21 09:40:20 -05:00
tasks PERF: Add fast nested reply stats preparation (#41870) 2026-07-21 10:45:53 -05:00
views
rails_helper.rb DEV: Block external requests in system specs via Chrome DNS resolver (#40685) 2026-06-17 12:29:57 +01:00
regenerate_swagger_docs
swagger_helper.rb