aboutsummaryrefslogtreecommitdiffstats
path: root/src/listing.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-19Add support for README.txt and README filesGaurav-Lab-PC1-5/+12
2022-09-14Fix typosKian-Meng Ang1-2/+2
2022-09-01Remove leftover `dbg!`cyqsimon1-1/+0
2022-09-01Fix drop-down QR codecyqsimon1-17/+9
2022-08-22Fix rustfmt complaintscyqsimon1-6/+13
2022-08-22Move QR code page style to `style.scss`cyqsimon1-15/+8
2022-08-22Use `mime` for content typecyqsimon1-1/+1
2022-08-22Switch to `qrcode` libcyqsimon1-36/+5
2022-08-14Simplify README code a bitSven-Hendrik Haase1-35/+8
2022-08-14Edit Readme struct to remove render boolGaurav1-19/+8
2022-08-14Make Readme structGaurav1-14/+47
2022-08-14Add `--readme` info and reformatGaurav1-1/+0
2022-08-14Satisfy cargo fmtGaurav1-9/+17
2022-08-14Replace `markdown` by `comrak`; Render support for nested dirsGaurav1-2/+6
2022-08-14Add `--readme` flag to cliGaurav1-2/+2
2022-08-14Add support for readme renderingGaurav1-1/+7
2022-07-21Use `mime` for all content type declarationscyqsimon1-15/+13
2022-06-26Create directory (#781)Sheepy1-0/+1
2022-05-23Fix new clippy lintsSven-Hendrik Haase1-1/+1
2022-05-06Allow clippy::format_push_stringSven-Hendrik Haase1-3/+5
2022-02-05update to actix-web v4.0-rc.2Ali MJ Al-Nasrawy1-4/+3
2021-12-29Implement --route-prefix to set specific route prefixjikstra1-5/+3
2021-12-28Bump actix-web to v4.0-beta.15jikstra1-3/+3
2021-09-02cargo fmt & cargo clippyjikstra1-1/+1
2021-09-02Fix rebasejikstra1-0/+1
2021-09-01Implement a raw rendering mode for recursive folder downloadjikstra1-0/+7
2021-08-31extract_query_parameters(): avoid clone and simplifyAli MJ Al-Nasrawy1-15/+3
2021-08-30Fix clippy::too_many_arguments and rework error ..Ali MJ Al-Nasrawy1-66/+26
2021-08-30Implement show symlink destinationDean Li1-7/+13
2021-08-28migrate to actix-web v4.0-betaAli MJ Al-Nasrawy1-23/+8
2021-08-27Add backslash to percent_encode_sets.PATH_SEGMENT. Fixes #545jikstra1-1/+1
2021-08-25Upgrade qrcodegen (fixes #568)Sven-Hendrik Haase1-2/+33
2021-04-18Rename compression code references to 'archive'Sven-Hendrik Haase1-9/+9
2021-04-18Change naming of uncompressed/compressed tarballsDean Li1-3/+3
2021-04-11Separate tar archive and tar flagsDean Li1-1/+3
2021-04-08Avoid double-encoding file URLAli MJ Al-Nasrawy1-6/+5
2021-04-06Fix percent encoding for URLAli MJ Al-Nasrawy1-5/+14
2021-04-05Avoid unneccessary syscalls for entry metadataAli MJ Al-Nasrawy1-4/+7
2021-04-05Honor --no-symlinks option when listingAli MJ Al-Nasrawy1-1/+1
2021-03-27Bring back the symlink symbolAli MJ Al-Nasrawy1-0/+11
2021-03-27Resolve symlinks when listingAli MJ Al-Nasrawy1-19/+3
2021-03-07Add option to show hidden filesSven-Hendrik Haase1-1/+2
2021-03-07Fix DoS issue when deliberately sending unconforming URL pathsSven-Hendrik Haase1-1/+1
2021-02-28Add program version footerTamas Levai1-0/+3
2021-01-04Add option to list directories firstTamas Levai1-0/+6
2020-12-28Fix lintSven-Hendrik Haase1-4/+2
2020-10-01restore default theme cli option and add default theme dark optionLukas Stabe1-0/+6
2020-09-26move css out of html into its own routeLukas Stabe1-0/+3
2020-09-25[wip] client-side color-scheme handlingLukas Stabe1-12/+0
2020-09-24use format! instead of +Lukas Stabe1-1/+1