Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 39 | -141/+411 | |
| | ||||||
* | Remove any typing from server | Chocobozzz | 2017-07-11 | 5 | -18/+20 | |
| | ||||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 19 | -76/+162 | |
| | ||||||
* | Fix error logging | Chocobozzz | 2017-07-07 | 21 | -49/+49 | |
| | ||||||
* | Async signature and various fixes | Chocobozzz | 2017-07-07 | 10 | -54/+40 | |
| | ||||||
* | Video search -> case insensitive | Chocobozzz | 2017-07-06 | 1 | -8/+4 | |
| | ||||||
* | Move to promises | Chocobozzz | 2017-07-05 | 79 | -2445/+1926 | |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | |||||
* | Fix test (#71) | Green-Star | 2017-07-02 | 12 | -17/+22 | |
| | | | | | | | | | | | | * Fix timeouting tests * Increase timeout to be sure requests will be propagated * Add timeout to be sure video views will be updated * Use standard style * Fix PR comments. | |||||
* | Move ensureRegistrationEnabled to middlewares | Chocobozzz | 2017-06-25 | 3 | -11/+23 | |
| | ||||||
* | ClientLocal -> OAuthClientLocal | Chocobozzz | 2017-06-25 | 2 | -7/+7 | |
| | ||||||
* | Requests -> RequestSchedulers | Chocobozzz | 2017-06-25 | 8 | -21/+21 | |
| | ||||||
* | Oup's, forgot to increate timeout test | Chocobozzz | 2017-06-25 | 1 | -1/+1 | |
| | ||||||
* | Fix travis tests | Chocobozzz | 2017-06-25 | 1 | -1/+2 | |
| | ||||||
* | Excluse .js.map when scanning models/ directory | Chocobozzz | 2017-06-24 | 1 | -1/+2 | |
| | ||||||
* | Update systemd service template | Chocobozzz | 2017-06-20 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |