aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()John Keeping1-2/+3
2018-06-27ui-shared: use the same snapshot logic as ui-refsJohn Keeping1-1/+7
2018-06-27ui-shared: rename parameter to cgit_print_snapshot_links()John Keeping1-2/+2
2018-06-27ui-shared: remove unused parameterJohn Keeping1-2/+1
2018-06-27Add "snapshot-prefix" repo configurationJohn Keeping1-1/+9
2018-06-27ui-shared: pass repo object to print_snapshot_links()John Keeping1-4/+4
2018-06-27print git version string in footerChristian Hesse1-2/+3
2018-06-27git: update to v2.17.1Christian Hesse1-1/+1
2017-10-15ui-shared: use type='search' for the search boxVille Skyttä1-2/+2
2017-10-03ui-tree: link to blame UI if enabledJeff Smith1-3/+17
2017-10-03ui-shared: make a char* parameter constJeff Smith1-11/+8
2017-10-03ui-tree: move set_title_from_path to ui-sharedJeff Smith1-0/+31
2017-08-10ui-shared: don't print path crumbs without a repoJohn Keeping1-1/+1
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse1-5/+5
2016-10-01ui-shared: fix decl-after-statement warningsJohn Keeping1-5/+7
2016-07-06ui-shared: fix segfault when defbranch is NULLEric Wong1-1/+1
2016-07-05Avoid ambiguities when prettifying snapshot namesLukas Fleischer1-5/+21
2016-06-07Hosted on HTTPS nowJason A. Donenfeld1-1/+1
2016-05-12forms: action should not be emptyJason A. Donenfeld1-1/+1
2016-05-12ui-shared: Remove a name attribute with an empty valueJuuso Lapinlampi1-1/+1
2016-05-12ui-shared: HTML-ize DOCTYPE and <html>Juuso Lapinlampi1-3/+2
2016-05-12ui-shared: Simplify cgit_print_error_page() logicJuuso Lapinlampi1-4/+2
2016-02-26ui-shared: redirect should not exit early for cacheJason A. Donenfeld1-1/+0
2016-02-23tabs: do not use target=_blankJason A. Donenfeld1-1/+1
2016-02-22ui-shared: add homepage to tabsJason A. Donenfeld1-0/+5
2016-02-08Avoid DATE_STRFTIME for long/short datesJohn Keeping1-7/+6
2016-02-08ui-shared: remove cgit_print_date()John Keeping1-20/+0
2016-02-08ui-shared: use show_date for footer timestampJohn Keeping1-1/+1
2016-02-08ui: show ages in the originator's timezoneJohn Keeping1-11/+11
2016-02-08ui-shared: add cgit_date_mode()John Keeping1-0/+9
2016-02-08ui-shared: remove "format" from cgit_print_age()John Keeping1-2/+2
2016-01-14ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld1-3/+5
2016-01-14ui-shared: Avoid new line injection into redirect headerJason A. Donenfeld1-1/+3
2016-01-13Fix segmentation fault in hc()Lukas Fleischer1-0/+3
2016-01-13git: update to v2.7.0Christian Hesse1-1/+1
2015-10-09ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse1-2/+3
2015-10-09ui-shared: return value of cgit_hosturl is not constChristian Hesse1-3/+3
2015-10-09ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse1-3/+8
2015-10-09ui-shared: return value of cgit_currenturl is not constChristian Hesse1-2/+2
2015-10-09ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse1-5/+11
2015-08-14ui-shared: cache errors for "dynamic TTL"John Keeping1-0/+1
2015-08-14ui-shared: add cgit_print_layout_{start,end}()John Keeping1-0/+12
2015-08-14ui-shared: add cgit_print_error_page() functionJohn Keeping1-0/+14
2015-08-13ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping1-0/+4
2015-08-13ui-shared: use common function in print_rel_date()John Keeping1-10/+1
2015-08-13ui-shared: extract date formatting to a functionJohn Keeping1-4/+9
2015-08-13redirect: cleanlinessJason A. Donenfeld1-2/+1
2015-08-12log: allow users to follow a fileJohn Keeping1-3/+25
2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld1-0/+8
2015-08-12git: update to v2.5.0Christian Hesse1-1/+1