Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use async/await in lib and initializers | Chocobozzz | 2017-10-26 | 3 | -65/+60 | |
| | ||||||
* | Use async/await in controllers | Chocobozzz | 2017-10-26 | 2 | -1/+9 | |
| | ||||||
* | Add video channels | Chocobozzz | 2017-10-26 | 6 | -59/+193 | |
| | ||||||
* | Escape opengraph/oembed tags | Chocobozzz | 2017-10-17 | 1 | -0/+17 | |
| | ||||||
* | Improve transcoding quality | Chocobozzz | 2017-10-17 | 1 | -1/+2 | |
| | | | | I'm an idiot | |||||
* | Use preview instead of thumbnail for oembed | Chocobozzz | 2017-10-17 | 1 | -1/+1 | |
| | ||||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 1 | -2/+32 | |
| | ||||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 4 | -4/+83 | |
| | | | | It was an enum before, now we just use video height | |||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 2 | -4/+31 | |
| | ||||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | Upgrade express validator to v4 | Chocobozzz | 2017-09-15 | 5 | -65/+3 | |
| | ||||||
* | Add tests for npm run scripts | Chocobozzz | 2017-09-07 | 6 | -2/+15 | |
| | ||||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 1 | -1/+7 | |
| | ||||||
* | Upgrade common server dependencies | Chocobozzz | 2017-08-25 | 6 | -59/+60 | |
| | ||||||
* | Formated -> Formatted | Chocobozzz | 2017-08-25 | 1 | -6/+6 | |
| | ||||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 2 | -18/+40 | |
| | | | | Will be used for user video quotas and multiple video resolutions | |||||
* | Add ability to limit user registrations | Chocobozzz | 2017-07-25 | 1 | -1/+19 | |
| | ||||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 1 | -1/+4 | |
| | ||||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 5 | -15/+11 | |
| | ||||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 2 | -10/+16 | |
| | ||||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 1 | -4/+14 | |
| | ||||||
* | Fix error logging | Chocobozzz | 2017-07-07 | 2 | -3/+3 | |
| | ||||||
* | Async signature and various fixes | Chocobozzz | 2017-07-07 | 2 | -27/+22 | |
| | ||||||
* | Move to promises | Chocobozzz | 2017-07-05 | 5 | -165/+209 | |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | |||||
* | Update systemd service template | Chocobozzz | 2017-06-20 | 1 | -1/+1 | |
| | ||||||
* | Share models between server and client | Chocobozzz | 2017-06-17 | 1 | -2/+6 | |
| | ||||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 1 | -1/+0 | |
| | ||||||
* | Create types for model enums | Chocobozzz | 2017-06-16 | 2 | -2/+5 | |
| | ||||||
* | Update webpack stack | Chocobozzz | 2017-06-11 | 4 | -12/+25 | |
| | ||||||
* | Type functions | Chocobozzz | 2017-06-10 | 10 | -96/+176 | |
| | ||||||
* | require -> import | Chocobozzz | 2017-06-05 | 7 | -19/+13 | |
| | ||||||
* | Type models | Chocobozzz | 2017-05-25 | 3 | -10/+10 | |
| | ||||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 16 | -326/+318 | |
| | ||||||
* | Server: move requests lib in their own directory | Chocobozzz | 2017-05-05 | 1 | -1/+1 | |
| | ||||||
* | Fix unset video language on video update | Chocobozzz | 2017-05-05 | 1 | -1/+1 | |
| | ||||||
* | Update standard -> 10 | Chocobozzz | 2017-04-16 | 1 | -4/+10 | |
| | ||||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 2 | -0/+6 | |
| | ||||||
* | Server: Add NSFW in user profile | Chocobozzz | 2017-04-03 | 1 | -1/+6 | |
| | ||||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 2 | -0/+6 | |
| | ||||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 2 | -0/+6 | |
| | ||||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 1 | -2/+1 | |
| | ||||||
* | Add video category support | Chocobozzz | 2017-03-22 | 2 | -0/+6 | |
| | ||||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 2 | -1/+9 | |
| | ||||||
* | Server: add views attribute when sending videos to friends | Chocobozzz | 2017-03-04 | 1 | -1/+2 | |
| | ||||||
* | Server: implement video views | Chocobozzz | 2017-02-26 | 3 | -5/+40 | |
| | ||||||
* | Server: make a basic "quick and dirty update" for videos | Chocobozzz | 2017-02-26 | 3 | -5/+39 | |
| | | | | | | | | This system will be useful to to update some int video attributes (likes, dislikes, views...) The classic system is not used because we need some optimization for scaling | |||||
* | Server: update express-validator | Chocobozzz | 2017-02-10 | 1 | -1/+17 | |
| | ||||||
* | Client: add ability to report a video | Chocobozzz | 2017-01-20 | 1 | -1/+0 | |
| | ||||||
* | Server: paths refractoring | Chocobozzz | 2017-01-17 | 1 | -10/+28 | |
| | ||||||
* | Server: remote video validators refractoring | Chocobozzz | 2017-01-17 | 1 | -23/+22 | |
| |