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
2
Packages
Projects
Releases
Wiki
Activity
625347cd2f
datatracker
/
ietf
/
ietfauth
History
Henrik Levkowetz
625347cd2f
Merged trunk@9354 to facelift copy
...
- Legacy-Id: 9357
2015-04-02 06:51:34 +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
Merge branch 'lars/5.6.3-facelift' into lars/5.6.4-facelift
2014-10-14 11:48:57 +00:00
tests.py
All tests pass, except for some pyflakes tests which I believe are fixed in trunk.
2014-04-06 20:04:36 +00:00
urls.py
With the complications caused by the TransactionMiddleware gone, we can use Django's default login() and logout() views.
2014-03-23 23:17:15 +00:00
utils.py
Merged in [9143] from rcross@amsl.com:
2015-03-04 19:39:46 +00:00
views.py
Changed the code to use django's own authentication, instead of http basic auth. This will let people log out, and will also use stronger password hashing than basic auth. Added a login page, and logout links, and links from the logged in username (in the upper right corner) to the user's profile page.
2014-04-07 18:56:44 +00:00