aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
Commit message (Collapse)AuthorAgeFilesLines
* Move config in its own fileChocobozzz2019-04-1110-28/+35
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-1/+42
| | | | | | | | | | | | * 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 new instance follower notification in clientChocobozzz2019-04-091-1/+1
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-082-1/+12
|
* Update P2P media loader peer versionChocobozzz2019-04-082-3/+43
|
* Restore videos list componentsChocobozzz2019-04-022-4/+2
|
* add quarantine videos feature (#1637)Josh Morel2019-04-023-20/+49
| | | | | | | | | | | | | | | | | | | | * 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/sharesChocobozzz2019-03-194-2/+57
|
* Refresh playlistsChocobozzz2019-03-194-17/+30
|
* Fix videos list for api SQL requestChocobozzz2019-03-181-3/+4
|
* Add videos playlist exist testsChocobozzz2019-03-181-2/+3
|
* Playlist reorder supportChocobozzz2019-03-181-1/+6
|
* Add to playlist dropdownChocobozzz2019-03-181-0/+23
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-182-5/+5
|
* Refactor video playlist middlewaresChocobozzz2019-03-182-5/+31
|
* Add playlist rest testsChocobozzz2019-03-185-39/+109
|
* Add playlist check param testsChocobozzz2019-03-183-4/+5
|
* Playlist server APIChocobozzz2019-03-189-105/+836
|
* findById -> findByPkChocobozzz2019-02-219-12/+11
|
* Improve channel and account SEOChocobozzz2019-02-212-1/+19
|
* Fix mention notification with a remote accountChocobozzz2019-02-151-15/+25
|
* Add search by original publication dateAndrés Maldonado2019-02-121-0/+11
|
* Add originallyPublishedAt unit testsChocobozzz2019-02-112-5/+12
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1110-139/+651
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1125-272/+2151
| |\
| | * Use a single file instead of segments for HLSChocobozzz2019-02-111-0/+4
| | |
| | * Add hls support on serverChocobozzz2019-02-115-69/+470
| | |
| | * Add server host in notification account fieldChocobozzz2019-01-211-1/+14
| | |
| | * Refactor how we use iconsChocobozzz2019-01-171-38/+120
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * Add totalLocalVideoFilesSize in statsChocobozzz2019-01-152-1/+21
| | |
| | * Increase abuse length to 3000Chocobozzz2019-01-141-16/+3
| | | | | | | | | | | | And correctly handle new lines
| | * Refresh remote actors on GET enpointsChocobozzz2019-01-142-0/+8
| | |
| | * Add ability to unfederate a local video (on blacklist)Chocobozzz2019-01-101-15/+6
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-082-3/+3
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-062-0/+6
| | |
* | | Change modelsclementbrizard2019-01-122-0/+8
| |/ |/|
* | Add notifications in the clientChocobozzz2019-01-091-0/+6
| |
* | Add new follow, mention and user registered notifsChocobozzz2019-01-095-15/+228
| |
* | Add import finished and video published notifsChocobozzz2019-01-097-62/+165
| |
* | Add user notification base codeChocobozzz2019-01-099-29/+466
| |
* | Optimize index sizesChocobozzz2018-12-201-8/+36
| |
* | Optimize actor follow scores modificationsChocobozzz2018-12-201-34/+16
| |
* | Fix video sortChocobozzz2018-12-181-1/+5
| |
* | Add ability to disable and clear historyChocobozzz2018-12-181-0/+1
| |
* | Add history page on clientChocobozzz2018-12-181-0/+5
| |
* | Add history on server sideChocobozzz2018-12-184-6/+57
| | | | | | | | Add ability to disable, clear and list user videos history
* | Support additional video extensionsChocobozzz2018-12-113-7/+9
| |
* | Add sitemapChocobozzz2018-12-052-0/+42
| |
* | Remove inferred typeChocobozzz2018-12-051-10/+10
| |
* | Create redundancy endpointChocobozzz2018-12-042-4/+10
| |