datatracker/ietf/person
2018-04-26 11:53:51 +00:00
..
migrations Migration to match the new endpoint choice avilable in the PersonalApiKey model. 2018-03-30 15:11:20 +00:00
templatetags Added a get_active_ads() utility function that uses the cache to reduce database access. Moved some utility functions so as to reduce import loops. 2018-04-01 18:36:36 +00:00
__init__.py Move new schema models from redesign/ to ietf/ 2012-01-24 17:17:24 +00:00
admin.py Added a new personal event table to keep track of personal API key logins, and a management command to send out reports about activity to users with API keys. Added a weekly cronjob script to trigger weekly reports, and a monthly script for future use. Added a @require_api_key decorator to validate API keys for API key views and log in the API key owner. Modified the API key management urls to use create and disable rather than add and delete. Updated the API key list view. Added an API placeholder view function for ballot position setting, for test purposes. Added tests for the decorator and management command. 2017-12-16 18:37:52 +00:00
ajax.py Updated (deprecated, unregistered) 'text/json' with 'application/json' everwhere. Commit ready for merge. 2018-03-17 15:14:57 +00:00
factories.py Reverted a change to UserFactory to avoid nepalese names. The issue is bigger, and needs a different resulution. Changed the url pattern that used \w to match names to instead use a more inclusive regex. 2018-04-26 11:53:51 +00:00
fields.py Return a person search string instead of bombing out if there are multiple identical names where one don't have an active email address. 2017-04-19 14:05:43 +00:00
forms.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00
models.py Added an API endpoint to let Meetech associate recording urls with sessions. 2018-03-29 11:04:47 +00:00
name.py Tweaked person factory ascii name generation to not include periods inside names. 2018-03-20 15:24:20 +00:00
resources.py Tastypie cannot serialize binary fields. Exclude from PersonalApiKey resource. 2017-12-18 17:57:48 +00:00
tests.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00
urls.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00
utils.py Pyflakes fixes. 2018-04-01 19:06:02 +00:00
views.py Add view for merge person records. Commit ready for merge. 2018-03-18 18:01:56 +00:00