Commit graph

44 commits

Author SHA1 Message Date
Josh Sherman
11e4fee711 Switching the OAuth2 lib back again
Couldn't handle the fact that the errors were being echoed from the library
and not thrown or at the very least passed back so I could use them.
2014-10-19 10:26:15 -04:00
Josh Sherman
1ef2adae12 Added suggestions 2014-10-19 10:23:48 -04:00
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
08284b0f35 Fixed dependency version 2014-10-15 07:18:09 -04:00
Josh Sherman
32e7ae5f0f Switched oauth lib
Wasn't pleased to find that the new lib used the username as the primary key
across a bunch of tables. Not ideal IMO.
2014-10-15 07:08:39 -04:00
Josh Sherman
84231d9434 Swapped oauth lib 2014-10-14 22:24:46 -04:00
Josh Sherman
dc06f37320 Updated the interfaces and dropped oauth version
Seems the oauth lib's stable version is 3.2, dropped down from the 4 version
to that.
2014-10-14 22:05:52 -04:00
Josh Sherman
aa8c86e5c2 Working on oauth 2014-10-08 21:37:22 -04:00
Josh Sherman
846f75d0f3 Updated dependencies 2014-10-07 09:37:58 -04:00
Josh Sherman
de12028b35 Added oauth server as a dependency 2014-10-06 19:53:09 -04:00
Josh Sherman
e45e1251e1 Added auth test, cleaned up directory 2014-10-04 07:24:57 -04:00
Josh Sherman
2df1a5a162 Updated project name 2014-10-03 11:06:16 -04:00
Josh Sherman
75951b90ef Updated dependencies 2014-10-03 06:41:42 -04:00
Josh Sherman
bbf392f45f Still tweaking towards HHVM 2014-10-02 22:01:59 -04:00
Josh Sherman
2acd1b976e Updated dependencies 2014-09-30 15:06:53 -04:00
Josh Sherman
394c86d6ab Updated dependencies a bit 2014-09-30 09:49:08 -04:00
Josh Sherman
48c5289060 Moved files and added namespaces 2014-09-27 17:57:07 -04:00
Josh Sherman
6097e29aef Cleaning up tests 2014-09-26 07:31:04 -04:00
Josh Sherman
0090adef7c Dropped AYAH
Going to merge into my AYAH library eventually. For now just need to remove it
2014-09-23 22:52:22 -04:00
Josh Sherman
93ee7356b2 Dropped asset minification
Been moving away from using this functionality in favor of either Grunt or
Gulp. Dropped functionality for minification of CSS and JS but left the dynamic
reference logic intact. This will be moved to the HTML class eventually and
expanded to support the generation of the HTML tags as well as injecting the
URI with a timestamp.
2014-09-23 18:22:56 -04:00
Josh Sherman
c88d469e18 Rolled back to vfsStream v1.3.0
Moved to v1.4.0 and my tests started to fail. Locked version until I get around
to figuring out what changed and fix my code to accommodate
2014-09-23 18:01:06 -04:00
Josh Sherman
3701971894 Dropped autoload require
Thinking this may bork the test suite because it won't be able to fine ayah.
This is just part of the move towards having a local copy of pickles in the
project installed and managed by composer. Also retabbed the composer json.
2014-09-21 22:08:13 -04:00
Josh Sherman
702414b694 Updated dependencies and dropped most version numbers
There's no point in defining version numbers prematurely. I'll update with
exact versions as the need arises. At the moment `dev-master` outta be good
enough.
2014-09-20 15:43:15 -04:00
Josh Sherman
30fc51dcd5 Upgraded scssphp 2014-08-14 22:16:24 -04:00
Josh Sherman
695f4d3196 Added php to the list of dependencies 2014-08-10 08:21:44 -04:00
Josh Sherman
69c2fba9a1 Dumped dependency's version
@leafo's project has been quite active this week.
2014-08-10 08:17:10 -04:00
Josh Sherman
179f9cc143 Updated leafo/scssphp to 0.0.15 2014-08-07 18:57:06 -04:00
Josh Sherman
e19d3bd8b5 Updated leafo/scssphp to latest version
Just clearing out out of date dependencies.
2014-08-05 18:41:04 -04:00
Josh Sherman
84df7a1136 Dropped the UA 2014-07-27 18:11:25 -04:00
Josh Sherman
c02f658385 Updated dependencies 2014-07-27 18:02:18 -04:00
Josh Sherman
df19a61ab7 Updated dependency versions
SCSS and Coveralls had new versions.
2014-07-12 11:42:06 -04:00
Joshua Sherman
fa59eddae0 Upgraded SCSS to latest 2014-04-16 11:50:18 -04:00
Joshua Sherman
248c0ae458 Updated dependencies
I destroyed my old AYAH repo in favor of a fork of the official stuff that I updated. Had to add some vcs entry to get composer to pull from my fork and not the main package.
2014-02-02 10:16:00 -05:00
Joshua Sherman
4728858880 Added package details to json file 2014-01-20 23:44:51 -05:00
Joshua Sherman
e2f8464c51 Working towards standard directory names 2014-01-20 22:23:04 -05:00
Joshua Sherman
293f618bef Worked through some bugs, updated dependencies
The vendor directory is now just composer stuff. Planning to rearrange some
files soon but wanted to commit these changes. AYAH is now installed via
composer from a package I am maintaining and I dropped the test helpers as it
is a dev-only requirement (and that's assuming you even want to test).
2014-01-20 22:06:59 -05:00
Joshua Sherman
d2cf41ce3b Sorta got it working locally, fingers crossed! 2014-01-11 17:48:35 -05:00
Joshua Sherman
04e008c508 Moved composer out of the private directory
Unsure if that's why I couldn't make the file, thinking of perhaps making the
log directory part of the directory structure instead of creating it on the
fly in Travis CI.
2014-01-11 16:23:06 -05:00
Joshua Sherman
f3785bfa84 Added some stuff for coveralls
Still fighting with it, will remove the extra package if I find it to be an
unnecessary dependency.
2014-01-10 11:38:05 -05:00
Joshua Sherman
6e9736f030 Finished up tests for Dynamic class
Switched closure compiler to a composer version for ease of use when doing CI testing
2014-01-03 00:22:58 -05:00
Joshua Sherman
17752f71b3 More composer stuff, updated compile / minify logic
Now using composer installed apps for less and scss files.
2014-01-02 22:39:19 -05:00
Joshua Sherman
e70f31c711 Moved to composer installed vfsSteam
Seems the issue was namespacing this whole time.
2013-12-28 02:08:10 -05:00