Commit Graph

49 Commits

Author SHA1 Message Date
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
7fe039764b Added ability to switch off Service API 2010-03-05 00:50:36 +01:00
081d7f35d3 Now uses xmpp to add/remove users from the Jabber service 2010-03-04 21:42:27 +00:00
93ebbc4ac1 Updated settings 2010-03-01 14:50:25 +00:00
77df34d64b Merge remote branch 'origin/master' 2010-03-01 00:23:12 +01:00
b53e662200 Now authenicates access to services based on groups, not simple tags 2010-02-28 23:09:33 +00:00
dreddit
5c5a2622d0 Added django_cron 2010-02-27 19:02:08 +01:00
59ec92b2d7 Imported a cut down mumble app 2010-02-26 00:15:53 +00:00
7c596f5037 Further formatting and bug fixes 2010-02-25 23:37:05 +00:00
c0a5f75504 Views now working, basic construction complete 2010-02-25 22:44:59 +00:00
131bc18d0e Fixed URLconf issues, added seperate live/test db setting 2010-02-25 18:17:29 +00:00
3c90e7d5e1 Added templates location 2010-02-25 18:55:37 +01:00
53630f980f Various changes to several aspects of the model base.
* Added SSOUser extension profile for auth
* Now checks for Corp membership and executes required commands
* Various small fixups
2010-02-25 15:49:56 +00:00
4cd4865f32 Various work on services api and models 2010-02-25 11:34:59 +00:00
b6168ae824 Sync with local modifications 2010-02-24 16:05:00 +00:00
b8e5647148 Initial import 2010-02-23 10:16:25 +00:00