54 Commits

Author SHA1 Message Date
1b946b4880 Maybe it's bad to return
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 13:28:56 -05:00
05a0e59e26 Include result screenshot in data (#8)
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 13:26:49 -05:00
bba4c15692 Don't let the server wait for the interpretation to finish
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 13:24:42 -05:00
3a8a8d9458 Include screenshot info in finalized arcade data (#8)
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 13:20:36 -05:00
835d7ef442 Restore nanotime
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 13:04:12 -05:00
0076c5efbc Repaired boundary checking
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 13:03:00 -05:00
d0c38170be ?
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 12:59:42 -05:00
28aad6d2b4 Filename maybe?
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 12:58:43 -05:00
3c6b13f7ae Why you not work
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 12:56:23 -05:00
f10e80c7f7 Maybe a mistake?
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 12:55:24 -05:00
986214bf66 Boundary debug
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 12:53:10 -05:00
54802af1f9 Extra boundary data??
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 12:51:56 -05:00
3c307d534a Look for filename
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 12:38:34 -05:00
f76910c093 Server-side updates made and prepped the POST request for submitting scores
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 12:10:30 -05:00
fe79eb6fc0 Submit a web request
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-20 12:01:51 -05:00
0c3adc6cab Fix bugs relating to code containing < signs while regular text did as well. Also fixed issues with encoding/decoding limits
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-03 19:22:57 +00:00
0e6099490a Add server side and client side form validation for submitting comments. Also fix coding blocks not supporting multi-line code blocks
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-03 18:58:11 +00:00
73ec21dff6 Fix JSON function
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-02 20:07:36 -05:00
aaf6a670d6 Properly parses and accepts POST requests with headers
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-02 13:23:51 +00:00
e9693d20ab Add placeholder text when clicking formatting tags with nothing highlighted
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-01 16:13:05 +00:00
710f58b034 Fix 304 caching errors
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-01 16:01:45 +00:00
f0100ceaf1 Add error page and navbar links to pages
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-08-01 15:27:08 +00:00
a0f7936575 Fixed code block having extra /home/gitpod lines in it
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-28 20:13:24 +00:00
5a3bbd231e Complete code block and link support. All formatting now supported in comment blocks
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-28 19:57:43 +00:00
8b0c68a897 Commenting system now works!
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-27 20:20:09 +00:00
43706baa3e Create comment post form
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-27 18:25:24 +00:00
e8b7d8d2d6 Corrected bug where file may not exist when checking for cached modified date
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 19:19:57 +00:00
455c5bcc75 Comment endpoint setup
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-26 19:10:12 +00:00
33b6f7bd2a Implemented code highlighting for strings, numerical constants, classes
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-23 17:44:42 -05:00
cbebcebe08 refactored how files were delivered
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-23 13:58:32 -05:00
b35f1815b2 Include image article figure publishing along with adding sub and sup support
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-07-15 18:59:33 +00:00
e46476c05d Implement status codes based on file upload success
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-05-22 16:58:46 -05:00
a9620a5374 Remove warnings 2022-05-19 19:08:44 +00:00
4296d84226 Fix file uploading to completely accept and write binary files 2022-05-19 19:07:33 +00:00
ad134823a3 Attempt to parse file using bytes 2022-05-18 22:54:41 -05:00
be139980a5 Create an example template for what a code block should look like 2022-05-12 19:25:44 +00:00
aac6f726ba Optimize modified date reading 2022-05-12 15:30:49 +00:00
e4af1ba79f Include debug information for POST file uploading 2022-05-12 15:27:48 +00:00
a876531d49 Changed read scheme to use the ready() buffer method to retrieve file data 2022-05-11 20:22:43 +00:00
c16461ed56 Upload form included, currently hangs server without a response 2022-05-11 20:08:48 +00:00
f3f50e5171 Implement proper caching of files 2022-05-06 18:16:42 +00:00
a92d375d41 Include last modified date in HTTP headers for caching scheme. 2022-05-06 17:40:32 +00:00
24fa2a205d Add styling and handle spaces in URL queries. Also improve formatting 2022-05-04 18:46:53 +00:00
4e9dfee799 Build a file listing page for any given directory 2022-05-04 18:33:36 +00:00
92d9a14057 directory listing builder implementation 2022-05-04 16:23:27 +00:00
7241bd4aeb Handle null socket messages and add text coloring 2022-05-03 14:12:26 +00:00
5268e16fb0 Allow for command-line parameters: Set port number to host on. 2022-05-03 13:45:03 +00:00
82634154d5 Try frosted glass styling 2022-05-03 13:34:15 +00:00
7807680b25 Handle custom parameters, 2022-05-03 12:17:58 +00:00
e6289eeedc Code scrolling background generation 2022-05-02 21:03:16 -05:00