about summary refs log tree commit
path: root/ui-shared.c
DateCommit message (Expand)
2019-04-22ui-repolist, ui-shared: remove redundant title on repo anchors HEAD master
2019-04-22ui-shared: get rid of "diff" link at top bar
2019-04-22ui-shared: improve pageheader display on text-based browsers
2019-01-02ui-shared: fix broken sizeof in title setting and rewrite
2018-11-25auth-filter: pass url with query string attached
2018-09-11ui-shared: ban strcat()
2018-07-04Fix gcc 8.1.1 compiler warnings
2018-07-03snapshot: support tar signature for compressed tar
2018-07-03extra-head-content: introduce another option for meta tags
2018-06-27global: remove functionality we deprecated for cgit v1.0
2018-06-27snapshot: strip bit from struct cgit_snapshot_format
2018-06-27snapshot: support archive signatures
2018-06-27ui-shared: pass separator in to cgit_print_snapshot_links()
2018-06-27ui-shared: use the same snapshot logic as ui-refs
2018-06-27ui-shared: rename parameter to cgit_print_snapshot_links()
2018-06-27ui-shared: remove unused parameter
2018-06-27Add "snapshot-prefix" repo configuration
2018-06-27ui-shared: pass repo object to print_snapshot_links()
2018-06-27print git version string in footer
2018-06-27git: update to v2.17.1
2017-10-15ui-shared: use type='search' for the search box
2017-10-03ui-tree: link to blame UI if enabled
2017-10-03ui-shared: make a char* parameter const
2017-10-03ui-tree: move set_title_from_path to ui-shared
2017-08-10ui-shared: don't print path crumbs without a repo
2016-10-04ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'
2016-10-01ui-shared: fix decl-after-statement warnings
2016-07-06ui-shared: fix segfault when defbranch is NULL
2016-07-05Avoid ambiguities when prettifying snapshot names
2016-06-07Hosted on HTTPS now
2016-05-12forms: action should not be empty
2016-05-12ui-shared: Remove a name attribute with an empty value
2016-05-12ui-shared: HTML-ize DOCTYPE and <html>
2016-05-12ui-shared: Simplify cgit_print_error_page() logic
2016-02-26ui-shared: redirect should not exit early for cache
2016-02-23tabs: do not use target=_blank
2016-02-22ui-shared: add homepage to tabs
2016-02-08Avoid DATE_STRFTIME for long/short dates
2016-02-08ui-shared: remove cgit_print_date()
2016-02-08ui-shared: use show_date for footer timestamp
2016-02-08ui: show ages in the originator's timezone
2016-02-08ui-shared: add cgit_date_mode()
2016-02-08ui-shared: remove "format" from cgit_print_age()
2016-01-14ui-shared: prevent malicious filename from injecting headers
2016-01-14ui-shared: Avoid new line injection into redirect header
2016-01-13Fix segmentation fault in hc()
2016-01-13git: update to v2.7.0
2015-10-09ui-shared: fix resource leak: free allocation from cgit_hosturl
2015-10-09ui-shared: return value of cgit_hosturl is not const
2015-10-09ui-shared: fix resource leak: free allocation from cgit_currenturl