Commit Graph

38 Commits

Author SHA1 Message Date
seednode 5440346b08 More fine-tuning of max dimensions for images 2024-05-28 19:41:13 -04:00
seednode 66586ba32d Slightly reduce size of image to fix overlap with buttons 2024-05-28 19:30:01 -04:00
Seednode 065cb275ae All arguments are now at most two hyphenated words 2024-02-06 16:10:06 -06:00
Seednode 34cc53338f Move table style to <style> element to allow use of CSP nonce 2024-01-30 17:28:13 -06:00
Seednode c926a9184e Remove transparency on images prior to loading page 2024-01-30 17:20:45 -06:00
Seednode 0baba06ace Temporarily remove CSP header for flash 2024-01-30 15:22:15 -06:00
Seednode 3814e10f20 Change nonce length to a constant 2024-01-30 13:27:45 -06:00
Seednode dbe3bbe0d6 Add CSP headers for all modules, though some are stricter than others 2024-01-30 13:22:42 -06:00
Seednode 352eb24c30 Add initial CSP header support (currently only for images and error pageS) 2024-01-30 13:07:59 -06:00
Seednode 61060f7895 Remove --page-length and HTML index dump, fix media type identification 2024-01-15 08:51:41 -06:00
Seednode 06c6b70b2c Update release year 2024-01-14 12:39:14 -06:00
Seednode d902368845 Add first/prev/next/last buttons to sorted content 2023-10-20 17:18:35 -05:00
Seednode 9274162b4b Only pass Fun value to Type{} if it has an actual effect 2023-10-19 09:44:41 -05:00
Seednode 8dcd03e07f Updated transitive dependencies 2023-10-17 20:38:45 -05:00
Seednode c6941f1336 Rename mime types to media types, change endpoints accordingly 2023-10-09 09:47:17 -05:00
Seednode 9844f4a2e1 Add new --fun flag, add comments to Type interface 2023-10-04 17:33:03 -05:00
Seednode 84c25310da Replace single-value registered format struct with the map value itself 2023-10-04 14:09:49 -05:00
Seednode 7d1ae04849 Possible fix for alt text flickering before image load in Firefox 2023-10-03 11:17:59 -05:00
Seednode fa1e3d126f Simplify type registration system 2023-09-29 14:36:11 -05:00
Seednode 16d1428a52 Display bytes written to response instead of size of files being served in logs 2023-09-15 15:30:52 -05:00
Seednode d4cf9cfa4f Add Type() method to types.Type, to allow displaying served file size for both embedded and inline files 2023-09-15 15:13:45 -05:00
Seednode 1ed9df3932 Add log channel, add --exit-on-error option 2023-09-15 14:28:21 -05:00
Seednode 5ab6d1ee85 Add custom theme support 2023-09-14 22:13:21 -05:00
Seednode bc268db233 Remove svg from image handler, remove line numbers from code handler 2023-09-14 21:09:19 -05:00
Seednode 28bc560098 Add more languages for code syntax highlighting 2023-09-14 21:02:48 -05:00
Seednode 8923a4c14d Fix validation of files when in cache/not cached mode 2023-09-14 19:10:55 -05:00
Seednode aaee51e9a4 Add syntax highlighting for code 2023-09-14 17:37:22 -05:00
Seednode a94b7e208d Remove html from text handler, add yaml/toml/sh/ps1 2023-09-13 23:32:02 -05:00
Seednode fdd33376ce Add --prefix flag for easy reverse proxying 2023-09-13 23:24:29 -05:00
Seednode 64639a87a3 Changed all variables to non-exported by default 2023-09-13 09:26:15 -05:00
Seednode d7bc6e2451 Total restructure, just look at the diffs at this point 2023-09-12 23:35:17 -05:00
Seednode cbf7218453 Added endpoints to view registered file formats 2023-09-12 22:35:15 -05:00
Seednode c77a151a24 Gonna be honest, guys, I don't think I know what an interface is 2023-09-12 20:56:39 -05:00
Seednode 62a8bde8ea Disable line-wrapping for text files 2023-09-12 19:55:54 -05:00
Seednode a7daf81754 Replace []string with map[string]string for extensions, to allow setting default MIME type values 2023-09-12 19:46:27 -05:00
Seednode 57bcd40c29 Enclose text content in readonly textarea to preserve formatting 2023-09-12 19:12:40 -05:00
Seednode cc00a1b63b Fixed Next button when serving SWF files 2023-09-12 18:51:40 -05:00
Seednode 732d944036 Rename formats package to types, replace Css string literal in type struct with func() string 2023-09-12 16:32:19 -05:00