This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
61a16856ad
datatracker
/
ietf
/
ietfauth
History
Henrik Levkowetz
53c4ac36db
Removed the Person.address field, which is not being used. This was a legacy from the 2001 perl-based datatracker tables. Fixes issue
#2504
.
...
- Legacy-Id: 15095
2018-04-27 14:00:33 +00:00
..
management
Added some missing files.
2017-12-16 18:39:26 +00:00
migrations
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
2015-02-08 21:16:44 +00:00
.gitignore
Introduce initial authentication/authorization linkage. This has a
2007-05-23 16:10:32 +00:00
__init__.py
Remove shim layer from ietfauth, delete some dead code and migrate
2013-12-05 16:24:03 +00:00
forms.py
Fixed a settings typo.
2018-03-03 18:30:19 +00:00
htpasswd.py
Control the tests of adding user passwords to the htpasswd file better
2016-05-06 12:11:20 +00:00
tests.py
Removed the Person.address field, which is not being used. This was a legacy from the 2001 perl-based datatracker tables. Fixes issue
#2504
.
2018-04-27 14:00:33 +00:00
urls.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
utils.py
Added a new role 'Recording Manager'.
2018-03-29 10:58:04 +00:00
views.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