gitea/templates
SpaWn2KiLl 1f01f53c53 API add/generalize pagination (#9452)
* paginate results

* fixed deadlock

* prevented breaking change

* updated swagger

* go fmt

* fixed find topic

* go mod tidy

* go mod vendor with go1.13.5

* fixed repo find topics

* fixed unit test

* added Limit method to Engine struct; use engine variable when provided; fixed gitignore

* use ItemsPerPage for default pagesize; fix GetWatchers, getOrgUsersByOrgID and GetStargazers; fix GetAllCommits headers; reverted some changed behaviors

* set Page value on Home route

* improved memory allocations

* fixed response headers

* removed logfiles

* fixed import order

* import order

* improved swagger

* added function to get models.ListOptions from context

* removed pagesize diff on unit test

* fixed imports

* removed unnecessary struct field

* fixed go fmt

* scoped PR

* code improvements

* code improvements

* go mod tidy

* fixed import order

* fixed commit statuses session

* fixed files headers

* fixed headers; added pagination for notifications

* go mod tidy

* go fmt

* removed Private from user search options; added setting.UI.IssuePagingNum as default valeu on repo's issues list

* Apply suggestions from code review

Co-Authored-By: 6543 <6543@obermui.de>
Co-Authored-By: zeripath <art27@cantab.net>

* fixed build error

* CI.restart()

* fixed merge conflicts resolve

* fixed conflicts resolve

* improved FindTrackedTimesOptions.ToOptions() method

* added backwards compatibility on ListReleases request; fixed issue tracked time ToSession

* fixed build error; fixed swagger template

* fixed swagger template

* fixed ListReleases backwards compatibility

* added page to user search route

Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net>
2020-01-24 14:00:29 -05:00
..
admin Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00
base move jquery and jquery-migrate to npm/webpack (#9813) 2020-01-21 19:32:33 +02:00
custom Add footer extra links template (#9576) 2020-01-03 20:41:56 +02:00
explore Repository avatar fallback configuration (#7087) 2019-06-02 14:40:12 +08:00
mail Some more e-mail notification fixes (#9596) 2020-01-03 19:13:22 +02:00
org Add setting to set default and global disabled repository units. (#8788) 2020-01-17 09:34:37 +02:00
pwa fix wrong font url on semantic-ui (#9917) 2020-01-21 18:07:34 +00:00
repo Migrate reviews when migrating repository from github (#9463) 2020-01-23 19:28:15 +02:00
status [assets] configurable URL for static resources (#7911) 2019-10-22 20:11:01 +08:00
swagger API add/generalize pagination (#9452) 2020-01-24 14:00:29 -05:00
user Ensure that 2fa is checked on reset-password (#9857) 2020-01-19 20:17:12 +00:00
home.tmpl [assets] configurable URL for static resources (#7911) 2019-10-22 20:11:01 +08:00
install.tmpl Add support for database schema in PostgreSQL (#8819) 2020-01-20 16:45:14 +01:00