1
0
Fork 0
Commit Graph

63 Commits

Author SHA1 Message Date
Starbeamrainbowlabs d43b88d358 csproj update...? 2017-09-21 14:46:24 +01:00
Starbeamrainbowlabs 2de596017c FIddle with display names & fix links 2017-09-21 14:26:41 +01:00
Starbeamrainbowlabs 3c9c3580db Fix typo 2017-07-21 21:49:34 +01:00
Starbeamrainbowlabs 1013d748c2 Remove extra colon 2017-07-21 21:48:03 +01:00
Starbeamrainbowlabs 32bddf4ff9 Add emojis to header 2017-07-21 21:47:26 +01:00
Starbeamrainbowlabs 9d828386c0 Make README more helpful :D 2017-07-21 21:35:38 +01:00
Starbeamrainbowlabs 543d09b2e8 Use display: flex; to make the footer always appear at the bottom of the screen 2017-07-21 21:02:30 +01:00
Starbeamrainbowlabs 75da9a779c Fix height of html / body elements on short pages 2017-07-21 20:56:44 +01:00
Starbeamrainbowlabs 47a2cbd339 Tweak footer 2017-07-21 20:56:23 +01:00
Starbeamrainbowlabs 3fb4fa992c Fix weird xslt artifacts 2017-07-21 20:43:58 +01:00
Starbeamrainbowlabs e13c6a14b3 Show newest files in a direcotry in the preview, not the oldest 2017-07-21 20:43:43 +01:00
Starbeamrainbowlabs c8985502ae Add --help 2017-07-21 20:22:33 +01:00
Starbeamrainbowlabs 7df3c44a11 Fix csproj 2017-07-21 20:22:27 +01:00
Starbeamrainbowlabs 708846b76f Centre file previews in directory previews. 2016-08-30 10:23:18 +01:00
Starbeamrainbowlabs f99c31c9f6 Add directory previews to XSLT 2016-08-10 21:44:28 +01:00
Starbeamrainbowlabs baaca4ca60 Finish writing & wire up new directory previewer 2016-08-10 21:41:43 +01:00
Starbeamrainbowlabs 39d04706ed Write initial directory preview generator implementation 2016-08-10 20:58:09 +01:00
Starbeamrainbowlabs 438cb63bc3 Refactor file thumbnail generation into own method 2016-08-10 19:12:15 +01:00
Starbeamrainbowlabs 9adadd491d Bugfix: No '/' prefixed to directory names in DisplayName 2016-08-10 19:04:53 +01:00
Starbeamrainbowlabs 1d60b9b085 Don't escape forward slashes - that breaks pathing. 2016-08-10 17:53:29 +01:00
Starbeamrainbowlabs b443508c42 Escape paths sent to the browser to avoid awkward pathing issues. 2016-08-10 17:46:43 +01:00
Starbeamrainbowlabs d777ada143 Add links to tiles 2016-07-18 20:46:51 +01:00
Starbeamrainbowlabs 6df7b76fb2 Maintain Linux build chain compatibility 2016-07-18 20:23:34 +01:00
Starbeamrainbowlabs 4bb6a4dcc3 Windows: Detect HttpListener privilege error and inform the user. 2016-07-18 15:47:07 +01:00
Starbeamrainbowlabs 0926851f05 Unwrap async AggregateExceptions and throw each error in turn. 2016-07-18 15:46:26 +01:00
Starbeamrainbowlabs 0d5dcec352 Windows: Ensure build in older versions of Visual Studio.\nThis commit seems also to have removed some folder include directives, which may cause an issue on Linux. 2016-07-18 15:45:24 +01:00
Starbeamrainbowlabs e551dc274f Start footer and tweak even more xslt / css
I'm so undecided and such a perfectionist when it comes to web page
design :D
2016-07-17 21:38:31 +01:00
Starbeamrainbowlabs 442db404f9 Apply more styles 2016-07-17 18:14:29 +01:00
Starbeamrainbowlabs f3cfede3cb Apply lots of styles to make it look better 2016-07-17 18:05:33 +01:00
Starbeamrainbowlabs b407e054ae Add texture to background. 2016-07-17 16:23:10 +01:00
Starbeamrainbowlabs d1343a472e Bugfix: Prestore remote endpoint so avoid exception when logging errors. 2016-07-17 16:17:43 +01:00
Starbeamrainbowlabs b0b569dbf3 Add question mark to error image generation 2016-07-17 16:09:24 +01:00
Starbeamrainbowlabs 47ca9e54b6 Start woring on aethetics. Do some layout and some bg work. 2016-07-17 15:45:20 +01:00
Starbeamrainbowlabs 990d350e9b Tidy up TODOs 2016-07-17 15:45:09 +01:00
Starbeamrainbowlabs 50c2fbde18 Make targets build for AnyCpu 2016-07-17 15:44:52 +01:00
Starbeamrainbowlabs b286d9b51d Push preview image to background of element 2016-07-16 21:14:10 +01:00
Starbeamrainbowlabs 2d020ab168 Add error handling to root HttpListener handler 2016-07-16 20:57:59 +01:00
Starbeamrainbowlabs 60b7560d21 Initial routing rewrite.
The routes aren't functioning correctly yet.
2016-07-16 15:46:53 +01:00
Starbeamrainbowlabs de2117f9bf Send error images in case of exception.
Also make image sending code more robust.
2016-07-14 21:25:58 +01:00
Starbeamrainbowlabs 4f1fc0f211 Begin implementing error images 2016-07-10 20:50:29 +01:00
Starbeamrainbowlabs dd10edb281 Fix file / directory preview path issue. 2016-07-10 20:49:52 +01:00
Starbeamrainbowlabs 548c4829c6 Rewrite thumbnail generator again.
Apparently some wiring is broken in the request router though, as the thumbnail requests aren't going through correctly anymore.
2016-07-09 21:34:09 +01:00
Starbeamrainbowlabs 620cf2f892 Add preliminary file sending.\nThumbnail generation doesn't work yet (see http://stackoverflow.com/q/38271118/1460422). 2016-07-08 17:12:57 +01:00
Starbeamrainbowlabs 4f4ae8f4df Fix file request wiring and pipe requests through to method 2016-07-08 09:50:53 +01:00
Starbeamrainbowlabs b05c64ce5b Move css to separate file. 2016-07-08 09:50:08 +01:00
Starbeamrainbowlabs 904d49df22 Update c# to reflect new folder for embedded resources 2016-07-08 09:32:06 +01:00
Starbeamrainbowlabs e6b08fd2fe Add sln file... how the cheese did I miss that?! 2016-07-08 09:31:05 +01:00
Starbeamrainbowlabs c3ee7b06a0 Move embedded resources to folder 2016-07-08 09:30:42 +01:00
Starbeamrainbowlabs 6d3064b79f Begin settings up file sending 2016-07-08 09:29:54 +01:00
Starbeamrainbowlabs d80338d4be Add command line params to project to aid debugging 2016-07-08 09:13:29 +01:00