Skip to content

Releases: gabrielcsapo/node-git-server

0.4.2

08 Dec 06:11
Compare
Choose a tag to compare
  • adds https support

0.4.1

05 Dec 07:37
f3f7396
Compare
Choose a tag to compare
  • fixes type to be the same as the event names

0.4.0

04 Dec 01:43
Compare
Choose a tag to compare
  • [BREAKING] changes the interface for authentication to make it more flexible
  • when error is sent back to client ensure error is string

0.3.4

10 Nov 22:30
Compare
Choose a tag to compare
  • updates duplex lib to fix cork, uncork and add some chaining
  • adds extensive docs to Git, Util and Service
  • adds named function to events to trace errors more easily

0.3.3

05 Nov 21:49
Compare
Choose a tag to compare
  • Removes dependency on http-duplex package replacing w/ internal replacement lib
  • updates [email protected] and updates Docs

0.3.2

02 Nov 20:08
Compare
Choose a tag to compare
  • fixes pathing issues on non linux/unix based operating systems (windows)

0.3.1

18 Oct 05:09
Compare
Choose a tag to compare
  • allow authenticate to handle promises

0.3.0

17 Sep 03:18
Compare
Choose a tag to compare
  • removes authentication logic and makes it a configurable middleware
  • passes username to listener objects

0.2.1

16 Sep 02:11
Compare
Choose a tag to compare
  • fixes bug that would let anyone publish to a repo regardless of permissions that were set
  • fixes bug in test that didn't properly test auth based operations

0.2.0

06 Sep 03:41
Compare
Choose a tag to compare
  • abstracts server into lib/git.js
  • fixes list to only return valid .git directories
  • adds tests for basicAuth middleware
  • isolate helper functions into util.js
  • refactor unit tests to subside in files they are relevant to
  • adds jsdoc