perroned
dde59de62c
Cleaned up UI with a message when you cannot chat with anyone.
2014-10-09 06:45:49 -07:00
Anton Georgiev
add73d17e2
identify disconnection
2014-10-08 22:05:57 +00:00
Anton Georgiev
631435e57e
reduce clutter in js console
2014-10-08 21:57:33 +00:00
Richard Alam
8f38fa1f30
- find audio wav files even if they are located in sub dirs
2014-10-08 13:50:41 -07:00
perroned
ab81ad8440
Removed backslash making a non standard escape character
2014-10-08 13:09:28 -07:00
Richard Alam
745dcc7688
Merge pull request #405 from kepstin/recording-updates
...
Fix publish step failing when multiple recordings processed in one run
2014-10-08 11:26:02 -04:00
Calvin Walton
49b66d6eb6
Fix publish step failing when multiple recordings processed in one run
...
The logic for deleting the process done files was wrong, resulting in
the script (attempting and failing) deleting all of the done files for
all of the processed recordings after the publish completes for one of
them.
Fix the logic to only delete the process done file for the recording that
just completed publishing.
2014-10-08 11:08:22 -04:00
Anton Georgiev
1a91092c82
cleaning up
2014-10-07 23:22:28 +00:00
Anton Georgiev
76a7e34357
fixed starting a private chat via clicking on the name in Options
2014-10-07 23:16:47 +00:00
Anton Georgiev
da846ac2d5
now the private chat messages are displayed
2014-10-07 23:09:33 +00:00
Anton Georgiev
4a93388c4d
private chat using dbid
2014-10-07 23:08:48 +00:00
Anton Georgiev
9a901d56d7
version and date already set here: https://github.com/antobinary/bigbluebutton/blob/exploring-grunt/labs/meteor-client/app/client/main.coffee#L81-L82
2014-10-07 21:47:13 +00:00
Anton Georgiev
7ce7b96acf
remove user after bbb-app's acknowledgement
2014-10-07 20:53:25 +00:00
Anton Georgiev
9261898476
fixed logging out
2014-10-07 20:34:03 +00:00
Anton Georgiev
7dccc09608
handle user_left_message
2014-10-07 20:08:36 +00:00
Anton Georgiev
846a59d4c8
Merge branch 'meteor-new-auth' of github.com:perroned/bigbluebutton into meteor-new-auth
2014-10-07 19:52:51 +00:00
Anton Georgiev
866bd4e539
minor things
2014-10-07 19:52:30 +00:00
perroned
2bca7df34d
Fixed lowering and raising hands to use database id.
2014-10-07 12:28:54 -07:00
Anton Georgiev
aa270da0d2
fix footer version, date
2014-10-07 18:05:37 +00:00
Anton Georgiev
319a1247a1
Merge branch 'meteor-new-auth' of github.com:perroned/bigbluebutton into meteor-new-auth
...
Conflicts:
labs/meteor-client/app/client/globals.coffee
labs/meteor-client/app/client/views/chat/chat_bar.coffee
labs/meteor-client/app/collections/chat.coffee
labs/meteor-client/app/collections/meetings.coffee
labs/meteor-client/app/collections/presentations.coffee
labs/meteor-client/app/collections/shapes.coffee
labs/meteor-client/app/collections/slides.coffee
labs/meteor-client/app/collections/users.coffee
2014-10-07 17:45:47 +00:00
perroned
9ede339463
Fixed bug so now your name is highlighted and displayed to you in the participants window.
2014-10-07 09:37:37 -07:00
perroned
6d7c3bd72a
Exclude yourself from list of participants you can chat with.
2014-10-07 09:36:10 -07:00
perroned
b1100641e5
Fixed function for identifying the current user.
2014-10-07 09:35:45 -07:00
perroned
ea60cef89b
Added comment for something we need to fix later.
2014-10-07 09:30:04 -07:00
Richard Alam
a3f594172f
- update locales from transifex
2014-10-07 09:29:31 -07:00
perroned
b4e6ec2e5d
More appropriate message when error in retrieving meeting name.
2014-10-07 09:12:53 -07:00
perroned
fb8cabc445
Fixed login procedure, with help from Anton.
2014-10-07 08:47:46 -07:00
perroned
25cb1b80a0
fixed typo.
2014-10-07 08:44:30 -07:00
perroned
20c7ac5d17
Added a comment explaining a confusing bit of code.
2014-10-07 08:41:18 -07:00
perroned
e65cfb4fba
Fixed issue when selecting public chat because it has no unique identifier.
2014-10-07 08:12:53 -07:00
perroned
f745320ece
small changes
2014-10-07 06:27:17 -07:00
perroned
5e6981b2ad
Exclude another field.
2014-10-07 06:26:38 -07:00
Richard Alam
f7ff1bee42
Merge pull request #404 from SenecaCDOT-BigBlueButton/webrtc-connection-upgrades
...
Fixed some issues where people got stuck at connecting with webrtc
2014-10-06 18:22:59 -04:00
Chad Pilkey
7d9b26912e
Merge remote-tracking branch 'upstream/master' into fix-no-presentation-problems
...
Conflicts:
bigbluebutton-client/resources/prod/BigBlueButton.html
2014-10-06 15:09:36 -07:00
Chad Pilkey
4ec65bc300
enhannced LoggedOutWindow to allow for easy reconnect
2014-10-06 15:07:22 -07:00
Calvin Walton
1078aef49d
Add a note to the nginx config to tell 0.9.0 beta users of a possible upgrade path
2014-10-06 17:30:32 -04:00
Calvin Walton
630ef4c72c
Move 0.81 files to a subdir, add nginx redirect for them.
...
Now the 0.81 presentation playback files are in an appropriate versioned
directory. If desired, the recording metadata can be updated to reference
the versioned files directly, but an nginx redirect has been added so
that unmodified recordings will also work.
2014-10-06 17:17:20 -04:00
Chad Pilkey
de7dbd0b44
Multiple fixes to our webrtc implementation. Hopefully there's less holes now
2014-10-06 14:14:34 -07:00
Calvin Walton
8673d353bb
Use the directory presentation/0.9.0 instead of presentation2
...
This makes it a bit more obvious how the versioning can work going
forwards, and makes it so that we do not need to update the nginx
config each time we have a new version of the playback files.
The 0.81 files remain at the top level of the presentation directory
for compatibility reasons.
2014-10-06 16:46:55 -04:00
Calvin Walton
852ea7b822
Revert 'presentation' dir to 0.81 code, add 'presentation2' for 0.9
...
This fixes an issue where recordings copied from a 0.81 server might
not play back correctly on a 0.9 server.
This changes the 0.9 recording scripts to use playback support files
from a different subdirectory, 'presentation2', while existing 0.81
recordings continue to use the 'presentation' directory.
If the raw files from an old recording are reprocessed, it will
switch to using the newer playback support files.
2014-10-06 16:15:25 -04:00
perroned
47b2c8314c
removed useless security check.
2014-10-03 11:09:44 -07:00
perroned
06b09e744f
Remove sample data.
2014-10-03 10:34:52 -07:00
perroned
d813870f52
Temporary function to retrieve user info.
2014-10-03 10:32:44 -07:00
perroned
9baeb15927
Extra check on incoming messages.
2014-10-03 10:32:14 -07:00
perroned
f66b2e8f26
Now translates chat messages between html5 and flash, adding case for public messages.
2014-10-03 10:31:45 -07:00
perroned
f56a7159db
Temporary spot to get user credentials.
2014-10-03 10:30:39 -07:00
perroned
4cc36eeed8
Send message proper args
2014-10-03 10:27:24 -07:00
perroned
63744a1857
Fixed issue where we couldn't return the time for the user.
2014-10-03 10:26:01 -07:00
Anton Georgiev
ea2dd0ff5a
fix path to files
2014-10-02 18:23:10 +00:00
Anton Georgiev
c0cd044937
remove old file
2014-10-02 17:15:04 +00:00