Π“Ρ€Π°Ρ„ ΠΊΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

8 ΠšΠΎΠΌΠΌΠΈΡ‚ΠΎΠ²

Автор SHA1 Π‘ΠΎΠΎΠ±Ρ‰Π΅Π½ΠΈΠ΅ Π”Π°Ρ‚Π°
Jeff Balogh b3dca77685 experimenting with a read-only mode (bug 574024) 2010-06-25 14:37:43 -07:00
Wil Clouser 98bbf0ea1a Adjust some log levels 2010-06-04 15:29:48 -07:00
Jeff Balogh dead3cb957 fix up more getLogger calls 2010-05-20 10:46:02 -07:00
Dave Dash c8b2801934 bug 565193, add middleware to rm cookies 2010-05-19 15:51:46 -07:00
Dave Dash 183f557885 bug 565759, already logged in user not relogged in 2010-05-13 15:56:13 -07:00
Wil Clouser 857e5277c5 CheesyHack++; bug 565759 2010-05-13 14:49:08 -07:00
Dave Dash 817e5b42b2 [bug 539108] If you're logged in... and an admin... you are a superuser and we remember your groups
Middleware that allows credentialed users to login to the admin site.
2010-01-13 14:27:29 -08:00
Dave Dash 5f5c3c881e Cake-cookie based authentication
* Wrote a test to see if we can log in using a cake session.
* Middleware can read cookie
* Wrote an authenticator backend that reads the session data from the db
* Rewrote users.User as users.UserProfile and linked it to d.c.a.User and included migrations
* Got templates to work, and wrote a test to validate things
* logout
* Signals!  We can now log a user out using the logout view, send a signal, and have it intercepted by the Cake app which will destroy its session and attempt to destroy the relevent cookies.
* Updated models to use UserProfile
* added media/js as a submodule
* Prettied up the html so the remora JS works
2010-01-08 10:20:00 -08:00