Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change screenshot | Chocobozzz | 2017-04-30 | 1 | -2/+2 |
| | |||||
* | Client: minor css fixes | Chocobozzz | 2017-04-29 | 2 | -0/+4 |
| | |||||
* | Fix upgrade script (again...) | Bigard Florian | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | Fix upgrade script | Bigard Florian | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | Add yarn to npm run upgrade | Bigard Florian | 2017-04-27 | 1 | -3/+8 |
| | |||||
* | Add yarn cache to travis | Chocobozzz | 2017-04-26 | 1 | -0/+2 |
| | |||||
* | Use yarn instead of npm install | Chocobozzz | 2017-04-26 | 5 | -4/+9286 |
| | |||||
* | Remove unnecessary script | Chocobozzz | 2017-04-26 | 1 | -244/+0 |
| | |||||
* | Remove Node 4 support | Chocobozzz | 2017-04-26 | 3 | -5/+15 |
| | |||||
* | Fix travis lint tests | Chocobozzz | 2017-04-26 | 2 | -4/+4 |
| | |||||
* | Client: fix compilation | Chocobozzz | 2017-04-26 | 3 | -1/+5 |
| | |||||
* | Format video blacklist | Chocobozzz | 2017-04-26 | 7 | -54/+55 |
| | |||||
* | Client: fix bad rebase | Chocobozzz | 2017-04-26 | 1 | -5/+0 |
| | |||||
* | Client: add ability to hide left menu | Chocobozzz | 2017-04-26 | 4 | -61/+104 |
| | |||||
* | Client: add github and licence link in footer | Chocobozzz | 2017-04-26 | 1 | -1/+2 |
| | |||||
* | Client: adjust viewport height | Chocobozzz | 2017-04-26 | 5 | -3/+10 |
| | |||||
* | Client: display video tags | Chocobozzz | 2017-04-26 | 5 | -3/+32 |
| | |||||
* | Client: Use recharge typo for logo | Chocobozzz | 2017-04-26 | 1 | -0/+0 |
| | | | | http://www.dafont.com/recharge.font?text=PeerTube | ||||
* | Add credit | Chocobozzz | 2017-04-26 | 3 | -3/+32 |
| | |||||
* | Client: beautiful watch page | Chocobozzz | 2017-04-26 | 21 | -407/+463 |
| | |||||
* | Client: fixed header and menu | Chocobozzz | 2017-04-26 | 5 | -46/+58 |
| | |||||
* | Client: add titles to menu blocks | Chocobozzz | 2017-04-26 | 3 | -5/+26 |
| | |||||
* | Client Better design for video watch | Chocobozzz | 2017-04-26 | 7 | -141/+199 |
| | |||||
* | Client: responsive design | Chocobozzz | 2017-04-26 | 28 | -255/+378 |
| | |||||
* | Client: avoid loading javascript ressource over the network | Chocobozzz | 2017-04-26 | 2 | -22/+2 |
| | |||||
* | Client: use builtin email validator | Chocobozzz | 2017-04-26 | 3 | -17/+1 |
| | |||||
* | Server: upgrade to official version of express-oauth-server | Chocobozzz | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Add ability for an administrator to remove any video (#61) | Green-Star | 2017-04-26 | 13 | -66/+283 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 README features | Chocobozzz | 2017-04-16 | 1 | -4/+6 |
| | |||||
* | Update standard -> 10 | Chocobozzz | 2017-04-16 | 6 | -14/+21 |
| | |||||
* | Client: use ng2-tag-input for forms with video tags | Chocobozzz | 2017-04-16 | 8 | -141/+35 |
| | |||||
* | Client: update to angular 4 | Chocobozzz | 2017-04-12 | 15 | -68/+51 |
| | |||||
* | Client: add basic support for updating a video | Chocobozzz | 2017-04-10 | 14 | -6/+354 |
| | |||||
* | Client: support signup | Chocobozzz | 2017-04-10 | 9 | -0/+188 |
| | |||||
* | Server: fix tests | Chocobozzz | 2017-04-09 | 1 | -0/+1 |
| | |||||
* | Reorganize readme | Chocobozzz | 2017-04-09 | 1 | -5/+5 |
| | |||||
* | Server: add ability to register new user | Chocobozzz | 2017-04-09 | 5 | -2/+179 |
| | |||||
* | Client: support video language | Chocobozzz | 2017-04-07 | 8 | -1/+56 |
| | |||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 14 | -3/+197 |
| | |||||
* | Add link to wiki for production installation | Chocobozzz | 2017-04-07 | 1 | -0/+2 |
| | |||||
* | Put in evidence dev admin username/password | Chocobozzz | 2017-04-07 | 1 | -1/+2 |
| | |||||
* | Client: add ability for user to change nsfw settings | Chocobozzz | 2017-04-06 | 13 | -83/+242 |
| | |||||
* | Client: Handle NSFW video | Chocobozzz | 2017-04-04 | 15 | -22/+157 |
| | |||||
* | Server: Add NSFW in user profile | Chocobozzz | 2017-04-03 | 9 | -8/+90 |
| | |||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 14 | -2/+154 |
| | |||||
* | Client: add support for video licences | Chocobozzz | 2017-03-27 | 8 | -0/+58 |
| | |||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 14 | -3/+209 |
| | |||||
* | Fix david-dm badge links | Chocobozzz | 2017-03-27 | 1 | -2/+2 |
| | |||||
* | Server: refractoring upload/update video test utils | Chocobozzz | 2017-03-26 | 12 | -146/+158 |
| | |||||
* | Fix tag tests | Chocobozzz | 2017-03-22 | 1 | -45/+0 |
| |