Development

/plugins/sfEasyAuthPlugin (log)

You must first sign up to be able to contribute.

root/plugins/sfEasyAuthPlugin


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @22592 [22592] 09/29/09 10:50:39 allyb Added a more useful exception message
(edit) @22591 [22591] 09/29/09 10:50:08 allyb The profile column is now indexed
(edit) @22244 [22244] 09/22/09 16:09:55 allyb A flag can now be given to the setPassword method to force skipping …
(edit) @22152 [22152] 09/18/09 16:23:02 allyb Users are redirected to the right place on logging out
(edit) @22151 [22151] 09/18/09 16:16:44 allyb Updated the README
(edit) @22150 [22150] 09/18/09 16:12:06 allyb The base easy auth action now doesn't clear the …
(edit) @22124 [22124] 09/18/09 10:17:35 allyb Updated the readme
(edit) @21724 [21724] 09/06/09 19:15:53 allyb sfEasyAuthBasicUser now inherits from the local class
(edit) @21723 [21723] 09/06/09 19:15:00 allyb The user name label is now configurable
(edit) @21722 [21722] 09/06/09 19:14:31 allyb Added a new field to the app.yml file
(edit) @21714 [21714] 09/06/09 10:10:42 allyb Updated the README
(edit) @21713 [21713] 09/05/09 22:42:28 allyb Added a toString method
(edit) @21625 [21625] 09/01/09 18:10:58 allyb Added debug logging to the log in methods
(edit) @21478 [21478] 08/26/09 13:47:47 allyb Retrieving possible extra credentials is better now
(edit) @21477 [21477] 08/26/09 13:38:14 allyb Added a validator to prevent admins editing user types - or it could mess …
(edit) @21476 [21476] 08/26/09 13:27:42 allyb Renaming sfEasyAuthUserCredentials to sfEasyAuthUserCredential
(edit) @21475 [21475] 08/26/09 13:06:55 allyb Renamed sfEasyAuthUserCredentials to the singular
(edit) @21474 [21474] 08/26/09 13:03:16 allyb Extra user credentials are now saved correctly
(edit) @21472 [21472] 08/26/09 12:42:33 allyb Working on better management of extra user credentials in the back end
(edit) @21467 [21467] 08/26/09 11:44:21 allyb Renamed all classes so they are prefixed by 'sf' instead of 'Sf'
(edit) @21448 [21448] 08/25/09 17:24:56 allyb Renamed the sfUserCredentials class
(edit) @21442 [21442] 08/25/09 16:44:09 allyb Added a column showing credentials to the admin area
(edit) @21441 [21441] 08/25/09 16:37:07 allyb Fixed the admin module
(edit) @21392 [21392] 08/24/09 15:26:22 allyb Updated the readme
(edit) @21389 [21389] 08/24/09 14:41:43 allyb Users can now delete their accounts
(edit) @21383 [21383] 08/24/09 11:12:49 allyb Overrode the delete method to delete the user's profile when the user is …
(edit) @21311 [21311] 08/21/09 17:35:58 allyb Changed the easy auth inheritance hierarchy to enable users to insert …
(edit) @21278 [21278] 08/20/09 17:37:30 allyb Updated project schema
(edit) @21250 [21250] 08/19/09 12:11:59 allyb Events fire correctly now
(edit) @21249 [21249] 08/19/09 11:55:43 allyb Fixed a typo
(edit) @21221 [21221] 08/18/09 15:23:03 allyb Regenerated the model
(edit) @21216 [21216] 08/18/09 13:37:53 allyb Users are now redirected to the page they were trying to access if they …
(edit) @21215 [21215] 08/18/09 12:59:57 allyb Removed the redirect plugin since it is no longer needed during …
(edit) @21214 [21214] 08/18/09 12:59:26 allyb Edited a comment
(edit) @21213 [21213] 08/18/09 12:53:27 allyb Updated the README
(edit) @21212 [21212] 08/18/09 10:59:47 allyb Updated the todo list
(edit) @21211 [21211] 08/18/09 10:29:03 allyb Tried to standardise parameters passed to certain events
(edit) @21199 [21199] 08/17/09 18:17:32 allyb Corrected a method signature
(edit) @21198 [21198] 08/17/09 18:13:15 allyb The redirection filter now keeps the controller name in the url
(edit) @21195 [21195] 08/17/09 18:02:21 allyb Working on a redirection filter
(edit) @21193 [21193] 08/17/09 16:50:30 allyb Documented events
(edit) @21192 [21192] 08/17/09 16:26:49 allyb Added more events
(edit) @21191 [21191] 08/17/09 16:07:24 allyb Added events to allow extending the plugin
(edit) @21190 [21190] 08/17/09 13:44:07 allyb Fixed a bug in the simple mailer
(edit) @21189 [21189] 08/17/09 13:16:36 allyb Created a template for sending email confirmation emails
(edit) @21188 [21188] 08/17/09 13:01:07 allyb Added a callable for sending email confirmation emails to
(edit) @21187 [21187] 08/17/09 12:28:39 allyb The password min length is now configurable
(edit) @21186 [21186] 08/17/09 12:20:07 allyb Moved remaining error strings to app.yml file
(edit) @21185 [21185] 08/17/09 11:45:46 allyb Made a better distinction between an enabled account and an active one.
(edit) @21183 [21183] 08/17/09 11:25:06 allyb Added a feature to require email addresses to be confirmed before allowing …
(edit) @21158 [21158] 08/14/09 17:34:30 allyb Users now get password reset emails delivered
(edit) @21155 [21155] 08/14/09 16:32:07 allyb Moved the email_confirmed field to sfEasyAuth
(edit) @21154 [21154] 08/14/09 16:24:57 allyb Created a way to send password reset emails using callables
(edit) @21153 [21153] 08/14/09 13:12:14 allyb Users can now reset their passwords
(edit) @21152 [21152] 08/14/09 12:01:55 allyb Working on allowing users to reset their password
(edit) @21137 [21137] 08/13/09 17:37:41 allyb Added i18n to the templates
(edit) @21135 [21135] 08/13/09 17:23:56 allyb Auto logging in now works
(edit) @21133 [21133] 08/13/09 16:31:50 allyb Edited route names for the pw reset feature
(edit) @21129 [21129] 08/13/09 13:29:13 allyb Added a new field to contain a password reset token to prevent replay …
(edit) @21128 [21128] 08/13/09 12:48:17 allyb Working on the password reset feature.
(edit) @21104 [21104] 08/12/09 18:09:21 allyb Working on the password reset feature
(edit) @21103 [21103] 08/12/09 17:53:19 allyb Added a hash for auto logging users it
(edit) @21101 [21101] 08/12/09 16:59:54 allyb Email addresses must be unique for the password reminder to work
(edit) @21099 [21099] 08/12/09 16:17:53 allyb Updated the documentation
(edit) @21098 [21098] 08/12/09 15:52:11 allyb Updated the README
(edit) @21097 [21097] 08/12/09 15:14:28 allyb Removed an unneeded method
(edit) @21096 [21096] 08/12/09 13:48:21 allyb Working on adding support for user profiles
(edit) @21049 [21049] 08/11/09 18:31:25 allyb Added some utility methods for working with profiles
(edit) @21046 [21046] 08/11/09 18:16:15 allyb Working on supporting user profiles
(edit) @21036 [21036] 08/11/09 14:05:41 allyb The user inheritance hierarchy is now specified in the app.yml file
(edit) @21035 [21035] 08/11/09 13:47:12 allyb Reverted the schema to remove php
(edit) @21031 [21031] 08/11/09 13:23:00 allyb Working on supporting user profiles and an easily configurable user class …
(edit) @21030 [21030] 08/11/09 12:41:09 allyb Begun to implement the password reset back end
(edit) @21029 [21029] 08/11/09 12:28:14 allyb Added js for a password reset function
(edit) @21028 [21028] 08/11/09 11:48:44 allyb Labels now show on form elements
(edit) @20996 [20996] 08/10/09 18:08:49 allyb Initial import
(edit) @20995 [20995] 08/10/09 18:06:21 allyb Creating a trunk directory
(add) @20986 [20986] 08/10/09 14:00:05 plugin.bot [sfEasyAuthPlugin] created the initial directory structure
Note: See TracRevisionLog for help on using the revision log.