Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in error log | Chocobozzz | 2020-01-20 | 1 | -2/+2 |
| | |||||
* | Add video caption upload documentation and improve error message | Rigel Kent | 2020-01-09 | 1 | -4/+4 |
| | | | | fixes #2038 | ||||
* | Add ability to skip count query | Chocobozzz | 2020-01-08 | 1 | -0/+4 |
| | |||||
* | Add playlist search option and search input for add-to-video-playlist dropdown | Rigel Kent | 2019-12-26 | 1 | -0/+13 |
| | | | | fixes #2138 | ||||
* | Add internal privacy mode | Chocobozzz | 2019-12-12 | 1 | -6/+3 |
| | |||||
* | Fix channel creation limitation | Chocobozzz | 2019-12-05 | 1 | -1/+1 |
| | |||||
* | Move deleted comment on new follow tests | Chocobozzz | 2019-12-04 | 1 | -0/+7 |
| | |||||
* | Fix private video download | Chocobozzz | 2019-12-03 | 1 | -2/+4 |
| | |||||
* | Limit channel numbers | Chocobozzz | 2019-11-29 | 1 | -0/+9 |
| | | | | | We can't load too much channels in selects and it helps to prevent actor name squatting | ||||
* | Add ability to disable webtorrent | Chocobozzz | 2019-11-25 | 1 | -1/+1 |
| | | | | In favour of HLS | ||||
* | Update server dependencies | Chocobozzz | 2019-10-21 | 1 | -2/+4 |
| | |||||
* | Type toActivityPubObject functions | Chocobozzz | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Cleanup model types | Chocobozzz | 2019-08-20 | 2 | -6/+5 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 8 | -79/+88 |
| | |||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 1 | -5/+3 |
| | |||||
* | Fix scheduled privacy and verify email validations | Chocobozzz | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Fix express validator | Chocobozzz | 2019-07-25 | 11 | -36/+40 |
| | |||||
* | Refactor middleware helpers | Chocobozzz | 2019-07-24 | 11 | -24/+17 |
| | |||||
* | Add filter hooks tests | Chocobozzz | 2019-07-24 | 1 | -4/+6 |
| | |||||
* | Add hook filters tests | Chocobozzz | 2019-07-24 | 1 | -2/+3 |
| | |||||
* | Add server hooks | Chocobozzz | 2019-07-24 | 2 | -6/+69 |
| | |||||
* | Add ability to unpublish video/playlist | Chocobozzz | 2019-06-06 | 1 | -8/+7 |
| | |||||
* | Add ability to set to private a public/unlisted video | Chocobozzz | 2019-06-06 | 1 | -8/+0 |
| | |||||
* | Server: Bulk update videos support field | Chocobozzz | 2019-05-31 | 1 | -3/+13 |
| | |||||
* | Fix playlist get for classic users | Chocobozzz | 2019-05-28 | 1 | -1/+2 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 1 | -0/+1 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 5 | -6/+5 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 2 | -2/+3 |
| | |||||
* | Add logs endpoint | Chocobozzz | 2019-04-10 | 1 | -5/+3 |
| | |||||
* | Add check params account ratings tests | Chocobozzz | 2019-04-09 | 1 | -1/+1 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 1 | -2/+16 |
| | | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account | ||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -3/+22 |
| | | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature | ||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 1 | -2/+1 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 5 | -21/+17 |
| | |||||
* | Does exist | Chocobozzz | 2019-03-19 | 11 | -70/+70 |
| | |||||
* | Forbid public playlists not assigned to a channel | Chocobozzz | 2019-03-18 | 1 | -7/+28 |
| | |||||
* | Add videos playlist exist tests | Chocobozzz | 2019-03-18 | 1 | -3/+2 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 1 | -3/+20 |
| | |||||
* | Add/update/delete/list my playlists | Chocobozzz | 2019-03-18 | 1 | -0/+1 |
| | |||||
* | Refactor video playlist middlewares | Chocobozzz | 2019-03-18 | 1 | -4/+4 |
| | |||||
* | Add playlist rest tests | Chocobozzz | 2019-03-18 | 1 | -8/+40 |
| | |||||
* | Add playlist check param tests | Chocobozzz | 2019-03-18 | 1 | -3/+41 |
| | |||||
* | Playlist server API | Chocobozzz | 2019-03-18 | 4 | -20/+308 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 2 | -5/+21 |
|\ | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 6 | -65/+217 |
| |\ | |||||
| | * | Add ability to unfederate a local video (on blacklist) | Chocobozzz | 2019-01-10 | 1 | -1/+14 |
| | | | |||||
| * | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 1 | -1/+1 |
| | | | |||||
| * | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 1 | -0/+4 |
| | | | |||||
* | | | Enable video upload and edit | clementbrizard | 2019-01-12 | 1 | -0/+5 |
| |/ |/| | |||||
* | | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -0/+7 |
| | | | | | | | | Add ability to disable, clear and list user videos history |