Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc cleanup | Chocobozzz | 2017-11-27 | 2 | -42/+1 |
| | |||||
* | Add follow tests | Chocobozzz | 2017-11-27 | 3 | -21/+13 |
| | |||||
* | Fix public video we set to public or unlisted | Chocobozzz | 2017-11-27 | 1 | -3/+3 |
| | |||||
* | Optimize signature verification | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | Fix video full description | Chocobozzz | 2017-11-27 | 1 | -3/+3 |
| | |||||
* | Speed up activity pub http requests | Chocobozzz | 2017-11-27 | 2 | -8/+19 |
| | |||||
* | Optimize account creation | Chocobozzz | 2017-11-27 | 1 | -1/+1 |
| | |||||
* | ApplicationFollow -> SeverFollow | Chocobozzz | 2017-11-27 | 2 | -103/+53 |
| | |||||
* | Upgrade server packages | Chocobozzz | 2017-10-31 | 1 | -1/+1 |
| | |||||
* | Add tests and fix bugs for video privacy | Chocobozzz | 2017-10-31 | 1 | -3/+42 |
| | |||||
* | Add lazy description on server | Chocobozzz | 2017-10-30 | 1 | -0/+9 |
| | |||||
* | Add tests to user roles | Chocobozzz | 2017-10-27 | 1 | -2/+14 |
| | |||||
* | Add video channel tests | Chocobozzz | 2017-10-26 | 4 | -2/+108 |
| | |||||
* | Add pod list endpoint with pagination, sort... | Chocobozzz | 2017-10-19 | 1 | -1/+15 |
| | |||||
* | Add oembed endpoint | Chocobozzz | 2017-10-16 | 3 | -0/+26 |
| | |||||
* | Video blacklist refractoring | Chocobozzz | 2017-10-10 | 1 | -3/+3 |
| | |||||
* | Change how we handle resolution | Chocobozzz | 2017-10-09 | 1 | -6/+6 |
| | | | | It was an enum before, now we just use video height | ||||
* | Implement video transcoding on server side | Chocobozzz | 2017-10-03 | 1 | -2/+3 |
| | |||||
* | Handle blacklist (#84) | Green-Star | 2017-09-22 | 3 | -18/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Convert real world script to typescript | Chocobozzz | 2017-09-08 | 1 | -3/+5 |
| | |||||
* | Upload a video to /videos/upload | Chocobozzz | 2017-09-07 | 1 | -1/+1 |
| | | | | This is an action, not a REST endpoint | ||||
* | urls: makefriends/quitfriends -> make-friends/quit-friends | Chocobozzz | 2017-09-07 | 1 | -2/+2 |
| | |||||
* | Convert real world tools to typescript | Chocobozzz | 2017-09-07 | 3 | -3/+6 |
| | |||||
* | Add tests for npm run scripts | Chocobozzz | 2017-09-07 | 4 | -2/+49 |
| | |||||
* | Fix tests and user quota | Chocobozzz | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Begin tests for user quota | Chocobozzz | 2017-09-05 | 1 | -7/+37 |
| | |||||
* | Convert tests to typescript | Chocobozzz | 2017-09-04 | 25 | -1018/+953 |
| | |||||
* | Remove one pod (#76) | Green-Star | 2017-08-02 | 1 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 previews cache system between pods | Chocobozzz | 2017-07-12 | 1 | -2/+2 |
| | |||||
* | Requests -> RequestSchedulers | Chocobozzz | 2017-06-25 | 1 | -0/+0 |
| | |||||
* | Fix video update test | Chocobozzz | 2017-06-12 | 1 | -18/+15 |
| | |||||
* | Type models | Chocobozzz | 2017-05-25 | 1 | -1/+1 |
| | |||||
* | Server: add tests for video blacklists | Chocobozzz | 2017-05-01 | 2 | -2/+31 |
| | |||||
* | Server: add ability to register new user | Chocobozzz | 2017-04-09 | 1 | -0/+22 |
| | |||||
* | Server: add video language attribute | Chocobozzz | 2017-04-07 | 1 | -0/+15 |
| | |||||
* | Server: Add NSFW in user profile | Chocobozzz | 2017-04-03 | 1 | -2/+6 |
| | |||||
* | Server: add nsfw attribute | Chocobozzz | 2017-03-28 | 1 | -0/+3 |
| | |||||
* | Server: add licence video attribute | Chocobozzz | 2017-03-27 | 1 | -0/+15 |
| | |||||
* | Server: refractoring upload/update video test utils | Chocobozzz | 2017-03-26 | 1 | -16/+26 |
| | |||||
* | Add video category support | Chocobozzz | 2017-03-22 | 1 | -2/+16 |
| | |||||
* | Better real world test | Chocobozzz | 2017-03-19 | 1 | -0/+25 |
| | |||||
* | Server: add config endpoint | Chocobozzz | 2017-03-10 | 1 | -0/+24 |
| | |||||
* | Add like/dislike system for videos | Chocobozzz | 2017-03-08 | 2 | -1/+32 |
| | |||||
* | Add email to users | Chocobozzz | 2017-02-18 | 1 | -1/+6 |
| | |||||
* | Server: error if we add a pod that already exists | Chocobozzz | 2017-01-27 | 1 | -3/+8 |
| | |||||
* | Fix tests | Chocobozzz | 2017-01-23 | 1 | -1/+2 |
| | |||||
* | Server: paths refractoring | Chocobozzz | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Server: fix single pod tests | Chocobozzz | 2017-01-12 | 1 | -19/+35 |
| | |||||
* | Server: add video abuse support | Chocobozzz | 2017-01-04 | 1 | -0/+73 |
| | |||||
* | Server: split check params tests | Chocobozzz | 2016-12-30 | 2 | -2/+11 |
| |