Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up bottom video bar | Chocobozzz | 2017-07-06 | 2 | -9/+20 |
| | |||||
* | Better skin for videojs | Chocobozzz | 2017-07-06 | 2 | -3/+10 |
| | |||||
* | Update videojs -> 6 | Chocobozzz | 2017-07-06 | 1 | -1/+1 |
| | |||||
* | Fix client compilation | Chocobozzz | 2017-06-20 | 3 | -4/+3 |
| | |||||
* | Share models between server and client | Chocobozzz | 2017-06-17 | 3 | -9/+8 |
| | |||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 24 | -645/+642 |
| | |||||
* | Bundle webtorrent with webpack. Closes ↵ | Chocobozzz | 2017-06-11 | 2 | -4/+4 |
| | | | | https://github.com/Chocobozzz/PeerTube/issues/50 | ||||
* | Update webpack stack | Chocobozzz | 2017-06-11 | 4 | -3/+5 |
| | |||||
* | Update client modules | Chocobozzz | 2017-06-11 | 1 | -1/+1 |
| | |||||
* | Better build/dev scripts | Chocobozzz | 2017-06-11 | 1 | -1/+1 |
| | |||||
* | Use shared models | Chocobozzz | 2017-06-11 | 2 | -10/+13 |
| | |||||
* | Client: little refractoring | Chocobozzz | 2017-05-05 | 14 | -43/+11 |
| | |||||
* | Fix unset video language on video update | Chocobozzz | 2017-05-05 | 2 | -1/+14 |
| | |||||
* | 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 | 2 | -8/+61 |
| | |||||
* | Client: minor css fixes | Chocobozzz | 2017-04-29 | 1 | -0/+1 |
| | |||||
* | Format video blacklist | Chocobozzz | 2017-04-26 | 3 | -33/+35 |
| | |||||
* | Client: fix bad rebase | Chocobozzz | 2017-04-26 | 1 | -5/+0 |
| | |||||
* | Client: adjust viewport height | Chocobozzz | 2017-04-26 | 2 | -2/+1 |
| | |||||
* | Client: display video tags | Chocobozzz | 2017-04-26 | 3 | -1/+30 |
| | |||||
* | Client: beautiful watch page | Chocobozzz | 2017-04-26 | 8 | -218/+222 |
| | |||||
* | Client: fixed header and menu | Chocobozzz | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Client Better design for video watch | Chocobozzz | 2017-04-26 | 2 | -138/+181 |
| | |||||
* | Client: responsive design | Chocobozzz | 2017-04-26 | 4 | -37/+48 |
| | |||||
* | 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 | ||||
* | Client: use ng2-tag-input for forms with video tags | Chocobozzz | 2017-04-16 | 6 | -139/+32 |
| | |||||
* | Client: update to angular 4 | Chocobozzz | 2017-04-12 | 7 | -12/+11 |
| | |||||
* | Client: add basic support for updating a video | Chocobozzz | 2017-04-10 | 14 | -6/+354 |
| | |||||
* | Client: support video language | Chocobozzz | 2017-04-07 | 6 | -1/+50 |
| | |||||
* | Client: Handle NSFW video | Chocobozzz | 2017-04-04 | 8 | -16/+92 |
| | |||||
* | Client: add support for video licences | Chocobozzz | 2017-03-27 | 6 | -0/+48 |
| | |||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 2 | -21/+26 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 6 | -3/+64 |
| | |||||
* | Client: fix routes title | Chocobozzz | 2017-03-12 | 1 | -2/+2 |
| | |||||
* | Client: fix prod compilation | Chocobozzz | 2017-03-10 | 1 | -1/+1 |
| | |||||
* | Client: switch to @nglibs/meta | Chocobozzz | 2017-03-10 | 1 | -1/+3 |
| | |||||
* | Allow to sort by likes | Chocobozzz | 2017-03-08 | 3 | -4/+8 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 8 | -11/+166 |
| | |||||
* | Client: check token valitidy at startup | Chocobozzz | 2017-03-04 | 1 | -2/+2 |
| | |||||
* | Client: add views information and sort | Chocobozzz | 2017-02-26 | 7 | -15/+40 |
| | |||||
* | Client: fix lint | Chocobozzz | 2017-02-10 | 2 | -3/+3 |
| | |||||
* | Client: notify client if there are webtorrent errors | Chocobozzz | 2017-01-29 | 2 | -10/+21 |
| | |||||
* | Client: better confirm box for a beautiful world | Chocobozzz | 2017-01-27 | 2 | -13/+19 |
| | |||||
* | Client: better notifications for a beautiful world | Chocobozzz | 2017-01-27 | 5 | -12/+29 |
| | |||||
* | Client: fix video timeout | Chocobozzz | 2017-01-27 | 1 | -9/+8 |
| | |||||
* | Client: add basic support to report video abuses | Chocobozzz | 2017-01-23 | 1 | -5/+5 |
| | |||||
* | Client: add ability to report a video | Chocobozzz | 2017-01-20 | 8 | -5/+163 |
| | |||||
* | Client: update ng2-meta | Chocobozzz | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | Client: add basic aot support | Chocobozzz | 2017-01-13 | 4 | -3/+6 |
| | |||||
* | Client: upgrade angular dep' | Chocobozzz | 2016-12-29 | 2 | -2/+2 |
| |