- Feb 09, 2017
-
- Feb 08, 2017
-
-
hristoterezov authored
-
Lyubomir Marinov authored
-
Дамян Минков authored
prosody plugin to make all users owners/moderators
-
Lyubomir Marinov authored
- Feb 07, 2017
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
This reverts commit b09e8635.
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
Be consistent about formatting within 1 and the same file.
-
Lyubomir Marinov authored
If half the file is written in ES6, it is easier to read if the rest of the file is in ES6 as well. If ES6 is used, then const is better than let. If source code is shorter yet as readable as the long version, then prefer the short version.
-
Lyubomir Marinov authored
We have the functions reload and redirect which modify window.location. Use them and do not directly modify window.location so that we have fewer places of direct window.location modifications and it is easier to refactor them.
-
Lyubomir Marinov authored
window.location calls it reload so util/helpers shouldn't call it redirect because UI/util/UIUtil has it is own redirect which is the assign of window.location.
-
Lyubomir Marinov authored
-
- Feb 06, 2017
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
- use proper punctuation - fix markdown syntax - always use syntax highlighting - document missing commands - miscellaneous grammar fixes
-
yanas authored
-
Lyubomir Marinov authored
- Use 1 name for 1 abstraction. Instead of useFullScreen and enabled use fullScreen. - Comments are correct English sentences so no double spaces between senteces, no capitalization of the work On midsentence. - Write as little source code as possible if readability is preserved. - Utilize Facebook's Flow. - The name of a private function must start with _ and the jsdoc should state that the function is private.
-
Saúl Ibarra Corretgé authored
The implementation varies across platforms, with the same goal: allow the app to use the entire screen real state while in a conference. On Android we use immersive mode, which will hide the status and navigation bars. https://developer.android.com/training/system-ui/immersive.html On iOS the status bar is hidden, with a slide effect.
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
George Politis authored
-
- Feb 03, 2017
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Aaron van Meerten authored
Included a patch to prosody-trunk which allows owners to kick each other
-
- Feb 02, 2017
-
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
damencho authored
When callstats is not configured hide the button.
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
-
Lyubomir Marinov authored
- Feb 01, 2017
-
-
Lyubomir Marinov authored
-