aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers
Commit message (Expand)AuthorAgeFilesLines
* Server: Add NSFW in user profileChocobozzz2017-04-031-1/+4
* Server: add nsfw attributeChocobozzz2017-03-282-0/+4
* Server: add licence video attributeChocobozzz2017-03-272-0/+9
* Add video category supportChocobozzz2017-03-222-0/+10
* Server: move pod remove to remote pathChocobozzz2017-03-193-26/+44
* Better real world testChocobozzz2017-03-191-1/+5
* Server: add config endpointChocobozzz2017-03-102-0/+24
* Add like/dislike system for videosChocobozzz2017-03-083-7/+209
* Server: add views attribute when sending videos to friendsChocobozzz2017-03-041-1/+2
* Update bittorrent-tracker and standard to v9Chocobozzz2017-03-033-3/+0
* Fix request schedulers statsChocobozzz2017-02-271-9/+28
* Server: implement video viewsChocobozzz2017-02-262-5/+106
* Server: make a basic "quick and dirty update" for videosChocobozzz2017-02-262-0/+90
* Add email to usersChocobozzz2017-02-181-0/+1
* Add email to podsChocobozzz2017-02-161-1/+2
* Server: assert remoteId and host pair is uniqueChocobozzz2017-01-271-0/+10
* Server: error if we add a pod that already existsChocobozzz2017-01-271-1/+1
* Adapt requests controller/front to new informationsChocobozzz2017-01-191-1/+2
* Server: paths refractoringChocobozzz2017-01-172-2/+3
* Server: remote video validators refractoringChocobozzz2017-01-171-5/+1
* Server: remote request process refractoringChocobozzz2017-01-171-20/+20
* Server: transaction refractoringChocobozzz2017-01-172-82/+48
* Server: fix update remote videoChocobozzz2017-01-151-2/+2
* Server: create transaction refractoringChocobozzz2017-01-152-37/+19
* Server: retryer transaction wrapper refractoringChocobozzz2017-01-152-50/+30
* Server: fix update remote video infohashChocobozzz2017-01-121-2/+12
* Server: transaction serializable for videosChocobozzz2017-01-112-2/+2
* Server: do not break remote videos processing on errorChocobozzz2017-01-111-9/+24
* Server: always check commit resultChocobozzz2017-01-112-13/+26
* Server: retry video abuse requests tooChocobozzz2017-01-101-12/+56
* Server: try to have a better video integrityChocobozzz2017-01-062-46/+124
* Server: add video abuse supportChocobozzz2017-01-044-59/+105
* Server: move remote routes in their own directoryChocobozzz2016-12-303-9/+23
* Server: split check params testsChocobozzz2016-12-301-1/+0
* Server: optimization for videoGet and videoRemoveChocobozzz2016-12-301-23/+5
* Server: add updatedAt attribute to videosChocobozzz2016-12-301-1/+3
* Server: propagate video update to other podsChocobozzz2016-12-302-21/+89
* Server: add ability to update a videoChocobozzz2016-12-291-1/+84
* Server: little refractoringChocobozzz2016-12-292-103/+22
* Server: use binary data instead of base64 to send thumbnailsChocobozzz2016-12-292-4/+2
* Server: use video hook to send information to other pods when a video isChocobozzz2016-12-293-49/+9
* Server: add association between author and userChocobozzz2016-12-292-9/+14
* Server: add createdAt from remote video in databaseChocobozzz2016-12-251-1/+2
* Move tags in another tableChocobozzz2016-12-243-37/+159
* Server: rename Pods -> PodChocobozzz2016-12-191-2/+0
* First version with PostgreSQLChocobozzz2016-12-197-77/+153
* Server: remove encryption when seending requests to other podsChocobozzz2016-11-271-2/+0
* Server: set manually the post host of a remote video throught theChocobozzz2016-11-271-2/+3
* Server: move static/client routes in controllers/Chocobozzz2016-11-253-3/+60
* Server: fix logs when adding a remote videoChocobozzz2016-11-221-1/+1