Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better follows tests | Chocobozzz | 2017-11-27 | 2 | -2/+65 |
| | |||||
* | Federate likes/dislikes | Chocobozzz | 2017-11-27 | 1 | -0/+1 |
| | |||||
* | Fix multiple servers test | Chocobozzz | 2017-11-27 | 1 | -6/+6 |
| | |||||
* | Fetch outbox to grab old activities tests | Chocobozzz | 2017-11-27 | 1 | -1/+29 |
| | |||||
* | Add follow tests | Chocobozzz | 2017-11-27 | 8 | -436/+604 |
| | |||||
* | Refractor activity pub lib/helpers | Chocobozzz | 2017-11-27 | 1 | -3/+3 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-27 | 2 | -8/+7 |
| | |||||
* | Fix public video we set to public or unlisted | Chocobozzz | 2017-11-27 | 12 | -61/+57 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 15 | -547/+356 |
| | |||||
* | Fix video full description | Chocobozzz | 2017-11-27 | 11 | -613/+98 |
| | |||||
* | Speed up activity pub http requests | Chocobozzz | 2017-11-27 | 9 | -250/+297 |
| | |||||
* | Optimize account creation | Chocobozzz | 2017-11-27 | 2 | -5/+7 |
| | |||||
* | ApplicationFollow -> SeverFollow | Chocobozzz | 2017-11-27 | 2 | -103/+53 |
| | |||||
* | Handle follow/accept | Chocobozzz | 2017-11-27 | 1 | -2/+1 |
| | |||||
* | Make it compile at least | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Improve client mobile version | Chocobozzz | 2017-11-06 | 1 | -5/+0 |
| | |||||
* | Usernames are case insensitive now | Chocobozzz | 2017-11-04 | 1 | -0/+12 |
| | |||||
* | Split slow and fast api tests for travis | Chocobozzz | 2017-10-31 | 3 | -15/+19 |
| | |||||
* | Upgrade server packages | Chocobozzz | 2017-10-31 | 5 | -16/+17 |
| | |||||
* | Add tests and fix bugs for video privacy | Chocobozzz | 2017-10-31 | 6 | -377/+402 |
| | |||||
* | Lazy description and previews to video form | Chocobozzz | 2017-10-30 | 1 | -6/+2 |
| | |||||
* | Add other video description tests | Chocobozzz | 2017-10-30 | 1 | -1/+27 |
| | |||||
* | Add lazy description on server | Chocobozzz | 2017-10-30 | 3 | -0/+96 |
| | |||||
* | Add tests to user roles | Chocobozzz | 2017-10-27 | 3 | -19/+90 |
| | |||||
* | Increase video attributes length | Chocobozzz | 2017-10-26 | 2 | -6/+16 |
| | | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120 | ||||
* | Fix tests | Chocobozzz | 2017-10-26 | 1 | -2/+2 |
| | |||||
* | Add channels to upload form | Chocobozzz | 2017-10-26 | 1 | -2/+2 |
| | |||||
* | Fix lint | Chocobozzz | 2017-10-26 | 2 | -3/+0 |
| | |||||
* | Add video channel tests | Chocobozzz | 2017-10-26 | 16 | -114/+869 |
| | |||||
* | Add ability to download a video from direct link or torrent file | Chocobozzz | 2017-10-19 | 2 | -0/+4 |
| | |||||
* | Add pod list endpoint with pagination, sort... | Chocobozzz | 2017-10-19 | 3 | -4/+63 |
| | |||||
* | More robust transcoding jobs | Chocobozzz | 2017-10-17 | 1 | -3/+3 |
| | |||||
* | Try to fix travis tests | Chocobozzz | 2017-10-17 | 1 | -0/+0 |
| | |||||
* | Use preview instead of thumbnail for oembed | Chocobozzz | 2017-10-17 | 1 | -4/+4 |
| | |||||
* | Add oembed endpoint | Chocobozzz | 2017-10-16 | 8 | -2/+287 |
| | |||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 2 | -9/+9 |
| | |||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 5 | -38/+49 |
| | | | | It was an enum before, now we just use video height | ||||
* | Client: handle multiple file resolutions | Chocobozzz | 2017-10-06 | 1 | -5/+5 |
| | |||||
* | Add migration script | Chocobozzz | 2017-10-03 | 1 | -4/+4 |
| | |||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 4 | -34/+70 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 11 | -112/+417 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Improve real world script | Chocobozzz | 2017-09-12 | 1 | -27/+75 |
| | |||||
* | Fix request schedulers test | Chocobozzz | 2017-09-08 | 1 | -3/+2 |
| | |||||
* | Convert real world script to typescript | Chocobozzz | 2017-09-08 | 4 | -380/+336 |
| | |||||
* | Upload a video to /videos/upload | Chocobozzz | 2017-09-07 | 4 | -24/+45 |
| | | | | This is an action, not a REST endpoint | ||||
* | urls: makefriends/quitfriends -> make-friends/quit-friends | Chocobozzz | 2017-09-07 | 2 | -12/+12 |
| | |||||
* | Fix lint | Chocobozzz | 2017-09-07 | 1 | -1/+0 |
| | |||||
* | Convert real world tools to typescript | Chocobozzz | 2017-09-07 | 10 | -194/+224 |
| | |||||
* | Add tests for npm run scripts | Chocobozzz | 2017-09-07 | 8 | -2/+168 |
| | |||||
* | Fix tests and user quota | Chocobozzz | 2017-09-06 | 3 | -27/+138 |
| |