Activity
From 12/17/2010 to 01/15/2011
01/15/2011
-
09:35 pm Feature Request #3607 (Closed): Add create_user/update_user methods to the user model
-
09:32 pm Feature Request #3607 (Closed): Add create_user/update_user methods to the user model
- We should have methods for creating/updating users in the user model that include the extra password validation that ...
-
08:18 am Bug Report #3605 (Closed): AUTH login hashes the password if passed as string
- Not all the drivers will require to have the password sent as hash for the _login abstract function.
For example, ...
01/14/2011
-
10:38 pm Bug Report #3597 (Closed): Model_User::hash_password should not run on empty values.
- You should validate the password field outside of the model. The password is always a hash in the model, so rules lik...
-
08:31 pm Feature Request #3541 (Closed): Update ORM driver and related models for new ORM version
-
04:12 pm Bug Report #3597 (Closed): Model_User::hash_password should not run on empty values.
- @Model_User::hash_password@ processes all values at the minute. This causes an issue with ORM Validation because when...
-
03:18 pm Bug Report #3579 (Closed): Sample schema is too "small" for a sha256
01/12/2011
-
07:57 pm Bug Report #3574 (Closed): Declaration of Kohana_Auth_ORM::get_user() should be compatible with t...
- Fixed by "4e671485...":https://github.com/kohana/orm/commit/4e671485b1aed792735105a49acf900793b19e47
-
04:23 am Bug Report #3579 (Closed): Sample schema is too "small" for a sha256
- Sample schema is too "small" for a sha256..
01/11/2011
-
03:28 pm Bug Report #3574 (Assigned): Declaration of Kohana_Auth_ORM::get_user() should be compatible with...
01/10/2011
-
11:28 pm Bug Report #3574 (Closed): Declaration of Kohana_Auth_ORM::get_user() should be compatible with t...
- Simple warning:...
01/05/2011
01/04/2011
-
02:48 pm Revision ee35422d: Merge branch '3.0/master' into 3.1/develop
-
02:25 pm Revision fc8781e9: Fix parse error in get_user() and require hash_key to be set, fixes #3542
-
02:20 pm Bug Report #3542 (Closed): Auth::hash() should require a valid hash key
- Fixed by "fc8781e92...":https://github.com/kohana/auth/commit/fc8781e926c88b214abb154af94ff83b237f1902
-
02:17 pm Bug Report #3542 (Closed): Auth::hash() should require a valid hash key
- The Auth::hash() method should throw an exception if you don't have a hash key defined. Also the Auth::hash_password(...
-
02:29 am Feature Request #3541 (Closed): Update ORM driver and related models for new ORM version
- The ORM driver and related orm models need to be updated for the new 3.1 orm.
12/30/2010
-
08:58 pm Feature Request #3103: 'remember' option on force login
- Why 3.0.9.1? This commit was created 23 hours ago.
-
08:44 pm Bug Report #3217 (Closed): logged_in doesn't really check arrays
- Implemented in "16c86107":https://github.com/kohana/auth/commit/16c86107c0e6cc2a94a87d7faf32a7bb757b3412
-
08:42 pm Feature Request #3103: 'remember' option on force login
- Oops, my mistake. Implemented in "d950cbfff":https://github.com/kohana/auth/commit/d950cbfff525a3a252b0ffabe506b02697...
- 07:27 pm Revision 653963a2: Merge branch '3.0.x'
- Conflicts:
classes/kohana/auth/orm.php
12/29/2010
-
09:48 pm Revision 16c86107: define strict level for logged_in() role checks, implements #3217
-
09:45 pm Revision f9106fc6: cookie/session flags must have configurable names, fixes #3154
-
09:45 pm Bug Report #3154 (Closed): authautologin cookie
- Applied in changeset commit:"f9106fc6d80e37ab514703ef8d40820d40a0c8a2".
-
09:41 pm Revision d950cbff: create separated remember() method, implements #3103
12/27/2010
-
05:11 am Feature Request #3103 (Feedback): 'remember' option on force login
- This probably should be part of 3.1.x. The master branch is for releases only. This change should be reverted and app...
-
05:08 am Bug Report #3154 (Feedback): authautologin cookie
- This change should be applied to the 3.0.x branch, not the master branch. The master branch is _always_ that current ...
-
05:08 am Bug Report #3217 (Feedback): logged_in doesn't really check arrays
- This change should be applied to the 3.0.x branch, not the master branch. The master branch is _always_ that current ...
12/26/2010
-
09:35 pm Revision 2a19b87f: define strict level for logged_in() role checks, implements #3217
-
09:30 pm Bug Report #3217 (Closed): logged_in doesn't really check arrays
- Use $all_required param, implemented in "2a19b87":https://github.com/kohana/auth/commit/2a19b87f07bc058cbc1709ccf55a1...
-
09:15 pm Bug Report #3154 (Closed): authautologin cookie
- Applied in changeset commit:"38abe2e151edf78b6e7caedfe59b1637f6824647".
-
09:10 pm Revision 38abe2e1: cookie/session flags must have configurable names, fixes #3154
-
09:10 pm Feature Request #3133: Marking forced logins should (at least) be optional
- It was implemented "3 months":http://dev.kohanaframework.org/issues/3133#note-1 ago, whats wrong?
-
09:07 pm Feature Request #3103: 'remember' option on force login
- You can remember user using special remember() method, implemented in "f6cd93765":https://github.com/kohana/auth/comm...
-
09:05 pm Bug Report #3154: authautologin cookie
- fixed in "38abe2e15":https://github.com/kohana/auth/commit/38abe2e151edf78b6e7caedfe59b1637f6824647
-
08:48 pm Revision f6cd9376: create separated remember() method, implements #3103
-
08:26 pm Bug Report #3406: bug in module auth.
- You are talking about
> $user->has('roles', ORM::factory('role', array('name' => 'login')))
am i right? ORM auto...
12/21/2010
Also available in: Atom