Commit Graph

16 Commits

Author SHA1 Message Date
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