- 30 Mar, 2018 40 commits
-
-
JC Brand authored
The theme is still bootstrap3 based and there isn't enough time currently to redo on bootstrap4.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Details here: https://prosody.im/issues/1121
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
- for subscription requests - when entering chat rooms
-
JC Brand authored
Otherwise the contact stays visible under "Pending Contacts" although the subscription request has been accepted.
-
JC Brand authored
when it's created due to a new contact being added. Was previously in the wrong place.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
by calling `sortAndPositionAllItems`. Particularly relevant to the "Pending Contacts" group.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
to make it clearer that this toggle relates to chatting.
-
JC Brand authored
to avoid name clashes
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
because it didn't actually clear anything permanently and upon page reload the messages were there again.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
This cause the error "Mismatched anonymous define" when loading the bundle in Plone. The original reason for adding `start.frag` was to wrap the bundle in a closure to not pollute the global namespace (e.g. overriding global `define` and `require` with Almond`s versions) and secondarily to allow people to load the bundle via require.js. The second usecase should now probably be done via a shim in the require.js config.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-