Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Share models between server and client | Chocobozzz | 2017-06-17 | 10 | -12/+41 |
| | |||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 6 | -9/+11 |
| | |||||
* | Create types for model enums | Chocobozzz | 2017-06-16 | 16 | -28/+62 |
| | |||||
* | Add this context to instance model functions | Chocobozzz | 2017-06-16 | 10 | -32/+38 |
| | |||||
* | Reorganize model files | Chocobozzz | 2017-06-16 | 43 | -83/+128 |
| | |||||
* | BaseRequestScheduler -> AbstractRequestScheduler | Chocobozzz | 2017-06-16 | 6 | -11/+11 |
| | |||||
* | Fix video update test | Chocobozzz | 2017-06-12 | 2 | -19/+16 |
| | |||||
* | Convert scripts to typescript | Chocobozzz | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | Better models define typing | Chocobozzz | 2017-06-11 | 17 | -31/+31 |
| | |||||
* | Update webpack stack | Chocobozzz | 2017-06-11 | 7 | -18/+30 |
| | |||||
* | Update client modules | Chocobozzz | 2017-06-11 | 1 | -0/+2 |
| | |||||
* | Use shared models | Chocobozzz | 2017-06-11 | 3 | -4/+6 |
| | |||||
* | Type functions | Chocobozzz | 2017-06-10 | 87 | -541/+936 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 30 | -60/+52 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 73 | -637/+1495 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 107 | -1747/+1755 |
| | |||||
* | Server: move requests lib in their own directory | Chocobozzz | 2017-05-05 | 7 | -16/+18 |
| | |||||
* | 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 |
| |