aboutsummaryrefslogtreecommitdiff
path: root/filters
AgeCommit message (Expand)AuthorFilesLines
2023-10-08css: customHEADmasterThedro Neely1-5/+0
2021-05-12md2html: use proper formatting for hrChristian Hesse1-5/+1
2020-12-29md2html: use sane_lists extensionJason A. Donenfeld1-0/+1
2020-10-20global: replace hard coded hash lengthChristian Hesse1-1/+1
2019-01-03filters: migrate from luacrypto to luaosslJason A. Donenfeld5-44/+83
2018-08-28filters: generate anchor links from markdownChristian Hesse1-2/+15
2018-08-03auth-filters: add simple file-based authentication schemeJason A. Donenfeld1-0/+352
2018-07-15auth-filters: use crypt() in simple-authenticationJason A. Donenfeld1-13/+6
2018-07-15auth-filters: generate secret securelyJason A. Donenfeld2-18/+85
2018-07-14auth-filters: do not crash on nil usernameJason A. Donenfeld1-1/+1
2018-07-14auth-filters: do not use HMAC-SHA1Jason A. Donenfeld2-4/+4
2018-01-19ui-blame: Allow syntax highlightingJeff Smith1-1/+1
2017-10-15global: spelling fixesVille Skyttä1-1/+1
2017-01-22syntax-highlighting: replace invalid unicode with ?Jason A. Donenfeld1-2/+2
2016-06-17md2html: use utf-8 and flush output bufferJason A. Donenfeld1-6/+11
2016-06-07Hosted on HTTPS nowJason A. Donenfeld1-1/+1
2016-02-23md2html: Do syntax highlighting tooJason A. Donenfeld1-1/+5
2016-01-18syntax-highlighting: always use utf-8 to avoid ascii codec issuesJason A. Donenfeld1-0/+3
2015-11-12about-formatting.sh: comment text out of dateJason A. Donenfeld1-1/+1
2015-10-12filters: port syntax-highlighting.py to python 3.xChristian Hesse1-10/+9
2015-10-12md2html: the default of stdin works fineJason A. Donenfeld1-2/+1
2015-10-12filters: misc cleanupsJason A. Donenfeld2-2/+1
2015-10-12md2html: use pure pythonJason A. Donenfeld1-6/+9
2015-10-09filters: Simplify convertersJason A. Donenfeld4-1734/+284
2015-08-12filters: apply HTML escapingLazaros Koromilas1-1/+1
2015-03-13filters: Add sample gentoo scriptJason A. Donenfeld1-0/+320
2015-03-05simple-authentication.lua: tie secure cookies to field namesJason A. Donenfeld1-13/+21
2014-12-23match other common markdown file extensionsChris Burroughs1-1/+1
2014-12-23repolist: add owner-filterChris Burroughs1-0/+17
2014-12-13filter: fix libravatar email-filter https issueChristian Hesse1-1/+2
2014-04-17remove trailing whitespaces from source filesChristian Hesse1-18/+18
2014-03-13filter: add libravatar email-filter lua scriptChristian Hesse1-0/+26
2014-01-23simple-authentication: styleJason A. Donenfeld1-1/+1
2014-01-17auth: document tweakables in lua scriptJason A. Donenfeld1-0/+10
2014-01-16auth: have cgit calculate login addressJason A. Donenfeld1-6/+1
2014-01-16auth: lua string comparisons are time invariantJason A. Donenfeld1-2/+2
2014-01-16authentication: use hidden form instead of refererJason A. Donenfeld1-79/+121
2014-01-16auth: add basic authentication filter frameworkJason A. Donenfeld1-0/+225
2014-01-15email-gravatar: fix html syntax issuesChristian Hesse2-2/+2
2014-01-14email-gravatar: do not scale icons upJason A. Donenfeld2-2/+2
2014-01-14filter: allow returning exit code from filterJason A. Donenfeld1-0/+1
2014-01-14email-gravatar: fix html syntax issuesChristian Hesse2-2/+2
2014-01-14email-gravatar.py: fix UTF-8Christian Hesse1-0/+4
2014-01-14email-gravatar.lua: fix for lua 5.2Christian Hesse1-1/+1
2014-01-14filter: add page source to email filterJason A. Donenfeld2-1/+3
2014-01-14filter: add gravatar scriptsJason A. Donenfeld2-0/+58
2014-01-13filters: Improved syntax-highlighting.pyStefan Tatschner1-19/+33
2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch1-0/+1
2014-01-08Fix about-formatting.shPřemysl Janouch1-1/+1
2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts1-1/+63