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.
4617f861fc
Added support for cases where the parent directory is included in the request path. Added unit tests to check this case. Bumped package version to 1.6.4
46aab308fa
Merge pull request 'ServeFileExtension' (#2) from ServeFileExtension into master
c2f60ff19f
Bumped package version to 1.6.3. Added unit tests for serving files. Fixed issues and improved the security of the serve file extensions and the ability to compress files.
d96c44e542
Working on code and tests for a serve file extension to make developing a small web server easier.
c2f60ff19f
Bumped package version to 1.6.3. Added unit tests for serving files. Fixed issues and improved the security of the serve file extensions and the ability to compress files.
9a76dc2395
Fixed an issue with disabled function not running the converter on non ignite properties. Disabled function now allows arrays of properties to be used.
b323dc14eb
Bumped package version to 1.1.2. Improved documentation, simplified the column attribute and added the ability to mark columns as unique. Indexes now don't need a name to be specified, one will be generated if none is provided, and a few other wording changes and renaming was done.