Commit Graph

65 Commits

Author SHA1 Message Date
cc4f986edb Decoupled the "reddit" application from the main program 2010-12-20 12:17:14 +00:00
21d9587645 Added task to clean-up old API access logs 2010-12-20 11:46:25 +00:00
7cce96a4a5 Update task locations 2010-12-20 11:20:42 +00:00
e4983240bb Various fixes and improvements to the API tasks 2010-12-02 15:57:53 +00:00
821b31e0ab Fixed alliance scheduled task, and disabled rate limiting 2010-11-12 09:42:40 +00:00
46f1cdd236 New Registration form that blocks bad domains 2010-11-12 09:30:45 +00:00
db28b3902a Migrated the final cronjobs over to tasks 2010-11-10 12:15:43 +00:00
c6e7d8cb15 Enable emailing on task failure 2010-11-10 11:39:09 +00:00
7205e4cd97 Move API job to every 10 minutes, increase concurrent jobs 2010-11-08 17:55:30 +00:00
6395942649 Import timedelta for the recurring jobs 2010-11-08 17:22:37 +00:00
f409567fbe Add EVE API update job to the scheduled tasks 2010-11-08 17:21:35 +00:00
0a142d873c Convert validation processing to a celery task 2010-11-08 15:06:16 +00:00
ce1b634bdb Fix some silly fabric issues 2010-11-08 13:35:11 +00:00
dd528697db Move broker settings out to a seperate file 2010-11-08 13:18:36 +00:00
30d1a12975 Initial work in bringing celery into Auth 2010-11-08 11:26:55 +00:00
a35dbf454e Fix typo in settings 2010-11-04 12:34:30 +00:00
4a1182edae Switch to using the new Message framework (Django 1.2) 2010-11-04 12:03:07 +00:00
acbe54b13c Rename Reddit account password variable to REDDIT_PASSWORD so it gets filtered from debug views 2010-10-27 09:00:45 +01:00
f555e85e3d First step of the groups subapp, view groups and request access done 2010-10-21 16:27:47 +01:00
7232045aed Added django-debug-toolbar to assit with profiling 2010-10-18 15:43:47 +01:00
65f9632242 Smart Slice file location 2010-07-08 10:12:40 +01:00
4a3b801185 Moved to using South, and used a better repo for JSONField 2010-07-01 18:31:42 +01:00
0f775a44f8 Removed django_evolution 2010-07-01 13:13:30 +01:00
acb1cb9aa8 Some small fixes for the OpTimer API call 2010-06-30 15:13:55 +01:00
Aaron Static
1427caaa76 Op Timer API 2010-06-30 23:45:09 +10:00
9a999d9f2f Now doesnt blow its guts if no local settings are defined 2010-06-30 10:48:57 +01:00
dd69956a7c Switch to use simple hashed passwords instead of per-user salt 2010-06-15 15:01:50 +01:00
12287f25b6 Remove mumble-django, use direct API. 2010-05-17 22:35:49 +01:00
050e066933 Allow for overriding settings with settingslocal 2010-05-14 10:13:12 +01:00
16211fe982 Cleaned old out of model settings 2010-05-11 14:34:26 +01:00
65f0278cf0 Updated default settings 2010-05-08 16:52:52 +01:00
cb3efa04e2 API now uses OAuth 2010-04-26 22:24:59 +01:00
fa3a2d0ab1 Added humanize to difficult numbers 2010-04-20 23:11:07 +01:00
4e842f4a9f Bring piston-api up to current master
Conflicts:

	.gitignore
	urls.py
2010-04-14 12:55:18 +01:00
f82e211d91 Jabber Service API now uses XMLRPC calls to add/change users
Old service access methods have been removed, XMLRPC is the prefered choice due to speed and
reliability of connection. Also as a bonus the Jabber API now sets the person's nickname to
the same as their character name.
2010-04-09 12:46:10 +01:00
94575a419b Fixed typo 2010-04-05 22:34:21 +01:00
2776ce8c16 HR Group now a setting 2010-04-05 12:27:05 +01:00
7980e4bcb4 Added HR to urls and added a disabled entry in settings.py 2010-04-05 03:20:11 +01:00
004fe1d6c8 Optional setting to disable the auto password generation for Service Accounts 2010-04-03 20:55:56 +01:00
83a9113127 Added validation processes for reddit accounts 2010-04-02 19:32:57 +01:00
05f5df397c Now links users to mumble, and check_user works with virtual servers 2010-03-23 10:17:00 +00:00
484a459987 Removed django_cron dependancy, use manual started cronjobs 2010-03-23 09:43:04 +00:00
d54920a1b8 Further validation and bugfixes for miningbuddy service 2010-03-22 15:03:23 +00:00
3931f86dee Basic django-piston based API package. 2010-03-18 23:35:45 +00:00
b49f8edb9a Actual delete command for mediawiki, now moves all user revisions to a special "DeletedUser" username 2010-03-18 21:12:12 +00:00
e65afef1db Added django_evolution to the stack 2010-03-09 22:09:37 +00:00
818b580e89 Added Mumble settings 2010-03-09 21:46:20 +00:00
671781013b Split out db settings into a seperate file 2010-03-09 20:27:51 +00:00
1eeefae146 Updated settings file 2010-03-05 15:17:13 +01:00
c0427ecdd7 Add LOGIN_URL 2010-03-05 02:07:47 +01:00