• Joined on 2022-01-01
MattMo pushed to master at MontoyaTech/Rest.Net 2023-06-29 16:29:23 +00:00
36872164c5 Improved SinglePage algorithm. Bumped package version to 1.6.6
MattMo pushed to master at MontoyaTech/Rest.Net 2023-06-29 15:37:48 +00:00
dc1abd516b Added missing code to the ServeSinglePage. Bumped package version to 1.6.5
MattMo pushed to master at MontoyaTech/Rest.Net 2023-06-29 15:21:58 +00:00
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
MattMo merged pull request MontoyaTech/Rest.Net#2 2023-06-29 01:39:08 +00:00
ServeFileExtension
MattMo pushed to master at MontoyaTech/Rest.Net 2023-06-29 01:39:08 +00:00
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.
Compare 3 commits »
MattMo deleted branch ServeFileExtension from MontoyaTech/Rest.Net 2023-06-29 01:39:08 +00:00
MattMo created pull request MontoyaTech/Rest.Net#2 2023-06-29 01:39:01 +00:00
ServeFileExtension
MattMo pushed to ServeFileExtension at MontoyaTech/Rest.Net 2023-06-29 01:37:49 +00:00
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.
MattMo created branch ServeFileExtension in MontoyaTech/Rest.Net 2023-06-29 00:41:21 +00:00
MattMo pushed to ServeFileExtension at MontoyaTech/Rest.Net 2023-06-29 00:41:21 +00:00
d96c44e542 Working on code and tests for a serve file extension to make developing a small web server easier.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-06-28 23:35:37 +00:00
8467251a17 Working on ServeMultiPage and ServeSinglePage to help make it easier to serve a website using this library.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-06-28 14:59:49 +00:00
4796f2c51e Fixed a bug with the exists function for tables. Bumped package version to 1.1.5
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-06-23 17:10:20 +00:00
cabbdc847a Added function to MySqlSession to check if a row exists. Bumped package version to 1.1.4
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-06-23 16:58:28 +00:00
8cf3b2eac0 Added a new extension to see if a row exists by it's id. Bumped package version to 1.1.3
MattMo pushed to master at MontoyaTech/ignite-html 2023-06-16 18:21:49 +00:00
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.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-06-16 17:28:31 +00:00
ac2f63229c Fixed a minor bug with the GetValue Javascript generated function. Bumped package version to 1.6.2
MattMo pushed to master at MontoyaTech/Rest.Net 2023-06-16 17:17:23 +00:00
9367ba0ff5 Bumped package version to 1.6.1 and added helper GetValue function to Javascript and improved the documentation.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-06-13 22:10:53 +00:00
926fff38fd Added extension functions for getting a row by a string id, and deleting a row by a string id.
MattMo pushed to main at MontoyaTech/MySqlPlus 2023-06-13 22:08:48 +00:00
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.
MattMo pushed to master at MontoyaTech/Rest.Net 2023-06-09 21:53:48 +00:00
52a6db9e1a Added ReadAsForm to the RequestExtensions to help with reading form data. Bumped package verison to 1.6.0