Commit Graph

954 Commits

Author SHA1 Message Date
fa4a084292 Added delete confirmation for services. Generally cleanup of service views 2010-03-23 10:49:12 +00:00
596cc0bab4 Fixed del_user and added enable/disable functions to mumble service 2010-03-23 10:24:00 +00:00
05f5df397c Now links users to mumble, and check_user works with virtual servers 2010-03-23 10:17:00 +00:00
9503dd12f6 Removed django_cron reference 2010-03-23 10:05:22 +00:00
d2b47da704 Updated to current hg head of mumble-django 2010-03-23 10:00:05 +00:00
edc5def1f3 Updated cronjob defaults 2010-03-23 09:44:46 +00:00
484a459987 Removed django_cron dependancy, use manual started cronjobs 2010-03-23 09:43:04 +00:00
8a2bd17e0e Enable passing of API information to MiningBuddy, cleaned out some debug statements 2010-03-22 15:44:02 +00:00
d54920a1b8 Further validation and bugfixes for miningbuddy service 2010-03-22 15:03:23 +00:00
3f458928e4 Now provides user, character, eveapi, and reddit accounts to the Service API add_user 2010-03-22 14:17:07 +00:00
6b474b1aac Syntax error 2010-03-22 14:00:46 +00:00
45f4808148 Added mining buddy service 2010-03-22 14:00:02 +00:00
e059c03708 Fixed delete user sqls 2010-03-19 15:18:23 +00:00
10cc03db4f Added django_evolution to ignore 2010-03-19 14:03:03 +00:00
5963e580b2 Added login method and working user lookup 2010-03-19 11:09:58 +00:00
a9607e9bbd Merge branch 'master' into piston-api 2010-03-19 10:02:58 +00:00
5b4791fce5 Updated templates to put emphasis that they're external services 2010-03-19 10:01:55 +00:00
85e31dfa2c Fixed mediawiki password reset 2010-03-18 23:42:49 +00:00
3931f86dee Basic django-piston based API package. 2010-03-18 23:35:45 +00:00
65407b42dc Added further work on reddit API and cronjobs 2010-03-18 22:11:48 +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
bb4ae21556 Toggled successful check, always reporting fail 2010-03-18 18:20:01 +00:00
42588e1909 Actually added working password reset functions. Fixed views as required. 2010-03-18 18:16:18 +00:00
606ddd3cd7 Removes static resource ID for xmpp client interface 2010-03-18 17:47:29 +00:00
e70639ef62 Cleanup of API code, DRY principle. 2010-03-18 16:07:18 +00:00
2005131a4e Added to Inbox, allows sending messages 2010-03-18 14:20:07 +00:00
3f2c4445a7 Updated templates 2010-03-17 00:54:36 +00:00
86948dc88d Added missing templates 2010-03-17 00:28:51 +00:00
65a6e3155b Registration now uses unique email form, stops multiple registrations, fixes #16 2010-03-17 00:24:54 +00:00
81e81ffe4a Adds a character viewer 2010-03-17 00:07:35 +00:00
0068099e2a Added message notifications 2010-03-16 23:13:11 +00:00
17dac0ed83 Add a bit more random data into password generation 2010-03-16 22:01:41 +00:00
4795629b63 Fixed add service format issue 2010-03-15 14:59:32 +00:00
ae85edb261 Changed profile template location, added none available template 2010-03-15 14:56:52 +00:00
c1ffbb45a9 Reorganised Serivce Account templates 2010-03-15 14:54:11 +00:00
d7fcc98153 Changes the Services Add form for required input, also redirects user if they have no services to add. 2010-03-15 14:28:50 +00:00
c17e4bae8f Added commit to enable user, causing locking issues 2010-03-14 23:12:31 +00:00
ac62f9feb7 Added basic password reset function 2010-03-14 23:00:35 +00:00
d987728352 Fixed stupid typo 2010-03-14 07:11:30 -04:00
076466df69 Added status and last update fields 2010-03-14 07:11:05 -04:00
db8e61ab07 Added timestamp update for corps 2010-03-14 11:07:50 +00:00
c9eb1518f3 Use utcnow() when updating the API stamp 2010-03-14 11:03:08 +00:00
6b289b750a Fixed typo causing stacktrace 2010-03-14 10:56:58 +00:00
60c1c98fb1 Updated service account template 2010-03-14 10:41:33 +00:00
2fa56de8c7 Various small fixes for Forced Username 2010-03-14 10:37:15 +00:00
72ba19678d Removed excess clean function 2010-03-14 10:21:54 +00:00
95909fcf27 Merge branch 'master' into forced-username
Conflicts:

	sso/forms.py
2010-03-14 10:20:58 +00:00
36e05f2d44 Fixed views to provide full header on all views 2010-03-14 03:57:25 +00:00
3a31d3b3c1 Fixes BaseService to return a uid value 2010-03-14 03:39:31 +00:00
84f625a900 Fixes #26, cleanup form validation issues.
Due to the way the validation worked, all cleanup() functions are ran before
the errors are returned. If the username didn't exist the existing user
lookup failed.
2010-03-14 03:35:09 +00:00