Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Add follow tests | Chocobozzz | 2017-11-27 | 7 | -33/+60 |
| | |||||
* | Add ability to unfollow a server | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Move activitypub functions from helpers/ to lib/ | Chocobozzz | 2017-11-27 | 22 | -26/+334 |
| | |||||
* | Refractor activity pub lib/helpers | Chocobozzz | 2017-11-27 | 26 | -348/+517 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-27 | 10 | -36/+13 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 4 | -21/+48 |
| | |||||
* | Speed up activity pub http requests | Chocobozzz | 2017-11-27 | 10 | -179/+193 |
| | |||||
* | Optimize account creation | Chocobozzz | 2017-11-27 | 2 | -11/+15 |
| | |||||
* | Federate video abuses | Chocobozzz | 2017-11-27 | 2 | -6/+4 |
| | |||||
* | Federate video update | Chocobozzz | 2017-11-27 | 6 | -18/+29 |
| | |||||
* | Server shares user videos | Chocobozzz | 2017-11-27 | 5 | -69/+84 |
| | |||||
* | Send server announce when users upload a video | Chocobozzz | 2017-11-27 | 5 | -18/+55 |
| | |||||
* | Handle announces in inbox | Chocobozzz | 2017-11-27 | 4 | -6/+67 |
| | |||||
* | Fix video upload and videos list | Chocobozzz | 2017-11-27 | 5 | -6/+13 |
| | |||||
* | Add video abuse to activity pub | Chocobozzz | 2017-11-27 | 2 | -11/+57 |
| | |||||
* | Rename Pod -> Server | Chocobozzz | 2017-11-27 | 5 | -9/+9 |
| | |||||
* | Add follow tabs | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | | | | | | Following Follow Followers | ||||
* | Follow works | Chocobozzz | 2017-11-27 | 6 | -31/+42 |
| | |||||
* | Fix issues on server start | Chocobozzz | 2017-11-27 | 2 | -1/+5 |
| | |||||
* | Add MANAGE_PEERTUBE_FOLLOW right | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Send follow/accept | Chocobozzz | 2017-11-27 | 4 | -14/+79 |
| | |||||
* | Handle follow/accept | Chocobozzz | 2017-11-27 | 4 | -12/+178 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 20 | -633/+134 |
| | |||||
* | Remove references to author | Chocobozzz | 2017-11-27 | 5 | -573/+6 |
| | |||||
* | Continue activitypub | Chocobozzz | 2017-11-27 | 4 | -82/+298 |
| | |||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 19 | -48/+404 |
| | |||||
* | Add lazy description on server | Chocobozzz | 2017-10-30 | 1 | -0/+19 |
| | |||||
* | Add og:video tags | Chocobozzz | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Fix integrity with transcoding jobs | Chocobozzz | 2017-10-26 | 2 | -8/+20 |
| | |||||
* | Fix integrity issues with after destroy hook | Chocobozzz | 2017-10-26 | 1 | -3/+3 |
| | |||||
* | Be tolerant with remote requests | Chocobozzz | 2017-10-26 | 1 | -2/+4 |
| | | | | Just remove videos we don't want | ||||
* | Fix lint | Chocobozzz | 2017-10-26 | 2 | -2/+2 |
| | |||||
* | Use async/await in lib and initializers | Chocobozzz | 2017-10-26 | 11 | -451/+456 |
| | |||||
* | Use async/await in controllers | Chocobozzz | 2017-10-26 | 1 | -19/+27 |
| | |||||
* | Add video channels | Chocobozzz | 2017-10-26 | 5 | -14/+216 |
| | |||||
* | 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 |
| | |||||
* | More robust transcoding jobs | Chocobozzz | 2017-10-17 | 4 | -4/+20 |
| | |||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 2 | -21/+0 |
| | |||||
* | Server: upgrade packages | Chocobozzz | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 3 | -11/+90 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | 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 |
| | |||||
* | Don't display password in logs | Chocobozzz | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | Make tslint happy | Chocobozzz | 2017-09-04 | 1 | -15/+15 |
| | |||||
* | Formated -> Formatted | Chocobozzz | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 1 | -1/+3 |
| | | | | Will be used for user video quotas and multiple video resolutions | ||||
* | 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 |