Thibault Jouan
763c9789ec
Allow user to creates named auth keys with token
2015-05-05 02:31:30 +00:00
Thibault Jouan
e647aa257f
Configure standard rails javascript behavior
2015-05-04 23:01:37 +00:00
Thibault Jouan
7a28b01287
Refactor playlists views
2015-05-04 00:53:08 +00:00
Thibault Jouan
5a1082e93f
Refactor API rabl views
2015-05-03 19:05:41 +00:00
Thibault Jouan
bdfd0edff0
Include roots for resources in rabl index views
2015-05-03 19:03:16 +00:00
Thibault Jouan
6001cd2e79
Implement tracks/show in AP
2015-05-02 00:11:52 +00:00
Thibault Jouan
aaca5bf1d9
Remove .html from HAML views paths (except layout)
2015-05-02 00:06:15 +00:00
Thibault Jouan
b3cfa88bb9
Implement playlists/show in API
2015-05-01 20:06:20 +00:00
Thibault Jouan
5e1757aff9
Improve tracks CRUD
...
* Add index, edit and update action;
* Add _form partial;
* Add link to tracks/index in nav;
* Refactor specs.
2015-05-01 12:09:29 +00:00
Thibault Jouan
b25fbaac5e
Remove last playlists and tracks from home
2015-05-01 11:03:34 +00:00
Thibault Jouan
4b0f4d391f
Implement user sign out (destroy current session)
2015-05-01 10:55:32 +00:00
Thibault Jouan
2f44a2265e
Add navigation in layout header as a list
2015-04-30 13:54:02 +00:00
Thibault Jouan
3b733c349e
Fix coding standards in application files
2015-04-30 08:52:00 +00:00
Thibault Jouan
da96c4814a
Use ruby 2.x hash syntax
2014-04-01 10:48:18 +00:00
Thibault Jouan
9b9e17e591
Implement track/index action for API
2012-05-03 21:11:03 +00:00
Thibault Jouan
df6d4991f8
Implement playlists/create action for API
2012-03-19 02:23:48 +00:00
Thibault Jouan
10a8e1f094
Remove v0 version namespacing for API
2012-03-18 23:16:43 +00:00
Thibault Jouan
5dfafdcc46
Implement sessions/create in JSON API
2012-03-18 17:30:36 +00:00
Thibault Jouan
196ea16a94
Use RABL to build JSON responses given by API
2012-03-11 23:31:01 +00:00
Thibault Jouan
0e3cf48d95
Use symbols instead of strings for Haml attributes keys in the layout
2011-12-30 10:42:47 +00:00
Thibault Jouan
c764265af2
Improve readability in some views by adding empty lines
2011-12-30 10:41:52 +00:00
Thibault Jouan
27550fd14e
Save track files in new Sound model:
...
* Consolidate migrations
* Add Sound model. Each sound can belong to a track and contains
informations about one sound file.
2011-09-20 17:43:20 +00:00
Thibault Jouan
f49a5a3f67
Update to rails 3.1.0
...
* Bump rails version to 3.1.0 in Gemfile
* Update config files
* Fix bcrypt monkey patch for specs
* Fix TracksController
* Replace track streaming with track download
* Remove assets from application layout
2011-09-15 16:10:21 +00:00
Thibault Jouan
688a178376
Validate uniqueness of user email address
...
* Make user.email attribute unique
* Render validations error messages in users/new view
2011-09-08 23:09:58 +00:00
Thibault Jouan
acaa9fc19a
Use table for form fields in views
2011-09-07 21:13:20 +00:00
Thibault Jouan
1057cab009
Implement user registration feature
...
* Add users/new action and view
* Add users/create action
* Add link to sign up in sign in page
2011-09-07 18:36:06 +00:00
Thibault Jouan
7bf4d4c5f9
Add authentication and User model
...
* Add User model
* Add SessionsController
* Add password authentication on User
* Request authentication for all actions except sign in
* Add some helpers for ApplicationController
* Update features to work with mandatory authentication
2011-08-06 23:04:36 +00:00
Thibault Jouan
46abe07268
Add latest added tracks list on the home page
2011-07-27 22:10:22 +00:00
Thibault Jouan
b39bc2d6da
Add home page with playlists list and link to add a track
2011-07-27 19:40:30 +00:00
Thibault Jouan
2f6a447416
Implement track/stream
...
* Add Streamer class
* Use FactoryGirl for factories
* Add sha256 field to tracks
* Add mime_type field to tracks
2011-07-26 16:59:47 +00:00
Thibault Jouan
6af96b0f75
Add track/{new,create} with file upload for the track
2011-07-24 18:50:57 +00:00
Thibault Jouan
34b38b77cf
Implement tracks/{show,listen}
2011-07-19 19:42:45 +00:00
Thibault Jouan
301205d3f0
Implement playlist edit feature
...
* Display playlists as links in index
* Move playlist form in a partial
2011-07-13 17:52:27 +00:00
Thibault Jouan
33f979b573
Add basic playlists management
...
* Index of playlists
* Create a new playlist
* Basic playlist model with mandatory name
2011-07-12 00:32:06 +00:00
Thibault Jouan
74fb4ca86f
Use Haml for views
...
* Bundle Haml gem
* Convert default erb layout to haml
2011-07-09 11:21:19 +00:00
Thibault Jouan
b994f821f7
Add new application generated with rails new
2011-07-09 11:21:06 +00:00