zulip/zerver/views
Jonathan Dahan 6f77e68622 Add GET /export endpoint, which dumps important tables in json.
Meant to be used in tandem with the manage.py import command.
The following sensitive data is scrubbed:

  * user api keys
  * user password hashes
  * stream email keys
  * invite-only streams
  * messages from invite-only streams
  * messages from users from other domains

(imported from commit 8e58dcdcb80ef1c7127d3ab15accf40c6187633f)
2015-08-19 15:31:08 -07:00
..
__init__.py Add GET /export endpoint, which dumps important tables in json. 2015-08-19 15:31:08 -07:00
messages.py Encode unicode strings using UTF-8 before applying search highlighting 2015-03-19 15:25:42 -07:00
webhooks.py Add option to explicitly add pagerduty topic 2015-02-10 23:56:03 -08:00