Commit Graph

71 Commits (07fb4ab21410807a8f77041909ea9b58849d43e4)

Author SHA1 Message Date
Luke Zapart 2fa65b05f1
Add fancyindex_directories_first config directive.
8 years ago
Thomas P cb3d21157b Add the 'show_path' configuration directive
9 years ago
Adrian Perez 945f87c644 Merge pull request #31 from janglapuk/master
9 years ago
Otto van der Schaaf 1450c1b4d5 Fix hang when combining fancyindex with ngx_pagespeed
9 years ago
Adrián Pérez de Castro 61f091aeb8 Update year to 2016 in copyright header
9 years ago
YeahO_O Yuan bbd0300488 Fix Windows builds
9 years ago
janglapuk 07c4288e64 Added title attribute for each dir or file
9 years ago
Peter Wemm e5deb93745 Fix typo in fancyindex_hide_symlinks that causes a crash.
9 years ago
Adrian Perez de Castro 3f93d1f01d Fix propagation of fancyindex_css_href configuration directive
9 years ago
Adrian Perez de Castro 5549286d39 Mark unused variables to avoid compiler warnings/errors
9 years ago
Adrian Perez de Castro 13170fb6e6 Fix a couple of code style and indentation issues
9 years ago
Adrian Perez de Castro 5599bbebba Allow specifying timestamp format with fancyindex_time_format
9 years ago
Adrian Perez de Castro fd0bbd7fb8 Fix indentation and spacing
9 years ago
Adrian Perez de Castro cf8197c991 Fix initializer of fancyindex_hide_symlinks flag definition
9 years ago
Adrian Perez de Castro 42d10a2a24 Add option to hide symbolic links from generated listings
9 years ago
Thomas P 97987a45e4 Do not display the parent dir link at the root
9 years ago
Martin Herkt dc64f24bbc Make file name length limit configurable
10 years ago
Mim 7a07987ad3 Make sorting criterion configurable
10 years ago
Anthony Ryan da3f7ea17d Shift table stlying details onto the client
11 years ago
Adrian Perez de Castro ea30f7fb21 Preserve URL sorting arguments on directory links
11 years ago
Adrian Perez de Castro 1226d363be Support changing the sort direction of elements
11 years ago
Adrian Perez de Castro d78536c9a4 Support sorting files using mtime or size
11 years ago
Adrian Perez de Castro 6cf0bf8ad8 Update copyright header
12 years ago
David\ Beitey aba75b3c45 Ensure fancyindex is sending NGX_HTTP_OK (200) as the status vs HTTP_OK which is 0. Without this, connections sit waiting forever.
12 years ago
Adrian Perez 2034d0ad35 Initialize headers_out.status to NGX_OK and improve error check
13 years ago
Stefan Rubner ea6323f92c Ooops. Didn't fix the actual check but just added the comment instead. Fixed.
13 years ago
Stefan Rubner 07614d5abe Fixed the wrong status code check when including header/footer in NGinx 1.1.16
13 years ago
Adrian Perez 44805008d0 Use "ngx_inline" instead of plain "inline"
13 years ago
Adrian Perez 42d2f1b1f7 Properly escape ':' and '?' in generated hrefs
14 years ago
Adrian Perez d8e0bdaef2 Update e-mail address and copyright headers
14 years ago
Adrian Perez 2f138afb70 Implement fancyindex_ignore configuration directive
14 years ago
Sergey A. Osokin 3d1c14f162 Fix incompatibility with Nginx 0.7.66
15 years ago
Adrian Perez 4b19f3a73f Add fancyindex_css_href configuration option
15 years ago
Sergey A. Osokin f465a2bcd6 Small improvement over previous patch
15 years ago
Sergey A. Osokin d54092b842 Fix build with latest development versions of Nginx
15 years ago
Benoit Sigoure bcbf8144c6 Whenever a directory contained a file that couldn't be stat()ed by nginx
15 years ago
Adrián Pérez 9e6893c0c8 Be compatible with Nginx 0.8.0
16 years ago
Adrian Perez 30337efcb3 Removed half-implemented readme_* directives (#1)
16 years ago
Adrian Perez 207be06cd4 Fixes for building on nginx 0.7.7
17 years ago
Adrian Perez d508e6f95a - Added support for sending as much response as possible in a single
17 years ago
Adrian Perez 75e90109e0 Fixed handling of NGX_AGAIN in big responses
17 years ago
Adrian Perez d47dd32858 some code cleanup
17 years ago
Adrian Perez 1eaaa8b505 - Make sure the thing compiles with 0.6.11
17 years ago
Adrian Perez 45775bd0f1 - At last, inclusion works in proper order.
17 years ago
Adrian Perez feaa4d9bf7 compiles -- just do not ask
17 years ago
Adrian Perez 7e156ff58d - Implemented seperate functions to create header/footer buffers.
17 years ago
Adrian Perez a29f1d861e Some progress for #232
17 years ago
Adrian Perez ddadd2a210 Removed now unused (see comments on #205) include_mode and corresponding directive
17 years ago
Adrian Perez bfbc9fd4a2 cierra el ticket #205
17 years ago
Adrian Perez 323cea9298 Removed unneeded stuff, we will do subrequests
17 years ago