Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test | Chocobozzz | 2017-12-08 | 1 | -3/+3 |
| | |||||
* | Make some fields optional when uploading a video | Chocobozzz | 2017-12-07 | 1 | -24/+0 |
| | |||||
* | Add ability to list jobs | Chocobozzz | 2017-11-30 | 2 | -0/+85 |
| | |||||
* | Users list only available when use is authenticated | Chocobozzz | 2017-11-29 | 1 | -1/+19 |
| | | | | And has a special right | ||||
* | Remove max duration/filesize constraints | Chocobozzz | 2017-11-28 | 1 | -8/+0 |
| | |||||
* | Add follow tests | Chocobozzz | 2017-11-27 | 1 | -41/+43 |
| | |||||
* | Fix lint | Chocobozzz | 2017-11-27 | 1 | -7/+6 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 6 | -411/+225 |
| | |||||
* | Improve client mobile version | Chocobozzz | 2017-11-06 | 1 | -5/+0 |
| | |||||
* | Usernames are case insensitive now | Chocobozzz | 2017-11-04 | 1 | -0/+12 |
| | |||||
* | Upgrade server packages | Chocobozzz | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Add tests and fix bugs for video privacy | Chocobozzz | 2017-10-31 | 1 | -360/+177 |
| | |||||
* | Lazy description and previews to video form | Chocobozzz | 2017-10-30 | 1 | -6/+2 |
| | |||||
* | Add tests to user roles | Chocobozzz | 2017-10-27 | 1 | -13/+59 |
| | |||||
* | 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 lint | Chocobozzz | 2017-10-26 | 1 | -1/+0 |
| | |||||
* | Add video channel tests | Chocobozzz | 2017-10-26 | 3 | -19/+416 |
| | |||||
* | Add pod list endpoint with pagination, sort... | Chocobozzz | 2017-10-19 | 1 | -2/+30 |
| | |||||
* | Add oembed endpoint | Chocobozzz | 2017-10-16 | 2 | -0/+160 |
| | |||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 1 | -6/+6 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 5 | -93/+198 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | 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 | 1 | -24/+135 |
| | |||||
* | Convert tests to typescript | Chocobozzz | 2017-09-04 | 16 | -1973/+1799 |
| | |||||
* | Remove one pod (#76) | Green-Star | 2017-08-02 | 1 | -4/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | 1 | -1/+7 |
| | |||||
* | Use global uuid instead of remoteId for videos | Chocobozzz | 2017-07-11 | 1 | -1/+1 |
| | |||||
* | Fix test (#71) | Green-Star | 2017-07-02 | 3 | -3/+4 |
| | | | | | | | | | | | | * Fix timeouting tests * Increase timeout to be sure requests will be propagated * Add timeout to be sure video views will be updated * Use standard style * Fix PR comments. | ||||
* | Requests -> RequestSchedulers | Chocobozzz | 2017-06-25 | 2 | -3/+3 |
| | |||||
* | Update client modules | Chocobozzz | 2017-06-11 | 1 | -0/+2 |
| | |||||
* | Server: add tests for video blacklists | Chocobozzz | 2017-05-01 | 3 | -4/+128 |
| | |||||
* | Server: fix tests | Chocobozzz | 2017-04-09 | 1 | -0/+1 |
| | |||||
* | Server: add ability to register new user | Chocobozzz | 2017-04-09 | 1 | -2/+125 |
| | |||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 1 | -0/+56 |
| | |||||
* | Server: Add NSFW in user profile | Chocobozzz | 2017-04-03 | 1 | -1/+10 |
| | |||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 1 | -0/+65 |
| | |||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 1 | -0/+59 |
| | |||||
* | Server: refractoring upload/update video test utils | Chocobozzz | 2017-03-26 | 2 | -12/+4 |
| | |||||
* | Fix tag tests | Chocobozzz | 2017-03-22 | 1 | -45/+0 |
| | |||||
* | Relax on tags (accept any characters and not required anymore) | Chocobozzz | 2017-03-22 | 1 | -13/+0 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 3 | -2/+62 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 2 | -0/+118 |
| | |||||
* | Update bittorrent-tracker and standard to v9 | Chocobozzz | 2017-03-03 | 6 | -0/+12 |
| | |||||
* | Add email to users | Chocobozzz | 2017-02-18 | 2 | -1/+62 |
| | |||||
* | Server: assert remoteId and host pair is unique | Chocobozzz | 2017-01-27 | 1 | -0/+2 |
| | |||||
* | Server: error if we add a pod that already exists | Chocobozzz | 2017-01-27 | 1 | -0/+8 |
| | |||||
* | Server: rights check for update a video | Chocobozzz | 2017-01-11 | 1 | -0/+4 |
| | |||||
* | Server: add video abuse support | Chocobozzz | 2017-01-04 | 3 | -0/+185 |
| | |||||
* | Server: split check params tests | Chocobozzz | 2016-12-30 | 6 | -0/+1099 |