Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sessions so they work across the site. | Christopher Allan Webber | 2013-04-10 | 1 | -3/+1 |
| | |||||
* | Make session cookies more secure. | Elrond | 2013-04-09 | 1 | -3/+6 |
| | | | | | | | | | 1. Our session cookies only need to be available to http, so mark them appropiately. 2. Send the cookie to the subpath for mediagoblin. And instantiate a session manager on the app, once. | ||||
* | Call is_updated instead of testing it boolean. | Brett Smith | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Set a starting value for session.send_new_cookie. | Brett Smith | 2013-03-24 | 1 | -1/+5 |
| | | | | | | This makes session.__init__ slightly more complicated but probably simplifies everything else, especially if we make the class smarter later by having it track changes itself. | ||||
* | Delete the session cookie on an empty session. | Brett Smith | 2013-03-24 | 1 | -1/+4 |
| | |||||
* | Back sessions with It's Dangerous. | Brett Smith | 2013-03-24 | 1 | -0/+60 |
This is a contribution to #668. |