Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to forbid user to upload video | Chocobozzz | 2017-10-19 | 1 | -0/+1 |
| | |||||
* | Fix video not found in watch component | Chocobozzz | 2017-10-19 | 1 | -1/+5 |
| | |||||
* | Fix bug when quitting NSFW video | Chocobozzz | 2017-10-19 | 1 | -6/+6 |
| | |||||
* | Add ability to download a video from direct link or torrent file | Chocobozzz | 2017-10-19 | 6 | -32/+43 |
| | |||||
* | Upgrade client dependencies and fix error logs | Chocobozzz | 2017-10-19 | 1 | -9/+12 |
| | |||||
* | Add pod list endpoint with pagination, sort... | Chocobozzz | 2017-10-19 | 3 | -14/+33 |
| | |||||
* | Fix share embed iframe link | Chocobozzz | 2017-10-17 | 1 | -3/+9 |
| | |||||
* | Client: explain to user we don't want scheme when making friends | Chocobozzz | 2017-10-16 | 1 | -2/+2 |
| | |||||
* | Handle express-validator error on the client side and fix #96 (#98) | Ronan | 2017-10-16 | 1 | -2/+13 |
| | | | | | | * Handle express-validator error on the client side * More meaningfull error for not supported format | ||||
* | Add oembed endpoint | Chocobozzz | 2017-10-16 | 2 | -1/+6 |
| | |||||
* | Fix some inconsistency in link (#97) | Ronan | 2017-10-13 | 1 | -3/+3 |
| | | | | Some link could appear with double // in url. e.g : "POST /api/v1/videos//upload HTTP/1.1" | ||||
* | Client: check user is logged in for some pages | Chocobozzz | 2017-10-10 | 10 | -12/+54 |
| | |||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 21 | -79/+78 |
| | |||||
* | Client: Fix blacklist url in dev mode | Chocobozzz | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | Client: fix loading server configurations | Chocobozzz | 2017-10-09 | 13 | -104/+99 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2017-10-09 | 2 | -9/+9 |
| | |||||
* | Try to optimize frontend | Chocobozzz | 2017-10-09 | 33 | -47/+198 |
| | |||||
* | Fix exception when getting 404 in video watch | Chocobozzz | 2017-10-09 | 1 | -5/+4 |
| | |||||
* | Client: handle multiple file resolutions | Chocobozzz | 2017-10-06 | 6 | -127/+50 |
| | |||||
* | Fix refresh token expired handling | Chocobozzz | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 11 | -2/+190 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Add list blacklist feature * Server: Add list blacklist feature * Client: Add videoId column * Server: Add some video infos in the REST api * Client: Add video information in the blacklist list * Fix sortable columns :) * Client: Add removeFromBlacklist feature * Server: Add removeFromBlacklist feature * Move to TypeScript * Move to TypeScript and Promises * Server: Fix blacklist list sort * Server: Fetch videos informations * Use common shared interface for client and server * Add check-params remove blacklisted video tests * Add check-params list blacklisted videos tests * Add list blacklist tests * Add remove from blacklist tests * Add video blacklist management tests * Fix rebase onto develop issues * Server: Add sort on blacklist id column * Server: Add blacklists library * Add blacklist id sort test * Add check-params tests for blacklist list pagination, count and sort * Fix coding style * Increase Remote API tests timeout * Increase Request scheduler API tests timeout * Fix typo * Increase video transcoding API tests timeout * Move tests to Typescript * Use lodash orderBy method * Fix typos * Client: Remove optional tests in blacklist model attributes * Move blacklist routes from 'blacklists' to 'blacklist' * CLient: Remove blacklist-list.component.scss * Rename 'blacklists' files to 'blacklist' * Use only BlacklistedVideo interface * Server: Use getFormattedObjects method in listBlacklist method * Client: Use new coding style * Server: Use new sort validator methods * Server: Use new checkParams methods * Client: Fix sortable columns | ||||
* | Fix login when there is an error | Chocobozzz | 2017-09-15 | 2 | -6/+6 |
| | |||||
* | Add info when server is processing a video at upload | Chocobozzz | 2017-09-14 | 5 | -29/+14 |
| | |||||
* | Optimize imports | Chocobozzz | 2017-09-14 | 7 | -7/+9 |
| | |||||
* | Remove ng2 file upload module | Chocobozzz | 2017-09-14 | 15 | -138/+125 |
| | | | | Unmaintained and we don't need it anymore with httpclient | ||||
* | Fix lint | Chocobozzz | 2017-09-14 | 5 | -36/+2 |
| | |||||
* | err.text -> err | Chocobozzz | 2017-09-14 | 7 | -10/+10 |
| | |||||
* | Move to HttpClient and PrimeNG data table | Chocobozzz | 2017-09-14 | 33 | -664/+591 |
| | |||||
* | Improve real world script | Chocobozzz | 2017-09-12 | 1 | -0/+1 |
| | |||||
* | Client: add guard to admin routes | Chocobozzz | 2017-09-10 | 4 | -3/+30 |
| | |||||
* | Fix bad translation in confirm dialog | Chocobozzz | 2017-09-10 | 2 | -3/+3 |
| | |||||
* | Upload a video to /videos/upload | Chocobozzz | 2017-09-07 | 1 | -3/+3 |
| | | | | This is an action, not a REST endpoint | ||||
* | urls: makefriends/quitfriends -> make-friends/quit-friends | Chocobozzz | 2017-09-07 | 1 | -2/+2 |
| | |||||
* | Update webpack config | Chocobozzz | 2017-09-06 | 1 | -2/+7 |
| | |||||
* | Add information at video upload if user video quota is reached | Chocobozzz | 2017-09-06 | 1 | -0/+2 |
| | |||||
* | Add user update for admins | Chocobozzz | 2017-09-05 | 16 | -40/+201 |
| | |||||
* | Make tslint happy | Chocobozzz | 2017-09-04 | 1 | -1/+1 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 7 | -13/+92 |
| | |||||
* | Fix client admin | Chocobozzz | 2017-08-28 | 2 | -2/+2 |
| | |||||
* | Update client dependencies | Chocobozzz | 2017-08-25 | 1 | -0/+2 |
| | |||||
* | Formated -> Formatted | Chocobozzz | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 3 | -13/+20 |
| | | | | Will be used for user video quotas and multiple video resolutions | ||||
* | Remove one pod (#76) | Green-Star | 2017-08-02 | 3 | -5/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Client: Fix typo * Client: Add removeFriend feature * Server: Add removeFriend feature * Server: Update method name * Fix rebase onto develop issues * Server: Fix error message * Server: Remove useless methods in removeFriend method * Server: Finish remove on pod feature after rebase * Server: Type pod parameter * Fix Travis build * Add friend-basic test for the remove one pod feature * Add check-params tests for the remove one pod feature * Fix typos * Add friend-advanced test for the remove one pod feature * Client: Trailing new line * Move to promises * Add undefined id test * Use find method instead of a for loop to find the friend to remove * Remove setTimeout method * Server: Remove requestScheduler operations * Server: Fix logging messages * Server: Remove sign request parameter | ||||
* | Add ability to limit user registrations | Chocobozzz | 2017-07-25 | 3 | -4/+4 |
| | |||||
* | Better webtorrent error handling | Chocobozzz | 2017-07-23 | 1 | -5/+18 |
| | |||||
* | Set correctly preview image for open graph | Chocobozzz | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | Add preview to embed | Chocobozzz | 2017-07-12 | 1 | -0/+5 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 9 | -25/+28 |
| | |||||
* | Type webtorrent | Chocobozzz | 2017-07-11 | 5 | -29/+46 |
| |