zulip/zerver
paxapy 4438a09b30 Add migration to create attachments for old uploads.
This migration ensures that all historically uploaded files from
before we started tracking files in the Zulip database via the
Attachment model have Attachment objects.

This has been tested by tabbott against a production server to ensure
that it results in all old uploaded files having corresponding
attachment objects.

Merging this change is a key prerequisite for making our adding
attachment access controls in an enforcing fashion.
2016-11-10 12:14:08 -08:00
..
fixtures bugdown: Add support for strikethrough in markdown processor. 2016-11-07 22:26:38 -08:00
lib Django 1.10: Upgrade integration urls. 2016-11-10 16:20:03 +05:00
management realm_alias: Access realm alias objects in lower-case. 2016-11-09 16:31:48 -08:00
migrations Add migration to create attachments for old uploads. 2016-11-10 12:14:08 -08:00
templatetags render_markdown_path: Add fenced code and codehilite support. 2016-11-09 21:39:55 -08:00
tests Django 1.10: Fix i18n tests. 2016-11-10 16:20:03 +05:00
views Django 1.10: Sign google oauth requests using csrf token. 2016-11-10 16:20:03 +05:00
worker lint: Fix E703 pep8 violations. 2016-11-09 15:18:35 -08:00
__init__.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
apps.py caching: Add configuration class for post-migration cache flushing. 2016-10-27 23:26:34 -07:00
context_processors.py context_processors: use a common context for emails. 2016-11-08 11:37:16 -08:00
decorator.py Django 1.10: Deprecate request.REQUEST. 2016-11-04 10:20:24 -07:00
exceptions.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
filters.py Annotate zerver.exceptions, zerver.filters, zerver.logging_handlers. 2016-06-04 22:51:18 -07:00
forms.py forms.HomepageForm: Rename subdomain to string_id. 2016-11-09 16:31:48 -08:00
logging_handlers.py settings: Extract settings.STAGING_ERROR_NOTIFICATIONS. 2016-07-19 15:28:41 -07:00
middleware.py models.py: Replace resolve_subdomain_to_realm with get_realm_by_string_id. 2016-11-03 13:59:11 -07:00
models.py models.email_allowed_for_realm: Use RealmAlias instead of domain. 2016-11-09 16:31:48 -08:00
static_header.txt Update static_header.txt with new license information. 2016-08-13 00:37:21 -07:00
storage.py storage: Fix build-release-tarball py3 compatibility. 2016-10-10 09:54:51 -07:00
tornadoviews.py Remove now-unused /json/get_events endpoint. 2016-10-27 21:34:58 -07:00