summary refs log tree commit diff
path: root/syweb/webclient/js/ng-infinite-scroll-matrix.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-07Implement method to get auth_chain from a given event_idErik Johnston1-0/+35
2014-11-07Start implementing auth chainsErik Johnston8-6/+115
2014-11-07Neaten things up a bitErik Johnston1-5/+2
2014-11-07Don't query the DB for user power levelsErik Johnston1-10/+16
2014-11-06Amalgamate all power levels.Erik Johnston8-395/+102
Remove concept of reqired power levels, something similiar can be done using the new power level event.
2014-11-06Don't cache isWebRTCSupported because whether webRTC is supported might ↵David Baker4-14/+11
change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension)
2014-11-06Update to use replaces_state rather than prev_stateErik Johnston1-2/+4
2014-11-06Don't send prev_state to clients anymoreErik Johnston1-1/+1
2014-11-06Implement new replace_state and changed prev_stateErik Johnston13-128/+220
`prev_state` is now a list of previous state ids, similiar to prev_events. `replace_state` now points to what we think was replaced.