Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fetch outbox to grab old activities tests | Chocobozzz | 2017-11-27 | 1 | -1/+29 | |
| | ||||||
* | Add follow tests | Chocobozzz | 2017-11-27 | 3 | -41/+218 | |
| | ||||||
* | 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 | 11 | -58/+54 | |
| | ||||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 12 | -513/+325 | |
| | ||||||
* | Fix video full description | Chocobozzz | 2017-11-27 | 10 | -610/+95 | |
| | ||||||
* | Speed up activity pub http requests | Chocobozzz | 2017-11-27 | 7 | -242/+278 | |
| | ||||||
* | Optimize account creation | Chocobozzz | 2017-11-27 | 1 | -4/+6 | |
| | ||||||
* | 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 | 2 | -7/+7 | |
| | ||||||
* | Add tests and fix bugs for video privacy | Chocobozzz | 2017-10-31 | 5 | -374/+360 | |
| | ||||||
* | 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 | 2 | -0/+87 | |
| | ||||||
* | Add tests to user roles | Chocobozzz | 2017-10-27 | 2 | -17/+76 | |
| | ||||||
* | 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 | 11 | -108/+753 | |
| | ||||||
* | 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 | 2 | -3/+48 | |
| | ||||||
* | 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 | 4 | -0/+246 | |
| | ||||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 1 | -6/+6 | |
| | ||||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 3 | -30/+41 | |
| | | | | 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 | 2 | -21/+48 | |
| | ||||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 8 | -94/+362 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 request schedulers test | Chocobozzz | 2017-09-08 | 1 | -3/+2 | |
| | ||||||
* | Convert real world script to typescript | Chocobozzz | 2017-09-08 | 1 | -10/+4 | |
| | ||||||
* | Upload a video to /videos/upload | Chocobozzz | 2017-09-07 | 1 | -21/+42 | |
| | | | | This is an action, not a REST endpoint | |||||
* | urls: makefriends/quitfriends -> make-friends/quit-friends | Chocobozzz | 2017-09-07 | 1 | -10/+10 | |
| | ||||||
* | Fix tests and user quota | Chocobozzz | 2017-09-06 | 2 | -26/+137 | |
| | ||||||
* | Begin tests for user quota | Chocobozzz | 2017-09-05 | 1 | -8/+45 | |
| | ||||||
* | Convert tests to typescript | Chocobozzz | 2017-09-04 | 38 | -5404/+4396 | |
| | ||||||
* | Upgrade common server dependencies | Chocobozzz | 2017-08-25 | 1 | -1/+1 | |
| | ||||||
* | Move video file metadata in their own table | Chocobozzz | 2017-08-25 | 3 | -24/+126 | |
| | | | | Will be used for user video quotas and multiple video resolutions | |||||
* | Fix tests | Chocobozzz | 2017-08-02 | 4 | -29/+25 | |
| | ||||||
* | Remove one pod (#76) | Green-Star | 2017-08-02 | 3 | -4/+205 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | Add ability to limit user registrations | Chocobozzz | 2017-07-25 | 2 | -3/+43 | |
| | ||||||
* | Add previews cache system between pods | Chocobozzz | 2017-07-12 | 2 | -1/+18 | |
| | ||||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 3 | -3/+51 | |
| |