aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli/update-host.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use test wrapper exit functionChocobozzz2019-04-241-6/+6
|
* Cleanup testsChocobozzz2019-04-241-6/+4
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-4/+4
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Add hls support on serverChocobozzz2019-02-111-2/+9
|
* Move utils to /sharedbuoyantair2018-10-291-4/+4
| | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Fix testsChocobozzz2018-08-271-2/+2
|
* Add ability to set a name to a channelChocobozzz2018-08-271-0/+1
|
* Improve update host script and add warning if AP urls are invalidChocobozzz2018-06-211-3/+62
|
* Improve tests when waiting pending jobsChocobozzz2018-06-131-11/+7
|
* Update the api documentationChocobozzz2018-03-191-2/+3
|
* Fix embed button outlineChocobozzz2018-01-191-1/+8
|
* Add video channel testsChocobozzz2017-10-261-4/+8
|
* Change how we handle resolutionChocobozzz2017-10-091-2/+2
| | | | It was an enum before, now we just use video height
* Implement video transcoding on server sideChocobozzz2017-10-031-11/+19
|
* Upload a video to /videos/uploadChocobozzz2017-09-071-1/+1
| | | | This is an action, not a REST endpoint
* Add tests for npm run scriptsChocobozzz2017-09-071-0/+71