Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
8be39f86
Commit
8be39f86
authored
9 years ago
by
S. Li
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://github.com/RocketChat/Rocket.Chat
into firefox-evt-wrap
parents
1b0de34e
d0733e72
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
client/views/app/room.html
+2
-2
2 additions, 2 deletions
client/views/app/room.html
server/startup/indexes.coffee
+1
-0
1 addition, 0 deletions
server/startup/indexes.coffee
with
4 additions
and
3 deletions
README.md
+
1
−
1
View file @
8be39f86
...
...
@@ -56,10 +56,10 @@ It is a great solution for communities and companies wanting to privately host t
-
Media Embeds
-
Link Previews
-
LDAP Authentication -
[
LDAP Authentication on Rocket.Chat Wiki
](
https://github.com/RocketChat/Rocket.Chat/wiki/LDAP-Authentication
)
-
[
WebRTC signalling - ALPHA - help wanted - Issue #115
](
https://github.com/RocketChat/Rocket.Chat/issues/115
)
### Roadmap for v1.0
-
WebRTC signalling
-
File uploads
-
Full text search
-
REST-like APIs
...
...
This diff is collapsed.
Click to expand it.
client/views/app/room.html
+
2
−
2
View file @
8be39f86
...
...
@@ -166,8 +166,8 @@
{{#if selfVideoUrl}}
{{#if rtcLayout2}}
<div
style=
"display: flex; flex-direction: row; align-items: center; width: 800px; height: 350px"
>
<video
class=
"video-remote"
src=
"{{remoteVideoUrl}}"
style=
"flex: 1 0; width:
4
80px; margin: 10px; background-color: #000;"
autoplay
></video>
<video
class=
"video-self"
src=
"{{selfVideoUrl}}"
style=
"flex: 1 0; width:
4
80px; margin: 10px; background-color: #000;"
autoplay
muted
></video>
<video
class=
"video-remote"
src=
"{{remoteVideoUrl}}"
style=
"flex: 1 0;
min-
width:
3
80px;
height: 285px;
margin: 10px; background-color: #000;"
autoplay
></video>
<video
class=
"video-self"
src=
"{{selfVideoUrl}}"
style=
"flex: 1 0;
min-
width:
3
80px;
height: 285px;
margin: 10px; background-color: #000;"
autoplay
muted
></video>
</div>
{{else}}
{{#if rtcLayout1}}
...
...
This diff is collapsed.
Click to expand it.
server/startup/indexes.coffee
+
1
−
0
View file @
8be39f86
...
...
@@ -11,5 +11,6 @@ Meteor.startup ->
try
ChatSubscription
.
_ensureIndex
{
'ts'
:
1
}
catch
e
then
console
.
log
e
try
ChatMessage
.
_ensureIndex
{
'rid'
:
1
,
'ts'
:
1
}
catch
e
then
console
.
log
e
try
ChatMessage
.
_ensureIndex
{
'ets'
:
1
},
{
sparse
:
1
}
catch
e
then
console
.
log
e
try
ChatMessage
.
_ensureIndex
{
'rid'
:
1
,
't'
:
1
,
'u._id'
:
1
}
catch
e
then
console
.
log
e
try
ChatMessage
.
_ensureIndex
{
'expireAt'
:
1
},
{
expireAfterSeconds
:
0
}
catch
e
then
console
.
log
e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment