Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List directory if the index file doesn't exist #484

Closed
wants to merge 4 commits into from

Commits on May 6, 2021

  1. List directory if the index file doesn't exist

    actix-files doesn't support such behaviour, which makes it necessary to
    implement in the "listing renderer".
    aliemjay committed May 6, 2021
    Configuration menu
    Copy the full SHA
    5c11b62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9489c57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a69c8ab View commit details
    Browse the repository at this point in the history
  4. Infer serve_path from --index option when possible

    and when path is explicitly specified, make sure that index option is a
    single file name, not a full path.
    aliemjay committed May 6, 2021
    Configuration menu
    Copy the full SHA
    dd60d03 View commit details
    Browse the repository at this point in the history