- server: Upgraded spotfiy-web to version 1.3.0 which resloves login (ping/pong) issues
- server: Override rootlist function to return all root lists, not just published root lists
- server: Override the sendPong function from node-spotify-web
- server: Added checking for tracks
- server: Added error pushing to clients
- client: Added smaller screen resolution styles for Bootstrap
- server: Correct login logic in spotify-server.js
- client: Set cache to false on AJAX requests
- client: Added pragma no-cache as an extra measure
- client: Added cookie for username/password fields
- server: Issue #1 - Rootlist can contain more than just playlists, check for those and filter them out.
- server: Update spotify-web version to 1.2.0 to get things working again (flash key update). No versions before this will work correctly.
- client: Added tooltips on navbar icons
- client: Added logout
- server: Added logout
- docs: README.md
- package: Update git repository URL
- package: Familiarize myself with NPM publishing
- Initial commit