Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix travis tests | Chocobozzz | 2018-07-24 | 1 | -29/+8 |
| | |||||
* | Add advanced search in client | Chocobozzz | 2018-07-24 | 2 | -4/+15 |
| | |||||
* | Add videos list filters | Chocobozzz | 2018-07-24 | 6 | -147/+459 |
| | |||||
* | Render CSS/title/description tags on server side | Chocobozzz | 2018-07-18 | 1 | -1/+25 |
| | |||||
* | Handle .srt subtitles | Chocobozzz | 2018-07-16 | 2 | -2/+86 |
| | |||||
* | Implement captions/subtitles | Chocobozzz | 2018-07-16 | 7 | -97/+456 |
| | |||||
* | Migrate to bull | Chocobozzz | 2018-07-11 | 2 | -9/+16 |
| | |||||
* | Handle higher FPS for high resolution (test) | Chocobozzz | 2018-06-29 | 1 | -4/+13 |
| | |||||
* | Client: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 1 | -2/+3 |
| | |||||
* | API: Add ability to update video channel avatar | Chocobozzz | 2018-06-29 | 3 | -2/+102 |
| | |||||
* | Increase test timeout for travis | Chocobozzz | 2018-06-27 | 1 | -1/+1 |
| | |||||
* | Fix images size limit | Chocobozzz | 2018-06-22 | 1 | -4/+4 |
| | |||||
* | Do not create a user with the same username than another actor name | Chocobozzz | 2018-06-21 | 1 | -0/+24 |
| | |||||
* | Add ability to schedule video publication | Chocobozzz | 2018-06-15 | 2 | -9/+46 |
| | |||||
* | Add ability for uploaders to schedule video update | Chocobozzz | 2018-06-14 | 2 | -0/+165 |
| | |||||
* | Fix offset/limit on some SQL queries :facepalm: | Chocobozzz | 2018-06-13 | 1 | -1/+1 |
| | |||||
* | Improve tests when waiting pending jobs | Chocobozzz | 2018-06-13 | 20 | -189/+139 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 4 | -23/+77 |
| | | | | publishing a video | ||||
* | Add video comments RSS | Chocobozzz | 2018-06-08 | 2 | -92/+0 |
| | |||||
* | Move fixtures in tests/ | Chocobozzz | 2018-06-07 | 26 | -21/+20 |
| | |||||
* | Add create-import-video-file-job command | Florent Fayolle | 2018-06-07 | 1 | -0/+0 |
| | |||||
* | Fix publishedAt value after following a new instance | Chocobozzz | 2018-05-28 | 1 | -0/+3 |
| | |||||
* | Update changelog | Chocobozzz | 2018-05-28 | 1 | -0/+2 |
| | |||||
* | Only use account name in routes | Chocobozzz | 2018-05-25 | 6 | -24/+22 |
| | |||||
* | Improve e2e tests | Chocobozzz | 2018-05-22 | 1 | -0/+0 |
| | |||||
* | Fix video channel update with an admin account | Chocobozzz | 2018-05-17 | 1 | -1/+1 |
| | |||||
* | Add check channel update test in video update | Chocobozzz | 2018-05-11 | 1 | -0/+6 |
| | |||||
* | Add ability to update a video channel | Chocobozzz | 2018-05-11 | 1 | -21/+57 |
| | |||||
* | Add ability to embed a video in Twitter | Chocobozzz | 2018-05-11 | 2 | -0/+20 |
| | | | | The instance should be whitelisted first | ||||
* | Fix tests | Chocobozzz | 2018-05-09 | 2 | -6/+6 |
| | |||||
* | Account/channel descriptions are not required anymore | Chocobozzz | 2018-05-09 | 1 | -26/+0 |
| | |||||
* | feature: initial syndication feeds tests for instance-wide feeds | Rigel Kent | 2018-04-26 | 2 | -0/+92 |
| | |||||
* | Add video channel management | Chocobozzz | 2018-04-26 | 3 | -10/+10 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 2 | -1/+42 |
| | |||||
* | Implement video channel views | Chocobozzz | 2018-04-25 | 2 | -8/+2 |
| | |||||
* | Update video-channel routes (again) | Chocobozzz | 2018-04-25 | 3 | -42/+30 |
| | | | | Use /video-channels now, it's more simple for clients | ||||
* | Video channel API routes refractor | Chocobozzz | 2018-04-25 | 5 | -97/+223 |
| | |||||
* | Update video channel routes | Chocobozzz | 2018-04-24 | 3 | -40/+97 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 5 | -24/+24 |
| | |||||
* | Add help concerning NSFW videos in upload | Chocobozzz | 2018-04-19 | 1 | -0/+1 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 5 | -17/+236 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Add auth documentation | Chocobozzz | 2018-04-16 | 1 | -0/+20 |
| | |||||
* | Add tests for publishedAt | Chocobozzz | 2018-04-04 | 1 | -3/+6 |
| | |||||
* | Add reverse proxy test in travis | Chocobozzz | 2018-03-29 | 2 | -1/+2 |
| | |||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 1 | -0/+82 |
| | |||||
* | Fix delete comment federation | Chocobozzz | 2018-03-27 | 1 | -1/+30 |
| | |||||
* | Fix check comments params unit tests | Chocobozzz | 2018-03-26 | 1 | -2/+2 |
| | |||||
* | Update the api documentation | Chocobozzz | 2018-03-19 | 1 | -5/+4 |
| | |||||
* | Add short description in config | Chocobozzz | 2018-03-15 | 2 | -0/+13 |
| | |||||
* | Add "local" videos in menu | Chocobozzz | 2018-03-13 | 1 | -1/+31 |
| |