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
5
Packages
Projects
Releases
Wiki
Activity
156b0d4e3a
datatracker
/
ietf
/
iesg
History
Henrik Levkowetz
156b0d4e3a
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.
...
- Legacy-Id: 7580
2014-04-07 18:56:44 +00:00
..
.gitignore
Moving ietf to trunk/ietf
2007-05-04 12:37:28 +00:00
__init__.py
Made ietf/iesg pyflakes-clean.
2014-03-15 17:38:56 +00:00
admin.py
Made ietf/iesg pyflakes-clean.
2014-03-15 17:38:56 +00:00
agenda.py
Pyflakes cleanup compliant with pyflakes 0.8.1, which seems to find things 0.8.0 didn't fin.
2014-04-01 16:25:18 +00:00
feeds.py
Port feed setup to new feed API where each feed is a class-based view
2013-12-16 16:29:22 +00:00
models.py
Made ietf/iesg pyflakes-clean.
2014-03-15 17:38:56 +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
Made ietf/iesg pyflakes-clean.
2014-03-15 17:38:56 +00:00
views.py
Changed URLs with explicit scheme from http to https.
2014-03-31 00:25:08 +00:00