aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Server: requests refractoringChocobozzz2017-01-172-39/+40
|
* Server: remote video validators refractoringChocobozzz2017-01-173-32/+29
|
* Server: remote request process refractoringChocobozzz2017-01-172-20/+28
|
* Server: transaction refractoringChocobozzz2017-01-173-84/+68
|
* Server: fix update remote videoChocobozzz2017-01-151-2/+2
|
* Server: create transaction refractoringChocobozzz2017-01-154-72/+75
|
* Server: retryer transaction wrapper refractoringChocobozzz2017-01-153-50/+50
|
* Server: fix single pod testsChocobozzz2017-01-123-47/+61
|
* Try to fix travis buildChocobozzz2017-01-123-9/+9
|
* Server: fix update remote video infohashChocobozzz2017-01-125-12/+55
|
* Server: fix update right checksChocobozzz2017-01-111-7/+10
|
* Server: transaction serializable for videosChocobozzz2017-01-113-3/+3
|
* Server: add update case to real world scriptChocobozzz2017-01-111-2/+26
|
* Server: rights check for update a videoChocobozzz2017-01-112-0/+12
|
* Server: do not break remote videos processing on errorChocobozzz2017-01-113-12/+27
|
* Server: always check commit resultChocobozzz2017-01-113-14/+27
|
* Server: retry video abuse requests tooChocobozzz2017-01-101-12/+56
|
* Server: improve requests schedulerChocobozzz2017-01-104-47/+125
|
* Server: try to have a better video integrityChocobozzz2017-01-066-71/+194
|
* Server: improve real world scriptChocobozzz2017-01-061-7/+22
|
* Server: use crypto instead of ursa for pod signatureChocobozzz2017-01-046-36/+90
|
* Server: we don't need the video name when removing a remote videoChocobozzz2017-01-042-2/+0
|
* Server: add video abuse supportChocobozzz2017-01-0428-162/+901
|
* Server: move remote routes in their own directoryChocobozzz2016-12-304-9/+28
|
* Server: fix video remoe validationChocobozzz2016-12-301-1/+1
|
* Server: split check params testsChocobozzz2016-12-3010-868/+1110
|
* Server: optimization for videoGet and videoRemoveChocobozzz2016-12-302-30/+13
|
* Server: add updatedAt attribute to videosChocobozzz2016-12-306-5/+26
|
* Server: propagate video update to other podsChocobozzz2016-12-305-34/+152
|
* Server: add ability to update a videoChocobozzz2016-12-297-15/+344
|
* Server: little refractoringChocobozzz2016-12-295-105/+93
|
* Server: use binary data instead of base64 to send thumbnailsChocobozzz2016-12-295-15/+13
|
* Server: use video hook to send information to other pods when a video isChocobozzz2016-12-294-49/+23
| | | | deleted
* Server: add association between author and userChocobozzz2016-12-296-14/+35
|
* Server: Add postgresql indexesChocobozzz2016-12-299-13/+104
|
* Server: add database field validationsChocobozzz2016-12-2813-73/+162
|
* Add script to migrate from mongodb to postgresqlChocobozzz2016-12-271-1/+0
| | | | Usage: NODE_ENV=production ./scripts/mongo-to-postgre.js --mongo-database peertube-prod
* Server: correctly sort tags by name ascChocobozzz2016-12-261-2/+2
|
* Server: add createdAt from remote video in databaseChocobozzz2016-12-251-1/+2
|
* Fix real world scriptChocobozzz2016-12-251-5/+6
|
* Fix standard lintChocobozzz2016-12-253-22/+11
|
* Update migrations codeChocobozzz2016-12-2517-345/+155
|
* Move tags in another tableChocobozzz2016-12-2413-139/+334
|
* Server: rename Pods -> PodChocobozzz2016-12-192-2/+0
|
* First version with PostgreSQLChocobozzz2016-12-1939-669/+1113
|
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-276-101/+7
| | | | We don't need it anymore since HTTPS is mandatory now
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-273-4/+3
| | | | signature
* Server: move static/client routes in controllers/Chocobozzz2016-11-253-3/+60
|
* Server: fix magnet tracker websocket url for remote videosBigard Florian2016-11-231-1/+1
|
* Server: fix logs when adding a remote videoChocobozzz2016-11-221-1/+1
|