aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.c
AgeCommit message (Expand)Author
2016-06-07Hosted on HTTPS nowJason A. Donenfeld
2016-05-12forms: action should not be emptyJason A. Donenfeld
2016-05-12ui-shared: Remove a name attribute with an empty valueJuuso Lapinlampi
2016-05-12ui-shared: HTML-ize DOCTYPE and <html>Juuso Lapinlampi
2016-05-12ui-shared: Simplify cgit_print_error_page() logicJuuso Lapinlampi
2016-02-26ui-shared: redirect should not exit early for cacheJason A. Donenfeld
2016-02-23tabs: do not use target=_blankJason A. Donenfeld
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping
2016-02-08ui-shared: remove cgit_print_date()John Keeping
2016-02-08ui-shared: use show_date for footer timestampJohn Keeping
2016-02-08ui: show ages in the originator's timezoneJohn Keeping
2016-02-08ui-shared: add cgit_date_mode()John Keeping
2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping
2016-01-14ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld
2016-01-14ui-shared: Avoid new line injection into redirect headerJason A. Donenfeld
2016-01-13Fix segmentation fault in hc()Lukas Fleischer
2016-01-13git: update to v2.7.0Christian Hesse
2015-10-09ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse
2015-10-09ui-shared: return value of cgit_hosturl is not constChristian Hesse
2015-10-09ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse
2015-10-09ui-shared: return value of cgit_currenturl is not constChristian Hesse
2015-10-09ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse
2015-08-14ui-shared: cache errors for "dynamic TTL"John Keeping
2015-08-14ui-shared: add cgit_print_layout_{start,end}()John Keeping
2015-08-14ui-shared: add cgit_print_error_page() functionJohn Keeping
2015-08-13ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping
2015-08-13ui-shared: use common function in print_rel_date()John Keeping
2015-08-13ui-shared: extract date formatting to a functionJohn Keeping
2015-08-13redirect: cleanlinessJason A. Donenfeld
2015-08-12log: allow users to follow a fileJohn Keeping
2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld
2015-08-12git: update to v2.5.0Christian Hesse
2015-03-18ui-shared: allow remote refs in branch switcherChristian Hesse
2015-03-13Remove no-op link from submodule entriesLukas Fleischer
2015-03-09ui-shared: currenturl should take into account leading slashJason A. Donenfeld
2015-03-09ui-shared: don't use an integer as a NULL pointerJohn Keeping
2015-03-09ui-shared: avoid initializing static variable to zeroJohn Keeping
2015-03-09ui-shared: make cgit_doctype 'static'John Keeping
2015-03-09Avoid non-ANSI function declarationsJohn Keeping
2015-03-03Make root handling sane again.Jason A. Donenfeld
2015-03-03ui-shared: Add current url helper function.Jason A. Donenfeld
2015-03-03ui-shared: keep filter repolist page in paginationJason A. Donenfeld
2015-03-03ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld
2015-02-05ui-shared.c: Refactor add_clone_urls()Lukas Fleischer
2015-01-19tag: reference with "h" instead of "id"John Keeping
2014-12-23footer: link back to cgit home pageJason A. Donenfeld
2014-12-23ui-shared: show absolute time in tooltip for relative datesJohn Keeping
2014-12-23ui-shared: add rel-vcs microformat links to HTML headerJohn Keeping
2014-12-23Extract clone URL printing to ui-shared.cJohn Keeping