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.
aaa593e846
Removed old code that would try to force ignite properties to stay as the same value type as their previous value. This causes issues and the developer should be free to set properties to whatever value they want.
c703b24bfe
Fixed a few typos, improved column searching, if a searcher is not defined, it will now make sure the value is a string before applying the regex, if a searcher is defined it now runs that.
1c31f34424
Improved DataTable by exposing the table that owns a given column, added a new onclick function callback for columns, added a data field for the DataRow so that it can be accessed.
8c44d56ab4
Added utf16 response extensions to help support some legacy code. Changed HttpListener to protected to help with overriding the default behavior of the RouteListener if needed. Bumped package version to 1.6.9
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.