summary refs log tree commit diff
path: root/docs/sphinx/synapse.api.auth.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-20Better handle the edge cases of trying to remote join roomsErik Johnston2-37/+88
2014-08-20Added more jsfiddles.Kegan Dougal6-0/+375
2014-08-20Replaced the image URL text input by a file selector button: "Send Image"Emmanuel ROHEE2-18/+5
2014-08-20Disabled sending buttons while a message is being sent. Useful on bad ↵Emmanuel ROHEE2-6/+18
Internet connection.
2014-08-20Don't generate room membership messages. Include previous state of in ↵Erik Johnston2-8/+16
membership messages.
2014-08-20File organisation sanity: put directives and filters into dedicated filesEmmanuel ROHEE6-197/+254
2014-08-19Add some static fiddles for now (will migrate to github paths eventually)Kegan Dougal1-1/+5
2014-08-19More fiddles, more fun!Kegan Dougal3-0/+156
2014-08-19keepScroll: a directive to anchor the scroller position at the bottom when ↵Emmanuel ROHEE1-0/+27
the browser is resizing
2014-08-19Only hit get_room_events_stream if we have a valid user_idErik Johnston1-0/+3
2014-08-19Fix token to correct formatErik Johnston1-1/+1
2014-08-19Remove debug logging from token parsing funcs.Erik Johnston1-2/+0
2014-08-19Add comment about what strorage.stream doesErik Johnston1-0/+20
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-19Don't expect a reflection from events streamErik Johnston1-3/+1
2014-08-19Update testsErik Johnston2-12/+5
2014-08-19Default from param to 'END'Erik Johnston1-0/+1
2014-08-19PresenceStreamData was expecting *_key to be intsErik Johnston1-0/+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-19Fix typo in merge conflictErik Johnston1-2/+0
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-19Fix bug where we sometimes set min_token to None.Erik Johnston1-1/+2
2014-08-19Print out stacktrace when we failed to persist event.Erik Johnston1-1/+1
2014-08-19Rewrite of PresenceHandler test to ensure it covers the interaction with ↵Paul "LeoNerd" Evans1</