Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 1 | -2/+28 |
| | |||||
* | Set port if not specified in webfinger | Chocobozzz | 2017-12-19 | 1 | -2/+16 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 1 | -9/+11 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -8/+9 |
| | |||||
* | Cleanup helpers | Chocobozzz | 2017-11-27 | 1 | -3/+2 |
| | |||||
* | Send server announce when users upload a video | Chocobozzz | 2017-11-27 | 1 | -6/+12 |
| | |||||
* | Handle follow/accept | Chocobozzz | 2017-11-27 | 1 | -0/+11 |
| | |||||
* | Adapt client with video channels | Chocobozzz | 2017-10-26 | 1 | -1/+0 |
| | |||||
* | Use async/await in lib and initializers | Chocobozzz | 2017-10-26 | 1 | -9/+11 |
| | |||||
* | Use async/await in controllers | Chocobozzz | 2017-10-26 | 1 | -0/+9 |
| | |||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 1 | -1/+1 |
| | | | | It was an enum before, now we just use video height | ||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 1 | -2/+25 |
| | |||||
* | 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 | ||||
* | Formated -> Formatted | Chocobozzz | 2017-08-25 | 1 | -6/+6 |
| | |||||
* | Add ability to limit user registrations | Chocobozzz | 2017-07-25 | 1 | -1/+19 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 1 | -1/+1 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 1 | -17/+7 |
| | | | | 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 |
| | |||||
* | Update webpack stack | Chocobozzz | 2017-06-11 | 1 | -12/+1 |
| | |||||
* | Type functions | Chocobozzz | 2017-06-10 | 1 | -10/+6 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 1 | -1/+8 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+54 |