Commit graph

24 commits

Author SHA1 Message Date
Hyzual
a1d48bbd30 Reorganizes the entire app to follow Google's best practice recommendations for Angular App Structure.
see: https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub

The files are now grouped by view / component.
Tests are located beside tested js files. The Grunt build will be responsible for only distributing actual files without the tests.
Each partial is at the same level as the js files related to it.
Ideally css files should be at the same level, maybe I'll refactor this later.

Moves all non-bower plugins to app/vendor.
Moves all images to app/images and styles to app/styles.
Merges the test and non-test jshintrc files.

Adds all the Jamstash contributors to the package.json file while I was refactoring.

Conflicts:
	app/app.js
	app/images/vgrabber.gif
	app/images/vgrabber2-active.gif
	app/images/vgrabber2-normal.gif
	app/index.html
2014-11-09 16:10:34 +01:00
Hyzual
85dac2d244 Modifies all the controllers to access the Jamstash module through angular instead of a global var. 2014-11-09 15:58:19 +01:00
Trevor Squillario
daae8cad59 4.0.2 jukebox updates 2014-11-08 17:22:07 -05:00
Trevor Squillario
0bdb803966 4.0.1 commit 2014-11-08 14:09:10 -05:00
Trevor Squillario
c53ddb0eee 3.4.2 - jPlayer updated to 2.6.3 2014-11-08 14:09:08 -05:00
Trevor Squillario
e5318f395b 3.4.2 Archive tab updates 2014-11-08 14:09:06 -05:00
Trevor Squillario
1f8c286a13 3.4.1 archive tab improvements 2014-11-08 14:09:05 -05:00
Trevor Squillario
ffa8f67835 3.4 fix album link 2014-11-08 14:09:04 -05:00
Trevor Squillario
fb989567cc 3.4 consolidated subsonic actions 2014-11-08 14:09:03 -05:00
Trevor Squillario
b0c3d9e9ab stash latest changes from local copy 2014-11-08 14:09:02 -05:00
Trevor Squillario
45042656f2 keyboard shortcut fix 2014-11-08 14:09:01 -05:00
Trevor Squillario
b6d80caee3 3.3.1 changes 2014-11-08 14:09:00 -05:00
Trevor Squillario
149688b8ca sync develop with local dev 2014-04-05 11:53:30 -04:00
Trevor Squillario
09ac96526e Issue #146, #153 2014-02-22 21:30:27 -05:00
Trevor Squillario
c46265340c jslinted 2014-02-22 21:00:12 -05:00
Trevor Squillario
310c79f63c Commit local changes 2014-02-22 18:56:13 -05:00
Emory P
bb7d018de4 js-beautify all the controllers, services and directives (and jshint) 2014-02-12 01:18:36 -05:00
Trevor Squillario
95f7ef53f2 3.2.2 2014-02-08 00:22:54 -05:00
Trevor Squillario
ff10d7779c Added push for extra Defaults, Added Artist Search 2014-01-12 19:40:48 -05:00
Trevor Squillario
661053aee2 Merging local changes 2014-01-12 16:06:54 -05:00
Trevor Squillario
f2495a1ba4 Removed jQuery UI plugin, switched to 2 panel layout 2014-01-12 15:30:56 -05:00
Trevor Squillario
223cce0dc4 3.1.1 additional bug fixes 2013-11-10 18:57:11 -05:00
Trevor Squillario
4b116d0024 3.1.1 sway.fm fixed, multiple sub-folder fix 2013-11-01 07:31:43 -04:00
Trevor Squillario
89684032ce 3.1.0 AngularJS, lots of other changes released from beta branch 2013-09-26 22:38:51 -04:00