openvidu/openvidu-node-client/src
Juan Navarro 4d004e4a9e Review all href usages of target="_blank"
Do not force the user's browser to open new tabs when navigating within
the documentation pages. We discussed about this and agreed that doing
so is user hostile and goes away from how HTTP links have been working
for 30 years (i.e. leave users decide if THEY want a new tab or not, by
how they open the links).

Used these regexes:

From: target="blank"
To: target="_blank"

From: (\]\((?!http)[^)]+\))\{:target="_blank"\}
To: $1

From: (\]\(https?://docs.openvidu.io[^)]+\))\{:target="_blank"\}
To: $1

From: href="((?!http)\S+)" target="_blank"
To: href="$1"

From: href="(https?://docs.openvidu.io\S+)" target="_blank"
To: href="$1"
2022-02-28 13:51:44 +01:00
..
Connection.ts Review all href usages of target="_blank" 2022-02-28 13:51:44 +01:00
ConnectionProperties.ts Review all href usages of target="_blank" 2022-02-28 13:51:44 +01:00
ConnectionType.ts POST Connection API 2020-10-20 22:09:06 +02:00
IceServerProperties.ts openvidu-server,openvidu-node-client: Typos and missing parameter in openvidu-node-client for IceServerProperties 2022-02-25 16:24:27 +01:00
MediaMode.ts Copyright update from 2019 to 2020 2020-02-04 11:25:54 +01:00
OpenVidu.ts removed double reject() call from search&replace 2021-06-09 16:49:52 +01:00
OpenViduRole.ts Copyright update from 2019 to 2020 2020-02-04 11:25:54 +01:00
Publisher.ts Update doc API with new Typedoc camelcase syntax in links 2022-01-14 13:31:26 +01:00
Recording.ts openvidu-node-client: RecordingProperties#ignoreFailedStream 2021-05-11 13:00:08 +02:00
RecordingLayout.ts openvidu-java-client/openvidu-node-client RecordingProperties refactoring 2021-04-05 17:06:12 +02:00
RecordingMode.ts Copyright update from 2019 to 2020 2020-02-04 11:25:54 +01:00
RecordingProperties.ts Review all href usages of target="_blank" 2022-02-28 13:51:44 +01:00
Session.ts Review all href usages of target="_blank" 2022-02-28 13:51:44 +01:00
SessionProperties.ts Review all href usages of target="_blank" 2022-02-28 13:51:44 +01:00
TokenOptions.ts SDKs: remove record property from deprecated TokenOptions 2020-10-23 11:26:58 +02:00
VideoCodec.ts openvidu-server: add MEDIA_SERVER_PREFERRED as default for ForcedVideoCodec 2022-01-20 12:00:01 +01:00
index.ts Add customIceServers to openvidu-node-client. Send customIceServers to openvidu-browser in 'joinRoom' response 2022-02-11 20:03:26 +01:00