Commit Graph

8 Commits

Author SHA1 Message Date
14935a25d0 Add view used to dump ssh keys for git service 2011-11-27 16:44:15 +01:00
27fc2a7e3c Migrate ssh keys and store them in a UserProfile table 2011-11-27 14:44:18 +01:00
2315b5a5ec Make community_login() look users up in the old system as well
Instead of requiring all users to log in to the main website once,
this allows them to keep using their old password on any aux sites
that uses the community login system.

We might want to consider actually migrating the accounts to the new
system at some point in the future, but for now, just allow logins
against the old tables, and have migration only happen when the
user logs into the main website.
2011-11-20 12:27:04 +01:00
cebe063a5e Add required table iptocountry, for downloads 2011-08-20 21:56:24 +02:00
318391acda Fix login functions to be compatible with pg 9.0 2011-08-17 19:51:05 +02:00
f92709d2a6 Implement basic varnish purging
This allows all models inherited from PgModel to specify which
URLs to purge by either setting a field or defining a function
called purge_urls, at which point they will be purged whenever
the save signal is fired.

Also implements a form under /admin/purge/ that allows for manual
purging. This should probably be extended in the future to show
the status of the pgq slaves, but that will come later.

Includes a SQL function that posts the expires to a pgq queue. For
a local deployment, this can be replaced with a simple void function
to turn off varnish purging.
2011-06-14 19:48:48 +02:00
a9e5403b5b Enforce lowercase usernames everywhere. 2010-06-22 11:37:39 +02:00
31400cc2d3 community login API implementation on top of django authentication 2010-01-13 22:11:57 +01:00