aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Improve registrationChocobozzz2019-06-072-1/+7
| | | | | | | * 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/playlistChocobozzz2019-06-061-2/+2
|
* Upgrade server dependenciesChocobozzz2019-06-063-18/+37
|
* Improve 4K video quality after transcodingChocobozzz2019-06-062-4/+8
|
* Prefer using last week/last monthChocobozzz2019-06-061-1/+19
|
* Server: Bulk update videos support fieldChocobozzz2019-05-313-5/+9
|
* Remove unused actor uuid fieldChocobozzz2019-05-316-7/+2
|
* Group videos on chronological orderChocobozzz2019-05-311-0/+49
|
* Add pagination to account video channels endpointChocobozzz2019-05-291-7/+21
|
* Add ability to specify channel on registrationChocobozzz2019-05-282-2/+35
|
* Add audio support in uploadChocobozzz2019-05-162-0/+2
|
* All API tests in parallelChocobozzz2019-05-154-22/+23
|
* Redundancy and search tests in parallel tooChocobozzz2019-05-142-2/+2
|
* Add japanese supportChocobozzz2019-05-131-0/+1
|
* Use test wrapper exit functionChocobozzz2019-04-244-19/+53
|
* Fix rerunserver functionChocobozzz2019-04-241-20/+24
|
* Try to fix travisChocobozzz2019-04-241-39/+37
|
* Use parallel testsChocobozzz2019-04-241-10/+76
|
* Cleanup testsChocobozzz2019-04-241-45/+48
|
* Upgrade sequelizeChocobozzz2019-04-242-2/+1
|
* Update sequelizeChocobozzz2019-04-241-8/+9
|
* Create a dedicated table to track video thumbnailsChocobozzz2019-04-242-1/+5
|
* Shared utils -> extra-utilsChocobozzz2019-04-2443-1/+1
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-156-41/+56
|
* Add ability to delete old remote viewsChocobozzz2019-04-123-23/+40
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-1/+3
|
* Try to improve server tests compilation speedChocobozzz2019-04-111-1/+0
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Add debug component to help admins to fix IP issuesChocobozzz2019-04-113-0/+6
|
* Add logs endpointChocobozzz2019-04-103-0/+44
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+4
|
* Add check params account ratings testsChocobozzz2019-04-091-1/+4
|
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-094-1/+24
| | | | | | | | | | | | * 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)Chocobozzz2019-04-083-2/+38
|
* Add ability to manually approves instance followers in REST APIChocobozzz2019-04-083-7/+32
|
* Add ability to forbid followersChocobozzz2019-04-082-0/+11
|
* Add ability to remove an instance follower in APIChocobozzz2019-04-081-2/+11
|
* Add Nederlands and Português (Portugal)Chocobozzz2019-04-032-23/+27
|
* tslint updateChocobozzz2019-04-021-21/+21
|
* add quarantine videos feature (#1637)Josh Morel2019-04-029-17/+84
| | | | | | | | | | | | | | | | | | | | * 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
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
|
* Refresh playlistsChocobozzz2019-03-192-1/+10
|
* Add playlist updatedAt testsChocobozzz2019-03-181-2/+4
|
* Add videos playlist exist testsChocobozzz2019-03-181-1/+15
|
* Playlist reorder supportChocobozzz2019-03-181-0/+5
|
* Playlist videos componentChocobozzz2019-03-181-5/+7
|
* Add to playlist dropdownChocobozzz2019-03-181-0/+7
|
* Add/update/delete/list my playlistsChocobozzz2019-03-183-2/+21
|
* Refactor video playlist middlewaresChocobozzz2019-03-181-1/+0
|
* Add playlist rest testsChocobozzz2019-03-189-13/+176
|