about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-06-07Hosted on HTTPS nowJason A. Donenfeld-5/+5
2016-06-07Bump version.Jason A. Donenfeld-1/+1
2016-05-20git: update to v2.8.3Christian Hesse-1/+1
2016-05-12ui-diff: action='.' is not correctJason A. Donenfeld-1/+1
2016-05-12forms: action should not be emptyJason A. Donenfeld-2/+2
2016-05-12ui-shared: Remove a name attribute with an empty valueJuuso Lapinlampi-1/+1
2016-05-12ui-shared: HTML-ize DOCTYPE and <html>Juuso Lapinlampi-3/+2
2016-05-12ui-shared: Simplify cgit_print_error_page() logicJuuso Lapinlampi-4/+2
2016-05-12git: update to v2.8.2Christian Hesse-2/+2
2016-05-12ui-log: Simplify decoration codeTim Nordell-24/+22
2016-05-12ui-log: Do not always emit decoration spanTim Nordell-0/+2
2016-03-08Renamed repo-specific configuration for enable-html-serving in cgitrc.5.txtMatt Comben-1/+1
2016-02-26ui-shared: redirect should not exit early for cacheJason A. Donenfeld-1/+0
2016-02-26about: path_info might not be validJason A. Donenfeld-1/+2
2016-02-23tabs: do not use target=_blankJason A. Donenfeld-1/+1
2016-02-23css: fix indentationJason A. Donenfeld-4/+4
2016-02-23css: use less blurry icon for external linkChristian Hesse-1/+2
2016-02-23md2html: Do syntax highlighting tooJason A. Donenfeld-1/+5
2016-02-23git: update to v2.7.2Christian Hesse-1/+1
2016-02-22ui-plain: fix to show a repo's root directory listing in plain viewJoe Anakata-1/+1
2016-02-22cmd: redirect empty about/ to homepage or summaryJason A. Donenfeld-1/+10
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld-5/+26
2016-02-08ui-atom: avoid DATE_STRFTIMEJohn Keeping-12/+4
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping-13/+10
2016-02-08ui-stats: cast pointer before checking for zeroJohn Keeping-2/+2
2016-02-08ui-stats: if we're going to abuse void*, do it safelyJason A. Donenfeld-10/+7
2016-02-08git: update to v2.7.1Christian Hesse-1/+1
2016-02-08ui-shared: remove cgit_print_date()John Keeping-21/+0
2016-02-08ui-atom: use show_date directly for atom datesJohn Keeping-2/+7
2016-02-08ui-shared: use show_date for footer timestampJohn Keeping-1/+1
2016-02-08ui: show ages in the originator's timezoneJohn Keeping-18/+18
2016-02-08ui-{commit,tag}: show dates in originator's timezoneJohn Keeping-3/+6
2016-02-08ui-shared: add cgit_date_mode()John Keeping-0/+10
2016-02-08parsing: add timezone to ident structuresJohn Keeping-4/+9
2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping-9/+9
2016-01-18ui-tree: put reverse path in titleJason A. Donenfeld-0/+34
2016-01-18syntax-highlighting: always use utf-8 to avoid ascii codec issuesJason A. Donenfeld-0/+3
2016-01-17cache: don't check for match with no keyJohn Keeping-2/+3
2016-01-17cache: use size_t for string lengthsJohn Keeping-2/+2
2016-01-17ui-log: handle parse_commit() errorsJohn Keeping-1/+3
2016-01-14Bump versionJason A. Donenfeld-1/+1
2016-01-14ui-plain: add enable-html-serving flagJason A. Donenfeld-0/+29
2016-01-14ui-blob: set CSP just in caseJason A. Donenfeld-0/+3
2016-01-14ui-blob: always use generic mimetypesJason A. Donenfeld-6/+4
2016-01-14ui-blob: Do not accept mimetype from userJason A. Donenfeld-4/+0
2016-01-14ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld-3/+32
2016-01-14ui-shared: Avoid new line injection into redirect headerJason A. Donenfeld-1/+3
2016-01-14Fix missing prototype declarationsPeter Colberg-15/+15
2016-01-13ui-repolist: return HTTP 404 if no repositories foundPeter Colberg-3/+17
2016-01-13ui-repolist: extract repo visibility criteria to separate functionPeter Colberg-3/+10