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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make body take 100% height in HTML
boasting-squirrel
2019-04-07
1
-0
/
+1
*
Fix CSS bug
boasting-squirrel
2019-04-07
1
-2
/
+0
*
Use strum to reduce boilerplate on ColorScheme enum + removed useless Debug d...
boasting-squirrel
2019-04-07
1
-6
/
+6
*
Fix CSS bug
boasting-squirrel
2019-04-07
1
-0
/
+4
*
Use strum on Enums to reduce boilerplate
boasting-squirrel
2019-04-07
1
-3
/
+3
*
Use strum_macros::EnumIter instead of manually listing Enum variants
boasting-squirrel
2019-04-07
1
-2
/
+3
*
Fixed upload bug + refactored @ else in templates
boasting-squirrel
2019-04-07
1
-40
/
+44
*
Improved mobile view
boasting-squirrel
2019-04-06
1
-45
/
+22
*
Added flex wrap to handle overflow on mobile
boasting-squirrel
2019-04-06
1
-1
/
+3
*
Improved design
boasting-squirrel
2019-04-06
1
-18
/
+21
*
Changed link description in case of upload error
boasting-squirrel
2019-04-06
1
-1
/
+1
*
Merged upload + adapted it to the new design
boasting-squirrel
2019-04-06
1
-7
/
+138
|
\
|
*
Improve file upload text.
Vojtěch Pejša
2019-04-05
1
-1
/
+1
|
*
Allow drag and drop file upload with js.
Vojtěch Pejša
2019-04-04
1
-3
/
+26
|
*
Fix typos and indentation.
Vojtěch Pejša
2019-04-04
1
-5
/
+5
|
*
Better error handling for file upload.
Vojtěch Pejša
2019-04-04
1
-0
/
+11
|
*
Fix file upload when used with random route.
Vojtěch Pejša
2019-04-04
1
-2
/
+3
|
*
Add CLI arguments for file uploading.
Vojtěch Pejša
2019-04-04
1
-0
/
+3
|
*
Implement file upload.
Vojtěch Pejša
2019-04-04
1
-1
/
+7
*
|
Removed query params when clicking on a file
boasting-squirrel
2019-04-02
1
-1
/
+1
*
|
Color schemes
boasting-squirrel
2019-04-01
1
-150
/
+391
|
/
*
Added missing padding on download div
boasting-squirrel
2019-03-15
1
-0
/
+1
*
Improved design
boasting-squirrel
2019-03-15
1
-3
/
+7
*
Download folder as a tar working
boasting-squirrel
2019-03-08
1
-0
/
+35
*
Added color on hovering row
boasting-squirrel
2019-03-04
1
-2
/
+5
*
Reset color of visited link in back to top button
boasting-squirrel
2019-03-02
1
-1
/
+3
*
Added back to top button + various CSS improvements + re-order functions in r...
boasting-squirrel
2019-03-02
1
-34
/
+66
*
Improved readability on mobile + terminal browsers
boasting-squirrel
2019-02-27
1
-10
/
+23
*
Improved parent directory link's style
boasting-squirrel
2019-02-27
1
-1
/
+8
*
Actually use unicode characters
boasting-squirrel
2019-02-27
1
-2
/
+2
*
Switched to unicode characters + improved look and feel
boasting-squirrel
2019-02-27
1
-36
/
+10
*
Added highlight for current sorting column
boasting-squirrel
2019-02-26
1
-3
/
+12
*
Stylized table header + added chevrons
boasting-squirrel
2019-02-26
1
-0
/
+45
*
Removed sorting from CLI + added sorting from HTML
boasting-squirrel
2019-02-25
1
-3
/
+31
*
convert_utc and humanize_systemtime now return option + fixed template accord...
boasting-squirrel
2019-02-23
1
-29
/
+28
*
Renders file listing using maud
boasting-squirrel
2019-02-23
1
-0
/
+230