Commit Graph

9 Commits

Author SHA1 Message Date
leenasn
c05e5f4758 Change the ENV variable 2015-11-16 19:10:27 +05:30
leenasn
c9ec15aa9b Add GCM push for pushing OneMDM app to devices 2015-11-16 19:08:05 +05:30
leenasn
51881fa3fb Add GCM push for pushing OneMDM app to devices
- Add dashboard showing the status of installations
- Add default status as 'pushed' for installation
- Add has_many relations for installations for app and device models
- Add logic to read the APP URL from config file
2015-11-16 19:08:05 +05:30
Ernest Sankeshwar
5a81168161 Added Models App, Installation Batch Installation 2015-11-13 20:33:47 +05:30
leenasn
93e3095925 Add GCM token field to device 2015-11-13 15:52:18 +05:30
leenasn
da6b70c07b Display status in admin console, Change the filters to include relevant fields, scopes for device status 2015-11-11 16:45:09 +05:30
leenasn
0e8b403142 Add heartbeat model, next_heartbeat_time and update_heartbeat_time on device registration 2015-11-09 13:43:21 +05:30
Yedhu Krishnan
3947889282 Update device create API
- Update the existing device if a device with existing unique_id is
   present
2015-10-18 11:13:20 +05:30
Yedhu Krishnan
9c4800e217 Create device model and setup devise, activeadmin and rspec!
- with attributes: model, imei_number, unique_id and access_token
 - access_token is automatically generated on create
2015-10-16 18:50:39 +05:30