mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
Merge with develop branch
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
|
||||
import { Links } from "./hal";
|
||||
|
||||
export type AnonymousMode = "FULL" | "PROTOCOL_ONLY" | "OFF";
|
||||
|
||||
export type Config = {
|
||||
proxyPassword: string | null;
|
||||
proxyPort: number;
|
||||
@@ -34,6 +36,7 @@ export type Config = {
|
||||
disableGroupingGrid: boolean;
|
||||
dateFormat: string;
|
||||
anonymousAccessEnabled: boolean;
|
||||
anonymousMode: AnonymousMode;
|
||||
baseUrl: string;
|
||||
forceBaseUrl: boolean;
|
||||
loginAttemptLimit: number;
|
||||
|
||||
@@ -42,7 +42,7 @@ export { AnnotatedSource, AnnotatedLine } from "./Annotate";
|
||||
|
||||
export { Tag } from "./Tags";
|
||||
|
||||
export { Config } from "./Config";
|
||||
export { Config, AnonymousMode } from "./Config";
|
||||
|
||||
export { IndexResources } from "./IndexResources";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user