Josh
f4d760fb11
fixes for html5 support
2017-10-05 15:51:45 -04:00
jfederico
9db643a533
Merge branch 'updates' into feature-qrcode
2017-08-15 19:25:10 +00:00
jfederico
f66f3d4dab
Fixed issues reported by Scrutinizer
2017-08-15 19:21:19 +00:00
jfederico
ce4c9456a7
Merge branch 'updates' into feature-qrcode
2017-08-15 19:15:56 +00:00
jfederico
4d915b6c1f
Fixed issues reported by Scrutinizer
2017-08-15 19:12:24 +00:00
jfederico
ad3c07d1de
Fixed issues reported by Scrutinizer
2017-08-15 19:10:34 +00:00
jfederico
e0c856522f
Added 'QR Code generation' as an optional feature
2017-08-15 19:01:36 +00:00
Josh
42bf2b1e54
clean active_meetings.js and landing.js
2017-07-14 13:21:02 -04:00
Josh
27f6076954
improvements to active meetings
2017-07-04 11:52:35 -04:00
Zachary Chai
4d652463ec
notify user when joining without name provided
2017-03-14 16:09:20 -04:00
Zachary Chai
7b52e2ef61
make previous meetings per room instead of global
2017-02-21 10:33:58 -05:00
Zachary Chai
d6c7bcfade
pressing enter while focused on meeting-name input triggers start event
2017-02-10 16:45:53 -05:00
Zachary Chai
330ce144ad
small fixes
2017-02-09 17:54:53 -05:00
Zachary Chai
4a90de057c
rewording and consolidating some conditions
2017-02-03 14:10:01 -05:00
Zachary Chai
253ae4d86a
update previously joined meetings on root page
2017-02-03 11:45:53 -05:00
Zachary Chai
5a29a344fe
store previously joined authenticated meetings
2017-02-02 14:55:19 -05:00
Zachary Chai
d67663fbf1
multi meeting rooms
2017-01-27 18:12:36 -05:00
Zachary Chai
5180a99c32
allow meeting name separately when joining from room
2017-01-26 18:59:25 -05:00
Zachary Chai
066755c56c
add invite and join to room
2017-01-26 18:03:42 -05:00
Zachary Chai
540ab7d369
URI encode meeting name and only show invite/join when a name is entered
2017-01-26 09:34:05 -05:00
Zachary Chai
d7cd9eb8bb
update javascript and neaten up layout
2017-01-24 16:13:12 -05:00
Zachary Chai
b30acae006
refactor meeting object naming
2017-01-24 14:25:25 -05:00
Zachary Chai
e339dcd5b7
rework home layout
2017-01-24 14:15:20 -05:00
Leonardo Crauss Daronco
b6cb7add17
Reuse variable in landing.js
2017-01-11 15:02:09 -02:00
Leonardo Crauss Daronco
b8c4ffe80b
Don't ask for a name in the landing page, redir to the room/meeting
...
Instead of asking the user for a name in the landing page, it just
redirects to the room/meeting page, where the user is asked to enter a
name. If the user is signed in, no redirect is necessary and the user's
name is used automatically.
2017-01-11 14:55:39 -02:00
Leonardo Crauss Daronco
b518458622
Allow recordings to be 'unlisted'
...
Unlisted is a state between published and unpublished. They are still
published in the server, but will not appear to anyone other than the
user that created the recording.
It is done using a metadata attribute and required several changes in how
the application handles publishing and unpublishing.
2016-12-06 12:03:53 -02:00
Leonardo Crauss Daronco
45e173d132
Add a button with a "mailto:" link to send invitations
2016-12-05 16:32:03 -02:00
Zachary Chai
36c429d4bb
remember name for logged out users
2016-12-01 11:14:10 -05:00
Zachary Chai
8402b8d06e
hide joined sessions panel when empty
2016-11-30 17:12:19 -05:00
Zachary Chai
4d4ccddc6e
order sessions last joined at top
2016-11-29 15:37:20 -05:00
Zachary Chai
bdee16f715
previously joined sessions
2016-11-29 15:37:20 -05:00
Erick Kad-Bay
47e0e948d1
Added LGPL 3.0 license to all source/config files
2016-11-29 14:44:13 -05:00
Zachary Chai
3f6111795a
place recording popovers in table for handlers
2016-11-24 17:13:32 -05:00
Zachary Chai
08ecae0ef6
move meeting refresh to the url input field
2016-11-24 14:23:01 -05:00
Zachary Chai
269ce7915e
separate root page and meetings page
2016-11-24 11:16:56 -05:00
Zachary Chai
2f10203d85
generate url with ports
2016-11-22 18:16:34 -05:00
Zachary Chai
b8ec40c35f
use body as container for tooltips
2016-11-17 17:16:57 -05:00
Zachary Chai
8b536c4934
recording actions tooltips
2016-11-17 16:58:52 -05:00
Zachary Chai
fd044fc75d
copy url tooltip
2016-11-17 16:27:20 -05:00
Zachary Chai
b0d0d13855
focus input on load and enter key submits join
2016-11-15 17:39:09 -05:00
Zachary Chai
a39f1beb0a
fix guest join
2016-11-15 16:47:44 -05:00
Zachary Chai
c9f0dead12
cleanup meetings
2016-11-15 13:54:39 -05:00
Zachary Chai
8d2d4299f9
recordings table
2016-11-14 15:18:45 -05:00
Zachary Chai
1d879993d5
finish meeting class
2016-11-10 17:05:43 -05:00
Zachary Chai
c7d2c8f27e
send translated strings to javascript
2016-11-10 14:26:21 -05:00
Zachary Chai
6a6aa2aa02
default ordering on recordings
2016-11-09 17:28:55 -05:00
Zachary Chai
d22cc3e6d0
dynamic room content
2016-11-09 16:46:08 -05:00
Zachary Chai
b4e0e73692
oauth update
2016-11-09 13:29:29 -05:00
Zachary Chai
83bdf4c387
finish delete recording feature
2016-11-08 16:03:24 -05:00
Zachary Chai
9fad2a4ef8
delete confirmation
2016-11-07 15:48:23 -05:00