aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/overviews.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix runner api rate limit bypassChocobozzz2023-06-201-2/+4
|
* Add video file size info in admin videos listChocobozzz2021-10-291-1/+0
|
* Deprecate filter video queryChocobozzz2021-10-291-1/+7
| | | | Introduce include and isLocal instead
* esModuleInterop to trueChocobozzz2021-08-271-2/+2
|
* Add overviews filter hook testsChocobozzz2021-07-211-4/+4
|
* Add new filter hooks to /overviews/videosMichael Williams2021-07-211-3/+10
| | | | | | This change adds new filter hooks `filter:api.overviews.videos.list.params` and `filter:api.overviews.videos.list.params` to /overviews/videos. The motivation is to make a plugin to [use `originallyPublishedAt` in all places where `publishedAt` is used](https://github.com/ahdinosaur/peertube-plugin-originally-published-at).
* Reorganize importsChocobozzz2021-07-201-5/+5
|
* Fix muted accounts on overviewsChocobozzz2020-11-101-0/+1
|
* Implement pagination for overviews endpointChocobozzz2020-03-111-27/+43
|
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Adapt feeds content-type to accept headerRigel Kent2020-01-101-1/+1
|
* Add ability to skip count queryChocobozzz2020-01-081-2/+3
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* 2 rows per overview sectionChocobozzz2019-04-051-1/+1
|
* Add redundancy statsChocobozzz2018-09-141-10/+10
|
* Speed up overviews routeChocobozzz2018-09-141-8/+18
|
* Fix overview cacheChocobozzz2018-09-041-2/+2
|
* Videos overview page: first versionChocobozzz2018-08-311-0/+97