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.
forgejo/routers
Richard Mahn da1edbfb79 Feature - Pagination for git tree API (#5838)
* Feature - Pagination for git tree API

* Handles case when page is negative

* Does a for loop over the start and end rather than all entries

* Removed redundent logic

* Adds per_page as a query parameter

* Adds DEFAULT_GIT_TREES_PER_PAGE for settings, ran make fmt

* Fix typo in cheat-sheet en

* Makes page start at 1, generated swagger

* Use updates to SDK

* Updates to use latest sdk

* Updates swagger for tree api

* Adds test for GetTreeBySHA

* Updates per PR reviews

* Updates per PR reviews

* Remove file

* Formatting

* Fix to swagger file

* Fix to swagger

* Update v1_json.tmpl

* Fix to swagger file
5 years ago
..
admin Support reverse proxy providing email (#5554) 6 years ago
api/v1 Feature - Pagination for git tree API (#5838) 5 years ago
dev Make time diff translatable (#2057) 7 years ago
org Improve team members and repositories settings UI (#5457) 6 years ago
private Fix ssh deploy and user key constraints (#1357) (#5939) 5 years ago
repo Fix serving of raw wiki files other than .md (#5814) 5 years ago
routes Allow Macaron to be set to log through to gitea.log (#5667) 5 years ago
user if repo does not exist, show a 404 not a 500 (#5900) 5 years ago
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 6 years ago
home.go feat(repo): support search repository by topic name (#4505) 6 years ago
init.go Ensure error is logged on db reconnection attempts (#5780) 6 years ago
install.go Remove traces of embedded TiDB (#4906) 6 years ago
metrics.go Prometheus endpoint (#5256) 6 years ago
swagger_json.go Swagger.v1.json template (#3572) 6 years ago