]> source.dussan.org Git - gitea.git/commit
Add paging and archive/private repository filtering to dashboard list (#11321)
authorzeripath <art27@cantab.net>
Sat, 16 May 2020 20:07:01 +0000 (21:07 +0100)
committerGitHub <noreply@github.com>
Sat, 16 May 2020 20:07:01 +0000 (23:07 +0300)
commitc86bc8e061b91d3d3778d9b97ba16e373250d8f6
tree560fc03cd8647efb79a7c0cb4f5ee5e77b5f52d6
parentc3d9a5f8464e0921fc4063d903ecf2063fa152fa
Add paging and archive/private repository filtering to dashboard list (#11321)

* Add archived options to SearchRepository

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add only-private search

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Add filter options and paging to dashboard repository page

Signed-off-by: Andrew Thornton <art27@cantab.net>
* swagger generate

Signed-off-by: Andrew Thornton <art27@cantab.net>
* fix-swagger-again

Signed-off-by: Andrew Thornton <art27@cantab.net>
* as per @mrsdizzie also remember state

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
models/repo_list.go
options/locale/locale_en-US.ini
routers/api/v1/repo/repo.go
templates/swagger/v1_json.tmpl
templates/user/dashboard/repolist.tmpl
web_src/js/index.js
web_src/less/_base.less
web_src/less/_dashboard.less