aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-list
Commit message (Collapse)AuthorAgeFilesLines
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-2/+2
|
* Type webtorrentChocobozzz2017-07-111-7/+8
|
* Use typescript standard and lint all filesChocobozzz2017-06-166-96/+97
|
* Update webpack stackChocobozzz2017-06-111-1/+1
|
* Use shared modelsChocobozzz2017-06-111-1/+1
|
* Client: little refractoringChocobozzz2017-05-059-33/+39
|
* Client: minor css fixesChocobozzz2017-04-291-0/+1
|
* Client: fix bad rebaseChocobozzz2017-04-261-5/+0
|
* Client: adjust viewport heightChocobozzz2017-04-262-2/+1
|
* Client: display video tagsChocobozzz2017-04-261-0/+6
|
* Client: beautiful watch pageChocobozzz2017-04-264-26/+15
|
* Client: responsive designChocobozzz2017-04-264-37/+48
|
* Add ability for an administrator to remove any video (#61)Green-Star2017-04-264-43/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: Handle NSFW videoChocobozzz2017-04-043-3/+34
|
* Relax on tags (accept any characters and not required anymore)Chocobozzz2017-03-221-0/+1
|
* Client: fix prod compilationChocobozzz2017-03-101-1/+1
|
* Allow to sort by likesChocobozzz2017-03-082-3/+4
|
* Client: check token valitidy at startupChocobozzz2017-03-041-2/+2
|
* Client: add views information and sortChocobozzz2017-02-263-3/+13
|
* Client: better confirm box for a beautiful worldChocobozzz2017-01-271-6/+12
|
* Client: better notifications for a beautiful worldChocobozzz2017-01-272-3/+13
|
* First version with PostgreSQLChocobozzz2016-12-194-5/+5
|
* Client: split in angular modulesChocobozzz2016-11-211-1/+2
|
* Client: fix error alertChocobozzz2016-09-261-1/+1
|
* Client: use templateUrl/styleUrls instead of requireChocobozzz2016-09-193-5/+5
|
* Dirty update to Angular RC6Chocobozzz2016-09-062-15/+3
|
* Client: fix error display for componentChocobozzz2016-08-231-1/+1
|
* Client: centralize http res extraction in a serviceChocobozzz2016-08-231-3/+2
|
* Client: reset pagination when we search somethingChocobozzz2016-08-151-2/+8
|
* Client: add user managementChocobozzz2016-08-091-3/+3
|
* Client: increase min height for videos listChocobozzz2016-07-221-1/+1
|
* Client: video name in the link title for videos list templateChocobozzz2016-07-211-1/+1
|
* Client: try to make it work with Android FirefoxChocobozzz2016-07-194-7/+14
|
* Client: save page params as wellChocobozzz2016-07-184-25/+71
|
* Client: Update to Angular RC4Chocobozzz2016-07-185-57/+78
|
* Client: fix pagination componentChocobozzz2016-07-061-2/+2
|
* Add tags support to the video listChocobozzz2016-06-104-26/+68
|
* Add loader indication when loading videos listChocobozzz2016-06-051-0/+5
|
* Handle error for the video uploadChocobozzz2016-06-041-1/+5
|
* Reload videos after removing one to avoid issues with paging etcChocobozzz2016-06-041-1/+1
|
* Apply a fade instead of a loader when loading videosChocobozzz2016-06-042-5/+15
|
* Fix styling when clicking on a thumbnail videoChocobozzz2016-06-041-2/+2
|
* First draft to use webpack instead of systemjsChocobozzz2016-06-039-0/+326