Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 12 | -33/+23 |
| | |||||
* | Save | Chocobozzz | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 2 | -0/+2 |
| | | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video | ||||
* | Use sequelize scopes | Chocobozzz | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Move models to typescript-sequelize | Chocobozzz | 2017-12-13 | 1 | -1/+0 |
| | |||||
* | First upload step is ok | Chocobozzz | 2017-12-07 | 1 | -5/+5 |
| | |||||
* | 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 |
| |