]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+stats/stats-routing.module.ts
Add ability to filter overall video stats by date
authorChocobozzz <me@florianbigard.com>
Fri, 6 May 2022 12:23:02 +0000 (14:23 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 6 May 2022 12:23:02 +0000 (14:23 +0200)
commitf40712abbbb74e51f06037ef02757c42736bccf8
tree4b130c6387f9687d52d570907eb1bbac6bc04b61
parent49f0468d44468528c2fb2c8b0efd19cdaeeec43d
Add ability to filter overall video stats by date
15 files changed:
client/src/app/+stats/stats-routing.module.ts
client/src/app/+stats/stats.module.ts
client/src/app/+stats/video/video-stats.component.html
client/src/app/+stats/video/video-stats.component.scss
client/src/app/+stats/video/video-stats.component.ts
client/src/app/+stats/video/video-stats.service.ts
client/src/app/+video-studio/video-studio-routing.module.ts
client/src/app/shared/shared-video-live/live-video.service.ts
server/controllers/api/videos/stats.ts
server/initializers/constants.ts
server/lib/timeserie.ts
server/models/view/local-video-viewer.ts
server/tests/api/check-params/views.ts
server/tests/api/views/video-views-overall-stats.ts
server/tests/api/views/video-views-timeserie-stats.ts