- 14 May, 2019 3 commits
- 13 May, 2019 6 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
Maxime “pep” Buquet authored
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-
- 11 May, 2019 1 commit
-
-
chee authored
-
- 10 May, 2019 12 commits
-
-
JC Brand authored
-
JC Brand authored
because @converse-headless wasn't available
-
JC Brand authored
which logs less on the INFO loglevel
-
JC Brand authored
Remove demo/without_bundled_dependencies.html
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
That way the tarball we upload to Github is the same as the one that we get from installing Converse via NPM. CC @ChaosKid42 To create the tarball containing the assets, just run `npm pack`. This is the same tarball that gets uploaded to https://npmjs.org
-
JC Brand authored
when were generating only the CSS
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 09 May, 2019 2 commits
- 08 May, 2019 2 commits
- 07 May, 2019 2 commits
- 06 May, 2019 5 commits
- 05 May, 2019 1 commit
-
-
laszlovl authored
Messages (received directly or via MAM) are stored in a backbone collection that's kept sorted by the message's "time" attribute. Various parts of the codebase rely on this behavior. For regular messages, the time attribute is generated by `moment().format()`, which generates a timestamp in the browser's local timezone, for example "...+02:00". For MAM messages, we would previously copy the "delay.stamp" value into the "time" attribute verbatim. However, that value is generated by the server and is unlikely to be in the same timezone locale. ISO timestamps expressed in different timezones cannot be sorted lexicographically, breaking the premise of keeping the messages collection sorted by time.
-
- 03 May, 2019 6 commits
-
-
JC Brand authored
instead of accepting a callback functions.
-
JC Brand authored
Room auto-configuration broke if the config form contained fields with type `fixed`
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Legitimate carbons messages blocked due to erroneous forgery check
-
supun19 authored
* Rooms Api number of parameters in the documentation was made 2 from 3 as api which is used to open a room with default configuration has only 2 parameters.
-