|
|
55eacf8a58
|
On user save, update SA groups
|
2010-07-06 13:51:07 +01:00 |
|
|
|
cfdf10aac1
|
Added update groups to the base class
|
2010-07-06 12:58:52 +01:00 |
|
|
|
8cd154003c
|
Show applications on user search
|
2010-07-05 19:14:29 +01:00 |
|
|
|
fd8e9451f8
|
Finished work on the Blacklist function, also cleaned up some HR functions
|
2010-07-05 12:09:55 +01:00 |
|
|
|
4a3b801185
|
Moved to using South, and used a better repo for JSONField
|
2010-07-01 18:31:42 +01:00 |
|
|
|
74568b477e
|
Remove django-evolution
|
2010-07-01 18:09:14 +01:00 |
|
|
|
36708e49f2
|
Use env python instance, not a static location, fixes virtualenv oddities
|
2010-07-01 18:07:00 +01:00 |
|
Aaron Static
|
1fe035cb86
|
Merge branch 'master' of ssh://git@dev.dredd.it/dreddit-auth
|
2010-07-01 23:06:13 +10:00 |
|
Aaron Static
|
5bcc03be6d
|
Op Timer API: woops I made the default duration 60 hrs not 60 mins HEH
|
2010-07-01 23:04:30 +10:00 |
|
|
|
0f775a44f8
|
Removed django_evolution
|
2010-07-01 13:13:30 +01:00 |
|
|
|
e12f0a0e90
|
Fix blacklist defines
|
2010-07-01 13:12:36 +01:00 |
|
|
|
73d7be470e
|
Merge branch 'master' of ssh://git@dev.dredd.it/dreddit-auth
|
2010-07-01 12:32:01 +01:00 |
|
|
|
1ddbbbe590
|
Initial work on the blacklisting system
|
2010-07-01 12:31:40 +01:00 |
|
Aaron Static
|
97c6f8f9bb
|
Op Timer API: better error handling and message when no ops are
scheduled
|
2010-07-01 21:28:15 +10:00 |
|
Aaron Static
|
cdb0349e74
|
sets a default duration of 1 hour for ops, in case people (Matalok)
forgets to set one :)
|
2010-07-01 19:54:55 +10:00 |
|
Aaron Static
|
faf3cba87d
|
lets not concatenate strings and integers, hey?
|
2010-07-01 19:38:14 +10:00 |
|
Aaron Static
|
c8bfe4e574
|
Merge branch 'master' of ssh://git@dev.dredd.it/dreddit-auth
|
2010-07-01 19:28:40 +10:00 |
|
|
|
794d074d4b
|
Fixed API argument issues
|
2010-07-01 10:26:23 +01:00 |
|
Aaron Static
|
5aea5763ab
|
fixed hanging ops in optimer api, added endsIn value
|
2010-07-01 19:25:39 +10:00 |
|
|
|
5aa65e6a64
|
For eveproxy, work with parameters as case insensitive (as per Eve API)
|
2010-06-30 15:18:33 +01:00 |
|
|
|
acb1cb9aa8
|
Some small fixes for the OpTimer API call
|
2010-06-30 15:13:55 +01:00 |
|
Aaron Static
|
c41c225a29
|
left a print in op timer api
|
2010-06-30 23:47:55 +10:00 |
|
Aaron Static
|
1427caaa76
|
Op Timer API
|
2010-06-30 23:45:09 +10:00 |
|
|
|
a7c4ddcfdc
|
Added further cavets to the README
|
2010-06-30 11:01:29 +01:00 |
|
|
|
f81788d6b5
|
Added missing requirements and a simple README
|
2010-06-30 10:58:39 +01:00 |
|
|
|
9a999d9f2f
|
Now doesnt blow its guts if no local settings are defined
|
2010-06-30 10:48:57 +01:00 |
|
|
|
8736701273
|
Removed registration, now handled by virtualenv
|
2010-06-30 10:47:14 +01:00 |
|
|
|
2439fd52ac
|
Remove django_jsonfield as a submodule, now handled by virtualenv
|
2010-06-30 10:46:43 +01:00 |
|
|
|
3034a0c09a
|
Initial groundwork for using virtualenv
|
2010-06-30 10:45:27 +01:00 |
|
|
|
0d5bd2a16f
|
Fix eveproxy handler and eveapi handler to return the correct data
|
2010-06-30 09:43:31 +01:00 |
|
|
|
0781431caf
|
Added link to EVEGate profile
|
2010-06-30 09:42:08 +01:00 |
|
|
|
b3d9ac353d
|
Reduced API key output and added Authenticated EVE API proxy handler
|
2010-06-23 17:02:58 +01:00 |
|
|
|
7b5ae1a9ae
|
Wrap key output in a dict to allow for PHPisms
|
2010-06-16 13:15:41 +01:00 |
|
|
|
5eb9306181
|
Added to login handler as well
|
2010-06-16 13:00:16 +01:00 |
|
|
|
0847094a1d
|
superuser, not superadmin
|
2010-06-16 12:56:51 +01:00 |
|
|
|
04cbf1de89
|
Added staff/superadmin extras
|
2010-06-16 12:56:16 +01:00 |
|
|
|
78ca607608
|
Auth via API key, also added Admin interface to edit keys
|
2010-06-15 21:05:53 +01:00 |
|
|
|
7d90ddaec0
|
Fixes for issues in API calls, more error checking
|
2010-06-15 20:21:16 +01:00 |
|
|
|
e50e4c87aa
|
Init the API key if it doesnt exist
|
2010-06-15 20:09:30 +01:00 |
|
|
|
4cc436540a
|
Removed decorator (to be replaced by a piston authentication method) and added eveapi call
|
2010-06-15 20:09:05 +01:00 |
|
|
|
93eae51933
|
Now uses Auth API keys for API access
|
2010-06-15 15:45:10 +01:00 |
|
|
|
dd69956a7c
|
Switch to use simple hashed passwords instead of per-user salt
|
2010-06-15 15:01:50 +01:00 |
|
|
|
1bfa7cb92f
|
Added Simple Hash backend for use with external tools
|
2010-06-14 13:13:21 +01:00 |
|
|
|
8a1df3fa68
|
Now checks for logged in user
|
2010-06-10 13:39:27 +01:00 |
|
|
|
63bec7246f
|
Typo
|
2010-06-10 10:18:26 +01:00 |
|
|
|
635e81499f
|
Switched basic out to "Login" and switched User to oauth, in prep for dreddit_oauth.
|
2010-06-10 10:13:59 +01:00 |
|
|
|
c73ba0c148
|
Fixed further utf8 errors in the eve_api module
|
2010-06-09 10:23:31 +01:00 |
|
|
|
2e628d5456
|
Move import line
|
2010-06-08 12:44:36 +01:00 |
|
|
|
0352df4aad
|
Use a different name that doesnt cause collisions
|
2010-06-08 12:43:14 +01:00 |
|
|
|
5e1e4f4512
|
Added AllianceUpdate cronjob
|
2010-06-08 12:31:32 +01:00 |
|