mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-01 14:59:19 +08:00
7349bf403f
* feat(files): password, email-OTP, and SSO auth for public file shares * fix(files): suppress filename in share previews for email/sso, not just password * fix(files): normalize allow-list emails to lowercase; genericize shared SSO denial message * fix(security): make isEmailAllowed case-insensitive; normalize email at client gates * test(security): cover isEmailAllowed case-insensitive matching * fix(security): bind auth cookie to auth type; password endpoint rejects non-password shares * chore(db): format generated migration meta * fix(files): share upsert validation returns 400 not 500; disabling always succeeds * feat(access-control): org admins can restrict allowed file-share auth types
17 lines
408 B
TypeScript
17 lines
408 B
TypeScript
export { Button, buttonVariants } from './button'
|
|
export { GeneratedPasswordInput } from './generated-password-input'
|
|
export { Progress } from './progress'
|
|
export { SearchHighlight } from './search-highlight'
|
|
export {
|
|
Select,
|
|
SelectContent,
|
|
SelectGroup,
|
|
SelectItem,
|
|
SelectLabel,
|
|
SelectScrollDownButton,
|
|
SelectScrollUpButton,
|
|
SelectSeparator,
|
|
SelectTrigger,
|
|
SelectValue,
|
|
} from './select'
|