aboutsummaryrefslogtreecommitdiffstats
path: root/src/listing.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify README code a bitSven-Hendrik Haase2022-08-141-35/+8
* Edit Readme struct to remove render boolGaurav2022-08-141-19/+8
* Make Readme structGaurav2022-08-141-14/+47
* Add `--readme` info and reformatGaurav2022-08-141-1/+0
* Satisfy cargo fmtGaurav2022-08-141-9/+17
* Replace `markdown` by `comrak`; Render support for nested dirsGaurav2022-08-141-2/+6
* Add `--readme` flag to cliGaurav2022-08-141-2/+2
* Add support for readme renderingGaurav2022-08-141-1/+7
* Use `mime` for all content type declarationscyqsimon2022-07-211-15/+13
* Create directory (#781)Sheepy2022-06-261-0/+1
* Fix new clippy lintsSven-Hendrik Haase2022-05-231-1/+1
* Allow clippy::format_push_stringSven-Hendrik Haase2022-05-061-3/+5
* Merge 'jikstra/feat_route_prefix' #682Ali MJ Al-Nasrawy2022-02-061-5/+3
|\
| * Implement --route-prefix to set specific route prefixjikstra2021-12-291-5/+3
* | update to actix-web v4.0-rc.2Ali MJ Al-Nasrawy2022-02-051-4/+3
* | Bump actix-web to v4.0-beta.15jikstra2021-12-281-3/+3
|/
* Merge branch 'master' into feat_raw_modeJikstra2021-09-101-17/+3
|\
| * extract_query_parameters(): avoid clone and simplifyAli MJ Al-Nasrawy2021-08-311-15/+3
* | cargo fmt & cargo clippyjikstra2021-09-021-1/+1
* | Fix rebasejikstra2021-09-021-0/+1
* | Implement a raw rendering mode for recursive folder downloadjikstra2021-09-011-0/+7
|/
* Fix clippy::too_many_arguments and rework error ..Ali MJ Al-Nasrawy2021-08-301-66/+26
* Implement show symlink destinationDean Li2021-08-301-7/+13
* migrate to actix-web v4.0-betaAli MJ Al-Nasrawy2021-08-281-23/+8
* Add backslash to percent_encode_sets.PATH_SEGMENT. Fixes #545jikstra2021-08-271-1/+1
* Upgrade qrcodegen (fixes #568)Sven-Hendrik Haase2021-08-251-2/+33
* Merge pull request #479 from aliemjay/rfc-resolve-symlinksSven-Hendrik Haase2021-04-181-20/+18
|\
| * Merge branch 'master' into rfc-resolve-symlinksAli MJ Al-Nasrawy2021-04-181-10/+20
| |\
| * | Avoid unneccessary syscalls for entry metadataAli MJ Al-Nasrawy2021-04-051-4/+7
| * | Honor --no-symlinks option when listingAli MJ Al-Nasrawy2021-04-051-1/+1
| * | Bring back the symlink symbolAli MJ Al-Nasrawy2021-03-271-0/+11
| * | Resolve symlinks when listingAli MJ Al-Nasrawy2021-03-271-19/+3
* | | Rename compression code references to 'archive'Sven-Hendrik Haase2021-04-181-9/+9
| |/ |/|
* | Merge pull request #492 from deantvv/tar-and-tar-archiveSven-Hendrik Haase2021-04-181-1/+3
|\ \
| * | Change naming of uncompressed/compressed tarballsDean Li2021-04-181-3/+3
| * | Separate tar archive and tar flagsDean Li2021-04-111-1/+3
| |/
* | Avoid double-encoding file URLAli MJ Al-Nasrawy2021-04-081-6/+5
* | Fix percent encoding for URLAli MJ Al-Nasrawy2021-04-061-5/+14
|/
* Add option to show hidden filesSven-Hendrik Haase2021-03-071-1/+2
* Fix DoS issue when deliberately sending unconforming URL pathsSven-Hendrik Haase2021-03-071-1/+1
* Add program version footerTamas Levai2021-02-281-0/+3
* Add option to list directories firstTamas Levai2021-01-041-0/+6
* Fix lintSven-Hendrik Haase2020-12-281-4/+2
* restore default theme cli option and add default theme dark optionLukas Stabe2020-10-011-0/+6
* move css out of html into its own routeLukas Stabe2020-09-261-0/+3
* [wip] client-side color-scheme handlingLukas Stabe2020-09-251-12/+0
* use format! instead of +Lukas Stabe2020-09-241-1/+1
* use unreachable instead of panic for unreachable caseLukas Stabe2020-09-241-1/+1
* use req.connection_info() and build breadcrumbs iterativelyLukas Stabe2020-09-241-25/+36
* add title option (#335) and breadcrumb links in headingLukas Stabe2020-09-241-8/+42