Commit Graph

984 Commits

Author SHA1 Message Date
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
b6c402f4fa Fixes the cron jobs and account validation, enables account deletion 2010-03-14 02:27:16 +00:00
301aa58bf3 Added a "Reddit Eligible" field in the admin interface. 2010-03-12 16:36:46 +00:00
d25d53273d Added validation to stop exploiting the multi-character hole 2010-03-12 13:12:17 +00:00
2d8856c742 Cleanup char/service selection, let the QuerySet do the work. 2010-03-12 12:19:21 +00:00
cb49170d33 Restricts service account usernames to charnames
* Forms now show a character selection box
  * Once created, user is sent to a template with a generated password
  * Will not display a service if a account already exists on it.
2010-03-12 12:16:07 +00:00
5d58897848 SeviceAccountForn will only present services that the user isn't registered for 2010-03-12 10:59:48 +00:00
4663658b83 dbsettings is per system, moved to a example file and updated ignore 2010-03-12 10:13:18 +00:00
e62180a1c4 Fixed field validation 2010-03-11 19:12:07 +00:00
4c5bba4676 Fixed issues with latest patches 2010-03-11 18:56:15 +00:00
a543d06a18 Move username validation down to Form clean instead of username field clean 2010-03-11 18:27:33 +00:00
4c2b7cfe0f Added further validation on UsernameField 2010-03-11 11:11:08 +00:00
c0d05dac8d Fixes eve_proxy to allow POST values 2010-03-10 01:32:02 +00:00
2c93e2abdf Change username -> service_uid 2010-03-10 01:07:44 +00:00
1bb5f8c5f1 Fixed userlookup template to show the correct services id 2010-03-10 00:59:37 +00:00
4ccdaf5187 Added User Lookup feature 2010-03-10 00:55:39 +00:00
a6cbb2744b Further template modifications 2010-03-09 23:59:26 +00:00
1b74e8f272 New webpage style. 2010-03-09 23:47:21 +00:00
0881634127 Added import call for reverse 2010-03-09 23:12:26 +00:00
920c2a6cde Fixed eve_proxy view to remove the url path from the requested string 2010-03-09 23:07:27 +00:00
e65afef1db Added django_evolution to the stack 2010-03-09 22:09:37 +00:00