aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli/update-host.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add runner server testsChocobozzz2023-05-091-1/+1
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-121-8/+8
|
* Don't display remove file icon in some casesChocobozzz2022-09-131-1/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Add basic video editor supportChocobozzz2022-02-281-1/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-5/+6
|
* Use an object to represent a serverChocobozzz2021-07-201-6/+5
|
* Shorter server command namesChocobozzz2021-07-201-12/+12
|
* Introduce videos commandChocobozzz2021-07-201-19/+10
|
* Introduce user commandChocobozzz2021-07-201-2/+1
|
* Introduce sql commandChocobozzz2021-07-201-1/+1
|
* Fix CLI toolsChocobozzz2021-07-201-2/+1
|
* Introduce comments commandChocobozzz2021-07-201-2/+1
|
* Introduce channels commandChocobozzz2021-07-201-6/+4
|
* Introduce accounts commandChocobozzz2021-07-201-10/+8
|
* Introduce CLI commandChocobozzz2021-07-201-8/+6
|
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* 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