Commits e82ba89..564cbd
New migration
- 20170516093954_create_stories.rb
- 20170516103013_create_story_receipts.rb
- 20170522074542_add_viewer_counter_to_stories.rb
- 20170524091351_add_timing_list_column_into_stories.rb
- 20170530013004_create_story_audio_data.rb
- 20170604043952_change_story_receipts_seen_at_to_boolean.rb
Changelog:
- Implement Shuttersong Story feature
- Enchance
app_version
request parameter string comparison - Add new API endpoint to get list of user's friends
- Change auto-follow rule to be user confirmable via new API endpoint
New API endpoints:
POST /api/stories
GET /api/stories
GET /api/stories/:uuid
PUT /api/stories/see/:uuid
GET /api/users/friends
POST /api/autofollows/confirm