zulip/zerver/tornado
Steve Howell 2718bd0b5d Extract presence.js to track presence info.
Most of this code was simply moved from activity.js with some
minor renaming of functions like set_presence_info -> set_info.

Some functions were slightly nontrivial extractions:

    is_not_offline:
        came from activity.huddle_fraction_present

    get_status/get_mobile:
        simple getters

    set_user_status:
        partial extraction from activity.set_user_status

    last_active_date:
        pulled out of admin.js code

We also fixed activity.filter_and_sort to take user_ids.
2017-04-04 15:57:10 -07:00
..
__init__.py tornado: Move tornado_ioloop_logging to new zerver/tornado tree. 2016-11-26 21:24:05 -08:00
application.py casper: Fix issues with server autoreloading on save. 2017-03-17 20:45:07 -07:00
descriptors.py mypy: Added Dict, List and Set imports. 2017-03-04 14:33:44 -08:00
event_queue.py Extract presence.js to track presence info. 2017-04-04 15:57:10 -07:00
handlers.py mypy: Fix missing annotation in Tornado handlers. 2017-03-19 22:26:25 -07:00
ioloop_logging.py python: Fix remaining bare excepts in codebase. 2017-03-05 16:17:04 -08:00
socket.py Rename zerver/lib/session_user.py to sessions.py. 2017-03-08 02:43:35 -08:00
views.py Change X.realm.id to X.realm_id across codebase. 2017-01-03 16:46:26 -08:00
websocket_client.py nagios-plugins: Add websocket checking to nagios message sending test. 2016-12-30 15:36:37 -08:00