Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
9798863e34
Sample data fixes so that test completes on first run. This synchronises the import test with what is initially loaded
4494154879
Fix regression introduced in 56fcd729. Server was added to the configuration before SwapinAuthUser::class resulting in the configured LDAP user being used for all queries and not the logged in user. Fixes#348
b22c9505bc
Fix rendering of objectclass in server info, consistent use of true/false/null in view blades
29a659ff69
Fix typo in 553368c that stopped configuration defaults from loading
2348da36c4
Fix hasing password on entry create. Fixes#353
4494154879
Fix regression introduced in 56fcd729. Server was added to the configuration before SwapinAuthUser::class resulting in the configured LDAP user being used for all queries and not the logged in user. Fixes#348
553368c7b9
Implement getNextNumber() to populate template->values for attributes, where the attribute is determined after evaulating whats in the directory
c8d1122ff6
Fix validation on existing entries, missed in 88db4cc
2320445dfb
Fix regression introduce in 31e3c7, x-form.select wasnt rendering the current value of the select list. Also fix validation redirect where the password encryption method was changed, but the new encryption method was not set.
6d2c9d1354
Specifying a comma delimited list for LDAP_BASE_DN was never going to work. Use a colon instead. Fixes#351
6f20d426ad
Dont sort by DN, problematic when sssvlv overlay is used in openldap. Seems DN's are sorted anyway. Fixes#350