Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add video channels | Chocobozzz | 2017-10-26 | 1 | -13/+125 |
| | |||||
* | Fix pod removal when it is down | Chocobozzz | 2017-10-19 | 1 | -6/+3 |
| | |||||
* | Add pod list endpoint with pagination, sort... | Chocobozzz | 2017-10-19 | 1 | -3/+3 |
| | |||||
* | Move to HttpClient and PrimeNG data table | Chocobozzz | 2017-09-14 | 1 | -0/+1 |
| | |||||
* | Fix concurrency error when deleting a video | Chocobozzz | 2017-09-12 | 1 | -2/+2 |
| | |||||
* | Formated -> Formatted | Chocobozzz | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Remove one pod (#76) | Green-Star | 2017-08-02 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 previews cache system between pods | Chocobozzz | 2017-07-12 | 1 | -2/+12 |
| | |||||
* | Remove "function" in favor of () => {} | Chocobozzz | 2017-07-11 | 1 | -3/+3 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 1 | -2/+2 |
| | |||||
* | Remove any typing from server | Chocobozzz | 2017-07-11 | 1 | -4/+6 |
| | |||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 1 | -5/+9 |
| | |||||
* | Fix error logging | Chocobozzz | 2017-07-07 | 1 | -3/+3 |
| | |||||
* | Async signature and various fixes | Chocobozzz | 2017-07-07 | 1 | -4/+2 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 1 | -182/+136 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 1 | -1/+5 |
| | |||||
* | Create types for model enums | Chocobozzz | 2017-06-16 | 1 | -4/+12 |
| | |||||
* | Type functions | Chocobozzz | 2017-06-10 | 1 | -37/+57 |
| | |||||
* | require -> import | Chocobozzz | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 1 | -3/+3 |
| | |||||
* | First typescript iteration | Chocobozzz | 2017-05-20 | 1 | -0/+410 |