1478 Commits

Author SHA1 Message Date
tt2468
1891f62c22
Merge pull request #657 from Palakis/feature/authentication-enabled-by-default
Config: authentication enabled by default
2021-02-04 07:53:07 -08:00
Azure CI
73d93e476f docs(ci): Update protocol.md - 80d8286 [skip ci] 2021-02-04 15:51:04 +00:00
tt2468
80d82861ae
Merge pull request #665 from Palakis/feature/batch-requests
Batch Requests
2021-02-04 07:50:22 -08:00
tt2468
6d3aa3a828 Requests: Add abortOnFail to ExecuteBatch request
We do not currently have atomicy in this request, as it would be
incredibly difficult to add, but this is at least useful for avoiding
further data corruption in the case that there is a malformed request
and multiple requests depend on the success of the previous one.
2021-02-04 07:37:27 -08:00
tt2468
ed23aba0ac Requests: Improve documentation of ExecuteBatch 2021-02-04 07:15:37 -08:00
Stéphane Lepin
f4465e2e9b requests(ExecuteBatch): documentation 2021-02-03 05:47:53 +01:00
Stéphane Lepin
fe2e87074a requests(ExecuteBatch): handle message-id in sub-requests 2021-02-03 05:33:08 +01:00
Stéphane Lepin
5b100d15d7 OBSRemoteProtocol: fix missing message id 2021-02-03 05:31:53 +01:00
Stéphane Lepin
87cd36673e OBSRemoteProtocol: fix memory leak 2021-02-03 04:16:04 +01:00
Azure CI
6bb33fa18b docs(ci): Update protocol.md - 59e6695 [skip ci] 2021-02-02 16:10:24 +00:00
Stéphane Lepin
59e6695a5d
Merge pull request #666 from Palakis/feature/RefreshBrowserSource
Requests: Add RefreshBrowserSource
2021-02-02 17:09:30 +01:00
tt2468
3989ea0780 Requests: Add RefreshBrowserSource 2021-02-02 06:16:49 -08:00
tt2468
e39585befc Password Dialog: Only change form options and not underlying config 2021-02-02 03:04:03 -08:00
tt2468
20fa14563c Settings Dialog: Don't need ShowSettingsDialog() 2021-02-02 03:03:37 -08:00
Stéphane Lepin
10910aa06d requests(general): ExecuteBatch WIP 2021-02-02 11:26:22 +01:00
tt2468
e6c2c90677 Password Prompt: Improve english strings 2021-02-01 05:33:01 -08:00
tt2468
98712c7b71 Password Prompt: Enable authRequired toggle and highlight password 2021-02-01 05:16:47 -08:00
Stéphane Lepin
2015d40186 docs(introduction): update authentication section 2021-01-31 01:58:22 +01:00
Stéphane Lepin
a8aa34529e config: simplify initial password setup 2021-01-31 01:51:19 +01:00
Stéphane Lepin
38cf0270b1 settings: add auth disabled warning 2021-01-31 01:26:38 +01:00
Stéphane Lepin
c8ca79f00b config: add locale texts for initial password setup 2021-01-31 00:58:56 +01:00
Stéphane Lepin
c02382b6e5 config: initial password setup prompt wip 2021-01-29 19:16:53 +01:00
Azure CI
cb7c77d29e docs(ci): Update protocol.md - 83e23c9 [skip ci] 2021-01-28 23:26:40 +00:00
Stéphane Lepin
83e23c9c41
Merge pull request #638 from Palakis/feature/getsourcedefaultsettings
Requests: Add GetSourceDefaultSettings
2021-01-29 00:25:35 +01:00
Stéphane Lepin
c6db90ae07 request(GetSourceDefaultSettings): add sourceKind return value + fix param spec 2021-01-29 00:08:20 +01:00
Azure CI
c2aa7263bd docs(ci): Update protocol.md - 25be7ee [skip ci] 2021-01-28 22:57:37 +00:00
Stéphane Lepin
25be7ee14e
Merge pull request #628 from gdhgdhgdh/sceneitems-by-id
Request: add ID support for SetSceneItemRender
2021-01-28 23:56:53 +01:00
Stéphane Lepin
332876495d Utils: remove unused struct 2021-01-28 23:04:02 +01:00
Stéphane Lepin
6cbe50e3e7 request(SetSceneItemRender): refactor conditional 2021-01-28 22:56:01 +01:00
Stéphane Lepin
599eaf85ce requests(SceneItems): remove unused variables 2021-01-28 22:55:40 +01:00
Stéphane Lepin
c03ca47e37 Merge branch 'opencollective' into 4.x-current 2021-01-28 22:48:52 +01:00
Stéphane Lepin
2246ce5142 Merge branch '4.x-current' into opencollective 2021-01-28 22:48:34 +01:00
tt2468
79774921e4
Merge pull request #659 from harm27/harm27-obs-java-client
readme: Added obs-java-client to the available API's
2021-01-21 13:30:43 -08:00
Harm
ab453a0322 readme: Added obs-java-client to the available API's 2021-01-21 11:06:59 +01:00
tt2468
3725e400ce Merge branch 'feature/getsourcedefaultsettings' of https://github.com/Palakis/obs-websocket into feature/getsourcedefaultsettings 2021-01-20 04:22:38 -08:00
tt2468
9859c7b25f Utils: Use obs_data_item_get_name in OBSDataGetDefaults 2021-01-20 04:21:43 -08:00
Stéphane Lepin
056c1ef1fc
Merge pull request #641 from VMinute/bugfix/fix-list-scenes-collections
General: Add ScenesCollection object
2021-01-20 10:37:31 +01:00
Stéphane Lepin
41fbfb159a
Merge branch '4.x-current' into feature/getsourcedefaultsettings 2021-01-20 10:26:34 +01:00
Valter Minute
740a8a8d06 General: Add ScenesCollection object
Adds a ScenesCollection object in the protocol definition,
replacing the current Array<String> return  with
Array<ScenesCollection>, keeping it more coherent with
other requests that return objects in the same format.
This will help automated code generation from comment.json
that otherwise would require ad-hoc handling for that specific
request.

