aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/rate.ts
Commit message (Expand)AuthorAgeFilesLines
* Fix shared importsChocobozzz2021-12-241-2/+1
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Reorganize importsChocobozzz2021-07-201-2/+2
* Refactor requestsChocobozzz2021-07-201-1/+1
* Optimize rate endpointChocobozzz2021-02-191-0/+3
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-1/+4
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-3/+3
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Stronger model typingsChocobozzz2019-08-191-1/+1
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+2
* Cleanup express locals typingsChocobozzz2019-03-191-3/+2
* Check activities hostChocobozzz2018-11-141-7/+10
* Limit associations fetch when loading tokenChocobozzz2018-09-201-5/+6
* Speed up populate database scriptChocobozzz2018-07-241-2/+0
* Refractor retry transaction functionChocobozzz2018-06-131-14/+4
* Try to refractor activities sendingChocobozzz2018-03-271-6/+2
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-1/+0
* 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
* 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