Commit Graph

652 Commits

Author SHA1 Message Date
3e34070a5a Added Ice init to service object for mumble 2010-09-02 22:27:05 +01:00
1615f79b88 Added api call to pull Murmur Objects 2010-09-02 22:13:08 +01:00
3e97539688 Added function to create missing groups, fixed update_groups error 2010-09-02 20:59:58 +01:00
44945b7b5e Added basic group management into the mumble sso module 2010-09-02 20:48:52 +01:00
3ebf402823 Updated fabfile locations 2010-09-01 09:12:52 +01:00
7aa7e87cd1 Allow users to withdraw applications 2010-09-01 09:11:47 +01:00
db81fe9cb4 Remove duplicate topic 2010-08-31 22:44:46 +01:00
e78a3a80ca Actually use the match, not just the object 2010-08-31 22:43:21 +01:00
45c2a65760 Checks if we have a forum link before giving the URL 2010-08-31 22:14:29 +01:00
Silwar Naiilo
f47f0925a6 Adds forum link to the Optimer feed 2010-08-31 22:11:05 +01:00
903915d046 Use extend instead of append, to stop stupid per-api key character listings on the JSON output 2010-08-28 00:36:01 +01:00
8609db2640 Removed default for using the current logged in user, and fixed serviceuid lookup 2010-08-27 22:58:55 +01:00
2490c1158d Switch /api/user to api key auth 2010-08-27 22:54:25 +01:00
acb9674d35 Define u to stop function whining if nothing is passed 2010-08-27 22:51:10 +01:00
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