Commit Graph

991 Commits

Author SHA1 Message Date
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
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