summary refs log tree commit diff homepage
path: root/.github
diff options
context:
space:
mode:
authordestruc7i0n <destruc7i0n@users.noreply.github.com>2016-01-11 00:10:11 -0500
committerColin D'Souza <dscdsouza@outlook.com>2016-01-12 21:14:02 -0500
commit62524ec90dd214e528ff9961e4326b43018a4751 (patch)
tree543862e5e2a8bcac897f5078612b48bf1efef26d /.github
parentChange to Node (diff)
downloadshulker-62524ec90dd214e528ff9961e4326b43018a4751.tar.gz
shulker-62524ec90dd214e528ff9961e4326b43018a4751.zip
Delete .gitignore
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
tion filter frameworkJason A. Donenfeld This leverages the new lua support. See filters/simple-authentication.lua for explaination of how this works. There is also additional documentation in cgitrc.5.txt. Though this is a cookie-based approach, cgit's caching mechanism is preserved for authenticated pages. Very plugable and extendable depending on user needs. The sample script uses an HMAC-SHA1 based cookie to store the currently logged in user, with an expiration date. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-16t0111: Additions and fixesLukas Fleischer * Rename the capitalize-* filters to dump.* since they also dump the arguments. * Add full argument validation to the email filters. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-16parsing.c: Remove leading space from committerLukas Fleischer