Signed-off-by: Valter Minute <valter.minute@gmail.com>
2021-01-20 10:22:33 +01:00
Azure CI
59ab9548c2 docs(ci): Update protocol.md - a1cf7f8 [skip ci] 2021-01-20 09:22:17 +00:00
Stéphane Lepin
a1cf7f8d32
Merge pull request #658 from Palakis/fix/tab-formatting
Misc: Fix indentation of src files
2021-01-20 10:21:24 +01:00
tt2468
0d59983d1a Misc: Fix indentation of src files
Replace 4-space code with tabs to conform with the way its supposed to be.
2021-01-19 18:30:18 -08:00
tt2468
488a57e2de Requests: Fix GetSourceDefaultSettings indentation and docs 2021-01-19 18:23:54 -08:00
Stéphane Lepin
dd9ad67e6b Config: authentication enabled by default 2021-01-20 00:44:34 +01:00
Stéphane Lepin
492e9d8df7 editorconfig: set indent_size for C/C++ files 2021-01-20 00:28:50 +01:00
Stéphane Lepin
bc3b09dce4 WSServer(stop): wait for all connections to close 2021-01-20 00:08:24 +01:00
Stéphane Lepin
5fd95ce374
Merge pull request #649 from dnaka91/homebrew-instructions
readme: Add Homebrew installation instructions
2021-01-19 19:08:50 +01:00
Azure CI
77380a098e docs(ci): Update protocol.md - afc9c54 [skip ci] 2021-01-19 18:07:43 +00:00
Stéphane Lepin
afc9c549d6
Merge pull request #643 from Palakis/fix/createscene-sinceversion
Requests: Fix wrong docs version for CreateScene
2021-01-19 19:06:40 +01:00
Azure CI
77f38bbf63 docs(ci): Update protocol.md - 853eeb2 [skip ci] 2021-01-18 10:52:53 +00:00