Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add get old comment on follow tests | Chocobozzz | 2017-12-28 | 1 | -11/+64 | |
| | ||||||
* | Add comments federation tests | Chocobozzz | 2017-12-27 | 4 | -43/+124 | |
| | ||||||
* | Add video comment components | Chocobozzz | 2017-12-27 | 1 | -1/+17 | |
| | ||||||
* | Add check params tests | Chocobozzz | 2017-12-27 | 3 | -3/+217 | |
| | ||||||
* | Begin unit tests | Chocobozzz | 2017-12-22 | 2 | -0/+136 | |
| | ||||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 2 | -21/+2 | |
| | ||||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 2 | -0/+18 | |
| | | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video | |||||
* | Fix tests | Chocobozzz | 2017-12-14 | 1 | -7/+6 | |
| | ||||||
* | Use sequelize scopes | Chocobozzz | 2017-12-14 | 2 | -4/+1 | |
| | ||||||
* | Fix lint | Chocobozzz | 2017-12-08 | 2 | -2/+1 | |
| | ||||||
* | Finish admin design | Chocobozzz | 2017-12-08 | 2 | -37/+46 | |
| | ||||||
* | Begin admin design | Chocobozzz | 2017-12-08 | 1 | -2/+2 | |
| | ||||||
* | Fix test | Chocobozzz | 2017-12-08 | 1 | -3/+3 | |
| | ||||||
* | Optimise transaction for video upload | Chocobozzz | 2017-12-08 | 1 | -8/+5 | |
| | ||||||
* | Design second video upload step | Chocobozzz | 2017-12-08 | 1 | -1/+4 | |
| | ||||||
* | Make some fields optional when uploading a video | Chocobozzz | 2017-12-07 | 2 | -46/+60 | |
| | ||||||
* | Begin video watch design | Chocobozzz | 2017-12-06 | 5 | -17/+19 | |
| | ||||||
* | Fix client search | Chocobozzz | 2017-12-05 | 1 | -54/+58 | |
| | ||||||
* | Add ability to list jobs | Chocobozzz | 2017-11-30 | 4 | -0/+150 | |
| | ||||||
* | Better view counter | Chocobozzz | 2017-11-30 | 2 | -16/+22 | |
| | ||||||
* | Users list only available when use is authenticated | Chocobozzz | 2017-11-29 | 2 | -6/+28 | |
| | | | | And has a special right | |||||
* | Upgrade server dep' | Chocobozzz | 2017-11-28 | 1 | -1/+1 | |
| | ||||||
* | Remove max duration/filesize constraints | Chocobozzz | 2017-11-28 | 1 | -8/+0 | |
| | ||||||
* | Fix undo like/dislike forwarding | Chocobozzz | 2017-11-28 | 1 | -1/+1 | |
| | ||||||
* | Fix lint | Chocobozzz | 2017-11-27 | 1 | -2/+2 | |
| | ||||||
* | Increase test timers | Chocobozzz | 2017-11-27 | 2 | -3/+4 | |
| | ||||||
* | 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 | 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 | |
| |