Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 4 | -17/+17 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 2 | -9/+30 |
| | |||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 1 | -4/+7 |
| | |||||
* | Fix error logging | Chocobozzz | 2017-07-07 | 4 | -9/+9 |
| | |||||
* | Async signature and various fixes | Chocobozzz | 2017-07-07 | 1 | -1/+1 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 4 | -114/+113 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Move ensureRegistrationEnabled to middlewares | Chocobozzz | 2017-06-25 | 2 | -0/+21 |
| | |||||
* | Use shared models | Chocobozzz | 2017-06-11 | 1 | -1/+3 |
| | |||||
* | Type functions | Chocobozzz | 2017-06-10 | 16 | -50/+93 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 8 | -18/+18 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 21 | -240/+140 |
| | |||||
* | Server: move requests lib in their own directory | Chocobozzz | 2017-05-05 | 1 | -0/+2 |
| | |||||
* | Format video blacklist | Chocobozzz | 2017-04-26 | 2 | -17/+16 |
| | |||||
* | Add ability for an administrator to remove any video (#61) | Green-Star | 2017-04-26 | 1 | -10/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 1 | -0/+2 |
| | |||||
* | Server: Add NSFW in user profile | Chocobozzz | 2017-04-03 | 1 | -1/+2 |
| | |||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 1 | -0/+2 |
| | |||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 1 | -0/+2 |
| | |||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 1 | -0/+2 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 2 | -2/+35 |
| | |||||
* | Server: little sort refractoring | Chocobozzz | 2017-02-26 | 1 | -9/+14 |
| | |||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 1 | -2/+10 |
| | |||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 1 | -1/+10 |
| | | | | | | | | 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 | ||||
* | Add email to users | Chocobozzz | 2017-02-18 | 1 | -1/+2 |
| | |||||
* | Add email to pods | Chocobozzz | 2017-02-16 | 1 | -1/+2 |
| | |||||
* | Server: update express-validator | Chocobozzz | 2017-02-10 | 1 | -3/+1 |
| | |||||
* | Server: error if we add a pod that already exists | Chocobozzz | 2017-01-27 | 2 | -7/+23 |
| | |||||
* | Server: fix update right checks | Chocobozzz | 2017-01-11 | 1 | -7/+10 |
| | |||||
* | Server: rights check for update a video | Chocobozzz | 2017-01-11 | 1 | -0/+8 |
| | |||||
* | Server: use crypto instead of ursa for pod signature | Chocobozzz | 2017-01-04 | 2 | -2/+9 |
| | |||||
* | Server: add video abuse support | Chocobozzz | 2017-01-04 | 6 | -21/+74 |
| | |||||
* | Server: fix video remoe validation | Chocobozzz | 2016-12-30 | 1 | -1/+1 |
| | |||||
* | Server: optimization for videoGet and videoRemove | Chocobozzz | 2016-12-30 | 1 | -7/+8 |
| | |||||
* | Server: add ability to update a video | Chocobozzz | 2016-12-29 | 1 | -10/+31 |
| | |||||
* | Server: little refractoring | Chocobozzz | 2016-12-29 | 1 | -0/+4 |
| | |||||
* | First version with PostgreSQL | Chocobozzz | 2016-12-19 | 5 | -25/+16 |
| | |||||
* | Server: remove encryption when seending requests to other pods | Chocobozzz | 2016-11-27 | 2 | -34/+4 |
| | | | | We don't need it anymore since HTTPS is mandatory now | ||||
* | Server: forbid to make friends with a non https server | Chocobozzz | 2016-11-16 | 1 | -0/+7 |
| | |||||
* | Pod URL -> pod host. HTTPS is required to make friends. | Chocobozzz | 2016-11-16 | 4 | -39/+33 |
| | | | | | Reason: in a network with mix http/https pods, https pods won't be able to play videos from http pod (insecure requests). | ||||
* | Server: forbid to remove the root user | Chocobozzz | 2016-10-07 | 1 | -0/+2 |
| | |||||
* | Server: remove useless hash affectations | Chocobozzz | 2016-10-02 | 14 | -27/+27 |
| | |||||
* | Server: add port when making friends if it is not specified | Chocobozzz | 2016-10-01 | 2 | -0/+64 |
| | |||||
* | Server: do not forget to check the signature when another pod wants to | Chocobozzz | 2016-10-01 | 1 | -20/+25 |
| | | | | quit us | ||||
* | Fix client peer dependencies | Chocobozzz | 2016-09-20 | 1 | -1/+1 |
| | |||||
* | Client: fix error display for component | Chocobozzz | 2016-08-23 | 1 | -3/+12 |
| | |||||
* | Server: catch JSON.parse exceptions | Chocobozzz | 2016-08-23 | 1 | -2/+7 |
| | |||||
* | Server: fix makefriends validation and tests | Chocobozzz | 2016-08-21 | 1 | -14/+15 |
| | |||||
* | Server: fix remote videos requests validator | Chocobozzz | 2016-08-21 | 1 | -1/+0 |
| |