Commit Graph

82 Commits

Author SHA1 Message Date
Taylor Otwell 68834a47d9 fixing conflicts. 2012-04-24 10:42:57 -05:00
Taylor Otwell affcad0948 fix bug surrounding cookie session driver. 2012-04-19 08:19:15 -05:00
Taylor Otwell 825e8b2d49 cleaning up code and comments. 2012-04-05 21:40:56 -05:00
Taylor Otwell 3c9a4b1aad Added "memory" (array based) session driver to ease the unit testing of session reliant operations.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-03-07 22:16:02 -06:00
Taylor Otwell b37c966aea improve session ID assignment to avoid possible overlaps.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-28 10:06:53 -06:00
Taylor Otwell d87b01ad6c cleaning up code.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
2012-02-27 09:26:51 -06:00
Phill Sparks 62072e5281 PHPDoc fixes 2012-02-04 21:30:52 +00:00
Taylor Otwell a6c083f311 added activity method to session. 2012-02-01 16:04:17 -06:00
Taylor Otwell 2b12c0c140 modified cookie class. set application key on first request if not set. 2012-01-31 15:58:00 -06:00
Taylor Otwell 659fd50a65 change function type in payload. 2012-01-31 11:47:55 -06:00
Taylor Otwell 071d8ab069 move cookie payload check into cookie class. 2012-01-25 09:44:38 -06:00
Taylor Otwell c847bc4d5e added cookie storage limit exception. 2012-01-25 09:01:15 -06:00
Taylor Otwell 471b7aaa81 fix glob problem in file cache driver. 2012-01-17 09:23:11 -06:00
Taylor Otwell b5442c67fc merged skunkworks into develop. 2012-01-16 13:59:24 -06:00
Taylor Otwell ff5b6315bc added array access to session::Get 2011-12-10 21:56:42 -06:00
Phill Sparks 1f17629baa Session flush now correctly prepares empty data. 2011-12-09 19:05:08 +00:00
Taylor Otwell b7b5bc6938 Change csrf_token constant. 2011-11-23 10:42:42 -06:00
Taylor Otwell 0f5558d2e3 Add constant for session token. 2011-11-23 10:31:55 -06:00
Taylor Otwell de72602c0a Add cookie payload class constant. 2011-11-23 08:56:13 -06:00
Taylor Otwell ba300e0233 Add some more comments to the session payload. 2011-11-23 08:52:38 -06:00
Taylor Otwell 994949c6ce refactoring various classes. 2011-11-21 19:09:48 -06:00
Phill Sparks 58638216e8 Throw better Exceptions 2011-11-15 12:35:04 +00:00
Taylor Otwell d1a969bd29 added uri class. refactored. 2011-11-14 21:18:18 -06:00
Taylor Otwell 270e0d4994 fixed a few bugs. 2011-11-11 21:42:36 -06:00
Taylor Otwell b6ab0b08ce moving some laravel classes around, switching alias to reflect changes. added some factories. removed system ioc container config file. 2011-11-11 21:27:30 -06:00
Taylor Otwell 9e9ee931b5 moved session class. 2011-11-09 21:55:21 -06:00
Taylor Otwell a986b010b6 deprecated the session payload class. 2011-11-01 23:22:04 -05:00
Taylor Otwell 6048d20921 refactoring the session class. 2011-11-01 23:11:08 -05:00
Taylor Otwell ca2c988274 added cookie option to session configuration. 2011-11-01 20:53:48 -05:00
Taylor Otwell cf6514fbb9 Fix bug in session flashing. 2011-11-01 08:33:36 -05:00
Taylor Otwell 06bf0a40a6 refactoring the session payload. 2011-11-01 00:10:25 -05:00
Taylor Otwell 997a90bcf5 major session refactoring. 2011-10-31 22:15:47 -05:00
Taylor Otwell b3cdcb38a6 tweaking some comments. 2011-10-29 21:06:28 -05:00
Taylor Otwell 7bf84066bf refactoring. added redis drivers. 2011-10-26 21:21:31 -05:00
Taylor Otwell 32989d39c8 some small refactorings and cleanup. 2011-10-22 23:25:07 -05:00
Taylor Otwell af36cb3d5a various refactoring and tweaks. 2011-10-20 21:44:18 -05:00
Taylor Otwell df9130dafa refactoring and working on redis. 2011-10-19 22:44:02 -05:00
Taylor Otwell 9fc9f88a41 refactoring various pieces of the framework. 2011-10-18 20:19:36 -05:00
Taylor Otwell 76a5bc483a refactoring various classes. 2011-10-15 14:39:52 -05:00
Taylor Otwell a6eaa06981 refactoring routing and comments. 2011-10-15 14:04:11 -05:00
Taylor Otwell 9fa69e0844 refactoring routing and class comments. 2011-10-13 21:32:11 -05:00
Taylor Otwell 3998066eb7 refactored session tests. 2011-10-12 23:35:15 -05:00
Taylor Otwell ba751b430b restructured session handling. 2011-10-12 23:15:10 -05:00
Taylor Otwell f68a918d69 refactoring session classes. 2011-10-12 22:29:49 -05:00
Taylor Otwell 4342f82aa9 refactoring cache and session classes. 2011-10-12 21:55:05 -05:00
Taylor Otwell 6cb79e6676 refactoring 2011-10-10 21:34:15 -05:00
Taylor Otwell 17385697c0 continuing to work on the remember me authentication. 2011-10-09 23:20:54 -05:00
Taylor Otwell b7b5451a7f refactoring session handling. 2011-10-08 23:53:13 -05:00
Taylor Otwell 2c2dcdc502 Merge pull request #99 from sparksp/aeae2c8476523f1551825afcc17323c4b88d22c5
Secure extracts
2011-10-05 21:26:35 -07:00
Taylor Otwell 71b0ab8b8d refactoring container for speed. 2011-10-05 18:32:48 -05:00