Josh Sherman
6414644f35
Shifting to that NoSQL life
...
Dropped the database abstraction layer, added a rudimentary MongoDB class,
dopped all of the interface classes for the OAuth2 library and updated the
dependencies to use @bshaffer's OAuth2 class as it has MongoDB support out of
the box.
2014-10-19 09:16:11 -04:00
Josh Sherman
59af055f7e
Merge branch 'master' into 2.0
...
Conflicts:
composer.json
2014-10-16 10:40:52 -04:00
Josh Sherman
c824d3d5e6
Cleaned up the links a bit.
2014-10-16 10:40:11 -04:00
Josh Sherman
c244e02d46
Implementing storage interfaces
2014-10-14 07:11:03 -04:00
Josh Sherman
49a713eb35
Finished up password grant
2014-10-13 22:50:43 -04:00
Josh Sherman
ec14621e7c
Tweaked unit tests
2014-10-13 21:46:34 -04:00
Josh Sherman
75596ed725
Moved to new namespace
2014-10-12 21:53:15 -04:00
Josh Sherman
2ec85c469b
Working on that OAuth2
2014-10-12 21:20:48 -04:00
Josh Sherman
a834692235
Stubbed out storage classes
2014-10-11 07:40:09 -04:00
Josh Sherman
aa8c86e5c2
Working on oauth
2014-10-08 21:37:22 -04:00
Josh Sherman
e45e1251e1
Added auth test, cleaned up directory
2014-10-04 07:24:57 -04:00
Josh Sherman
a866a1a61b
Merge branch 'master' into 2.0
2014-10-03 11:08:50 -04:00
Josh Sherman
2df1a5a162
Updated project name
2014-10-03 11:06:16 -04:00
Josh Sherman
ae98b67683
Cleaned up headers
2014-10-03 10:46:43 -04:00
Josh Sherman
84a785d4c9
Added Basic Auth functionality
2014-10-03 07:30:10 -04:00
Josh Sherman
31f4c32fb0
Reworked test to check for PHP version
...
`password_hash` is PHP 5.5. Instead of adding the sanity check in the code,
I've opted to put it in the test to ditch the overhead of having to make that
check for every request.
2014-10-02 21:34:09 -04:00
Josh Sherman
1b365bcff0
Added root namespace to function
...
Tests were failing on 5.4 out on travis. Was barking about the function not
existing in the namespace. Hoping this resolves it.
2014-10-02 21:18:36 -04:00
Josh Sherman
ee8bd63a08
Working on that new profiler
...
Gotta figure out what's going on with the database portion, it's going all
crazy on me.
2014-10-01 07:41:01 -04:00
Josh Sherman
1c974fc9ad
Reworked config to be an arrayobject
...
Death to the mix of object variable and array. Also cleaned up the profiler
sanity checks as the variable will always be present now. Profiler is now an
all or nothing action.
2014-09-29 21:32:08 -04:00
Josh Sherman
aea1bae3bf
Working on tests for Resource
2014-09-28 21:49:49 -04:00
Josh Sherman
6c173cdc89
Working on tests for the Resource class.
...
Got a bunch more validation rules to port over.
2014-09-28 09:47:54 -04:00
Josh Sherman
3b8eddc7b5
Dropped status code method
...
The function `http_response_code` was added in PHP 5.4 which deprecated the
code I had written. Dropped functionality and tests and updated code to use the
new function.
2014-09-28 08:36:14 -04:00
Josh Sherman
da379d0849
Knocked out unit tests for the new Router
2014-09-28 08:24:02 -04:00
Josh Sherman
79f8da8c45
Namespaced the fuck out of Pickles
2014-09-27 22:28:15 -04:00
Josh Sherman
48c5289060
Moved files and added namespaces
2014-09-27 17:57:07 -04:00