Commit graph

15 commits

Author SHA1 Message Date
Josh Sherman
a4a994dc19 Cleaned up response codes
Closes #21
2013-12-21 19:07:07 -05:00
Josh Sherman
fa5ef9d858 Fixed issue with multiple values passed in via _PUT 2013-12-19 14:31:46 -05:00
Josh Sherman
d2f1eeb8b0 Bug fixes 2013-12-19 12:09:30 -05:00
Josh Sherman
e2980b465c Hacked together better PUT support 2013-12-19 11:53:12 -05:00
Josh Sherman
78c8ed42ac Code complete on API. 2013-12-19 11:25:19 -05:00
Josh Sherman
1e140d1a09 Pre-wave commit. 2013-12-18 20:24:19 -05:00
Josh Sherman
1006cbd436 Got that first API call done
Had to work out the API parent class a bit. Also closing #8 as the API docs are about done. Time to knock out the rest of the API calls so I can start using this shit.
2013-12-18 16:38:21 -05:00
Josh Sherman
7b18541a61 Working on that API scaffolding 2013-12-17 23:34:39 -05:00
Josh Sherman
c1817a24be Dropped Redis model, rebuilt without it
The model was getting a bit more complicated than I would have liked. Went back to using straight redis commands and moved some of the user model logic into the custommodule.
2013-12-17 00:46:47 -05:00
Josh Sherman
74257193f1 Built out logout procedure. 2013-12-16 18:24:39 -05:00
Josh Sherman
29987e8640 Finished user creation step
Added new modules to handle routing if the user is logged in or not. Closes #2
2013-12-16 17:19:44 -05:00
Josh Sherman
cedc38917a Finished up user creation in Redis 2013-12-16 15:37:07 -05:00
Josh Sherman
9fe9eb7acf Working on this RedisModel class
Got it working fairly well, just trying to get all of my assumption / opinions baked in. Still need to come up with a decent way to generate session hashes to help avoid session collision . Incidentally Retwis seems to be susceptible to this.
2013-12-15 22:59:39 -05:00
Josh Sherman
7063b7aafe Built a simple wrapper for phpredis
Not every page / page view will need to connect to Redis, set it up so the connect isn't made until a call is made, lazy connect if you will.
2013-12-15 16:30:12 -05:00
Josh Sherman
061d7aee73 Laying out redis goodness 2013-12-15 12:29:18 -05:00