Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Client: fix update button displayed on non owned video | Chocobozzz | 2017-05-05 | 2 | -2/+5 |
| | |||||
* | Client: try to be responsive | Chocobozzz | 2017-05-01 | 9 | -16/+147 |
| | |||||
* | Client: minor css fixes | Chocobozzz | 2017-04-29 | 2 | -0/+4 |
| | |||||
* | Use yarn instead of npm install | Chocobozzz | 2017-04-26 | 1 | -0/+5932 |
| | |||||
* | Fix travis lint tests | Chocobozzz | 2017-04-26 | 1 | -2/+2 |
| | |||||
* | Client: fix compilation | Chocobozzz | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Format video blacklist | Chocobozzz | 2017-04-26 | 3 | -33/+35 |
| | |||||
* | 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 | 4 | -2/+31 |
| | |||||
* | 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 | 2 | -3/+14 |
| | |||||
* | 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 |
| | |||||
* | Add ability for an administrator to remove any video (#61) | Green-Star | 2017-04-26 | 8 | -45/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 2 | -2/+1 |
| | |||||
* | 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 |
| | |||||
* | Client: support video language | Chocobozzz | 2017-04-07 | 8 | -1/+56 |
| | |||||
* | 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 |
| | |||||
* | Client: add support for video licences | Chocobozzz | 2017-03-27 | 8 | -0/+58 |
| | |||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 3 | -23/+28 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 8 | -3/+74 |
| | |||||
* | Client: fix routes title | Chocobozzz | 2017-03-12 | 8 | -16/+16 |
| | |||||
* | Client: fix prod compilation | Chocobozzz | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | Client: switch to @nglibs/meta | Chocobozzz | 2017-03-10 | 5 | -15/+21 |
| | |||||
* | Allow to sort by likes | Chocobozzz | 2017-03-08 | 3 | -4/+8 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 9 | -12/+167 |
| | |||||
* | Client: check token valitidy at startup | Chocobozzz | 2017-03-04 | 14 | -25/+44 |
| | |||||
* | Update bittorrent-tracker and standard to v9 | Chocobozzz | 2017-03-03 | 1 | -1/+1 |
| | |||||
* | Fix request schedulers stats | Chocobozzz | 2017-02-27 | 5 | -42/+89 |
| | |||||
* | Client: add views information and sort | Chocobozzz | 2017-02-26 | 7 | -15/+40 |
| | |||||
* | Add email to users | Chocobozzz | 2017-02-18 | 9 | -6/+52 |
| | |||||
* | Add email to pods | Chocobozzz | 2017-02-16 | 2 | -0/+5 |
| | |||||
* | Client: fix lint | Chocobozzz | 2017-02-10 | 9 | -13/+12 |
| | |||||
* | Update modules | Chocobozzz | 2017-02-10 | 2 | -4/+6 |
| | |||||
* | Client: use tslib instead of ts-helpers | Chocobozzz | 2017-02-10 | 5 | -6/+22 |
| | |||||
* | Client: fix angular2-notifications dep... | Chocobozzz | 2017-02-05 | 2 | -3/+3 |
| | |||||
* | Client: fix awesome typescript loader | Chocobozzz | 2017-02-05 | 1 | -1/+1 |
| | |||||
* | Client: fix ng2-smart-table | Bigard Florian | 2017-02-01 | 1 | -1/+1 |
| |