Commit Graph

24 Commits

Author SHA1 Message Date
Taylor Otwell 4d38ec0279 Remove unnecessary parens from Auth::check. 2011-08-15 14:28:36 -05:00
Taylor Otwell 4c243f3a99 Refactor the auth class and its comments. 2011-08-15 14:15:28 -05:00
Taylor Otwell d197a97aac remove comment bloat. 2011-08-14 19:40:52 -05:00
Taylor Otwell 9f1edfaee3 refactoring comments and code. 2011-08-14 13:57:52 -05:00
Taylor Otwell 21a6040a79 improving class comments. 2011-08-13 22:19:04 -05:00
Taylor Otwell 3ac2287329 fixing API comments. 2011-08-13 21:43:33 -05:00
Taylor Otwell 17727a2278 rename eloquent::model to eloquent::model_name 2011-08-13 20:01:45 -05:00
Taylor Otwell b8e534a117 Fix auth class comments. 2011-08-11 15:46:15 -05:00
Taylor Otwell bb7649043c Refactor the Auth class method names. 2011-08-11 15:44:29 -05:00
Taylor Otwell 2e34309539 Refactor Auth class for consistency. 2011-08-11 13:45:17 -05:00
Taylor Otwell 982789a320 Added Auth::remember method for conveniently logging in users after a fresh registration. 2011-08-11 13:44:13 -05:00
Taylor Otwell 0e39941632 Fix spacing on Auth doc code examples. 2011-08-09 14:21:51 -05:00
Taylor Otwell 7da624e0d9 Added better inline docs to the Auth class. 2011-08-09 14:18:16 -05:00
Taylor Otwell 09feb52db9 changed auth and view variables to protected. 2011-08-08 22:20:59 -05:00
Taylor Otwell d59b3ad90a add check for session driver before using auth class. 2011-08-06 20:24:09 -05:00
Taylor Otwell 0d2cfd2417 Refactor Auth class to use Auth config closures. 2011-07-11 12:42:19 -07:00
Taylor Otwell 757e1280a8 Refactor Auth class to use new bcrypt hashing. 2011-07-11 12:25:12 -07:00
Taylor Otwell ca58f80b22 removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class. 2011-07-09 22:15:42 -05:00
Taylor Otwell 22c1353cea added comment to auth class. 2011-07-07 23:01:44 -05:00
Taylor Otwell 70e35fb3d7 refactoring auth class. 2011-07-07 23:00:40 -05:00
Taylor Otwell 39d3ccb8f0 Refactoring / comment clean-up on Auth class. 2011-07-06 13:37:59 -07:00
Taylor Otwell ab08987247 improving auth class comments. 2011-06-16 19:51:32 -05:00
Taylor Otwell f7bb0c5510 trimmed comment bloat. returning boolean on eloquent save. 2011-06-10 12:43:09 -05:00
Taylor Otwell a188d62105 initial commit of laravel! 2011-06-08 23:45:08 -05:00