- 18 Dec, 2020 2 commits
-
-
Bryan Tong authored
Use +00:00 to set the server timezone when connecting to MySQL or MariaDB server. See merge request kado/kado!288
-
Bryan Tong authored
Also corrects corner case with older versions of Node.JS where the Date object would not be properly coerced to a string when being set to a buffer.
-
- 16 Nov, 2020 1 commit
-
-
Bryan Tong authored
Change SID generator to probably never clash See merge request kado/kado!287
-
- 14 Nov, 2020 3 commits
-
-
Tony Butler authored
-
Bryan Tong authored
Take expanded cookie options to the session.getMiddleware method. See merge request kado/kado!286
-
Bryan Tong authored
-
- 13 Nov, 2020 2 commits
-
-
Bryan Tong authored
Fix support for IN queries. See merge request kado/kado!285
-
Bryan Tong authored
-
- 05 Nov, 2020 3 commits
-
-
Bryan Tong authored
Raise cluster start, stop, respawn, recycle timeouts. See merge request kado/kado!284
-
Bryan Tong authored
-
Bryan Tong authored
Fix URI Decoding. See merge request kado/kado!283
-
- 04 Nov, 2020 2 commits
-
-
Bryan Tong authored
-
Bryan Tong authored
-
- 19 Sep, 2020 6 commits
-
-
Bryan Tong authored
Params to JSON first See merge request kado/kado!282
-
Bryan Tong authored
Convert the template parameters to JSON and back. This causes complex objects to serialize for display purposes.
-
Bryan Tong authored
-
Bryan Tong authored
Only merge the properties of locals into the template params. See merge request kado/kado!280
-
Bryan Tong authored
-
Bryan Tong authored
Rather than performing a full merge. This solves compatibility with Sequelize models. Left the old method commented out for posterity.
-
- 17 Sep, 2020 1 commit
-
-
Bryan Tong authored
Updated the pre-existing code from setHeader to res.cookie See merge request kado/kado!279
-
- 16 Sep, 2020 6 commits
-
-
Stephen authored
-
Bryan Tong authored
Deleted the lines creating a loop. See merge request !278
-
Stephen authored
-
Bryan Tong authored
Fix bug in Format.cookie() with MaxAge becoming Max-Age See merge request !277
-
Stephen authored
-
Stephen authored
-
- 12 Sep, 2020 3 commits
-
-
Bryan Tong authored
Cookie Builder See merge request !276
-
Bryan Tong authored
-
Stephen authored
-
- 11 Sep, 2020 1 commit
-
-
Bryan Tong authored
Kado will now send static files with query string additives. See merge request !275
-
- 10 Sep, 2020 3 commits
-
-
Bryan Tong authored
-
Bryan Tong authored
Improved Query String handling with support for express style and Kado 4.2. See merge request !274
-
Bryan Tong authored
-
- 09 Sep, 2020 2 commits
-
-
Bryan Tong authored
Session should set Path=/ and HttpOnly on session cookies. See merge request !273
-
Bryan Tong authored
-
- 03 Sep, 2020 2 commits
-
-
Bryan Tong authored
Upgrade the command method argument to automatically convert a passed function... See merge request !272
-
Bryan Tong authored
Upgrade the command method argument to automatically convert a passed function into an action method.
-
- 27 Aug, 2020 3 commits
-
-
Bryan Tong authored
Add BigInteger library and test See merge request !269
-
Bryan Tong authored
Add mapArguments static method See merge request !271
-
Tony Butler authored
-