summary refs log tree commit diff
path: root/tests/__init__.py (unfollow)
<
Commit message (Collapse)AuthorFilesLines
2014-08-19keepScroll: a directive to anchor the scroller position at the bottom when ↵Emmanuel ROHEE1-0/+27
the browser is resizing
2014-08-19Added registration/login jsfiddle, formatted so it can be loaded directly ↵Kegan Dougal4-1/+98
from jsfiddle. Requires jQuery 1.8.3
2014-08-19BF: The enter key in the image URL box called sendImage() with no argumentEmmanuel ROHEE1-1/+1
2014-08-19Cleaned dead codeEmmanuel ROHEE1-3/+1
2014-08-19Don't delete OFFLINE users from the presence cache, so we can report on ↵Paul "LeoNerd" Evans1-3/+0
their offline mtime
2014-08-19ProofingKegan Dougal1-19/+20
2014-08-19Rewrite of PresenceHandler test to ensure it covers the interaction with ↵Paul "LeoNerd" Evans1-149/+279
Federation as well
2014-08-19Ensure that federation's .send_edu() returns a DeferredPaul "LeoNerd" Evans1-0/+1
2014-08-19Add a DeferredMockCallable; like mock's MockCallable but allows awaitingPaul "LeoNerd" Evans1-0/+41
on method calls to be made later
2014-08-19More formatting, more clarity.