aboutsummaryrefslogtreecommitdiff
path: root/ui-repolist.c
AgeCommit message (Expand)Author
2019-11-22ui-repolist: do not return unsigned (negative) valueGravatar Christian Hesse
2019-06-05global: make 'char *path' const where possibleGravatar Christian Hesse
2018-06-27global: remove functionality we deprecated for cgit v1.0Gravatar Christian Hesse
2017-10-03html: html_ntxt with no ellipsisGravatar Jeff Smith
2017-04-05Remove unused variable from sort_section()Gravatar Lukas Fleischer
2017-03-30ui-repolist: properly sort by ageGravatar Jason A. Donenfeld
2016-11-23css: highlight even table rows and skip empty rowsGravatar Christian Hesse
2016-10-12ui-repolist: fix memory leakGravatar Christian Hesse
2016-10-07ui-repolist: fix memory leakGravatar Christian Hesse
2016-02-08ui: show ages in the originator's timezoneGravatar John Keeping
2016-02-08ui-shared: remove "format" from cgit_print_age()Gravatar John Keeping
2016-01-13ui-repolist: return HTTP 404 if no repositories foundGravatar Peter Colberg
2016-01-13ui-repolist: extract repo visibility criteria to separate functionGravatar Peter Colberg
2016-01-13ui-repolist: initialize char *buf to NULLGravatar Christian Hesse
2015-10-09ui-repolist: fix resource leak: free allocation from cgit_currenturlGravatar Christian Hesse
2015-10-09ui-repolist: fix resource leak: free before returnGravatar Christian Hesse
2015-08-14about: move layout into page functionsGravatar John Keeping
2015-08-13Remove redundant includesGravatar John Keeping
2015-08-12log: allow users to follow a fileGravatar John Keeping
2015-03-09ui-repolist: make sortcolumn definitions 'static const'Gravatar John Keeping
2015-03-09Avoid non-ANSI function declarationsGravatar John Keeping
2015-03-03Make root handling sane again.Gravatar Jason A. Donenfeld
2015-03-03ui-shared: Add current url helper function.Gravatar Jason A. Donenfeld
2015-03-03ui-repolist: use ctx.qry.url instead of rooturl, in case we're filteringGravatar Jason A. Donenfeld
2015-03-03ui-repolist: use correct owner query linkGravatar Jason A. Donenfeld
2015-01-29Add repo.hide and repo.ignoreGravatar Lukas Fleischer
2014-12-23repolist: add owner-filterGravatar Chris Burroughs
2014-12-23git: update to v2.2.1Gravatar Christian Hesse
2014-06-28git: update for git 2.0Gravatar Christian Hesse
2014-01-17repolist: make owner clickable to searchGravatar Jason A. Donenfeld
2014-01-17Switch to exclusively using global ctxGravatar Lukas Fleischer
2014-01-14filter: return on null filter from open and closeGravatar Jason A. Donenfeld
2014-01-12ui-repolist: HTML-escape cgit_rooturl() responseGravatar John Keeping
2014-01-12filter: pass extra arguments via cgit_open_filterGravatar John Keeping
2014-01-08Update copyright informationGravatar Lukas Fleischer
2013-05-25ui-summary: Pass filename to about-filterGravatar Jason A. Donenfeld
2013-04-08use struct strbuf instead of static buffersGravatar John Keeping
2013-04-08Always #include corresponding .h in .c filesGravatar John Keeping
2013-03-20Convert pager navigation into a unordered listGravatar Lukas Fleischer
2013-03-04Mark several functions/variables staticGravatar Lukas Fleischer
2013-03-04White space around control verbs.Gravatar Jason A. Donenfeld
2013-03-04Fix several whitespace errorsGravatar Lukas Fleischer
2013-02-01Make "owner" column on index page configurableGravatar Florian Pritz
2012-10-17ui-repolist: Add "section-sort" flag to control section sorting.Gravatar Tobias Bieniek
2012-10-17ui: Remember to print ampersand as proper html entities.Gravatar William Bell
2012-10-16ui-repolist: Rename section-sort to repository-sort.Gravatar Jason A. Donenfeld
2012-10-09ui-repolist: do not use agefile if it's date could not be parsedGravatar Ferry Huberts
2012-10-08ui-repolist: Bold the currently viewed page.Gravatar Jamie Couture
2012-07-12Update copyright headers to have latest dates.Gravatar Jason A. Donenfeld
2012-07-12ui-repolist: Case insensitive sorting and age sortGravatar Jason A. Donenfeld