prlanzarin
59221530df
Add a client-side mute via the sender track corresponding to the mute state
...
The mic mute is done client side via the track`s enabled flag, which generates silent when false. This still tracks the server/freeswitch mute state, so server-side mutes will be reproduced in the client
2020-09-09 17:03:27 +00:00
Joao Siebel
6e4e0a510a
Merge branch 'remove-user-on-exit' into connection-manager
2020-09-08 16:36:01 -03:00
Joao Siebel
4be9bc4c94
Adjust publishers to use auth-token-validation collection
2020-09-01 13:31:11 -03:00
Joao Siebel
b8f42ac712
Create ClientConnections structure and auth-token-validation collection
2020-09-01 09:07:56 -03:00
Pedro Beschorner Marin
0971edfcb6
Include voice user's upsert to changes observer
...
We noticed that the mute action button wasn't being consistent when
using muteOnStart as meeting configuration.
Included the addition of the voice user object to the collection as
an event to also be observed.
2020-08-26 18:37:04 -03:00
Joao Siebel
f33bd10640
Remove user from collection when leaves
2020-08-19 13:22:43 -03:00
Tainan Felipe
7fcdcafb30
Store the changed and default settings in different variables
2020-08-19 09:36:05 -03:00
Anton Georgiev
5be5aed1d9
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2020-08-12
2020-08-12 17:12:58 +00:00
prlanzarin
dac3259c48
Merge remote-tracking branch 'pedrobmarin/bbb-multiple-webcams' into upstream-2.2-vpeg-base
2020-08-05 14:20:58 +00:00
Tainan Felipe
0ba6ff5cf6
Merge remote-tracking branch 'upstream/develop' into issue-9723
2020-07-27 17:02:44 -03:00
Tainan Felipe
2c61d5ee75
Add input/output dynamic audio change
2020-07-27 16:49:26 -03:00
prlanzarin
1dbafffa26
audio: make listen only call timeout configurable
2020-07-09 18:02:18 +00:00
Pedro Beschorner Marin
526f79e8f2
Merge remote-tracking branch 'bigbluebutton/v2.2.x-release' into bigbluebutton/develop
2020-06-30 18:15:18 -03:00
Anton Georgiev
ff1357cbbd
Revert "Improve audio reconnection for muted users for 2.2"
2020-06-22 16:28:22 -04:00
Anton Georgiev
aed4d648a9
Merge pull request #9780 from Tainan404/fix-audio-reconnect-2.2
...
Improve audio reconnection for muted users for 2.2
2020-06-19 16:58:55 -04:00
Anton Georgiev
16189780c8
Update bigbluebutton-html5/imports/ui/services/audio-manager/index.js
2020-06-19 16:58:41 -04:00
Tainan Felipe
9fa1986611
Add implicit toggle for toggle voice call
2020-06-19 17:07:11 -03:00
Joao Siebel
38bad0a9d8
Remove button in ErrorScreen component
2020-06-19 09:49:07 -03:00
Joao Siebel
6ac739732c
Remove button in error screen when user was banned
2020-06-18 12:12:22 -03:00
Joao Siebel
492acd6b5c
Add a warn when a banned user tries to join the meeting
2020-06-12 16:51:22 -03:00
Joao Siebel
45f99fed8b
Prevent banned user from trying to validate auth token multiple times. close #9798
2020-06-12 13:24:11 -03:00
Tainan Felipe
e540d6e46d
set user as muted in audio reconnection
2020-06-05 09:41:48 -03:00
Anton Georgiev
ac6fd2824c
Merge branch 'develop' into 2.3-audio-stats
2020-05-26 12:36:15 -04:00
Anton Georgiev
c9e996de21
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.2-into-develop
2020-05-25 17:32:24 +00:00
Joao Siebel
7d9f4c70ad
Prevent userChangedLocalSettings call failing at start
2020-05-22 13:54:00 -03:00
Anton Georgiev
3754d0ab6f
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.2-into-master-feb-28-2020
2020-02-28 17:47:06 -05:00
Anton Georgiev
4b0452d1fd
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into feb14-merge-2.2-into-master
2020-02-14 21:43:35 +00:00
Anton Georgiev
72cb9ae8e0
bind publisher for presentation-upload-token
2020-02-07 17:11:06 -05:00
Anton Georgiev
a8f4827af8
utilize Meteor connection id instead of trusting client side meetingId, userId
2020-02-06 15:48:16 -05:00
Pedro Beschorner Marin
1103663d86
Monitoring audio WebRTC stats
2020-01-28 10:07:21 -03:00
Pedro Beschorner Marin
5c71e2d0bb
Included new getStats monitor for audio and video
2019-12-10 09:07:06 -03:00
Joao Siebel
88fad50233
WIP streamer stuff
2019-12-06 14:46:58 -03:00
Chad Pilkey
7218f36e44
listen only logging improvements
2019-12-02 14:15:46 -08:00
Anton Georgiev
2d2c09e914
Replaced "Audio Error" with a template literal of the error
2019-11-27 13:47:40 +00:00
prlanzarin
b52214f0b5
Make some imports use absolute paths
...
Some more linting as well
2019-11-14 19:07:35 +00:00
prlanzarin
215f79f383
Account for mDNS candidates on gUM fallback for recvonly peers
...
Also added some client logging for those cases
Moved video-provider gUM fallback detection to be used only on recvonly streams
2019-11-14 16:35:56 +00:00
KDSBrowne
4fd06509e4
fix chrome on ios error being displayed incorrectly
2019-10-01 14:28:06 +00:00
KDSBrowne
89853dc026
move microphone error codes to const
2019-09-30 14:54:34 +00:00
KDSBrowne
636f49cd5d
add error messages for getUserMedia failing with mic
2019-09-27 13:52:29 +00:00
Chad Pilkey
f471b1e2b9
Merge pull request #8072 from prlanzarin/2.2-abort-play
...
Fixes to client-side screenshare/listen only code and log improvements
2019-09-06 18:37:22 -04:00
prlanzarin
c8a88148e1
Improve log message for screenshare/listen only/autoplay and harden media play with retries
2019-09-06 18:58:22 +00:00
Chad Pilkey
35595a18ba
fix microphone failure code
2019-09-06 09:35:55 -07:00
Chad Pilkey
304bb2c103
Merge pull request #8030 from antobinary/chat-ids-2
...
Reduced client load via slight refactor
2019-09-05 13:23:37 -04:00
Chad Pilkey
b33e247f44
change audio error code log property
2019-09-04 11:16:14 -07:00
Anton Georgiev
c8a695f873
added "fields:{...}", removed most mapUser (part 2)
2019-08-28 16:34:15 -04:00
Anton Georgiev
892336632f
added "fields:{...}", removed most mapUser
2019-08-28 16:32:55 -04:00
Anton Georgiev
5b9c835513
Merge pull request #7882 from prlanzarin/2.2-ap-ui
...
Add UI prompts when autoplay is blocked for video/screenshare/listen only
2019-08-14 15:24:16 -04:00
Chad Pilkey
9ebc3083c3
improve the failed Meteor call log
2019-08-13 10:52:25 -07:00
KDSBrowne
723c0114a3
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into who-is-typing
2019-08-06 16:57:55 +00:00
Anton Georgiev
4aad0a35a2
Merge pull request #7853 from jfsiebel/save-local-settings
...
Save local settings in a different collection
2019-08-06 12:50:24 -04:00
prlanzarin
9942dd0aa2
Merge remote-tracking branch 'upstream/master' into 2.2-ap-ui
2019-08-02 21:36:44 +00:00
prlanzarin
8d65ce565d
Add UI prompts when autoplay is blocked for video/screenshare/listen only
2019-08-02 21:32:42 +00:00
KDSBrowne
8a51a099d8
add users-typing collection
2019-08-02 18:18:33 +00:00
Joao Siebel
44c660cf48
remove lock from local settings
2019-08-02 10:15:50 -03:00
Joao Siebel
b06274c58a
add document projection
2019-08-02 09:06:27 -03:00
Anton Georgiev
e22d61b2e1
removed .log() function in favour of logger
2019-08-01 12:47:45 -04:00
Anton Georgiev
4bc5799c01
attempt to capture & log more info on client errors
2019-07-31 08:30:34 -04:00
Joao Siebel
d556661873
save settings in a collection. close #7774
2019-07-29 11:17:38 -03:00
KDSBrowne
afcc2095a4
remove capitalization from webkitAudioContext
2019-07-26 14:52:39 +00:00
KDSBrowne
4fba9978d3
add audio logs (join/leave/mute/unmute) / fix lint issues
2019-07-25 18:41:24 +00:00
Anton Georgiev
ad0a520ca2
Update index.js
2019-07-19 10:24:53 -04:00
Anton Georgiev
43482bae08
do not log clientInfo with each log, just the joinhandler one
2019-07-18 21:39:59 +00:00
Anton Georgiev
8a09ce80f9
skip saving viewParticipantsWebcams in collection
2019-07-12 21:44:27 +00:00
Anton Georgiev
73e9b6d70f
prevents client freeze on race condition when customUserSettings set
2019-07-12 18:59:56 +00:00
Anton Georgiev
aaf9810589
handle default value for isBreakoutUser property for dummy users
2019-07-04 21:58:30 +00:00
Joao Siebel
18670fdaf2
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-07-04 15:09:06 -03:00
Anton Georgiev
15a834f4b8
prepend sessionToken to uniqueClientSession
2019-07-02 21:15:32 +00:00
Anton Georgiev
b74d3d9bb0
correct logger.warning to .warn
2019-07-02 16:54:10 +00:00
Anton Georgiev
fb1c294312
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into logging-structure
2019-07-02 15:41:57 +00:00
Anton Georgiev
d35341d59f
added Auth.uniqueClientSession to correlate logs with a reload unique string
2019-06-28 21:47:18 +00:00
Anton Georgiev
3fcb95ab44
log structure {logCode, extraInfo}, comment
2019-06-28 21:45:50 +00:00
Anton Georgiev
a66aa70707
Merge branch 'master' into issue7325-autoswaplayout-screenshare
2019-06-26 12:40:30 -04:00
Diego Benetti
f383ccb8cc
Fixes client to obey custom parameter autoSwapLayout
2019-06-24 18:01:54 -03:00
Joao Siebel
512ceaa8e0
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-06-21 15:03:37 -03:00
Anton Georgiev
5fb0c10ea6
Merge branch 'master' into issue-7556
2019-06-21 10:44:32 -04:00
Joao Siebel
63a2df07cb
Merge remote-tracking branch 'upstream/master' into parameterize-network-monitoring-threshold
2019-06-13 09:21:17 -03:00
Fred Dixon
2c617fed7b
Merge pull request #7610 from capilkey/ipv4-audio-fallback
...
IPv4 FS audio fallback, auto-reconnect, and fixed input select
2019-06-12 19:41:15 -04:00
Chad Pilkey
cc7513279e
IPv4 FS audio fallback, auto-reconnect, and fixed input select
2019-06-12 21:01:20 +00:00
Joao Siebel
16f20db001
parameterize the packet lost threshold
2019-06-12 17:27:49 -03:00
Joao Siebel
c6c8ca400b
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-06-12 15:56:14 -03:00
Joao Siebel
7f7845c47b
disable some UI actions when meteor is down
2019-06-12 15:40:58 -03:00
Tainan Felipe
d948a6a008
Add toast for webcam lock suggestion
2019-06-12 15:03:23 -03:00
Anton Georgiev
96e9f57d84
Merge pull request #7497 from Tainan404/issue-7343
...
Add context to manage locksettings
2019-06-11 15:45:15 -04:00
Tainan Felipe
d9fb477c3a
Apply lock if viewer is presenter
2019-06-11 16:35:07 -03:00
Joao Siebel
e924ea08cc
Merge remote-tracking branch 'upstream/master' into reconnection-improvement
2019-06-05 17:22:30 -03:00
Chad Pilkey
854aa8019b
bump audio leave log level
2019-06-04 11:16:43 -07:00
Joao Siebel
178e3104e4
prevent makeCall when user is not connected
2019-06-03 11:15:52 -03:00
Anton Georgiev
2cb20a1bf1
revert #7440 due to causing #7502 join stuck
2019-05-31 17:31:23 +00:00
Tainan Felipe
5e9f1a1ac6
Add in which breakout room the user joined
2019-05-27 11:28:25 -03:00
Joao Siebel
7397f13396
add log every time the user connection change
2019-05-24 17:10:43 -03:00
Joao Siebel
8ba90b2121
Merge remote-tracking branch 'upstream/master' into network-indicator
2019-05-23 15:42:38 -03:00
Joao Siebel
a2d2dc332f
fix a problem with local stream and update the code
2019-05-23 15:25:31 -03:00
Diego Benetti
4c70da35c3
Verifies if subscription already exists before calling subscribe
2019-05-14 17:13:15 -03:00
Joao Siebel
fea22d5eef
add flag to enable monitoring, correct who can see network problems and update logic
2019-05-09 18:25:29 -03:00
Joao Siebel
ae7c16f15d
update code flow
2019-05-08 11:17:02 -03:00
Joao Siebel
5ad451cfff
prevent unnecessary network information update
2019-04-23 09:02:15 -03:00
Joao Siebel
c98db398fc
Merge remote-tracking branch 'upstream/master' into network-indicator
2019-04-22 09:18:02 -03:00
Joao Siebel
067801acae
update logic and rename function
2019-04-22 09:11:16 -03:00
Joao Siebel
08d177dac0
add initial network logic
2019-04-18 18:15:48 -03:00
Anton Georgiev
12eefb7785
pass additional properties in logline
2019-04-17 19:40:08 +00:00
Anton Georgiev
4565d92ec8
Merge pull request #7184 from MaximKhlobystov/user-information-lookup
...
User information lookup
2019-04-12 11:43:51 -04:00
Joao Siebel
dcbce93e7c
add webcams data collector
2019-04-12 11:11:36 -03:00
KDSBrowne
fcbbd0dab5
add default icon parameter to notify()
2019-04-12 13:55:14 +00:00
KDSBrowne
b91229e393
add fix for issue #7096
2019-04-11 22:53:57 +00:00
Maxim Khlobystov
3fa22c6908
User information lookup feature in HTML5 client.
2019-04-05 18:32:21 -04:00
gustavotrott
e5c26c60ef
Implement slow connection indicator
2019-03-11 21:34:34 -03:00
Anton Georgiev
8380875e70
remove Verto code
2019-03-08 19:41:19 +00:00
Chad Pilkey
89b8189087
html5 sipjs bridge has useful errors now
2019-02-20 13:58:37 -08:00
Pedro Beschorner Marin
b5427737d7
Includes a minimal authentication step before SFU connections
2019-02-06 09:37:05 -02:00
Maxim Khlobystov
b86a990612
Add logCode and build number to log messages
2019-02-01 14:12:06 -05:00
Vitor Mateus
50047ea36b
Fix error on click in toast
2019-01-22 09:42:03 -02:00
gustavotrott
c21bb693b4
Store in session if can generate ice candidates, change timeout to 5secs, display error msgs
2019-01-14 22:45:32 -02:00
Gustavo Trott
a875b0b386
Undo changes in askDevicesPermissions
2019-01-14 12:41:44 -02:00
Vitor Mateus
a9989e1107
Fix chat alert (push and audio) #6430
2019-01-14 11:23:35 -02:00
Gustavo Trott
fdf50b3ab7
Validade if Safari can send ICE Candidates before open RTC to receive video
2019-01-10 21:24:25 -02:00
Gustavo Trott
219cad3234
Verify if Safari can generate iceCandidates else askDevicesPermission
2019-01-10 19:25:23 -02:00
Gustavo Trott
6d4cca9306
Fix audio in ios webview
2018-12-21 15:14:05 -02:00
Anton Georgiev
2539d55048
addressing a race condition causing Auth timeout
2018-12-11 23:46:21 +00:00
Anton Georgiev
f375d4ab14
Merge pull request #6359 from jfsiebel/unread-chat-notification
...
Fix unread chat notification.
2018-12-10 13:36:33 -05:00
Tainan Felipe
bbc249483c
Fix liter errors
2018-12-10 15:05:17 -02:00
Tainan Felipe
e59e04a23f
testing async await to join
2018-12-10 13:52:25 -02:00
João Francisco Siebel
46d65489d9
fix unread chat notification. close #6258
2018-12-10 09:28:29 -02:00
Anton Georgiev
452a12287b
improve signal for audio join/leave when in iframe
2018-11-28 21:42:24 +00:00
Anton Georgiev
fea8c267cc
improve on listeners for state outside iframe
2018-11-13 17:14:30 +00:00
Ghazi Triki
ff80b30df1
Merge remote-tracking branch 'bigbluebutton/master' into merge-2.x-release-into-master
...
# Conflicts:
# bigbluebutton-html5/imports/ui/services/audio-manager/index.js
2018-11-02 21:02:02 +01:00
Tainan Felipe
7f56e7c2aa
Fix notification doesn't appear after second breakout invoking
2018-11-01 11:07:01 -03:00
Ghazi Triki
653fd74440
Merge remote-tracking branch 'bigbluebutton/v2.0.x-release' into merge-2.x-release-into-master
...
# Conflicts:
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/apps/users/UserLeaveReqMsgHdlr.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/models/Users2x.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/running/HandlerHelpers.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core/running/MeetingActor.scala
# akka-bbb-apps/src/main/scala/org/bigbluebutton/core2/testdata/FakeTestData.scala
# bbb-common-web/src/main/java/org/bigbluebutton/api/MeetingService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/PresentationUrlDownloadService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/ImageToSwfSlidesGenerationService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/Office2PdfPageConverter.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/OfficeDocumentValidator.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/Pdf2SwfPageConverter.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/PdfToSwfSlidesGenerationService.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/SvgImageCreatorImp.java
# bbb-common-web/src/main/java/org/bigbluebutton/presentation/imp/TextFileCreatorImp.java
# bbb-common-web/src/main/scala/org/bigbluebutton/api2/bus/ReceivedJsonMsgHdlrActor.scala
# bbb-common-web/src/main/scala/org/bigbluebutton/api2/meeting/OldMeetingMsgHdlrActor.scala
# bigbluebutton-client/src/org/bigbluebutton/core/UsersUtil.as
# bigbluebutton-client/src/org/bigbluebutton/main/events/BBBEvent.as
# bigbluebutton-client/src/org/bigbluebutton/main/maps/ApplicationEventMap.mxml
# bigbluebutton-client/src/org/bigbluebutton/main/model/users/JoinService.as
# bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
# bigbluebutton-client/src/org/bigbluebutton/main/model/users/UserService.as
# bigbluebutton-client/src/org/bigbluebutton/main/views/LoggedOutWindow.mxml
# bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
# bigbluebutton-client/src/org/bigbluebutton/modules/layout/managers/LayoutManager.as
# bigbluebutton-client/src/org/bigbluebutton/modules/layout/views/LayoutsCombo.mxml
# bigbluebutton-client/src/org/bigbluebutton/modules/users/services/MessageReceiver.as
# bigbluebutton-client/src/org/red5/flash/bwcheck/app/BandwidthDetectionApp.as
# bigbluebutton-config/bigbluebutton-release
# bigbluebutton-html5/client/compatibility/kurento-extension.js
# bigbluebutton-html5/imports/api/users/server/modifiers/addUser.js
# bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy
2018-11-01 14:00:54 +01:00
Tainan Felipe
c23c37f1be
Fix notifications duplicating
2018-11-01 08:47:46 -03:00
Tainan Felipe
fceeca3795
Merge remote-tracking branch 'upstream/master' into breakout-room-html5
2018-10-26 11:52:54 -03:00
Tainan Felipe
958bd406a6
Merge remote-tracking branch 'upstream/master' into breakout-room-html5
2018-10-23 14:53:46 -03:00
Tainan Felipe
1bc8ae0b21
add join audio only, and imporov UX
2018-10-23 14:18:09 -03:00
Anton Georgiev
30c43795af
work on chat alert
2018-10-16 17:48:27 +00:00
Anton Georgiev
b2df10c635
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into remove-react-router
2018-10-16 16:06:37 +00:00
Anton Georgiev
27a41753f9
hooked on error pages via Session
2018-10-12 17:05:30 +00:00
Anton Georgiev
4059fd5fa9
mostly recovered chat. needs UI love and handling of unread
2018-10-11 20:41:37 +00:00
João Francisco Siebel
74dfa52071
handle system messages on main public chat
2018-10-08 11:22:45 -03:00
prlanzarin
2741022cb2
Updated kurento-utils WebRTC calls, added permission request on listen only for safari
...
Also fixed a resource leak on listen only fallback and transitioned the SFU listen only from a tag-based approach to MediaStream
2018-10-03 18:39:55 +00:00
João Francisco Siebel
ebad6cf6a4
remove debug
2018-09-14 14:53:29 -03:00
João Francisco Siebel
4c35608c2b
Add users-settings collection and handle dynamic configuration
2018-09-13 15:09:30 -03:00
Anton Georgiev
885539bb2a
Merge pull request #6057 from prlanzarin/listen-only-fallback
...
Add SIP.js listen only as fallback when SFU is enabled
2018-09-11 13:50:10 -04:00
prlanzarin
fe9835b5f7
Add SIP.js listen only as fallback when SFU is enabled
2018-09-11 17:09:29 +00:00
Anton Georgiev
35c0a12373
Merge pull request #6055 from bigbluebutton/v2.0.x-release
...
Pull V2.0.x release into 2.2 (master) to propagate 2.0 fixes
2018-09-10 15:09:55 -04:00
Anton Georgiev
1462810b96
Merge branch 'v2.0.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.0
2018-09-06 22:06:40 +00:00
Anton Georgiev
681422dc61
fix listenOnly being interpreted as muted audio (client side)
2018-09-06 18:44:59 +00:00
prlanzarin
dc767d9bdb
Fixed server-side error handling for listen only via SFU, correctly handling KMS abrupt shutdown
2018-08-30 02:41:02 +00:00
prlanzarin
b4052f7052
Resolving listen only stream correctly
2018-08-29 19:59:33 +00:00
prlanzarin
a7bfb985d3
Improvements to Safari/Chrome autoplay policies with placeholder buffer on audiocontext and bogus audio + upstarting audio tag as muted
2018-08-29 19:12:34 +00:00
prlanzarin
a9b98b6f7f
Handling fake audio tag play exception, reduced timeout to match sound length and removed permission fallback from audio
2018-08-27 20:56:51 +00:00
Anton Georgiev
ed173b813a
fix linting
2018-08-13 19:52:44 +00:00
Anton Georgiev
ff3b19a3bf
add log on successful and unsuccessful login
2018-08-10 17:51:12 +00:00
Anton Georgiev
44dc39eaf8
Merge branch 'master' into add-html5-group-chat-support
2018-08-01 14:24:00 -04:00
Joao Siebel
03389a8adc
fix unread message counter for private chats
2018-07-31 14:13:36 -03:00
João Francisco Siebel
655483576f
fix unread messages counter on public chat and remove some old chat configurations
2018-07-27 10:44:21 -03:00
Lucas Fialho Zawacki
2fc85f75e1
New Logging format for listenonly audio and screenshare
2018-07-25 19:08:24 -03:00
Lucas Fialho Zawacki
b667c53590
Get more detailed logs from the video component
2018-07-25 18:53:12 -03:00
prlanzarin
7d70ff371c
Fixed webkit thing with a candid hack
2018-07-25 16:55:13 +00:00
prlanzarin
6e87e9c67b
Initial fake audio for webkit autoplay fix
2018-07-25 15:14:38 +00:00
Bobak Oftadeh
0db93d35b9
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into client-logger
2018-07-20 09:42:11 -07:00
Tainan Felipe
5b84652fc4
Add speak icon when is voice only
2018-07-16 15:17:49 -03:00
Bobak Oftadeh
c98bd10024
Replaced console.errors with client logger and alterted logger configurations
2018-07-13 12:16:50 -07:00
Bobak Oftadeh
bc3e068e2e
Client logger implemented
2018-07-04 14:02:10 -07:00
Tainan Felipe
957a2ef02c
Tiny fixes in chat and notifications ( #5807 )
...
* don't notify old messages when user reload the client
* fix chat height
2018-07-04 14:12:08 -03:00
Anton Georgiev
915c1bae8b
Merge pull request #5757 from Tainan404/issue-5714
...
Add some messages about audio errors
2018-07-03 11:22:45 -04:00
Anton Georgiev
52a0c68d64
Merge pull request #5792 from prlanzarin/audio-state-fix
...
Fixed audio state bug (#5519 )
2018-07-03 10:18:49 -04:00
prlanzarin
19f2802ef9
Fixed full audio exit when kurento listen only is enabled
2018-07-02 16:50:09 +00:00
prlanzarin
769143ad48
Fixed audio state bug regarding ICE connection
2018-07-02 15:36:48 +00:00
Paulo Lanzarin
7d414e8b7d
Merge branch 'v2.0.x-release' into sfu-opt-audio
2018-06-27 14:44:11 -03:00
prlanzarin
2f5aa09fe5
Merge remote-tracking branch 'upstream/v2.0.x-release' into sfu-opt-audio
2018-06-27 17:34:33 +00:00
Tainan Felipe
7dc251fc5a
add treater of webrtc error
2018-06-27 10:56:03 -03:00
Anton Georgiev
3546e49379
Merge branch 'v2.0.x-release' of https://github.com/bigbluebutton/bigbluebutton into breakouts-improvements-3
2018-06-20 16:02:06 +00:00
Anton Georgiev
7b8d568a54
fix redundant offer to join audio re breakouts
2018-06-20 15:36:26 +00:00
Anton Georgiev
22616a132b
reset isEchoTest so value is always correct
2018-06-19 15:40:19 +00:00
Tainan Felipe
46807039a4
add a small style for toast notification and add a content prop in toast
2018-06-12 14:21:31 -03:00
Tainan Felipe
39399fc235
revert unread counter for count by messages
2018-06-08 15:40:35 -03:00
Tainan Felipe
b180a7c350
add messages for chat notification and add link to chat
2018-05-29 13:43:11 -03:00
Anton Georgiev
d6f91228d6
Merge pull request #5436 from Tainan404/issue-5419
...
Clear session storage to enter
2018-05-15 07:23:31 -04:00
Tainan Felipe
84b2342fef
remove changes in audio-maneger
2018-05-14 13:48:41 -03:00
Anton Georgiev
13e6eb1a05
Merge pull request #5404 from Tainan404/implement-feedback-screen
...
Implement feedback screen
2018-05-14 10:19:53 -04:00
Anton Georgiev
45ab9da9d1
add logging for failing audio
2018-05-10 18:11:49 +00:00
Tainan Felipe
8c93916f2c
remove changes on reactive.js
2018-05-09 16:04:07 -03:00
Tainan Felipe
0707924a47
pass rating to meeting-ended and create feedback endpoint
2018-05-09 15:07:40 -03:00
Tainan Felipe
10a90b4180
WIP
2018-05-08 13:30:00 -03:00
Tainan Felipe
9d95cef783
fix mute proptypes
2018-05-02 14:03:58 -03:00
prlanzarin
42ed428461
Added config to enable kurento listen only bridge
2018-05-02 15:49:57 +00:00
Tainan Felipe
19c233adc4
Clear session storage to enter
2018-04-30 15:52:47 -03:00
Anton Georgiev
8cbbdb1e1d
Merge pull request #5371 from Tainan404/issue-5366
...
set audio messages in a own function.
2018-04-23 16:16:44 -04:00
Anton Georgiev
f8be0d2cd8
Merge pull request #5364 from jfsiebel/fix-media-tab-indication
...
Fix problem on joining audio in Firefox
2018-04-23 13:01:40 -04:00
Tainan Felipe
60ae723dd4
add function setAudioMessages in audio manager service
2018-04-19 16:57:54 -03:00
João Francisco Siebel
f122fc5a4b
Fix problem in firefox on joining audio
2018-04-18 11:15:17 -03:00
Anton Georgiev
7a78bda94b
Merge pull request #5348 from jfsiebel/fix-media-tab-indication
...
Fix media tab indication on audio exit
2018-04-17 13:46:58 -04:00
João Francisco Siebel
5bfc76dca5
fix getTracks of undefined
2018-04-17 14:09:05 -03:00
João Francisco Siebel
16788eed87
Remove all media tracks on exit audio
2018-04-13 09:39:26 -03:00
Oswaldo Acauan
5918fc4483
Impl new webcam design
2018-04-09 11:39:27 -03:00
Tainan Felipe
d206ffde93
Comply lock setting 'see other viewer's webcams'
2018-04-04 10:10:46 -03:00
Oswaldo Acauan
df0a53d67c
Merge branch 'fix-4690' of https://github.com/oswaldoacauan/bigbluebutton into fix-4690
2018-04-03 10:20:19 -03:00
Oswaldo Acauan
21550c1d3c
Fix wrong connecting state when joining mic or echo test
2018-04-03 10:19:50 -03:00
Oswaldo Acauan
1465c83fb6
Merge branch 'v2.0.x-release' into fix-4690
2018-04-02 12:50:45 -03:00
Oswaldo Acauan
0e5fc698b0
Fix reconnecting users being redirected to /logout
2018-03-16 16:22:27 -03:00
Oswaldo Acauan
5141b71d4f
Prevent infinity loop when joining listen only
2018-03-15 16:30:50 -03:00
Oswaldo Acauan
bcaa8b2f6d
Remove getUserMedia in the first join as listen only
2018-03-15 15:57:25 -03:00
Anton Georgiev
42809a61f0
Merge pull request #5099 from jfsiebel/screenshare-data-saving-setting
...
Implement screen share data saving setting
2018-03-05 11:54:48 -05:00
Oswaldo Acauan
2f741df97b
Impl user-session based connections on server. Fix #5150
...
Implement a connectionId for each user, each time a user try to validate we change their connectionId
and end all other connections of that user.
2018-02-20 11:26:36 -03:00
João Francisco Siebel
6bb031076b
Resolve merge problems
2018-02-19 14:00:43 -03:00
Tainan Felipe Pauli de Almeida
38e3ce3013
Merge remote-tracking branch 'upstream/v2.0.x-release' into lock-settings
2018-02-06 13:21:22 -02:00
Joao Siebel
eddc480851
Implement screenshare data saving setting. Fix #5029
2018-02-06 11:33:48 -02:00
Anton Georgiev
f789842ccb
Merge pull request #5009 from KDSBrowne/z.0.6-prevent-ghost-user
...
Prevent kicked user's ability to rejoin meeting via back btn
2018-01-30 15:10:46 -05:00
KDSBrowne
6b1e39008c
move if condition for User.ejected
2018-01-29 20:23:56 -08:00
KDSBrowne
aa4a7ef48c
clean up code
2018-01-29 11:07:02 -08:00
KDSBrowne
90bfea5d77
check if user was ejected
2018-01-29 10:17:52 -08:00
Tainan Felipe Pauli de Almeida
fc5ae9b07e
apply lock settings on webcam sharing
2018-01-29 09:52:07 -02:00
KDSBrowne
d0f6e4f3a2
add console logs to determin flow
2018-01-26 14:17:34 -08:00
Anton Georgiev
748ee1279a
Merge pull request #4941 from MaximKhlobystov/mute-button-icon-update-fix
...
[HTML5 Client] Fix for Mute/Unmute button's icon update.
2018-01-16 14:06:30 -02:00
Maxim Khlobystov
893067139b
Declared the muteHandle variable.
2018-01-16 10:56:31 -05:00
Maxim Khlobystov
d9955ae286
Small cleanup.
2018-01-15 16:13:18 -05:00
Maxim Khlobystov
1394984be7
Made the mute/unmute observer work.
2018-01-15 16:01:57 -05:00
Tainan Felipe
8ae1fd1820
Merge remote-tracking branch 'upstream/v2.0.x-release' into fix-moderator-ends
2018-01-11 09:19:56 -02:00
Maxim Khlobystov
aeb1aeb14b
Made sure the mute/unmute button is updated when Flash client mutes/unmutes HTML5 client.
2018-01-10 15:51:10 -05:00
Maxim Khlobystov
12e474fa01
Doing the mute/unmute flag change inside the Audio Manager instead of using Mongo observer.
2018-01-10 15:41:21 -05:00
Oswaldo Acauan
eb4c89aefc
Fix bug when users re-validate after refresh
2017-12-19 10:19:47 -02:00
Oswaldo Acauan
ced25948dd
Fix 401 on page refresh
2017-12-18 13:52:04 -02:00
Tainan Felipe
bbbb64b4fd
fix error in logoutURL
2017-12-13 16:59:24 -02:00
Oswaldo Acauan
b7fa508d9d
Simplify auth code and remove clearCredentials on errors. Fix #4812
2017-12-13 16:20:47 -02:00
Anton Georgiev
a30026a5ed
Merge pull request #4804 from OZhurbenko/fix-edge-default-locale
...
Fixed a problem with the default locale selection in Edge
2017-12-12 16:16:38 -02:00
Oleksandr Zhurbenko
15f8099b84
Fixes a default locale selection for Edge, Windows 10
2017-12-12 09:05:43 -08:00
Gabriel Carvalho de Campes
7d333e7245
removes unwanted change in auth
2017-11-17 17:17:16 -02:00
Gabriel Carvalho de Campes
74bb2bb5e8
fix permission overlay positioning, localizes messages
2017-11-17 17:01:52 -02:00
Gabriel Carvalho de Campes
effb21fc1f
Changes and enhancements on audio, wIP
2017-11-17 09:52:48 -02:00
Gabriel Carvalho de Campes
36c9d85749
Merge remote-tracking branch 'upstream/v2.0.x-release' into audio-refactor
2017-11-16 09:13:47 -02:00
Gabriel Carvalho de Campes
92b1081186
add permission overlay on audio
2017-11-08 16:41:15 -02:00
Gabriel Carvalho de Campes
d144aa0d00
Fixes settings service
...
settings service was missing a `||`
2017-11-07 14:21:43 -02:00
Maxim Khlobystov
bc1a4c473c
Merge pull request #4581 from Gcampes/locale-browser-default
...
Set initial locale to be the browser one
2017-11-06 11:16:36 -05:00
Gabriel Carvalho de Campes
24f66860f8
fix for browsers that do not support navigator.languages
2017-11-06 10:21:21 -02:00
Gabriel Carvalho de Campes
fa52daf34a
change initial locale setting
2017-11-06 10:06:05 -02:00
Anton Georgiev
63eb812f85
Merge pull request #4578 from OZhurbenko/meteor-react-16-update
...
React 16 and packages update
2017-11-02 10:41:45 -02:00
Gabriel Carvalho de Campes
e55ee0d28e
fix listen only dead end on permissions denied
2017-11-02 10:10:01 -02:00
Gabriel Carvalho de Campes
fde5d56d87
change ask permissions timing, small code fixes
2017-10-31 08:53:06 -02:00
Gabriel Carvalho de Campes
00bf09c4f9
Fix issue with locales
2017-10-27 09:36:27 -02:00
Gabriel Carvalho de Campes
cf73251feb
Merge remote-tracking branch 'upstream/v2.0.x-release' into audio-refactor
2017-10-26 16:26:19 -02:00
Gabriel Carvalho de Campes
81f35bac4f
Fix concerns from review
2017-10-26 15:14:56 -02:00
Oleksandr Zhurbenko
df3325e42f
Fixed a bug introduced in #4524
2017-10-25 16:12:17 -07:00
Oleksandr Zhurbenko
6dabe055d8
bug fixes; CSS animation package update; updated package-lock; fixed permissions;
2017-10-25 16:11:06 -07:00
gcampes
d32330b208
Merge remote-tracking branch 'upstream/v2.0.x-release' into audio-refactor
2017-10-24 11:19:58 -02:00
Oswaldo Acauan
e76459be65
Merge remote-tracking branch 'upstream/v2.0.x-release' into patch-3
2017-10-24 11:11:18 -02:00
Oswaldo Acauan
45d604c63d
Refactor logger from client to server
2017-10-24 10:58:46 -02:00
gcampes
ff35ad9602
delete unused files, cleanup code
2017-10-23 10:41:09 -02:00
Oswaldo Acauan
8af4d227db
Fix notification service exports
2017-10-20 17:27:00 -02:00
Oswaldo Acauan
11908b8ecf
Fix file extension and turn eslint rule off
2017-10-20 17:09:01 -02:00
Oswaldo Acauan
9f910fa26e
Move hoc and service to separate dir's
2017-10-20 17:01:07 -02:00
gcampes
029a13d2a0
better error handling, code cleanup
2017-10-20 08:11:51 -02:00
Oswaldo Acauan
0686a596e9
Merge remote-tracking branch 'upstream/v2.0.x-release' into toast-notifications
2017-10-19 08:07:42 -02:00
gcampes
b15322e7f2
Merge remote-tracking branch 'upstream/v2.0.x-release' into audio-refactor
2017-10-18 17:42:49 -02:00
gcampes
1dda597fca
Toast notifications on audio and overall changes
2017-10-18 17:40:01 -02:00
gcampes
d1bc675465
changes setdevices to bridge
2017-10-17 17:16:42 -02:00
gcampes
2ae020ba9a
Merge remote-tracking branch 'oswaldo/toast-notifications' into audio-refactor-notifications
2017-10-13 10:43:27 -03:00
gcampes
03be5d9e59
changes join listen only
2017-10-12 18:39:32 -03:00
gcampes
f89e189a88
fixes listenonly issue
2017-10-12 16:22:10 -03:00
Oleksandr Zhurbenko
430ddc0d3b
Removing unnecessary 2x from the collections, publishers, subscriptions and logs
2017-10-12 12:07:02 -07:00
Oswaldo Acauan
b8261123d0
Add toast notifications
2017-10-12 15:53:33 -03:00
gcampes
fafbba06cb
Merge remote-tracking branch 'upstream/v2.0.x-release' into audio-refactor
2017-10-12 13:58:39 -03:00
gcampes
6b44504e5d
Adds timeout to transfer, fix css, remove logs
2017-10-12 11:49:50 -03:00
gcampes
ceea7b7ed6
Implements audio transfer from echo test
2017-10-12 09:50:23 -03:00
Oleksandr Zhurbenko
015ca3d719
Changed imports and removed 'initializeCursor.js' since it's not needed
2017-10-11 19:00:28 -07:00
gcampes
3cba60201e
Merge remote-tracking branch 'upstream/v2.0.x-release' into audio-refactor
2017-10-11 18:22:36 -03:00
gcampes
f943e5dd08
changes error handlers in audio
2017-10-11 18:04:10 -03:00
gcampes
f8c50b8ef7
wire up audio errors to notifications. WIP
2017-10-11 09:05:57 -03:00
gcampes
02cdcb2562
changes to styles and texts in audio flow
2017-10-10 15:03:29 -03:00
gcampes
fae131732b
changes audiocontext on ios
2017-10-09 18:23:05 -03:00
gcampes
317c3e5ee9
changes to bridge and audio components. WIP
2017-10-09 17:48:10 -03:00
gcampes
40795950c2
updates to the audio manager
2017-10-04 17:49:11 -03:00
KDSBrowne
d689e7d166
fix isVoiceUser prop in mappedUser service
2017-10-04 11:45:58 -07:00
gcampes
81a430039d
add echo test component. WIP
2017-10-03 17:42:10 -03:00
Oswaldo Acauan
ef5eefc786
Revert wrong isLocked mapping
2017-10-03 16:26:32 -03:00
Oswaldo Acauan
32632151d5
Fix bug when user wasnt in voiceConf
2017-10-03 16:22:26 -03:00
gcampes
37456c9db4
updates do sip bridge
2017-09-29 17:42:34 -03:00
gcampes
a26f622ba9
gets audio to work
2017-09-29 10:58:13 -03:00
gcampes
d15f0e1183
linter autofix
2017-09-29 10:42:08 -03:00
gcampes
cbb897b23f
audio connects. WIP
2017-09-29 10:38:10 -03:00
Klaus
b947e27086
Fix makeCall from component, and user.isLocked from mapUser
2017-09-28 15:19:57 -03:00
gcampes
152527d1ab
Merge remote-tracking branch 'upstream/bbb-2x-mconf' into audio-refactor
2017-09-26 14:25:11 -03:00
gcampes
ea637a1e49
first changes to audio components and services. WIP
2017-09-19 16:31:04 -03:00
Oleksandr Zhurbenko
251bd22738
PR review fixes
2017-09-06 12:36:52 -07:00
Oswaldo Acauan
78e88c8189
Fix unread counter
2017-08-04 15:20:54 -03:00
Oswaldo Acauan
b53636ec19
Fix avatar colors and text capitalization
2017-08-03 09:36:26 -03:00
Klaus
d45ae64558
Merge remote-tracking branch 'upstream/bbb-2x-mconf' into slides-refactor-2x
2017-08-02 11:29:33 -03:00
Klaus
11cf4b8d78
A few fixes on client
2017-08-01 10:41:24 -03:00
Klaus
9d42ca9bd7
Move from users to voice-users
2017-08-01 10:10:12 -03:00
Klaus
b70702dabe
Dynamic fetching the stun/turn servers
2017-07-19 09:44:47 -03:00
Klaus
baf36d9d5f
Fix the html5 2.0 user logout
2017-07-14 13:59:02 -03:00
Klaus
111ad9171b
Remove strings and add constants
2017-07-12 17:15:50 -03:00
Klaus
e1004b64d3
Filtering correct the messages
2017-07-12 10:54:54 -03:00
Klaus
73f49bb46a
Sending public message
2017-07-12 09:42:16 -03:00
Anton Georgiev
724e21a0d6
we do not have 1.0 user messages coming from bbb so use 2.0 only
2017-06-27 18:14:53 -04:00
Klaus Klein
ca09b69555
Merge branch 'Acl' into Refactor2x
...
* Acl:
Add check to undefined role
Lint to eslint
Missing merge file
Fix lint problems
Change Acl lookup
Change ACL to be more extensible
Fix a few review comments
Acl refactor working
Mostly working, still problems with user subs
Code refactored
2017-06-19 11:28:17 -03:00
Klaus Klein
c627deca36
Move api to api/1.1
2017-06-19 08:57:32 -03:00
Klaus Klein
b574859ab2
Merge remote-tracking branch 'upstream/master' into Acl
...
* upstream/master:
Improve lint script
Update package-lock with the new packages
Add missing packages and fix formating
Switched from 2 deprecated packages
Corrected findDOMNode import for the poll shape
Switched from the deprecated react-addons-css-transition-group package to a recommended one
Updated react-meteor-data to remove a new React 15 warning
Updated main packages
Switched to prop-types package to remove new React 15 warnings
Improve ESLint rules
Linter auto fix
Change lint import configs to our pattern
Remove autofix script
Replace JSCS in favor of ESLint
2017-06-05 13:52:37 -03:00
Klaus Klein
d701966434
Fix lint problems
2017-06-05 13:40:36 -03:00
Oswaldo Acauan
e6412275a6
Linter auto fix
2017-06-02 19:25:02 +00:00
Klaus Klein
fc73992a63
Fix a few review comments
2017-06-01 17:40:55 -03:00
KDSBrowne
16e507fbb2
fix merge conflicts
2017-05-17 08:54:48 -07:00
Anton Georgiev
49a1f09536
minor improve syntax based on review comment
2017-05-17 11:24:12 -04:00
KDSBrowne
df76d33cba
set files permission to 644
2017-05-16 09:22:59 -07:00
KDSBrowne
6537a0e28c
Fix client lint issues except those which are comment related
2017-05-16 08:37:17 -07:00
Anton Georgiev
2e9c519e1a
switch console logs for logClient
2017-05-12 08:24:06 -04:00
Anton Georgiev
a4dcf72975
do not allow meteor calls if credentials are null
2017-05-11 15:18:34 -04:00
Klaus Klein
b2195da345
Fix client reconnection timeout
2017-05-05 11:30:15 -03:00
Klauswk
b668b24cac
Merge branch 'ClientLog' into test-3865
2017-05-03 14:31:13 -03:00
Anton Georgiev
038405f907
some changes to logClient api
2017-05-03 13:19:21 -04:00
Klauswk
74c2219fc9
Update index.js
2017-05-03 14:09:33 -03:00
Klauswk
b0b455e591
Merge branch 'master' into ClientLog
2017-05-03 13:40:57 -03:00
Klauswk
30b7c3c1e4
Merge branch 'master' into AddServerCallback
2017-04-28 17:28:45 -03:00
Klaus Klein
31ae8854c9
Lint problems fixed
2017-04-28 17:01:02 -03:00
Klaus Klein
5a4f05a41a
Fix requests on PR #3865
2017-04-28 14:12:08 -03:00
Klaus Klein
1c8e78d1c1
Merge with master
2017-04-28 10:53:30 -03:00
Klaus Klein
245ba3c4e3
Add client log, HTML5
2017-04-28 10:47:07 -03:00
Klaus Klein
b99b73f334
Fix the double auth problem
2017-04-26 16:56:29 -03:00
Klaus Klein
15ea8921dc
Fix lint problems
2017-04-26 10:53:01 -03:00
Klaus Klein
e56546137b
Change callServer function name
2017-04-26 10:47:44 -03:00
Klaus Klein
8dcd68bf76
Merge branch 'master' into AddServerCallback
...
* master: (53 commits)
fix issue with listenOnly not hanging up
- spell the word correctly
- minimize logging
Add catch all exception to bbb-web redis subscriber
Update styles.scss
HotfixChat, HTML5 issues #3829
fix undefined voiceBridge
moved componentWillMount to component..
Faster PDF pages counting by replacing "pdf2swf" command with "pdfinfo".
add aria-label to chat log
Fallback again to 72 DPI PNG for complex PDF pages.
Changed screenshare's publish and view windows to use CustomMdiWindow
resolve lint warnings on modified files
Fixing bug that was causing a stack overflow when checking permissions of ignored windows
move audio tag to component
Rename GhostscriptPageExtractor to PageExtractorImp.
change aria-labelledby to aria-describedby
Fix avatar issue in chat, HTML5 #3830
add suggested changes
Remove usage of GhostScript and replace it by pdftocairo and pdfseparate.
...
2017-04-26 10:43:04 -03:00
Klaus Klein
9d50e11172
Add notification service and fix logout
2017-04-26 10:41:34 -03:00
Klaus Klein
1d59ba7d58
Remade with @gcampes changes
2017-04-24 17:18:07 -03:00
Klaus Klein
e9cff2094a
Add server callback with error
2017-04-20 11:12:14 -03:00
Klaus Klein
b738e139c0
Fix reconnection issue, reauthenticate when user close an tab and/or lost connection
2017-04-18 10:13:45 -03:00
gcampes
832d916fd8
Fix unauthorized on slow connection
2017-04-17 14:14:31 -03:00
gcampes
724780c240
change underscore import to lodash
2017-04-05 13:08:20 -03:00
gcampes
1a15f83690
adds settings service
2017-03-28 15:41:48 -03:00
gcampes
acb8b1155b
Merge conflicts
2017-03-20 15:00:04 -03:00
Oswaldo Acauan
2090883b03
Refactor Auth logout and credentials getter
2017-03-17 14:23:00 +00:00
Oswaldo Acauan
2129979112
Fix error screen
2017-03-10 20:47:23 +00:00
Oswaldo Acauan
9c84105319
Add missing packages
2017-03-10 19:18:23 +00:00
Oswaldo Acauan
d6780c3013
Refactor Authentication flow
2017-03-10 18:33:46 +00:00
Oswaldo Acauan
be7f36e00c
Refactor the i18n server code
2017-03-09 19:50:21 +00:00
JaeeunCho
9b594e8a52
HTML5 Dropdown - fixed warnings and added style
2016-09-07 12:17:15 -07:00
Lajellu
8e7b1d6317
HTML5 - Changes config organization and all files dependant on config files
2016-08-17 08:48:03 -07:00
Oswaldo Acauan
2d1b9ede84
Minor fixes
2016-07-11 19:42:54 +00:00
Oswaldo Acauan
ee2ca176b3
Refactor services to classes
2016-07-11 16:28:55 +00:00
Oswaldo Acauan
9b53090c81
Change Auth service to be a singleton class
2016-07-11 13:45:24 +00:00
Oswaldo Acauan
1c0132ed5b
Merge after git conflict/lost object
2016-07-11 12:34:58 +00:00
Oswaldo Acauan
930f92932d
Add chat notification for unread messages
2016-07-07 16:51:55 +00:00
Oswaldo Acauan
dad812aa5d
Add unread messages service
2016-07-07 12:50:32 +00:00
Oswaldo Acauan
782ef206d9
Change Storage services to be Reactive
2016-07-07 12:50:07 +00:00
Oswaldo Acauan
d1f2614d00
Fix merge conflicts
2016-07-05 16:50:14 +00:00
Oswaldo Acauan
4e85501768
Fix unread notification
2016-07-05 16:47:40 +00:00
Oswaldo Acauan
3b1c0328c2
Add chat unread messages functionality
2016-07-04 18:53:47 +00:00
Oswaldo Acauan
f6a250b716
Add multiple storages
2016-07-04 13:44:17 +00:00
Jaeeun Cho
eded89d5f0
fixes html5 clinet logout and nav-bar
2016-06-28 14:50:44 -04:00
Jaeeun Cho
3d36d3fed2
fixes html5 clinet logout and nav-bar
2016-06-24 19:09:32 -04:00
Jaeeun Cho
73c9898698
fixes html5 clinet logout and nav-bar
2016-06-17 18:15:11 -04:00
Oswaldo Acauan
5474591552
Change localStorage to sessionStorage
2016-06-13 14:00:57 -03:00
Oswaldo Acauan
d642cb1c99
Add chat send message functionality
2016-06-02 15:40:27 -03:00
Oswaldo Acauan
8d74db562a
Fix getters on auth service
2016-06-02 10:48:39 -03:00