aboutsummaryrefslogtreecommitdiff
path: root/ui-shared.c
AgeCommit message (Expand)Author
2022-12-19ui-repolist,ui-shared: remove redundant title on repo anchorsGravatar Chris Mayo
2020-12-29git: update to v2.30.0Gravatar Christian Hesse
2020-10-20global: replace references to 'sha1' with 'oid'Gravatar Christian Hesse
2019-05-20ui-shared: restrict to 15 levelsGravatar Jason A. Donenfeld
2019-01-02ui-shared: fix broken sizeof in title setting and rewriteGravatar Jason A. Donenfeld
2018-11-25auth-filter: pass url with query string attachedGravatar Jason A. Donenfeld
2018-09-11ui-shared: ban strcat()Gravatar Christian Hesse
2018-07-04Fix gcc 8.1.1 compiler warningsGravatar Jason A. Donenfeld
2018-07-03snapshot: support tar signature for compressed tarGravatar Christian Hesse
2018-07-03extra-head-content: introduce another option for meta tagsGravatar Jason A. Donenfeld
2018-06-27global: remove functionality we deprecated for cgit v1.0Gravatar Christian Hesse
2018-06-27snapshot: strip bit from struct cgit_snapshot_formatGravatar Christian Hesse
2018-06-27snapshot: support archive signaturesGravatar John Keeping
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()Gravatar John Keeping
2018-06-27ui-shared: use the same snapshot logic as ui-refsGravatar John Keeping
2018-06-27ui-shared: rename parameter to cgit_print_snapshot_links()Gravatar John Keeping
2018-06-27ui-shared: remove unused parameterGravatar John Keeping
2018-06-27Add "snapshot-prefix" repo configurationGravatar John Keeping
2018-06-27ui-shared: pass repo object to print_snapshot_links()Gravatar John Keeping
2018-06-27print git version string in footerGravatar Christian Hesse
2018-06-27git: update to v2.17.1Gravatar Christian Hesse
2017-10-15ui-shared: use type='search' for the search boxGravatar Ville Skyttä
2017-10-03ui-tree: link to blame UI if enabledGravatar Jeff Smith
2017-10-03ui-shared: make a char* parameter constGravatar Jeff Smith
2017-10-03ui-tree: move set_title_from_path to ui-sharedGravatar Jeff Smith
2017-08-10ui-shared: don't print path crumbs without a repoGravatar John Keeping
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Gravatar Christian Hesse
2016-10-01ui-shared: fix decl-after-statement warningsGravatar John Keeping
2016-07-06ui-shared: fix segfault when defbranch is NULLGravatar Eric Wong
2016-07-05Avoid ambiguities when prettifying snapshot namesGravatar Lukas Fleischer
2016-06-07Hosted on HTTPS nowGravatar Jason A. Donenfeld
2016-05-12forms: action should not be emptyGravatar Jason A. Donenfeld
2016-05-12ui-shared: Remove a name attribute with an empty valueGravatar Juuso Lapinlampi
2016-05-12ui-shared: HTML-ize DOCTYPE and <html>Gravatar Juuso Lapinlampi
2016-05-12ui-shared: Simplify cgit_print_error_page() logicGravatar Juuso Lapinlampi
2016-02-26ui-shared: redirect should not exit early for cacheGravatar Jason A. Donenfeld
2016-02-23tabs: do not use target=_blankGravatar Jason A. Donenfeld
2016-02-22ui-shared: add homepage to tabsGravatar Jason A. Donenfeld
2016-02-08Avoid DATE_STRFTIME for long/short datesGravatar John Keeping
2016-02-08ui-shared: remove cgit_print_date()Gravatar John Keeping
2016-02-08ui-shared: use show_date for footer timestampGravatar John Keeping
2016-02-08ui: show ages in the originator's timezoneGravatar John Keeping
2016-02-08ui-shared: add cgit_date_mode()Gravatar John Keeping
2016-02-08ui-shared: remove "format" from cgit_print_age()Gravatar John Keeping
2016-01-14ui-shared: prevent malicious filename from injecting headersGravatar Jason A. Donenfeld
2016-01-14ui-shared: Avoid new line injection into redirect headerGravatar Jason A. Donenfeld
2016-01-13Fix segmentation fault in hc()Gravatar Lukas Fleischer
2016-01-13git: update to v2.7.0Gravatar Christian Hesse
2015-10-09ui-shared: fix resource leak: free allocation from cgit_hosturlGravatar Christian Hesse
2015-10-09ui-shared: return value of cgit_hosturl is not constGravatar Christian Hesse