You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
Mike Schwörer 042089fbaf API method to list all commits of a repository (#6408)
* Added API endpoint ListAllCommits (/repos/{owner}/{repo}/git/commits)

Signed-off-by: Mike Schwörer <mailport@mikescher.de>

* Fixed failing drone build

Signed-off-by: Mike Schwörer <mailport@mikescher.de>

* Implemented requested changes (PR reviews)

Signed-off-by: Mike Schwörer <mailport@mikescher.de>

* gofmt

Signed-off-by: Mike Schwörer <mailport@mikescher.de>

* Changed api route from "/repos/{owner}/{repo}/git/commits" to "/repos/{owner}/{repo}/commits"

* Removed unnecessary line

* better error message when git repo is empty

* make generate-swagger

* fixed removed return

* Update routers/api/v1/repo/commits.go

Co-Authored-By: Lauris BH <lauris@nix.lv>

* Update routers/api/v1/repo/commits.go

Co-Authored-By: Lauris BH <lauris@nix.lv>

* go fmt

* Refactored common code into ToCommit()

* made toCommit not exported

* added check for userCache == nil
6 years ago
..
admin [Branch View] show "New Pull Request" Button only if posible (#7977) 6 years ago
base jQuery 3 (#7425) 6 years ago
custom Templates for extra links in top navbar and repo tool tabs. (#3308) 7 years ago
explore Repository avatar fallback configuration (#7087) 6 years ago
mail UX + Security current user password reset (#5042) 6 years ago
org org/members: display 2FA members states + optimize sql requests (#7621) 6 years ago
pwa jQuery 3 (#7425) 6 years ago
repo [Branch View] show "New Pull Request" Button only if posible (#7977) 6 years ago
status Minor UI tweaks (#5980) 6 years ago
swagger API method to list all commits of a repository (#6408) 6 years ago
user gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7846) 6 years ago
home.tmpl Fix typo in home.tmpl (#7452) 6 years ago
install.tmpl Add support of utf8mb4 for mysql (#6992) 6 years ago