Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -10/+29 |
| | |||||
* | Improve registration | Chocobozzz | 2019-06-07 | 1 | -2/+10 |
| | | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step | ||||
* | 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 |
| | |||||
* | Remove unused actor uuid field | Chocobozzz | 2019-05-31 | 1 | -7/+6 |
| | |||||
* | Multi step registration | Chocobozzz | 2019-05-29 | 1 | -0/+6 |
| | |||||
* | Add ability to specify channel on registration | Chocobozzz | 2019-05-28 | 1 | -0/+22 |
| | |||||
* | Fix playlist get for classic users | Chocobozzz | 2019-05-28 | 1 | -1/+2 |
| | |||||
* | Fix pleroma follow | Chocobozzz | 2019-04-25 | 1 | -0/+2 |
| | |||||
* | Use apicache instead of our broken implementation | Chocobozzz | 2019-04-25 | 1 | -65/+8 |
| | |||||
* | Fix overview endpoint | Chocobozzz | 2019-04-24 | 1 | -1/+2 |
| | |||||
* | Upgrade sequelize | Chocobozzz | 2019-04-24 | 2 | -0/+3 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -0/+3 |
| | |||||
* | Add ability to limit videos history size | Chocobozzz | 2019-04-11 | 1 | -2/+2 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 11 | -12/+11 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 8 | -13/+13 |
| | |||||
* | Add logs endpoint | Chocobozzz | 2019-04-10 | 2 | -5/+34 |
| | |||||
* | Add check params account ratings tests | Chocobozzz | 2019-04-09 | 2 | -2/+1 |
| | |||||
* | Add /accounts/:username/ratings endpoint (#1756) | Yohan Boniface | 2019-04-09 | 3 | -3/+36 |
| | | | | | | | | | | | | * 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 notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 1 | -0/+14 |
| | |||||
* | Add ability to manually approves instance followers in REST API | Chocobozzz | 2019-04-08 | 2 | -3/+20 |
| | |||||
* | Add ability to forbid followers | Chocobozzz | 2019-04-08 | 1 | -6/+9 |
| | |||||
* | Add ability to remove an instance follower in API | Chocobozzz | 2019-04-08 | 1 | -3/+37 |
| | |||||
* | 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 | ||||
* | Cleanup invalid rates/comments/shares | Chocobozzz | 2019-03-19 | 1 | -1/+1 |
| | |||||
* | Refresh playlists | Chocobozzz | 2019-03-19 | 1 | -2/+1 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 12 | -45/+33 |
| | |||||
* | Better AP route checker | Chocobozzz | 2019-03-19 | 1 | -17/+9 |
| | |||||
* | Does exist | Chocobozzz | 2019-03-19 | 18 | -99/+99 |
| | |||||
* | 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 | 6 | -23/+314 |
| | |||||
* | BREAKING: update CSP configuration | Chocobozzz | 2019-02-21 | 1 | -6/+4 |
| | | | | Disable it by default and add ability to specify a custom report uri | ||||
* | check email enabled for requiresEmailVer config | Josh Morel | 2019-02-18 | 1 | -0/+18 |
| | |||||
* | Refractor published date on video import | Chocobozzz | 2019-02-12 | 1 | -0/+3 |
| | |||||
* | Merge branch 'develop' into pr/1285 | Chocobozzz | 2019-02-11 | 5 | -10/+53 |
|\ | |||||
| * | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 23 | -137/+808 |
| |\ | |||||
| | * | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -0/+2 |
| | | | | | | | | | | | | And add some tests | ||||
| | * | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -4/+29 |
| | | | |||||
| | * | Refractor videojs player | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | Add fake p2p-media-loader plugin | ||||
| | * | 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 |
| |/ |/| |