|
|
5a19e744d1
|
Fixes login API errors
|
2010-08-27 22:50:32 +01:00 |
|
|
|
fb2cfe4759
|
Fix Auth API key check causing error 500s
|
2010-08-27 22:42:49 +01:00 |
|
Siebren Bakker
|
777c030d03
|
Merge branch 'master' of ssh://dev.dredd.it/dreddit-auth
|
2010-08-10 09:26:35 -05:00 |
|
Siebren Bakker
|
8e04130a6b
|
replaced all GONE responses with a JSON dict of {'auth': 'missing', 'missing': <missing data>} to help with error messages to end users.
|
2010-08-10 09:23:28 -05:00 |
|
|
|
7308598c8e
|
Change the race lookup method now that the dict is gone
|
2010-08-07 13:47:35 +01:00 |
|
|
|
2b2cf5e7b1
|
Remove another unneeded lookup function
|
2010-08-07 13:03:23 +01:00 |
|
|
|
c49f227e66
|
Remove unneeded lookup functions, use the builtin ones
|
2010-08-07 13:02:08 +01:00 |
|
|
|
94b8736622
|
Removed a few debug print statements that are no longer needed
|
2010-08-07 12:36:14 +01:00 |
|
|
|
9718800002
|
Small bits of documentation for the Reddit app
|
2010-08-07 12:32:58 +01:00 |
|
Siebren Bakker
|
4ea56f11f2
|
Added a newline between form tables and submit button to better identify it visually.
Added a link to the HR page from the EVE API page to better point out the need to submit an application.
|
2010-08-06 12:55:25 -05:00 |
|
|
|
72fc1c9635
|
Updated production env in the fab file
|
2010-08-06 16:38:24 +01:00 |
|
Siebren Bakker
|
c0b4affbbc
|
Clarifications on profile page
|
2010-08-06 16:09:23 +01:00 |
|
|
|
b0ef4042c6
|
Few fixes for live issues discovered with the API password setting fuction
|
2010-08-06 14:17:41 +01:00 |
|
|
|
3c0dca0fa3
|
API authentication (/api/login) now uses a seperate API password field.
|
2010-08-06 13:46:07 +01:00 |
|
|
|
329bec6bc8
|
Now checks we have a date before trying to check it
|
2010-08-02 12:31:14 +01:00 |
|
|
|
7ec45712d3
|
Disabled the auto group update
|
2010-07-28 11:59:56 +01:00 |
|
|
|
72e1d9d42e
|
Fixes the HR message issue when changing status
|
2010-07-28 11:59:41 +01:00 |
|
|
|
eabd41432e
|
Added alliance information to character overview
|
2010-07-28 11:29:18 +01:00 |
|
|
|
65f9632242
|
Smart Slice file location
|
2010-07-08 10:12:40 +01:00 |
|
|
|
09e3425abb
|
Fix a few issues found during live deployment
|
2010-07-08 10:10:58 +01:00 |
|
|
|
3dea1a8d24
|
Add lookup by email address
|
2010-07-08 09:46:23 +01:00 |
|
|
|
93c86404d0
|
Further updates to fabfile
|
2010-07-08 09:15:04 +01:00 |
|
|
|
1d8c94384f
|
Further fabric work and updated requirements
|
2010-07-07 13:25:17 +01:00 |
|
|
|
6e122a17ab
|
Added Fabric file and various small fixes to enable better deployments
|
2010-07-07 13:07:07 +01:00 |
|
|
|
ebce7f98cb
|
Quiet down env setup
|
2010-07-07 12:27:09 +01:00 |
|
|
|
350b628a61
|
Updated cronjobs list
|
2010-07-07 11:28:23 +01:00 |
|
|
|
2530fc39ad
|
Fixed runcron to activate properly
|
2010-07-07 11:28:09 +01:00 |
|
|
|
8e19656661
|
Fixed run-cron to use virtualenv
|
2010-07-07 11:12:58 +01:00 |
|
|
|
f35d91f635
|
Removed unneeded lookups
|
2010-07-07 11:06:32 +01:00 |
|
|
|
9d009a0cf7
|
Added support for Email and Auth blacklists
|
2010-07-07 11:05:34 +01:00 |
|
|
|
07407cc1e0
|
Added expiry dates to Blacklist items, also optimized the blacklist lookup
|
2010-07-07 10:47:49 +01:00 |
|
|
|
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 |
|