index
:
miniserve
master
origin/HEAD
origin/master
origin/sse-based-dirsize
origin/switch-to-dtolnay-rust-toolchain
For when you really just want to serve some files over HTTP right now!
rustc
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
renderer.rs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2019-04-13
Fix issue #63
boasting-squirrel
1
-48
/
+68
2019-04-07
Make body take 100% height in HTML
boasting-squirrel
1
-0
/
+1
2019-04-07
Fix CSS bug
boasting-squirrel
1
-2
/
+0
2019-04-07
Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug ↵
boasting-squirrel
1
-6
/
+6
derives
2019-04-07
Fix CSS bug
boasting-squirrel
1
-0
/
+4
2019-04-07
Use strum on Enums to reduce boilerplate
boasting-squirrel
1
-3
/
+3
2019-04-07
Use strum_macros::EnumIter instead of manually listing Enum variants
boasting-squirrel
1
-2
/
+3
2019-04-07
Fixed upload bug + refactored @ else in templates
boasting-squirrel
1
-40
/
+44
2019-04-06
Improved mobile view
boasting-squirrel
1
-45
/
+22
2019-04-06
Added flex wrap to handle overflow on mobile
boasting-squirrel
1
-1
/
+3
2019-04-06
Improved design
boasting-squirrel
1
-18
/
+21
2019-04-06
Changed link description in case of upload error
boasting-squirrel
1
-1
/
+1
2019-04-05
Improve file upload text.
Vojtěch Pejša
1
-1
/
+1
2019-04-04
Allow drag and drop file upload with js.
Vojtěch Pejša
1
-3
/
+26
2019-04-04
Fix typos and indentation.
Vojtěch Pejša
1
-5
/
+5
2019-04-04
Better error handling for file upload.
Vojtěch Pejša
1
-0
/
+11
2019-04-04
Fix file upload when used with random route.
Vojtěch Pejša
1
-2
/
+3
2019-04-04
Add CLI arguments for file uploading.
Vojtěch Pejša
1
-0
/
+3
2019-04-04
Implement file upload.
Vojtěch Pejša
1
-1
/
+7
2019-04-02
Removed query params when clicking on a file
boasting-squirrel
1
-1
/
+1
2019-04-01
Color schemes
boasting-squirrel
1
-150
/
+391
2019-03-15
Added missing padding on download div
boasting-squirrel
1
-0
/
+1
2019-03-15
Improved design
boasting-squirrel
1
-3
/
+7
2019-03-08
Download folder as a tar working
boasting-squirrel
1
-0
/
+35
2019-03-04
Added color on hovering row
boasting-squirrel
1
-2
/
+5
2019-03-02
Reset color of visited link in back to top button
boasting-squirrel
1
-1
/
+3
2019-03-02
Added back to top button + various CSS improvements + re-order functions in ↵
boasting-squirrel
1
-34
/
+66
renderer
2019-02-27
Improved readability on mobile + terminal browsers
boasting-squirrel
1
-10
/
+23
2019-02-27
Improved parent directory link's style
boasting-squirrel
1
-1
/
+8
2019-02-27
Actually use unicode characters
boasting-squirrel
1
-2
/
+2
2019-02-27
Switched to unicode characters + improved look and feel
boasting-squirrel
1
-36
/
+10
2019-02-26
Added highlight for current sorting column
boasting-squirrel
1
-3
/
+12
2019-02-26
Stylized table header + added chevrons
boasting-squirrel
1
-0
/
+45
2019-02-25
Removed sorting from CLI + added sorting from HTML
boasting-squirrel
1
-3
/
+31
2019-02-23
convert_utc and humanize_systemtime now return option + fixed template ↵
boasting-squirrel
1
-29
/
+28
accordingly
2019-02-23
Renders file listing using maud
boasting-squirrel
1
-0
/
+230
[prev]