Christian

Results 7 issues of Christian

When creating a tar with 2 dirs in an unpopulated parent directory using: ``` tar -cf - --sort name -C / --hard-dereference --one-file-system --sparse --exclude-vcs -v opt/dir2/ opt/dir1/ | desync...

do not check for how the server is called in a request but for the ip of the client. sort-of fixes: #48

https://github.com/alberthier/git-webui/blob/dee7c192b2ec063cf638c3ec6e99589812b9d231/src/libexec/git-core/git-webui#L145 You can spoof the localhost hostname from any system able to connect to gitweb and by this code anyone able to access webui by the hostname "localhost" have writeaccess....

MR changes discussed in #6. Dereferencing is explicit now either throuh swagger.deref or swagger.derefSync. Still one problem left. $ref: "ext.yml#/path" is not working, still looking for the reason.

Neither Local or Remote references are resolved when doing a compile, resulting in the swagger ui to display errors about missing definitions. e.g. ``` definitions: InventoryItem: $ref: "InventoryItem.yml" ``` will...

add swagger.loadDocument to load documents async