Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Server: finish old jobs at startup | Chocobozzz | 2017-05-05 | 2 | -20/+39 |
| | |||||
* | Server: check ffmpeg at startup | Chocobozzz | 2017-05-05 | 1 | -0/+25 |
| | |||||
* | Server: split videos controller | Chocobozzz | 2017-05-05 | 4 | -264/+339 |
| | |||||
* | Fix unset video language on video update | Chocobozzz | 2017-05-05 | 2 | -7/+7 |
| | |||||
* | Client: fix update button displayed on non owned video | Chocobozzz | 2017-05-05 | 2 | -2/+2 |
| | |||||
* | Fix tests | Chocobozzz | 2017-05-05 | 3 | -3/+3 |
| | |||||
* | Server: Fix video propagation with transcoding enabled | Chocobozzz | 2017-05-05 | 4 | -13/+26 |
| | |||||
* | Server: add tests to video transcoder | Chocobozzz | 2017-05-04 | 2 | -0/+116 |
| | |||||
* | Server: add job scheduler to transcode video files | Chocobozzz | 2017-05-04 | 7 | -23/+321 |
| | |||||
* | Server: little refractoring when listing videos | Chocobozzz | 2017-05-01 | 1 | -10/+12 |
| | |||||
* | Server: add tests for video blacklists | Chocobozzz | 2017-05-01 | 8 | -7/+300 |
| | |||||
* | Format video blacklist | Chocobozzz | 2017-04-26 | 4 | -21/+20 |
| | |||||
* | Add ability for an administrator to remove any video (#61) | Green-Star | 2017-04-26 | 5 | -21/+212 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ability for an admin to remove every video on the pod. * Server: add BlacklistedVideos relation. * Server: Insert in BlacklistedVideos relation upon deletion of a video. * Server: Modify BlacklistedVideos schema to add Pod id information. * Server: Moving insertion of a blacklisted video from the `afterDestroy` hook into the process of deletion of a video. To avoid inserting a video when it is removed on its origin pod. When a video is removed on its origin pod, the `afterDestroy` hook is fire, but no request is made on the delete('/:videoId') interface. Hence, we insert into `BlacklistedVideos` only on request on delete('/:videoId') (if requirements for insertion are met). * Server: Add removeVideoFromBlacklist hook on deletion of a video. We are going to proceed in another way :). We will add a new route : /:videoId/blacklist to blacklist a video. We do not blacklist a video upon its deletion now (to distinguish a video blacklist from a regular video delete) When we blacklist a video, the video remains in the DB, so we don't have any concern about its update. It just doesn't appear in the video list. When we remove a video, we then have to remove it from the blacklist too. We could also remove a video from the blacklist to 'unremove' it and make it appear again in the video list (will be another feature). * Server: Add handler for new route post(/:videoId/blacklist) * Client: Add isBlacklistable method * Client: Update isRemovableBy method. * Client: Move 'Delete video' feature from the video-list to the video-watch module. * Server: Exclude blacklisted videos from the video list * Server: Use findAll() in BlacklistedVideos.list() method * Server: Fix addVideoToBlacklist function. * Client: Add blacklist feature. * Server: Use JavaScript Standard Style. * Server: In checkUserCanDeleteVideo, move the callback call inside the db callback function * Server: Modify BlacklistVideo relation * Server: Modifiy Videos methods. * Server: Add checkVideoIsBlacklistable method * Server: Rewrite addVideoToBlacklist method * Server: Fix checkVideoIsBlacklistable method * Server: Add return to addVideoToBlacklist method | ||||
* | Update standard -> 10 | Chocobozzz | 2017-04-16 | 3 | -10/+18 |
| | |||||
* | Server: fix tests | Chocobozzz | 2017-04-09 | 1 | -0/+1 |
| | |||||
* | Server: add ability to register new user | Chocobozzz | 2017-04-09 | 4 | -2/+176 |
| | |||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 14 | -3/+197 |
| | |||||
* | Server: Add NSFW in user profile | Chocobozzz | 2017-04-03 | 9 | -8/+90 |
| | |||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 14 | -2/+154 |
| | |||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 14 | -3/+209 |
| | |||||
* | Server: refractoring upload/update video test utils | Chocobozzz | 2017-03-26 | 12 | -146/+158 |
| | |||||
* | Fix tag tests | Chocobozzz | 2017-03-22 | 1 | -45/+0 |
| | |||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 4 | -17/+3 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 20 | -27/+250 |
| | |||||
* | Server: move pod remove to remote path | Chocobozzz | 2017-03-19 | 4 | -27/+45 |
| | |||||
* | Better real world test | Chocobozzz | 2017-03-19 | 3 | -19/+147 |
| | |||||
* | Server: add config endpoint | Chocobozzz | 2017-03-10 | 7 | -1/+106 |
| | |||||
* | Allow to sort by likes | Chocobozzz | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 22 | -35/+740 |
| | |||||
* | Server: add views attribute when sending videos to friends | Chocobozzz | 2017-03-04 | 3 | -4/+8 |
| | |||||
* | Server: typo | Chocobozzz | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | Server: fix migrations with an empty Applications table | Chocobozzz | 2017-03-04 | 2 | -1/+13 |
| | |||||
* | Server: fix requests endpoints | Chocobozzz | 2017-03-04 | 3 | -7/+11 |
| | |||||
* | Update bittorrent-tracker and standard to v9 | Chocobozzz | 2017-03-03 | 20 | -7/+26 |
| | |||||
* | Fix request schedulers stats | Chocobozzz | 2017-02-27 | 3 | -18/+57 |
| | |||||
* | Server: request scheduler refractoring | Chocobozzz | 2017-02-26 | 2 | -14/+5 |
| | |||||
* | Server: little sort refractoring | Chocobozzz | 2017-02-26 | 2 | -12/+17 |
| | |||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 15 | -48/+612 |
| | |||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 19 | -216/+796 |
| | | | | | | | | 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 | ||||
* | This is not a prototype anymore, but a real project! | Chocobozzz | 2017-02-26 | 2 | -4/+2 |
| | |||||
* | Server: fix migration scripts | Chocobozzz | 2017-02-18 | 5 | -28/+114 |
| | |||||
* | Server: use a request scheduler object instance for friends | Chocobozzz | 2017-02-18 | 3 | -225/+244 |
| | | | | communication | ||||
* | Add email to users | Chocobozzz | 2017-02-18 | 10 | -6/+112 |
| | |||||
* | Server: add unique to unique indexes | Chocobozzz | 2017-02-16 | 3 | -3/+10 |
| | |||||
* | Add email to pods | Chocobozzz | 2017-02-16 | 10 | -21/+46 |
| | |||||
* | Server: update express-validator | Chocobozzz | 2017-02-10 | 2 | -4/+18 |
| | |||||
* | Fix update host script | Chocobozzz | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | Client: replace simple tables by ng2 smart table component | Chocobozzz | 2017-01-30 | 1 | -2/+2 |
| | |||||
* | Server: assert remoteId and host pair is unique | Chocobozzz | 2017-01-27 | 2 | -0/+12 |
| | |||||
* | Server: error if we add a pod that already exists | Chocobozzz | 2017-01-27 | 5 | -11/+40 |
| |