Bonobo Git Server v1.2.0 Release Notes

  • 30 May 2013

    ๐Ÿ”‹ Features

    • Replaced multiselects with the checkbox lists - Mark N
    • ๐ŸŒ Turkish translation - zafer06
    • One URL for secure and anonymous access - Aimeast
    • 0๏ธโƒฃ Default settings file is created automatically when not exists - Aimeast
    • 0๏ธโƒฃ Default database is created automatically when not exists - Aimeast
    • EF 5.0 code first introduction - Aimeast
    • Switched to ASP.NET MVC 4 and .NET 4.5
    • ๐Ÿ“ฆ Nuget packages used for external dependencies
    • ๐Ÿ‘ Allow to pass username and password from URL
    • โœ‚ Removed git.aspx from URL
    • Settings must be set before the first use
    • Git logo added

    ๐Ÿ› Bug Fixes

    • Changing password for normal user
    • Display large binary files
    • Hashing password with proper encoding - Aimeast
    • Max allowed content length set to 4MB
    • Page width set to 980px - Aimeast
    • ๐Ÿ›  Fixed integration with TeamCity - micchickenburger

    Compatibility Issues

    • Password is not compatible with the previous version due to encoding change.
      • For fixing this issue please use sqlite administrator, open the database file located in App_Data and change your record in the table User and set the field Password to 0CC52C6751CC92916C138D8D714F003486BF8516933815DFC11D6C3E36894BFA044F97651E1F3EEBA26CDA928FB32DE0869F6ACFB787D5A33DACBA76D34473A3 which means admin.
      • You can run this sql statement UPDATE User SET Password = '0CC52C6751CC92916C138D8D714F003486BF8516933815DFC11D6C3E36894BFA044F97651E1F3EEBA26CDA928FB32DE0869F6ACFB787D5A33DACBA76D34473A3' WHERE Username = 'YOUR USERNAME'
    • ๐Ÿš€ Database name changed from Bonobo.Git.Server.Release.db to Bonobo.Git.Server.db
      • Go to App_Data folder and rename the file
    • ๐Ÿ Windows Server 2003 is not supported because of the ASP.NET MVC 4.5 and .NET 4.5 versions
      • IIS 7+ and .NET 4.5 and ASP.NET MVC 4.5 is required to run Bonobo Git Server