Yessiest
Yessiest pushed to master at Yessiest/landline 2023-09-25 21:18:32 +00:00
55e87603e5 fixed basepath resolution for templates, fixed library resolution within plugged in apps, added plugin example with directories and requiring from an inline template
Yessiest pushed to master at Yessiest/landline 2023-09-25 17:00:46 +00:00
b0ef62fafe Update 'README.md'
Yessiest pushed to master at Yessiest/landline 2023-09-22 20:50:28 +00:00
c37dcf47e0 Bumped gem version, added flag to ignore filepath modification in a node
Yessiest pushed to master at Yessiest/landline 2023-09-20 19:01:19 +00:00
6e6ff6151f Bumped patch version
Yessiest pushed to master at Yessiest/landline 2023-09-20 18:59:26 +00:00
960dbf92ea Added MIME types library for static file serving
56e3907250 Better method naming, HMAC verification and generation fixes, example of using HMAC in cookies
757d34661c HMAC cookie signing
Compare 3 commits »
Yessiest pushed to master at Yessiest/landline 2023-09-19 20:19:13 +00:00
04400bdd67 changed readme to reflect project goals
Yessiest pushed to master at Yessiest/landline 2023-09-19 19:00:25 +00:00
a800faf6e8 Rebranding & better cookie DSL
Yessiest renamed repository from hyde to Yessiest/landline 2023-09-19 18:49:39 +00:00
Yessiest pushed to master at Yessiest/landline 2023-09-16 21:52:14 +00:00
fcaeba4178 deleted gem that i accidentally created
Yessiest pushed to master at Yessiest/landline 2023-09-16 21:33:21 +00:00
060a665843 Hardened header parsing, basic cookie functionality, restructuring of Util files, proper encoding handling in formdata parser, other minor changes
Yessiest pushed to master at Yessiest/landline 2023-09-16 14:33:24 +00:00
5861908848 fixed a previously unfixed issue with all markdown parsers except redcarpet being inferior
Yessiest pushed to master at Yessiest/landline 2023-09-16 14:30:25 +00:00
8d30faf52f wording fixed on readme
Yessiest pushed to master at Yessiest/landline 2023-09-16 13:47:50 +00:00
f807d5ca8d WIP fix for header matching
3300f966a9 quickfix for template constructors
Compare 2 commits »
Yessiest pushed to master at Yessiest/landline 2023-09-14 08:58:35 +00:00
4312d31268 Added application inclusion
Yessiest pushed to master at Yessiest/landline 2023-09-13 20:59:47 +00:00
a7fada480d Added Erubi support
Yessiest pushed to master at Yessiest/landline 2023-09-13 16:23:24 +00:00
d807b64161 Recursive templates, simplified erb template class
Yessiest pushed to master at Yessiest/landline 2023-09-12 22:25:42 +00:00
d30b09fe2c Module restructuring, minor bugfixes, first template engine (incomplete), template engine example
Yessiest pushed to master at Yessiest/landline 2023-09-11 17:45:09 +00:00
d05faeac39 moving files to pc
Yessiest pushed to master at Yessiest/landline 2023-09-10 16:18:21 +00:00
20559149eb Update 'README.md'
Yessiest pushed to master at Yessiest/landline 2023-09-10 16:17:31 +00:00
bc8750daf7 made form parser easier to use