Commit Graph

40 Commits

Author SHA1 Message Date
leenasn 2b889b8bf8 Add the default URL as localhost for development 2015-11-17 17:09:32 +05:30
leenasn f9fd50ace0 Display IMEI number in the list 2015-11-17 17:09:32 +05:30
karthikvgupta 5b697a7506 Update README.md
Modify and update devices page screenshot
2015-11-17 17:06:12 +05:30
karthikvgupta 4665c08f96 Update README.md
Add device page screenshot
2015-11-17 17:01:43 +05:30
Yedhu Krishnan 0ec395da5c Create sample.txt 2015-11-17 16:54:59 +05:30
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
Kuldip Chakraborty 066553d0e2 Update README.md
Updated page title
2015-11-16 10:51:44 +05:30
Ernest Sankeshwar 5a81168161 Added Models App, Installation Batch Installation 2015-11-13 20:33:47 +05:30
leenasn cffea0c31d Add GCM gem 2015-11-13 19:58:46 +05:30
leenasn 93e3095925 Add GCM token field to device 2015-11-13 15:52:18 +05:30
leenasn 6dc20841c0 Integrate Rollbar, made the access token as env varibale 2015-11-11 16:45:09 +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 8116e4e751 Change the heartbeat interval to 1 minute for testing 2015-11-11 16:45:09 +05:30
karthikvgupta c9e2d9565b Remove Free Consulting Session from ToC 2015-11-11 15:29:10 +05:30
karthikvgupta a8a5b3b40d Update Quick Start section 2015-11-11 15:04:31 +05:30
Yedhu Krishnan ca30af6823 Update README.md 2015-11-10 21:12:09 +05:30
karthikvgupta 33e787fc40 Update Copyright and License section 2015-11-10 17:41:59 +05:30
karthikvgupta c6ffe7ec5b Add content in Copyright and Licence section
Add Work-In-Progress for Quick Start section.
2015-11-10 17:37:14 +05:30
leenasn 588227cda9 Remove new line from the matcher 2015-11-10 13:13:40 +05:30
Kuldip Chakraborty a6b2df2123 Merge pull request #1 from karthikvgupta/patch-1
Update table of contents
2015-11-10 13:00:54 +05:30
karthikvgupta cfc7443e87 Update ToC with details 2015-11-10 12:52:12 +05:30
karthikvgupta 2647c37720 Update table of contents 2015-11-10 11:34:16 +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 185b10d8e7 Change the HEROKU key name in wercker 2015-11-06 15:54:54 +05:30
leenasn e0c878922b Configure HEROKU deployment as staging 2015-11-06 15:48:35 +05:30
leenasn 5b022be9da Remove unwanted fields from admin view, along with edit and new action 2015-11-06 15:25:13 +05:30
Leena 75b8808ea4 Add badges for Code Climate and Wercker 2015-11-04 18:13:05 +05:30
leenasn 56d2aff56c Add Rubytracer for Extjs 2015-11-04 18:08:59 +05:30
leenasn b967c3d608 CodeClimate report for test coverage 2015-11-04 18:02:00 +05:30
leenasn 62a2f6e849 CodeClimate and Wecker integration for Test Coverage and CI respectively 2015-11-04 18:00:54 +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 2329533c56 Update README.md 2015-10-16 17:55:09 +05:30
Yedhu Krishnan c3c42c4e49 Initial commit with Postgres DB setup 2015-10-16 17:34:54 +05:30