Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to unfollow a server | Chocobozzz | 2017-11-27 | 2 | -7/+30 |
| | |||||
* | Refractor activity pub lib/helpers | Chocobozzz | 2017-11-27 | 5 | -19/+23 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-27 | 2 | -18/+15 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 1 | -0/+1 |
| | |||||
* | Optimize account creation | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Federate video abuses | Chocobozzz | 2017-11-27 | 3 | -3/+19 |
| | |||||
* | Federate video update | Chocobozzz | 2017-11-27 | 7 | -8/+73 |
| | |||||
* | Server shares user videos | Chocobozzz | 2017-11-27 | 1 | -1/+2 |
| | |||||
* | Send server announce when users upload a video | Chocobozzz | 2017-11-27 | 4 | -16/+30 |
| | |||||
* | Handle announces in inbox | Chocobozzz | 2017-11-27 | 6 | -11/+152 |
| | |||||
* | Fix video upload and videos list | Chocobozzz | 2017-11-27 | 4 | -15/+18 |
| | |||||
* | Add video abuse to activity pub | Chocobozzz | 2017-11-27 | 2 | -27/+31 |
| | |||||
* | Fix error when creating a fresh database | Chocobozzz | 2017-11-27 | 1 | -2/+0 |
| | |||||
* | Rename Pod -> Server | Chocobozzz | 2017-11-27 | 16 | -387/+375 |
| | |||||
* | Add follow tabs | Chocobozzz | 2017-11-27 | 4 | -137/+149 |
| | | | | | | Following Follow Followers | ||||
* | Follow works | Chocobozzz | 2017-11-27 | 6 | -26/+68 |
| | |||||
* | Fix issues on server start | Chocobozzz | 2017-11-27 | 5 | -46/+38 |
| | |||||
* | Add MANAGE_PEERTUBE_FOLLOW right | Chocobozzz | 2017-11-27 | 2 | -14/+14 |
| | |||||
* | Send follow/accept | Chocobozzz | 2017-11-27 | 2 | -3/+5 |
| | |||||
* | Handle follow/accept | Chocobozzz | 2017-11-27 | 7 | -61/+172 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 5 | -56/+53 |
| | |||||
* | Remove references to author | Chocobozzz | 2017-11-27 | 14 | -735/+4 |
| | |||||
* | Continue activitypub | Chocobozzz | 2017-11-27 | 4 | -10/+66 |
| | |||||
* | Begin activitypub | Chocobozzz | 2017-11-27 | 23 | -585/+981 |
| | |||||
* | Don't hash user password once again on update | Chocobozzz | 2017-11-04 | 1 | -4/+7 |
| | |||||
* | Upgrade server packages | Chocobozzz | 2017-10-31 | 2 | -4/+2 |
| | |||||
* | Add video privacy setting | Chocobozzz | 2017-10-31 | 2 | -17/+64 |
| | |||||
* | Lazy description and previews to video form | Chocobozzz | 2017-10-30 | 1 | -1/+1 |
| | |||||
* | Add lazy description on server | Chocobozzz | 2017-10-30 | 2 | -55/+35 |
| | |||||
* | Support roles with rights and add moderator role | Chocobozzz | 2017-10-27 | 2 | -15/+23 |
| | |||||
* | Remove sequelize deprecated operators | Chocobozzz | 2017-10-26 | 7 | -16/+19 |
| | |||||
* | Fix integrity issues with after destroy hook | Chocobozzz | 2017-10-26 | 3 | -6/+6 |
| | |||||
* | Fix log in after destroy hook | Chocobozzz | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Fix join in video events | Chocobozzz | 2017-10-26 | 1 | -10/+20 |
| | |||||
* | Reset video fields when remote update fails | Chocobozzz | 2017-10-26 | 2 | -0/+18 |
| | |||||
* | Fix lint | Chocobozzz | 2017-10-26 | 1 | -1/+0 |
| | |||||
* | Use async/await in lib and initializers | Chocobozzz | 2017-10-26 | 1 | -16/+17 |
| | |||||
* | Add video channels | Chocobozzz | 2017-10-26 | 11 | -88/+760 |
| | |||||
* | Add ability to download a video from direct link or torrent file | Chocobozzz | 2017-10-19 | 2 | -33/+44 |
| | |||||
* | Add pod list endpoint with pagination, sort... | Chocobozzz | 2017-10-19 | 2 | -1/+22 |
| | |||||
* | Fix video removing when it is corrupted | Chocobozzz | 2017-10-19 | 1 | -2/+5 |
| | |||||
* | Use preview instead of thumbnail for oembed | Chocobozzz | 2017-10-17 | 1 | -1/+5 |
| | |||||
* | Add oembed endpoint | Chocobozzz | 2017-10-16 | 2 | -4/+31 |
| | |||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 3 | -153/+99 |
| | | | | It was an enum before, now we just use video height | ||||
* | Client: handle multiple file resolutions | Chocobozzz | 2017-10-06 | 1 | -13/+20 |
| | |||||
* | Add migration script | Chocobozzz | 2017-10-03 | 1 | -8/+2 |
| | |||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 4 | -61/+112 |
| | |||||
* | Modify video file size to bigint | Chocobozzz | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 3 | -6/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fix concurrency error when deleting a video | Chocobozzz | 2017-09-12 | 1 | -3/+3 |
| |