aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/rate.ts
Commit message (Collapse)AuthorAgeFilesLines
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-1/+0
| | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike;
* Propagate old comment on new followChocobozzz2017-12-281-1/+2
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-10/+10
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-2/+2
|
* Refractor validatorsChocobozzz2017-11-271-1/+1
|
* Federate likes/dislikesChocobozzz2017-11-271-3/+4
|
* Rename Pod -> ServerChocobozzz2017-11-271-1/+1
|
* Make it compile at leastChocobozzz2017-11-271-65/+15
|
* Upgrade server packagesChocobozzz2017-10-311-2/+2
|
* Use async/await in controllersChocobozzz2017-10-261-112/+93
|
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-1/+1
|
* Better typescript typing for a better worldChocobozzz2017-07-101-5/+18
|
* Fix error loggingChocobozzz2017-07-071-1/+1
|
* Move to promisesChocobozzz2017-07-051-120/+87
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-3/+4
|
* require -> importChocobozzz2017-06-051-1/+1
|
* Type modelsChocobozzz2017-05-251-1/+1
|
* First typescript iterationChocobozzz2017-05-201-0/+181