Bonobo Git Server v5.1 Release Notes

Release Date: 2016-03-09 // about 8 years ago
  • 11 January 2016

    ๐Ÿ”‹ Features

    • display general and personal repository URL as links - padremortius
    • โž• add Danish translation - larshg
    • โž• add Italian translation - Andrea Capigiri
    • ๐Ÿ‘Œ improve Japanese translation - mattn
    • ๐Ÿ‘Œ improve Chinese translation - StarryLibra
    • ๐Ÿ‘Œ improve French translation - latop2604
    • โšก๏ธ Active Directory updates - Matt Bodily
      • use nested groups for permissions
      • allow logging in without specifying the AD domain (should use the default for all AD look-ups if one is not specified)
      • update so username at login is not case sensitive when retrieving roles
    • External links functionality - kabongsteve
    • increase repository logo quality by using PNG - mischalandwehr

    ๐Ÿ› Bug Fixes

    • exporting correct user environment variable for AD - BIPrc
    • removing confidence requirement for file type - larshg
    • ๐Ÿ›  fixed subfolder application redirection to root - Alex Moran
    • ๐Ÿ›  fix error when changing URL - Alex Moran
    • prevent repository buttons breaking - mischalandwehr
    • ๐Ÿ›  fix multiple tags support - kabongsteve

    Code improvements

    • install SQLite from nuget - padremortius
    • start using MediaTypeMap - padremortius
    • ๐Ÿ‘Œ improve .gitignore - n.kochnev