Added support for disabling basic signup and signin using two new server environment variables: IS_BASIC_SIGNUP_ENABLED and IS_BASIC_SIGNIN_ENABLED. This is useful when using external authentication methods such as SSO or LDAP, or when restricting access after initial setup.
Resolved an issue where usernames created via SSO or LDAP were being converted to lowercase. No action is needed, just log in again and your username will be correctly updated.
Fixed a bug affecting some usernames created through OpenID SSO. RepoFlow now attempts to use given_name and family_name from the user's profile information when available. If those are missing, it falls back to using name and tries to infer the first and last names.
Fixed an issue in the RepoFlow CLI where the Artifactory migration occasionally displayed an incorrect number of files.
Fixed an issue in the RepoFlow CLI where some upload errors were not recorded in the error log file.
Changed the default value of MAX_UPLOAD_FILE_SIZE_IN_BYTES from 300000000 (300MB) to 1000000000 (1GB). This allows for larger uploads by default. You can still override this by setting the environment variable manually.