datatracker/ietf
Henrik Levkowetz 3c82dc6184 Merged in [16922] from sasha@dashcare.nl:
Fix #2584 - Add additional content validation for uploaded texts.
Permitted MIME types are now text/plain, text/markdown and text/x-rst.
This applies to all usages of get_cleaned_text_file_content(),
including reviews, but also other similar places where text can either
be written either into a textarea or uploaded.
 - Legacy-Id: 16930
Note: SVN reference [16922] has been migrated to Git commit fd53f98854
2019-10-26 15:42:58 +00:00
..
api Added a type hint stub file for ietf/api/__init__.py, to capture variables created during module initialization. 2019-10-01 20:29:02 +00:00
bin Send review reminders output to log, rather than stdout (since this is run from cron, stdout and stderr should be quiet if nothing unexpected happens) 2019-10-18 14:46:59 +00:00
community Fixed incorrect type hints for Migration.dependencies. 2019-09-30 16:25:58 +00:00
cookies Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
database-notes
dbtemplate Merged in [16921] from sasha@dashcare.nl: 2019-10-26 15:16:18 +00:00
doc Merged in [16921] from sasha@dashcare.nl: 2019-10-26 15:16:18 +00:00
externals/static Merged in [16852] from sasha@dashcare.nl: 2019-10-22 11:49:39 +00:00
group Merged in [16904] from sasha@dashcare.nl: 2019-10-23 15:16:30 +00:00
help Added django-simple-history and replaced the old (and unused) PersonHistory class with a history=HistoricalRecords() field on Person. Added the needed migrations and changes to admin, resources, and settings. Related to issues #2505 and #2507. 2018-04-27 17:36:20 +00:00
idindex Merged in [16883] from sasha@dashcare.nl: 2019-10-22 20:59:13 +00:00
iesg Added a guard against missing conflrev state in iesg agenda code. 2019-10-17 17:26:40 +00:00
ietfauth Type checking tweaks. 2019-10-15 16:54:33 +00:00
ipr Merged in [16853] from rjsparks@nostrum.com: 2019-10-22 12:23:07 +00:00
liaisons Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
mailinglists Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
mailtrigger Merged in [16825] from rjsparks@nostrum.com: 2019-10-21 14:28:22 +00:00
meeting Renamed and fixed up a migration that caused multiple leaf nodes. 2019-10-08 10:58:46 +00:00
message Adjusted migrations for Python2/3 compatibility. 2019-08-08 17:11:14 +00:00
name Normalized ietf/name/fixtures/names.json using jq --sort-keys 'sort_by(.model, .pk)' 2019-10-26 15:19:15 +00:00
nomcom Correct construction for a reverse URL in an edge case. Fixes #2815. Commit ready for merge. 2019-10-22 18:24:57 +00:00
person Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
redirects Python2/3 compatibility: used @python_2_unicode_compatible to provide __unicode__() versions of __str__() methods. 2019-07-15 18:01:26 +00:00
release Fixed an issue with the htmlization of links in release notes. 2019-10-03 21:58:38 +00:00
review Merged in [16921] from sasha@dashcare.nl: 2019-10-26 15:16:18 +00:00
secr Type checking tweaks. 2019-10-15 16:50:43 +00:00
static Merged in [16589] from rjsparks@nostrum.com: 2019-07-31 15:21:20 +00:00
stats Merged in [16852] from sasha@dashcare.nl: 2019-10-22 11:49:39 +00:00
submit Moved the code that generates .txt and .html draft files from .xml to a place where potential errors can be caught and displayed better. Related to ticket #2814. 2019-10-15 14:33:35 +00:00
sync Updated rfc-editor sync code to recognize the new Tooling Issue queue state. 2019-09-11 16:20:25 +00:00
templates Merged in [16883] from sasha@dashcare.nl: 2019-10-22 20:59:13 +00:00
utils Merged in [16922] from sasha@dashcare.nl: 2019-10-26 15:42:58 +00:00
.gitignore
.yarnrc Preliminary work on converting bower management of web resources to yarn. New management command, replacing bower_install will be needed. 2019-07-25 20:28:18 +00:00
__init__.py Set version info and settings back to development mode 2019-10-23 15:58:07 +00:00
bower.json Updated highcharts and added support for CSV export. Also tweaked the look of the highcharts context menu separators. 2018-11-13 19:28:46 +00:00
checks.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
context_processors.py Replaced old unworkable email addesss in the 404 page with the current bugreport address, now configured in settings.py. 2017-04-15 12:34:50 +00:00
feed_urls.py Changed urlpattern order to list the more specific of overlapping patterns first, and made the rfc feed per year pattern more permissive. 2017-12-04 16:32:58 +00:00
LICENSE
manage.py Moved warnings settings from manage.py and test_runner.py to one single place, settings.py. Decreased the verbosity level when invoking 'loaddata' from the test runner. 2016-12-15 13:25:20 +00:00
middleware.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
README-BOWER.rst Updated several README files. 2015-07-28 13:20:39 +00:00
settings.py Merged in [16922] from sasha@dashcare.nl: 2019-10-26 15:42:58 +00:00
settings_releasetest.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
settings_sqlitetest.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
settings_testcrawl.py Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run. 2019-09-30 15:42:18 +00:00
urls.py Show group pages also for groups of type adhoc and ise. 2019-07-20 20:10:08 +00:00
virtualenv-manage.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00
wsgi.py Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc. 2019-07-15 19:14:04 +00:00