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/modules
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
6 years ago
..
auth Request for public keys only if LDAP attribute is set (#5816) 6 years ago
avatar
base
cache
context Provide better panic handling (#5902) 6 years ago
cron
generate
gzip Pooled and buffered gzip implementation (#5722) 6 years ago
highlight
httplib
indexer fix indexer reindex bug when gitea restart (#5563) 6 years ago
lfs Fix bug when read public repo lfs file (#5912) 6 years ago
log Allow Macaron to be set to log through to gitea.log (#5667) 6 years ago
mailer Make log mailer for testing (#5893) 6 years ago
markup Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) 6 years ago
metrics
minwinsvc
notification Refactor notification for indexer (#5111) 6 years ago
options
pprof
private Fix ssh deploy and user key constraints (#1357) (#5939) 6 years ago
process
public When redirecting clean the path to avoid redirecting to //www.othersite.com (#5669) 6 years ago
recaptcha
search
setting Feature - Pagination for git tree API (#5838) 6 years ago
ssh Log IP of failed ssh connection (#5766) 6 years ago
sync
templates
test Restrict permission check on repositories and fix some problems (#5314) 6 years ago
user
util Disallow empty titles (#5785) 6 years ago
validation