aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators/activitypub/misc.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support video views/viewers stats in serverChocobozzz2022-04-151-1/+10
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Update validator dependencyChocobozzz2020-01-071-1/+1
|
* Relax activity validationChocobozzz2019-05-131-2/+1
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-9/+15
| | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
* Basic video redundancy implementationChocobozzz2018-09-131-2/+8
|
* Refractor user quota SQL queriesChocobozzz2018-08-281-3/+1
|
* Improve activity pub actors implementationChocobozzz2018-03-221-1/+1
|
* Add avatar max size limitChocobozzz2018-01-031-1/+1
|
* Fix validators issueChocobozzz2017-12-201-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-191-2/+18
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-2/+2
|
* Optimize signature verificationChocobozzz2017-11-271-0/+4
|
* Server shares user videosChocobozzz2017-11-271-1/+1
|
* Follow worksChocobozzz2017-11-271-4/+6
|
* Fix issues on server startChocobozzz2017-11-271-1/+9
|
* Continue activitypubChocobozzz2017-11-271-1/+11
|
* Begin activitypubChocobozzz2017-11-271-0/+17