Add option to disable partial autocompletion of users

This commit is contained in:
Joseph Schorr 2017-09-12 15:55:37 -04:00
parent 6600b380ca
commit c6aad5fef0
4 changed files with 29 additions and 2 deletions

View file

@ -273,6 +273,9 @@ class DefaultConfig(ImmutableConfig):
# rather than only write access or admin access.
FEATURE_READER_BUILD_LOGS = False
# Feature Flag: If set to true, autocompletion will apply to partial usernames.
FEATURE_PARTIAL_USER_AUTOCOMPLETE = True
# If a namespace is defined in the public namespace list, then it will appear on *all*
# user's repository list pages, regardless of whether that user is a member of the namespace.
# Typically, this is used by an enterprise customer in configuring a set of "well-known"