about summary refs log tree commit diff
path: root/ui-shared.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update git to 2.48.1 1.5.1Rory&2025-03-121-1/+1
* CGit-magenta 1.5.0Rory&2025-03-121-1/+1
* Fix changes after rebasing on upstream cgitRory&2025-03-121-1/+1
* Update information for forkJune McEnroe2025-03-121-1/+1
* Fix crash trying to print "this commit" on 404sJune McEnroe2025-03-121-1/+1
* Improve pageheader display on text-based browsersEric Wong2025-03-121-3/+12
* Add "this commit" option to switch formAlyssa Ross2025-03-121-0/+12
* Remove dependency on memrchrJune McEnroe2025-03-121-1/+4
* git: update to v2.46.0Christian Hesse2024-08-021-2/+6
* git: update to v2.45.0Christian Hesse2024-04-291-2/+2
* git: update to v2.41.0Christian Hesse2023-06-011-4/+4
* config: make empty js= omit script tagSamuel Lidén Borell2023-01-101-0/+8
* js: add dynamic age updateAndy Green2022-12-191-1/+1
* config: add jsAndy Green2022-12-191-0/+17
* css: change to be a listAndy Green2022-12-191-3/+18
* ui-shared: use owner-filter for repo page headersJune McEnroe2022-12-191-1/+7
* ui-repolist,ui-shared: remove redundant title on repo anchorsChris Mayo2022-12-191-1/+1
* git: update to v2.30.0Christian Hesse2020-12-291-4/+5
* global: replace references to 'sha1' with 'oid'Christian Hesse2020-10-201-20/+20
* ui-shared: restrict to 15 levelsJason A. Donenfeld2019-05-201-1/+3
* ui-shared: fix broken sizeof in title setting and rewriteJason A. Donenfeld2019-01-021-26/+8
* auth-filter: pass url with query string attachedJason A. Donenfeld2018-11-251-2/+35
* ui-shared: ban strcat()Christian Hesse2018-09-111-4/+8
* Fix gcc 8.1.1 compiler warningsJason A. Donenfeld2018-07-041-7/+12
* snapshot: support tar signature for compressed tarChristian Hesse2018-07-031-1/+8
* extra-head-content: introduce another option for meta tagsJason A. Donenfeld2018-07-031-0/+2
* global: remove functionality we deprecated for cgit v1.0Christian Hesse2018-06-271-2/+0
* snapshot: strip bit from struct cgit_snapshot_formatChristian Hesse2018-06-271-1/+1
* snapshot: support archive signaturesJohn Keeping2018-06-271-0/+7
* ui-shared: pass separator in to cgit_print_snapshot_links()John Keeping2018-06-271-2/+3
* ui-shared: use the same snapshot logic as ui-refsJohn Keeping2018-06-271-1/+7
* ui-shared: rename parameter to cgit_print_snapshot_links()John Keeping2018-06-271-2/+2
* ui-shared: remove unused parameterJohn Keeping2018-06-271-2/+1
* Add "snapshot-prefix" repo configurationJohn Keeping2018-06-271-1/+9
* ui-shared: pass repo object to print_snapshot_links()John Keeping2018-06-271-4/+4
* print git version string in footerChristian Hesse2018-06-271-2/+3
* git: update to v2.17.1Christian Hesse2018-06-271-1/+1
* ui-shared: use type='search' for the search boxVille Skyttä2017-10-151-2/+2
* ui-tree: link to blame UI if enabledJeff Smith2017-10-031-3/+17
* ui-shared: make a char* parameter constJeff Smith2017-10-031-11/+8
* ui-tree: move set_title_from_path to ui-sharedJeff Smith2017-10-031-0/+31
* ui-shared: don't print path crumbs without a repoJohn Keeping2017-08-101-1/+1
* ui-shared: replace 'unsigned char sha1[20]' with 'struct object_id oid'Christian Hesse2016-10-041-5/+5
* ui-shared: fix decl-after-statement warningsJohn Keeping2016-10-011-5/+7
* ui-shared: fix segfault when defbranch is NULLEric Wong2016-07-061-1/+1
* Avoid ambiguities when prettifying snapshot namesLukas Fleischer2016-07-051-5/+21
* Hosted on HTTPS nowJason A. Donenfeld2016-06-071-1/+1
* forms: action should not be emptyJason A. Donenfeld2016-05-121-1/+1
* ui-shared: Remove a name attribute with an empty valueJuuso Lapinlampi2016-05-121-1/+1
* ui-shared: HTML-ize DOCTYPE and <html>Juuso Lapinlampi2016-05-121-3/+2
* ui-shared: Simplify cgit_print_error_page() logicJuuso Lapinlampi2016-05-121-4/+2
* ui-shared: redirect should not exit early for cacheJason A. Donenfeld2016-02-261-1/+0
* tabs: do not use target=_blankJason A. Donenfeld2016-02-231-1/+1
* ui-shared: add homepage to tabsJason A. Donenfeld2016-02-221-0/+5
* Avoid DATE_STRFTIME for long/short datesJohn Keeping2016-02-081-7/+6
* ui-shared: remove cgit_print_date()John Keeping2016-02-081-20/+0
* ui-shared: use show_date for footer timestampJohn Keeping2016-02-081-1/+1
* ui: show ages in the originator's timezoneJohn Keeping2016-02-081-11/+11
* ui-shared: add cgit_date_mode()John Keeping2016-02-081-0/+9
* ui-shared: remove "format" from cgit_print_age()John Keeping2016-02-081-2/+2
* ui-shared: prevent malicious filename from injecting headersJason A. Donenfeld2016-01-141-3/+5
* ui-shared: Avoid new line injection into redirect headerJason A. Donenfeld2016-01-141-1/+3
* Fix segmentation fault in hc()Lukas Fleischer2016-01-131-0/+3
* git: update to v2.7.0Christian Hesse2016-01-131-1/+1
* ui-shared: fix resource leak: free allocation from cgit_hosturlChristian Hesse2015-10-091-2/+3
* ui-shared: return value of cgit_hosturl is not constChristian Hesse2015-10-091-3/+3
* ui-shared: fix resource leak: free allocation from cgit_currenturlChristian Hesse2015-10-091-3/+8
* ui-shared: return value of cgit_currenturl is not constChristian Hesse2015-10-091-2/+2
* ui-shared: fix resource leak: free allocation from cgit_fileurlChristian Hesse2015-10-091-5/+11
* ui-shared: cache errors for "dynamic TTL"John Keeping2015-08-141-0/+1
* ui-shared: add cgit_print_layout_{start,end}()John Keeping2015-08-141-0/+12
* ui-shared: add cgit_print_error_page() functionJohn Keeping2015-08-141-0/+14
* ui-shared: show full date in tooltip if longer ago than max_relativeJohn Keeping2015-08-131-0/+4
* ui-shared: use common function in print_rel_date()John Keeping2015-08-131-10/+1
* ui-shared: extract date formatting to a functionJohn Keeping2015-08-131-4/+9
* redirect: cleanlinessJason A. Donenfeld2015-08-131-2/+1
* log: allow users to follow a fileJohn Keeping2015-08-121-3/+25
* about: always ensure page has a trailing slashJason A. Donenfeld2015-08-121-0/+8
* git: update to v2.5.0Christian Hesse2015-08-121-1/+1
* ui-shared: allow remote refs in branch switcherChristian Hesse2015-03-181-0/+2
* Remove no-op link from submodule entriesLukas Fleischer2015-03-131-17/+24
* ui-shared: currenturl should take into account leading slashJason A. Donenfeld2015-03-091-1/+5
* ui-shared: don't use an integer as a NULL pointerJohn Keeping2015-03-091-1/+1
* ui-shared: avoid initializing static variable to zeroJohn Keeping2015-03-091-1/+1
* ui-shared: make cgit_doctype 'static'John Keeping2015-03-091-1/+1
* Avoid non-ANSI function declarationsJohn Keeping2015-03-091-6/+6
* Make root handling sane again.Jason A. Donenfeld2015-03-031-12/+12
* ui-shared: Add current url helper function.Jason A. Donenfeld2015-03-031-2/+9
* ui-shared: keep filter repolist page in paginationJason A. Donenfeld2015-03-031-3/+3
* ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringJason A. Donenfeld2015-03-031-1/+1
* ui-shared.c: Refactor add_clone_urls()Lukas Fleischer2015-02-051-22/+10
* tag: reference with "h" instead of "id"John Keeping2015-01-191-4/+4
* footer: link back to cgit home pageJason A. Donenfeld2014-12-231-1/+1
* ui-shared: show absolute time in tooltip for relative datesJohn Keeping2014-12-231-12/+23
* ui-shared: add rel-vcs microformat links to HTML headerJohn Keeping2014-12-231-0/+11
* Extract clone URL printing to ui-shared.cJohn Keeping2014-12-231-0/+37
* Change "ss" diff flag to an enumJohn Keeping2014-12-131-4/+4
* ui-shared: remove toggle_ssdiff arg to cgit_diff_link()John Keeping2014-12-131-4/+4
* ui-shared: remove toggle_ssdiff arg to cgit_commit_link()John Keeping2014-12-131-6/+5
* git: update for git 2.0Christian Hesse2014-06-281-1/+1
* ui-shared: do not allow negative minutesJason A. Donenfeld2014-01-171-0/+2
* ui-shared: move about tab all the way to the leftJason A. Donenfeld2014-01-171-4/+4
* Switch to exclusively using global ctxLukas Fleischer2014-01-171-152/+151
* auth: have cgit calculate login addressJason A. Donenfeld2014-01-161-0/+8
* auth: add basic authentication filter frameworkJason A. Donenfeld2014-01-161-12/+16
* ui-shared: URL-escape script_nameJohn Keeping2014-01-121-2/+2
* Replace most uses of strncmp() with prefixcmp()Lukas Fleischer2014-01-101-1/+1
* Update copyright informationLukas Fleischer2014-01-081-1/+1
* ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer2013-09-141-72/+0
* Extract filepair_cb from ui-patch.cLukas Fleischer2013-08-161-0/+72
* readme: use string_list instead of space deliminationsJason A. Donenfeld2013-05-261-1/+1
* use struct strbuf instead of static buffersJohn Keeping2013-04-081-28/+35
* Convert cgit_print_error to a variadic functionJohn Keeping2013-04-081-2/+13
* Fix out-of-bounds memory accesses with virtual_root=""John Keeping2013-04-081-9/+5
* Always #include corresponding .h in .c filesJohn Keeping2013-04-081-0/+1
* Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer2013-04-081-4/+4
* ui-shared: squelch compiler warning.Jason A. Donenfeld2013-03-201-0/+1
* Merge branch 'wip'Jason A. Donenfeld2013-03-201-57/+7
|\
| * cgit_print_snapshot_links(): Free prefix variableLukas Fleischer2013-03-041-0/+1
| * ui-shared.c: Remove unused function print_archive_ref()Lukas Fleischer2013-03-041-39/+0
| * ui-shared.c: Remove unused function cgit_currurl()Lukas Fleischer2013-03-041-12/+0
| * Mark several functions/variables staticLukas Fleischer2013-03-041-9/+9
* | ui-shared: fix return type of cgit_self_linkJohn Keeping2013-03-201-41/+42
|/
* White space around control verbs.Jason A. Donenfeld2013-03-041-6/+6
* Fix several whitespace errorsLukas Fleischer2013-03-041-9/+9
* Print submodule revision next to submodule linkstfn2013-03-021-0/+1
* ui-shared: use placeholder for empty commit subjectChristian Franke2012-10-281-1/+4
* ui: Remember to print ampersand as proper html entities.William Bell2012-10-171-7/+7
* Merge branch 'lh/module-links'Lars Hjemli2012-03-181-0/+56
|\
| * ui-tree.c: add support for path-selected submodule linksLars Hjemli2011-06-151-0/+56
* | segfault fix on some bogus requestsEric Wong2012-03-181-2/+2
* | Fix segmentation fault in empty repositoryJohn Keeping2012-01-031-1/+1
* | Add sort parameter to pager of repo listTobias Grimm2012-01-031-9/+15
|/
* Merge branch 'stable'Lars Hjemli2011-03-051-1/+1
|\
| * ui-shared: silence warningBernhard Reutner-Fischer2011-02-191-1/+1
* | implement repo.logo and repo.logo-linkBernhard Reutner-Fischer2011-02-191-4/+14
* | Merge branch 'jh/ignorews'Lars Hjemli2010-07-181-0/+10
|\ \
| * | ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland2010-07-181-0/+10
* | | Merge branch 'lh/range-search'Lars Hjemli2010-06-221-0/+1
|\ \ \ | |/ / |/| |
| * | ui-log.c: allow commit range as search expressionLars Hjemli2010-06-191-0/+1
* | | ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland2010-06-191-0/+14
* | | ui-shared: Preserve path limit in "tab bar" linksJohan Herland2010-06-191-5/+6
* | | ui-commit: Preserve path limit in links to commit pageJohan Herland2010-06-191-4/+5
* | | ui-patch: Apply path limit to generated patchJohan Herland2010-06-191-2/+2
* | | ui-shared: Teach "breadcrumb" navigation to path limit display beneath tab barJohan Herland2010-06-191-1/+80
* | | ui-shared: Display path limit directly beneath tab bar in relevant pagesJohan Herland2010-06-191-0/+6
* | | ui-shared: Replace ctx.qry.path with ctx.qry.vpathJohan Herland2010-06-191-4/+4
* | | ui-shared: Remove needless cgit_get_cmd() call, and refactor hc() accordinglyJohan Herland2010-06-191-19/+12
* | | ui-shared: Improve const-ness in APIJohan Herland2010-06-191-36/+40
|/ /
* | Merge branch 'stable'Lars Hjemli2010-02-271-2/+2
|\|
| * ui-shared.c: fix segfault when repo is emptyFlorian Pritz2010-02-271-2/+2
* | Merge branch 'ro/ssdiff'Lars Hjemli2009-12-081-6/+28
|\ \
| * | Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-161-6/+28
* | | Merge branch 'stable'Lars Hjemli2009-11-071-1/+1
|\ \ \ | | |/ | |/|
| * | Nov is the correct abbreviationDanijel Tašov2009-11-071-1/+1
| |/
* / ui-shared.c: prettify download links when generated from tag pageLars Hjemli2009-10-161-2/+7
|/
* Merge branch 'stable'Lars Hjemli2009-08-181-8/+11
|\
| * ui-shared: don't print header <img/> if there isn't a logo definedMatthew Metnetsky2009-08-181-8/+11
* | ui-shared: add support for header/footer options when embedded=1Lars Hjemli2009-08-111-5/+12
* | ui-shared: add support for NO_HTTP=1/--nohttpLars Hjemli2009-08-101-1/+1
* | Cleanup handling of environment variablesLars Hjemli2009-08-101-23/+9
* | Merge branch 'lh/embedded'Lars Hjemli2009-07-251-6/+22
|\ \
| * | Add support for 'noheader' optionLars Hjemli2009-07-251-7/+13
| * | Add support for an 'embedded' option in cgitrcLars Hjemli2009-02-021-0/+10
| |/
* | Merge branch 'ml/head-include'Lars Hjemli2009-07-251-1/+3
|\ \
| * | Add head-include configuration option.Mark Lodato2009-06-071-1/+3
| |/
* | Merge branch 'plain-etag'Lars Hjemli2009-07-251-0/+6
|\ \
| * | Add support for HEAD requestsLars Hjemli2009-02-191-0/+4
| * | Add support for ETag in 'plain' viewLars Hjemli2009-02-191-0/+2
| |/
* | Merge branch 'do/https'Lars Hjemli2009-07-251-1/+13
|\ \
| * | use cgit_httpscheme() for atom feedDiego Ongaro2009-06-111-1/+2
| * | add cgit_httpscheme() -> http:// or https://Diego Ongaro2009-06-111-0/+11
| |/
* / Return http statuscode 404 on unknown branchLars Hjemli2009-06-071-0/+2
|/
* Add support for a custom headerLars Hjemli2009-01-291-0/+2
* Merge branch 'lh/stats'Lars Hjemli2009-01-271-3/+12
|\
| * ui-shared: externalize add_hidden_formfields()Lars Hjemli2008-12-071-3/+3
| * ui-shared: add and use cgit_stats_link()Lars Hjemli2008-12-071-2/+8
| * ui-stats: replace 'enable-stats' setting with 'max-stats'Lars Hjemli2008-12-071-1/+1
| * Add a 'stats' page to each repoLars Hjemli2008-12-061-0/+3
* | Merge branch 'stable'Lars Hjemli2009-01-111-1/+6
|\ \
| * | Avoid SEGFAULT on invalid requestsLars Hjemli2009-01-111-1/+6
| |/
* | Merge branch 'full-log'Lars Hjemli2008-12-061-2/+10
|\ \
| * | ui-log: add support for showing the full commit messageLars Hjemli2008-11-291-2/+10
| |/
* | ui-shared: shorten the sha1 printed by cgit_object_linkLars Hjemli2008-12-011-6/+8
* | ui-shared: exploit snapshot dwimmery in cgit_print_snapshot_linksLars Hjemli2008-12-011-2/+1
|/
* ui-shared: specify correct css class for summary tabLars Hjemli2008-10-061-1/+2
* ui-shared: add cgit_tag_link()Lars Hjemli2008-10-051-0/+6
* ui-shared: generate proper links in cgit_object_link()Lars Hjemli2008-10-051-15/+7
* ui-shared: use html_url_path() to get properly escaped url in form actionLars Hjemli2008-10-051-2/+2
* ui-shared: reword the standard page footerLars Hjemli2008-10-051-2/+2
* ui-shared: do not print repo name on the "summary" tabLars Hjemli2008-10-051-2/+1
* ui-repolist + ui-shared: Use cgit_summary_link()Lars Hjemli2008-10-051-4/+3
* ui-shared.c: add cgit_summary_link()Lars Hjemli2008-10-051-0/+5
* ui-shared.c: use html_url_path() in repolink()Lars Hjemli2008-10-051-4/+4
* ui-shared.c: use html_url_arg()Lars Hjemli2008-10-051-10/+10
* use Host: header to generate cgit_hosturlEric Wong2008-09-021-7/+12
* Merge branch 'lh/plain'Lars Hjemli2008-09-011-0/+8
|\
| * ui-tree: link to plain view instead of blob viewLars Hjemli2008-08-061-0/+6
| * Implement plain viewLars Hjemli2008-08-061-0/+2
* | Add atom-supportLars Hjemli2008-08-011-0/+23
|/
* Added `local-time` option to cgitrcStefan Naewe2008-08-011-4/+7
* Be prepared for empty repositoriesLars Hjemli2008-07-271-1/+2
* ui-shared: show repo owner along with descriptionLars Hjemli2008-07-271-3/+3
* Add a favicon option to cgitrcLars Hjemli2008-07-191-0/+5
* Add support for including a footer on all pagesLars Hjemli2008-06-261-4/+10
* Add link to index page from repo header, remove page nameLars Hjemli2008-05-041-2/+2
* Add footer with page creation time and cgit version on all pagesLars Hjemli2008-05-031-0/+3
* Add cgit_index_link() function with support for offsetLars Hjemli2008-05-031-5/+17
* Add 'about site' and 'about repo' pagesLars Hjemli2008-04-291-3/+50
* Re-enable 'index-info' and add support for 'root-desc' in cgitrcLars Hjemli2008-04-291-1/+4
* Cleanup page headerLars Hjemli2008-04-151-17/+4
* Remove 'patch' link from tab, add to commit viewLars Hjemli2008-04-131-2/+0
* Implement minimal freetext search in the repolistLars Hjemli2008-04-131-1/+10
* More layout fixesLars Hjemli2008-04-131-15/+50
* Reintroduce the branch switcherLars Hjemli2008-04-121-0/+7
* Add fixed link to index page from repo headerLars Hjemli2008-04-121-3/+9
* Replace sidebar/logoLars Hjemli2008-04-121-81/+44
* Refactor snapshot supportLars Hjemli2008-03-241-1/+16
* Add struct cgit_page to cgit_contextLars Hjemli2008-03-241-61/+51
* Introduce html.hLars Hjemli2008-03-181-0/+16
* Improve initialization of git directoryLars Hjemli2008-02-161-1/+1
* Move cgit_repo into cgit_contextLars Hjemli2008-02-161-14/+14
* Add all config variables into struct cgit_contextLars Hjemli2008-02-161-30/+30
* Introduce struct cgit_contextLars Hjemli2008-02-161-43/+43
* Add plain patch viewLars Hjemli2007-12-111-0/+8
* Add support for automatic and custom clone urlsLars Hjemli2007-12-031-0/+17
* Merge branch 'stable'Lars Hjemli2007-12-021-0/+4
|\
| * Handle missing timestamp in commit/tag objectsLars Hjemli2007-12-021-0/+4
* | Add cell-spacing in htmlLars Hjemli2007-11-161-1/+1
* | Use tables for page layoutLars Hjemli2007-11-161-10/+12
* | Add support for "robots" meta-tagLars Hjemli2007-11-111-0/+2
* | Generate valid html for "downloads" menu headerLars Hjemli2007-11-111-1/+1
* | Fix html error detected by test-suiteLars Hjemli2007-11-111-12/+12
* | Add commit->msg_encoding, allocate msg dynamicly.Jonathan Bastien-Filiatrault2007-11-051-1/+1
|/
* Don't show the the branch selector button if javascript is enabledLars Hjemli2007-11-031-1/+1
* Do not require javascript-enabled clientsLars Hjemli2007-11-031-0/+4
* Don't include current SHA1 in 'log' menu-itemLars Hjemli2007-11-031-2/+2
* Don't include current path in menu linksLars Hjemli2007-11-031-3/+2
* Fix search form action/hidden fieldsLars Hjemli2007-11-031-18/+24
* Add search parameters to cgit_log_linkLars Hjemli2007-11-031-2/+11
* Change the cgit layoutLars Hjemli2007-10-301-50/+122
* Teach cgit_object_link() about tag objectsLars Hjemli2007-10-281-0/+3
* Teach log search about --grep, --author and --committerLars Hjemli2007-10-281-2/+7
* Add links to the new refs page from summary pageLars Hjemli2007-10-271-0/+6
* cgit_print_snapshot_links: use url to specify snapshot nameLars Hjemli2007-07-231-0/+6
* Merge branch 'master' of git://git.klever.net/patchwork/cgitLars Hjemli2007-07-221-4/+37
|\
| * introduce cgit_repobasenameMichael Krelin2007-07-211-0/+24
| * added snapshot filename to the linkMichael Krelin2007-07-211-4/+13
* | Add ui-tag.cLars Hjemli2007-07-221-0/+24
|/
* Merge branch 'lh/menu'Lars Hjemli2007-06-291-16/+55
|\