Commit Graph

20 Commits

Author SHA1 Message Date
leenasn
879a0f49e1 Add API for App Index
- Add tests for unauthorised response for APIs which require authentication
2015-11-23 12:05:45 +05:30
leenasn
2f62507f15 Show installation details in device page, Status wise report for devices in Dashboard 2015-11-19 10:23:18 +05:30
leenasn
ef29745ae8 Add OS version and Client Version to device 2015-11-18 15:58:22 +05:30
leenasn
31df3d2ae3 Add default order by for App model, remove order for Device as Activeadmin always order it in that way 2015-11-18 15:23:10 +05:30
leenasn
354b42a70c Add API installation status update 2015-11-18 15:15:31 +05:30
leenasn
9ba5ea1e39 Change the label for IMEI number in the list page with proper casing of all caps 2015-11-17 17:15:43 +05:30
leenasn
f9fd50ace0 Display IMEI number in the list 2015-11-17 17:09:32 +05:30
leenasn
c9ec15aa9b Add GCM push for pushing OneMDM app to devices 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
7a2e2c15d2 Heartbeat API with device token authentication 2015-11-09 16:19:50 +05:30
leenasn
b51d535cfe Change the registration API to return next heartbeat time 2015-11-09 15:21:54 +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
leenasn
5b022be9da Remove unwanted fields from admin view, along with edit and new action 2015-11-06 15:25:13 +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
fb3b514f3d Add device tab to activeadmin 2015-10-17 19:28:41 +05:30
Yedhu Krishnan
97bc55a518 Create device controller with and API to create a device
- Turn of assets and helper generation automatically
2015-10-17 11:33:31 +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
Yedhu Krishnan
c3c42c4e49 Initial commit with Postgres DB setup 2015-10-16 17:34:54 +05:30