summaryrefslogtreecommitdiff
path: root/cgit
AgeCommit message (Collapse)Author
2021-04-14drop cmark option --safe (noop since 0.29)Jonas Smedegaard
2020-06-21cgit render CSSJonas Smedegaard
2020-06-21cgit: fix limit line-number styling to plaintext highlighted content (not ↵Jonas Smedegaard
rendered markdown)
2020-06-21cgit render CSSJonas Smedegaard
2020-06-21cgit: add grey line between line-numbers and plaintext contentJonas Smedegaard
2020-06-21cgit render CSSJonas Smedegaard
2020-06-21cgit: strip padding+margin of tag olJonas Smedegaard
2020-06-21cgit: fix set executable bit on source filterJonas Smedegaard
2020-06-21fix path to local CSSJonas Smedegaard
2020-06-21(ab)use source filter to parse markdown as html, with line-numbered + ↵Jonas Smedegaard
highlighted plaintext only as fallback
2020-06-21cgit: use local forked CSS, with compact lists (needed by Ocnext commit...)Jonas Smedegaard
2020-06-21cgit: declare dependencies in top comment (not further down), and fix depend ↵Jonas Smedegaard
on highlight
2020-06-20update cgit config, to strip .git suffix from projects, and parse README.md ↵Jonas Smedegaard
with cmark
2019-02-22Use uGreen. Disable static content within uWSGI.Jonas Smedegaard
2018-11-24Avoid caching (apparently wrongly configured).Jonas Smedegaard
2016-07-10Limit to exclude .well-known/acme-challenge/ URLs.Jonas Smedegaard
2016-07-10Fix exclude .well-known URLs.Jonas Smedegaard
2016-05-09Fix avoid .well-known (to support letsencrypt.sh).Jonas Smedegaard
2016-05-09Fix typo matching favicon.ico in regex.Jonas Smedegaard
2016-04-29Fix syntax, and use potentially safer (due to in some incarnations ↵Jonas Smedegaard
server-resolved rather than client-provided) SERVER_NAME.
2016-04-29Include hostname in cache key: Reuse cache across varying protocol, but ↵Jonas Smedegaard
support multiple independent vhosts.
2016-04-29Fix uwsgi snippet location.Jonas Smedegaard
2016-04-29Move and improve cgit snippets.Jonas Smedegaard