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/routers
iszla 3f9016430f Pagination on releases page (#2035)
* Added count to GetReleasesByRepoID so pagination will work

* Separated it out to a new function, can then also leave the API part unaffected

* Remove extra whitespace added in untouched function

* Added comment and corrected name in error handler

* Account for if the user is owner or not in the count

* Also check if repo is draft

* revert back to the correct count in the ReleasesToDisplay loop

* Fixed lint error regarding else with return statement

* Use Cond struct instead of string, corrected name in error handler

* Removed unused return variable names
8 years ago
..
admin Make time diff translatable (#2057) 8 years ago
api/v1 Integration tests for issues API (#2059) 8 years ago
dev Make time diff translatable (#2057) 8 years ago
org fix bug to deny to add orgnization as a member of an orgnization or team (#1815) 8 years ago
private fix bug when push a branch name with / & fix an integration test bug (#1689) 8 years ago
repo Pagination on releases page (#2035) 8 years ago
routes Make branch deletion URL more like GitHub's, fixes #1397 (#1994) 8 years ago
user Make time diff translatable (#2057) 8 years ago
home.go Generate swagger json (#1402) 8 years ago
init.go Sanitation fix from Gogs (#1461) 8 years ago
install.go fix misspell (#1996) 8 years ago