Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aperezdc/ngx-fancyindex
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.6
Choose a base ref
...
head repository: aperezdc/ngx-fancyindex
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 16 commits
  • 5 files changed
  • 6 contributors

Commits on Aug 30, 2015

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

Commits on Feb 10, 2016

  1. Fix hang when combining fancyindex with ngx_pagespeed

    This attempts to address hanging requests when fancyindex is
    combined with ngx_pagespeed. The change makes fancyindex check
    the return value of ngx_http_send_header in a way that is just
    the same as nginx's autoindex module - which makes the modules
    work for me when I test with ngx_pagespeed.
    oschaaf committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    1450c1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from oschaaf/ngx-pagespeed-compatibility

    Fix hang when combining fancyindex with ngx_pagespeed
    aperezdc committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    c8e9a9a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #31 from janglapuk/master

    Add title attribute for each dir or file
    aperezdc committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    945f87c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    891fb05 View commit details
    Browse the repository at this point in the history
  5. Travis-CI: Add configuration

    aperezdc committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    80bd501 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

  1. Add the 'show_path' configuration directive

    This directive enables someone using a custom header to disable the output of the indexed directory by the module
    
    Useful when you want to create links to previous directories via PHP for example
    TPXP committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    cb3d211 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. Merge pull request #39 from TPXP/add_show_path

    Add the 'show_path' configuration directive
    aperezdc committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    ba8b4ec View commit details
    Browse the repository at this point in the history

Commits on May 23, 2016

  1. Configuration menu
    Copy the full SHA
    9d34233 View commit details
    Browse the repository at this point in the history
  2. Test dynamic module build

    vrnagy committed May 23, 2016
    Configuration menu
    Copy the full SHA
    7ca820e View commit details
    Browse the repository at this point in the history
  3. Dynamic module config

    vrnagy committed May 23, 2016
    Configuration menu
    Copy the full SHA
    0e5f7c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Merge pull request #44 from vrnagy/master

    Support to be built as dynamic module
    aperezdc committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    06eda48 View commit details
    Browse the repository at this point in the history
  2. Change the build status badge to use the Travis-CI one

    Travis-CI better signifies the build status, as it tries building with
    combinations of compilers, nginx versions, and dynamic vs. statically
    linked modules.
    aperezdc committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    aa18095 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    022c117 View commit details
    Browse the repository at this point in the history
  4. CHANGELOG: Fix typo

    aperezdc committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    ba8ca3b View commit details
    Browse the repository at this point in the history
  5. Release version 0.4.0

    aperezdc committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    4f9058d View commit details
    Browse the repository at this point in the history
Loading