Dave Dash
9c65e6dff1
[bug 539108] Documentation for ACL
2010-01-13 16:10:24 -08:00
Dave Dash
f7194b45de
[bug 539108] Removed some duplicated items from ACLMiddleware
2010-01-13 14:27:30 -08:00
Jeff Balogh
02c4eee8fa
backend for authenticating amo users by email and password
2010-01-13 14:27:30 -08:00
Jeff Balogh
ae8f7349de
password management for amo Users
2010-01-13 14:27:30 -08: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
Wil Clouser
994055ceec
Add cache-panel because, why not? Also, I had to go looking for it when I installed on another machine.
2010-01-12 23:00:22 -08:00
Jeff Balogh
492b003688
Version.reply_to maps to versions.reply_to
2010-01-11 13:26:25 -08:00
Jeff Balogh
d442a53a97
csrf protection
2010-01-11 13:26:25 -08:00
Jeff Balogh
d7727ad177
tell git-wtf to ignore gh-pages
2010-01-11 13:26:25 -08:00
Jeff Balogh
4c9bc0571e
browsers know what type of file this is
2010-01-11 13:26:25 -08:00
Jeff Balogh
ca6a281465
unnecessary line
2010-01-11 13:26:25 -08:00
Jeff Balogh
8829438b41
lame newsfeed
2010-01-11 13:26:22 -08:00
Jeff Balogh
2ca9ee4a24
adding devhub promos and events
2010-01-08 17:08:12 -08:00
Dave Dash
737c462367
pylint doesn't read its RC file correctly, the output was not parsable by hudson
2010-01-08 15:22:07 -08:00
Dave Dash
fe2d26e4a9
Made our code a tad pylint friendly, boosting our score from 3.19 to 8.17/10
2010-01-08 15:12:37 -08:00
Jeff Balogh
dbabb1405a
call the default database zamboni
2010-01-08 14:29:16 -08:00
Jeff Balogh
493cd6905c
get a django-nose that kinda supports multidb
2010-01-08 13:49:32 -08:00
Jeff Balogh
f558850434
switching local_settings to settings_local
2010-01-08 13:39:55 -08:00
Jeff Balogh
5462038e5e
update the docs for multidb
2010-01-08 13:33:35 -08:00
Jeff Balogh
6a90d1d3e0
send all read traffic to slave dbs
2010-01-08 13:33:35 -08:00
Jeff Balogh
f396a2905c
hop on django trunk
2010-01-08 13:33:34 -08:00
Dave Dash
a92a186b6c
Uncommenting virtualenv stuff
2010-01-08 11:51:36 -08:00
Dave Dash
3cae64243b
pylint configuration
2010-01-08 11:40:17 -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
Dave Dash
7213097092
Ignoring some files
2010-01-05 09:50:53 -08:00
Jeff Balogh
9131d57602
tags model and admin
2010-01-04 20:54:54 -05:00
Jeff Balogh
50a804f1e4
gave these models `modified` rows
2010-01-04 20:54:44 -05:00
Jeff Balogh
f7929504db
category model and admin
2010-01-04 20:54:44 -05:00
Jeff Balogh
3189c3edc7
canned responses
2010-01-04 20:54:44 -05:00
Jeff Balogh
1d0a173422
rm old .pyc files before running tests
2010-01-04 18:11:03 -05:00
Jeff Balogh
de8c6ef38a
filling out user model and admin
2010-01-04 17:05:34 -05:00
Jeff Balogh
230105ac8e
fligtar doesn't care about the supported field
2010-01-04 16:43:07 -05:00
Jeff Balogh
e814863fe7
move STATUS_CHOICES into amo.constants
2010-01-04 16:43:07 -05:00
Jeff Balogh
b7745e48be
adding appversions
2010-01-04 16:43:07 -05:00
Jeff Balogh
78ffe3f12e
move applications to its own app
2010-01-04 16:43:07 -05:00
Jeff Balogh
e67e3cf4fa
catch TypeError when the value is None
2010-01-04 16:43:07 -05:00
Jeff Balogh
c413c7aa49
annoying should use contrib choices
2010-01-04 16:43:07 -05:00
Jeff Balogh
c8eab13e25
admin tweaks
2010-01-04 16:43:07 -05:00
Jeff Balogh
94b92558eb
script for rebuilding the gh-pages branch
2010-01-04 16:32:20 -05:00
Jeff Balogh
040f7322da
title for admin pages
2010-01-03 16:13:25 -05:00
Jeff Balogh
8cfb246a73
admin tweaks for addons and features
2010-01-03 16:12:51 -05:00
Jeff Balogh
3365a35eb4
starting an access app
2010-01-03 16:12:51 -05:00
Jeff Balogh
bd1ab05864
remove extra slash
2010-01-03 16:12:50 -05:00
Jeff Balogh
b3a1b238e3
feature model and admin
2010-01-03 16:12:50 -05:00
Jeff Balogh
5378051d68
application model
2010-01-03 16:12:47 -05:00
Jeff Balogh
0a4b7b3615
autodiscover admin models
2010-01-03 16:12:47 -05:00
Jeff Balogh
96e93e959e
move admin stuff to its own file
2010-01-03 16:12:47 -05:00
Jeff Balogh
394e5fcc35
TranslatedFields need a special form widget
...
This is pretty weak right now; you can only edit the active locale.
2010-01-03 16:12:40 -05:00
Jeff Balogh
790148e221
translation fields can be blank in forms
2010-01-01 18:15:45 -05:00
Jeff Balogh
8ecbb7c0c8
let these fields be blank, better display for addons
2010-01-01 18:15:36 -05:00