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

Added local directory listing feature. #32167

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Commits on May 20, 2024

  1. Added local directory listing feature.

    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    692c539 View commit details
    Browse the repository at this point in the history
  2. Grouped and sorted local directory listing. Added missing sub-directo…

    …ries. Updated unit tests.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    019c046 View commit details
    Browse the repository at this point in the history
  3. Fixed problem where directory path does not end with forward-slash.

    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3138aa2 View commit details
    Browse the repository at this point in the history
  4. Addressed review feedback. Moved CSS into resources file. Replaced ta…

    …ble with nested div elements.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2b961d5 View commit details
    Browse the repository at this point in the history
  5. Adjusted structure and styling of HTML for local directory listings. …

    …Added last-modification datetime for files.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cb6222c View commit details
    Browse the repository at this point in the history
  6. Reworked unit tests to make use of temporary directory, instead of ac…

    …tual demo directory.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0217c52 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    a0d6cfb View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Moved local directory listing feature behind a new Servo preference s…

    …etting.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2ddb8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ed4eaf View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    b719e19 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    7ef1c55 View commit details
    Browse the repository at this point in the history
  2. Moved code and unit tests around based on review feedback. Further wo…

    …rk to be done.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    d599958 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Further work to satisfy review feedback, primarily related to unit te…

    …sts.
    
    Signed-off-by: Bobulous <Bobulous@users.noreply.github.com>
    Bobulous committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    b3470ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40e646 View commit details
    Browse the repository at this point in the history