Lyubo Marinov
4581605a28
[eslint] newline-after-var, newline-before-return, newline-per-chained-call
8 år sedan
Lyubo Marinov
13bfa61028
[eslint] prefer-arrow-callback
8 år sedan
Lyubo Marinov
c991abf9ef
[eslint] prefer-template
8 år sedan
hristoterezov
8a14f1e7bc
fix(eslint): Add no-extra-bind rule
8 år sedan
Lyubo Marinov
5bff0ed543
[eslint] no-var
8 år sedan
hristoterezov
99d121e906
fix(eslint): Add guard-for-in rule
8 år sedan
Lyubo Marinov
4293971466
[eslint] operator-linebreak
8 år sedan
Lyubo Marinov
ed0d464392
[eslint] quotes
8 år sedan
Lyubo Marinov
b5b0e95b4e
[eslint] sort-vars
8 år sedan
Lyubo Marinov
f8ab8015a2
[eslint] space-before-blocks
8 år sedan
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
8 år sedan
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
8 år sedan
hristoterezov
3e44723582
fix(eslint): Add indent rule
8 år sedan
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
8 år sedan
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
8 år sedan
Lyubo Marinov
596767d57e
[eslint] object-shorthand
8 år sedan
Lyubo Marinov
1ff84b6781
[eslint] prefer-const
8 år sedan
paweldomas
e9268c2135
style(JitsiMeetJS): use import
8 år sedan
paweldomas
f0d128484d
ref(MediaType): convert to ES6 syntax
8 år sedan
hristoterezov
c8291bcf2e
ref(Listenable): some classes to use Listenable
8 år sedan
paweldomas
065ff068a3
feat(JitsiMeetJS): add/remove global log transport methods
9 år sedan
paweldomas
2ae47e4d4b
feat(JitsiMeetJS): add 'setLogLevelById'
9 år sedan
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
9 år sedan
Boris Grozev
edf6a3a1c2
feat: Moves connectionquality to lib-jitsi-meet.
9 år sedan
hristoterezov
5b656903ac
feat(analytics): Add support for permanent properties and new parameters format
9 år sedan
Lyubomir Marinov
90ee7e8a54
ESLint
Our JSHint configuration is not extensive and we have excluded multiple
files from linting. Additionally, we have seen JSHint to be unable to
parse newer ECMAScript features such as the object spread operator
(proposal).
On the other hand, we have seen ESLint to beautifully work on React and
React Native source code in addition to ES2015 and later. Introduce
ESLint alongside JSHint as an intermediate step to eventually switching
from JSHint to ESLint.
As our source code does not fully follow even the JSHint rules we have,
it is very difficult to introduce ESLint with many rules. At the
beginning, introduce it with as little rules as possible. Morever,
ESLint is able to automatically fix certain rule offenders so once we
have ESLint merged we can incrementally add new rules while keeping our
commits' modification on as little subjects as possible.
9 år sedan
Lyubomir Marinov
ad48c0c4d3
ES6 for JitsiConferenceErrors
9 år sedan
Lyubomir Marinov
1c6340cb38
ES6 for JitsiConferenceEvents
9 år sedan
Lyubomir Marinov
f40b8957f4
ES6 for JitsiConnectionErrors
9 år sedan
Lyubomir Marinov
27840ba13a
ES6 for JitsiConnectionEvents
9 år sedan
Lyubomir Marinov
4f10ce43a9
ES6 for JitsiMediaDevicesEvents
9 år sedan
Lyubomir Marinov
0e7c83b46a
ES6 for JitsiTrackError
9 år sedan
Lyubomir Marinov
6ad10dc442
ES6 for JitsiTrackErrors
9 år sedan
Lyubomir Marinov
417e3fbc07
ES6 for JitsiTrackEvents
9 år sedan
Lyubomir Marinov
c435acd913
Enable ES6/ES2015
9 år sedan
damencho
208f17de9d
Sets the real device ids of local tracks once they are created.
9 år sedan
damencho
bc2c8f06c7
Updates statistics when device is not found.
We log an application log to callstats and analytics event.
9 år sedan
nikvaessen
9ffa96bfa3
removed the transcriberHolder, transcriber and audioRecorder instances
9 år sedan
nikvaessen
592656c721
readded forgotten file
removed white space
redid the hooking of the Transcribing module to JitsiConference
redid the exposing of the Transcribing module to JitsiMeetJs
9 år sedan
damencho
873c5b4c93
Adds some analytics events for getusermedia success or fail.
9 år sedan
damencho
1f45df2122
Substracts from ttfm the time that user waits while been asked for user permissions.
9 år sedan
hristoterezov
1aa31587c6
Implements desktop sharing extension external installation
9 år sedan
damencho
234f3384e1
Moves loading of analytics in the library.
9 år sedan
damencho
e014c23ce6
Adds utility method to fetch browser name.
9 år sedan
damencho
62906b62f7
Introduces analytics interface to report events.
Adds events for various disconnects, failures and reloads.
9 år sedan
paweldomas
a34e4255e4
Make 'isDeviceListAvailable' a Promise
On Safari/IE we have to wait until the WebRTC stack is
initialized in case the plugin is being installed for
the first time.
9 år sedan
Boris Grozev
961870f55c
Formats callstats application logs as JSON.
9 år sedan
paweldomas
fc995e5aa0
Add utility method for constructing JWT login service URL
9 år sedan
paweldomas
d4c952f4b9
Not report "user cancelled prompt" error as GUM failure
9 år sedan
paweldomas
3e2edf2d3a
Report gUM failed to the stats only when all resolutions fail
9 år sedan