Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin video watch design | Chocobozzz | 2017-12-06 | 1 | -1/+3 |
| | |||||
* | Add account avatar | Chocobozzz | 2017-12-04 | 3 | -5/+16 |
| | |||||
* | Add ability to list jobs | Chocobozzz | 2017-11-30 | 3 | -0/+12 |
| | |||||
* | Add shares forward and collection on videos/video channels | Chocobozzz | 2017-11-27 | 2 | -0/+4 |
| | |||||
* | Correctly forward like/dislikes and undo | Chocobozzz | 2017-11-27 | 1 | -0/+5 |
| | |||||
* | Fetch video likes/dislikes too | Chocobozzz | 2017-11-27 | 3 | -3/+6 |
| | |||||
* | Federate likes/dislikes | Chocobozzz | 2017-11-27 | 3 | -4/+16 |
| | |||||
* | Federate video views | Chocobozzz | 2017-11-27 | 3 | -2/+9 |
| | |||||
* | Add ability to unfollow a server | Chocobozzz | 2017-11-27 | 1 | -3/+7 |
| | |||||
* | Refractor activity pub lib/helpers | Chocobozzz | 2017-11-27 | 1 | -3/+8 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-27 | 1 | -7/+2 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 1 | -0/+1 |
| | |||||
* | Speed up activity pub http requests | Chocobozzz | 2017-11-27 | 2 | -3/+3 |
| | |||||
* | ApplicationFollow -> SeverFollow | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Server shares user videos | Chocobozzz | 2017-11-27 | 1 | -1/+2 |
| | |||||
* | Send server announce when users upload a video | Chocobozzz | 2017-11-27 | 2 | -4/+4 |
| | |||||
* | Handle announces in inbox | Chocobozzz | 2017-11-27 | 3 | -2/+9 |
| | |||||
* | Add video abuse to activity pub | Chocobozzz | 2017-11-27 | 5 | -8/+12 |
| | |||||
* | Rename Pod -> Server | Chocobozzz | 2017-11-27 | 21 | -223/+9 |
| | |||||
* | Add follow tabs | Chocobozzz | 2017-11-27 | 1 | -2/+2 |
| | | | | | | Following Follow Followers | ||||
* | Add MANAGE_PEERTUBE_FOLLOW right | Chocobozzz | 2017-11-27 | 1 | -2/+1 |
| | |||||
* | Handle follow/accept | Chocobozzz | 2017-11-27 | 5 | -2/+25 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 3 | -3/+2 |
| | |||||
* | Continue activitypub | Chocobozzz | 2017-11-27 | 3 | -3/+12 |
| | |||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 15 | -1/+171 |
| | |||||
* | Add video privacy setting | Chocobozzz | 2017-10-31 | 7 | -1/+18 |
| | |||||
* | Add lazy description on server | Chocobozzz | 2017-10-30 | 3 | -2/+3 |
| | |||||
* | Support roles with rights and add moderator role | Chocobozzz | 2017-10-27 | 7 | -3/+55 |
| | |||||
* | Add video channels | Chocobozzz | 2017-10-26 | 17 | -7/+119 |
| | |||||
* | Take in account transcoding for video quota | Chocobozzz | 2017-10-19 | 1 | -0/+3 |
| | |||||
* | Add ability to download a video from direct link or torrent file | Chocobozzz | 2017-10-19 | 1 | -0/+2 |
| | |||||
* | Add oembed endpoint | Chocobozzz | 2017-10-16 | 1 | -0/+1 |
| | |||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 1 | -1/+0 |
| | | | | It was an enum before, now we just use video height | ||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 3 | -2/+9 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 4 | -2/+13 |
| | |||||
* | Improve real world script | Chocobozzz | 2017-09-12 | 1 | -0/+1 |
| | |||||
* | Add user update for admins | Chocobozzz | 2017-09-05 | 3 | -2/+7 |
| | |||||
* | Begin user quota | Chocobozzz | 2017-09-04 | 3 | -0/+3 |
| | |||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 3 | -3/+20 |
| | | | | Will be used for user video quotas and multiple video resolutions | ||||
* | Add ability to limit user registrations | Chocobozzz | 2017-07-25 | 1 | -1/+1 |
| | |||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 1 | -0/+1 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 10 | -10/+11 |
| | |||||
* | Better typescript typing for a better world | Chocobozzz | 2017-07-10 | 29 | -14/+173 |
| | |||||
* | Move to promises | Chocobozzz | 2017-07-05 | 2 | -0/+5 |
| | | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74 | ||||
* | ClientLocal -> OAuthClientLocal | Chocobozzz | 2017-06-25 | 2 | -2/+2 |
| | |||||
* | Requests -> RequestSchedulers | Chocobozzz | 2017-06-25 | 1 | -5/+5 |
| | |||||
* | Share models between server and client | Chocobozzz | 2017-06-17 | 5 | -1/+18 |
| | |||||
* | Create types for model enums | Chocobozzz | 2017-06-16 | 5 | -1/+27 |
| | |||||
* | Add this context to instance model functions | Chocobozzz | 2017-06-16 | 1 | -1/+1 |
| |