aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/remote
Commit message (Collapse)AuthorAgeFilesLines
* Reset video fields when remote update failsChocobozzz2017-10-261-5/+13
|
* Use async/await in controllersChocobozzz2017-10-262-399/+303
|
* Add video channelsChocobozzz2017-10-262-46/+259
|
* Add pod list endpoint with pagination, sort...Chocobozzz2017-10-191-3/+42
|
* Improve real world scriptChocobozzz2017-09-121-10/+20
|
* Convert real world script to typescriptChocobozzz2017-09-081-2/+0
|
* Make tslint happyChocobozzz2017-09-041-17/+17
|
* Upgrade common server dependenciesChocobozzz2017-08-251-1/+1
|
* Move video file metadata in their own tableChocobozzz2017-08-251-2/+40
| | | | Will be used for user video quotas and multiple video resolutions
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-19/+20
|
* Better typescript typing for a better worldChocobozzz2017-07-102-20/+31
|
* Fix error loggingChocobozzz2017-07-071-11/+11
|
* Async signature and various fixesChocobozzz2017-07-071-5/+4
|
* Move to promisesChocobozzz2017-07-052-338/+210
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-102-20/+22
|
* require -> importChocobozzz2017-06-053-3/+3
|
* Type modelsChocobozzz2017-05-252-3/+3
|
* First typescript iterationChocobozzz2017-05-204-84/+94
|
* Server: add video language attributeChocobozzz2017-04-071-0/+2
|
* Server: add nsfw attributeChocobozzz2017-03-281-0/+2
|
* Server: add licence video attributeChocobozzz2017-03-271-0/+2
|
* Add video category supportChocobozzz2017-03-221-0/+2
|
* Server: move pod remove to remote pathChocobozzz2017-03-192-0/+44
|
* Better real world testChocobozzz2017-03-191-1/+5
|
* Add like/dislike system for videosChocobozzz2017-03-081-2/+25
|
* Server: implement video viewsChocobozzz2017-02-261-5/+103
|
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-261-0/+74
| | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling
* Server: assert remoteId and host pair is uniqueChocobozzz2017-01-271-0/+10
|
* Server: remote request process refractoringChocobozzz2017-01-171-20/+20
|
* Server: transaction refractoringChocobozzz2017-01-171-26/+12
|
* Server: fix update remote videoChocobozzz2017-01-151-2/+2
|
* Server: create transaction refractoringChocobozzz2017-01-151-13/+5
|
* Server: retryer transaction wrapper refractoringChocobozzz2017-01-151-24/+10
|
* Server: transaction serializable for videosChocobozzz2017-01-111-1/+1
|
* Server: do not break remote videos processing on errorChocobozzz2017-01-111-9/+24
|
* Server: always check commit resultChocobozzz2017-01-111-5/+11
|
* Server: try to have a better video integrityChocobozzz2017-01-061-9/+47
|
* Server: add video abuse supportChocobozzz2017-01-041-18/+50
|
* Server: move remote routes in their own directoryChocobozzz2016-12-302-0/+253