|
1013d748c2
|
Remove extra colon
|
2017-07-21 21:48:03 +01:00 |
|
|
32bddf4ff9
|
Add emojis to header
|
2017-07-21 21:47:26 +01:00 |
|
|
9d828386c0
|
Make README more helpful :D
|
2017-07-21 21:35:38 +01:00 |
|
|
543d09b2e8
|
Use display: flex; to make the footer always appear at the bottom of the screen
|
2017-07-21 21:02:30 +01:00 |
|
|
75da9a779c
|
Fix height of html / body elements on short pages
|
2017-07-21 20:56:44 +01:00 |
|
|
47a2cbd339
|
Tweak footer
|
2017-07-21 20:56:23 +01:00 |
|
|
3fb4fa992c
|
Fix weird xslt artifacts
|
2017-07-21 20:43:58 +01:00 |
|
|
e13c6a14b3
|
Show newest files in a direcotry in the preview, not the oldest
|
2017-07-21 20:43:43 +01:00 |
|
|
c8985502ae
|
Add --help
|
2017-07-21 20:22:33 +01:00 |
|
|
7df3c44a11
|
Fix csproj
|
2017-07-21 20:22:27 +01:00 |
|
|
708846b76f
|
Centre file previews in directory previews.
|
2016-08-30 10:23:18 +01:00 |
|
|
f99c31c9f6
|
Add directory previews to XSLT
|
2016-08-10 21:44:28 +01:00 |
|
|
baaca4ca60
|
Finish writing & wire up new directory previewer
|
2016-08-10 21:41:43 +01:00 |
|
|
39d04706ed
|
Write initial directory preview generator implementation
|
2016-08-10 20:58:09 +01:00 |
|
|
438cb63bc3
|
Refactor file thumbnail generation into own method
|
2016-08-10 19:12:15 +01:00 |
|
|
9adadd491d
|
Bugfix: No '/' prefixed to directory names in DisplayName
|
2016-08-10 19:04:53 +01:00 |
|
|
1d60b9b085
|
Don't escape forward slashes - that breaks pathing.
|
2016-08-10 17:53:29 +01:00 |
|
|
b443508c42
|
Escape paths sent to the browser to avoid awkward pathing issues.
|
2016-08-10 17:46:43 +01:00 |
|
|
d777ada143
|
Add links to tiles
|
2016-07-18 20:46:51 +01:00 |
|
|
6df7b76fb2
|
Maintain Linux build chain compatibility
|
2016-07-18 20:23:34 +01:00 |
|
|
4bb6a4dcc3
|
Windows: Detect HttpListener privilege error and inform the user.
|
2016-07-18 15:47:07 +01:00 |
|
|
0926851f05
|
Unwrap async AggregateExceptions and throw each error in turn.
|
2016-07-18 15:46:26 +01:00 |
|
|
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 |
|
|
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 |
|
|
442db404f9
|
Apply more styles
|
2016-07-17 18:14:29 +01:00 |
|
|
f3cfede3cb
|
Apply lots of styles to make it look better
|
2016-07-17 18:05:33 +01:00 |
|
|
b407e054ae
|
Add texture to background.
|
2016-07-17 16:23:10 +01:00 |
|
|
d1343a472e
|
Bugfix: Prestore remote endpoint so avoid exception when logging errors.
|
2016-07-17 16:17:43 +01:00 |
|
|
b0b569dbf3
|
Add question mark to error image generation
|
2016-07-17 16:09:24 +01:00 |
|
|
47ca9e54b6
|
Start woring on aethetics. Do some layout and some bg work.
|
2016-07-17 15:45:20 +01:00 |
|
|
990d350e9b
|
Tidy up TODOs
|
2016-07-17 15:45:09 +01:00 |
|
|
50c2fbde18
|
Make targets build for AnyCpu
|
2016-07-17 15:44:52 +01:00 |
|
|
b286d9b51d
|
Push preview image to background of element
|
2016-07-16 21:14:10 +01:00 |
|
|
2d020ab168
|
Add error handling to root HttpListener handler
|
2016-07-16 20:57:59 +01:00 |
|
|
60b7560d21
|
Initial routing rewrite.
The routes aren't functioning correctly yet.
|
2016-07-16 15:46:53 +01:00 |
|
|
de2117f9bf
|
Send error images in case of exception.
Also make image sending code more robust.
|
2016-07-14 21:25:58 +01:00 |
|
|
4f1fc0f211
|
Begin implementing error images
|
2016-07-10 20:50:29 +01:00 |
|
|
dd10edb281
|
Fix file / directory preview path issue.
|
2016-07-10 20:49:52 +01:00 |
|
|
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 |
|
|
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 |
|
|
4f4ae8f4df
|
Fix file request wiring and pipe requests through to method
|
2016-07-08 09:50:53 +01:00 |
|
|
b05c64ce5b
|
Move css to separate file.
|
2016-07-08 09:50:08 +01:00 |
|
|
904d49df22
|
Update c# to reflect new folder for embedded resources
|
2016-07-08 09:32:06 +01:00 |
|
|
e6b08fd2fe
|
Add sln file... how the cheese did I miss that?!
|
2016-07-08 09:31:05 +01:00 |
|
|
c3ee7b06a0
|
Move embedded resources to folder
|
2016-07-08 09:30:42 +01:00 |
|
|
6d3064b79f
|
Begin settings up file sending
|
2016-07-08 09:29:54 +01:00 |
|
|
d80338d4be
|
Add command line params to project to aid debugging
|
2016-07-08 09:13:29 +01:00 |
|
|
e99ec4ddde
|
Add linux home directory expansion
|
2016-07-08 09:12:59 +01:00 |
|
|
9ebf090397
|
Readd html5 doctype to xslt stylesheet
|
2016-07-06 21:14:39 +01:00 |
|
|
9526d95861
|
Prettyprint xml output and fix xslt
|
2016-07-06 21:11:15 +01:00 |
|