zulip/zephyr
Keegan McAllister 5caf67f27d Implement a framework for data retention policies
And add customer1.invalid to it.

(imported from commit 32b0293bc48abf5d9a3bd36f14f6b16d48ea6ff2)
2012-11-30 17:24:37 -05:00
..
fixtures Rename zephyrs.json => messages.json in .gitignore. 2012-10-10 10:39:27 -04:00
jstemplates In the UI, call time travel "Narrow to messages around this time" 2012-11-29 15:50:43 -05:00
lib bugdown: Use Markdown.reset() instead of re-creating the whole parser 2012-11-20 15:10:15 -05:00
management Fix bad Django test suite interaction with get_client default. 2012-11-28 17:41:39 -05:00
static Make clicking on 'Find <search term>' work 2012-11-30 17:03:52 -05:00
static-access-control Add util module 2012-11-30 15:04:46 -05:00
tests [schema] Add a management script to create default streams for a domain. 2012-11-28 14:07:16 -05:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
context_processors.py context_processors: Rename misleadingly named unused parameter 2012-11-07 17:46:46 -05:00
decorator.py decorators: Use @has_request_variables to extract client. 2012-11-28 17:41:39 -05:00
forms.py Always allow registration if attempting to register for a non-MIT realm. 2012-11-21 16:42:15 -05:00
middleware.py Log how long requests take to process. 2012-11-14 15:52:57 -05:00
models.py Add a function to remove all Messages that are not referred to by any UserMessage 2012-11-30 17:24:37 -05:00
retention_policy.py Implement a framework for data retention policies 2012-11-30 17:24:37 -05:00
tests.py Remove unimplemented test case 2012-11-28 15:28:14 -05:00
views.py Always send back the server generation number when the client requests it 2012-11-29 13:45:31 -05:00