Valverde Antonio
|
d398b7e5fb
|
Implement automated login (Google Account).
|
2014-07-10 12:06:07 +09:00 |
|
Simo Kinnunen
|
87a51ef76d
|
Better compatibility with docker's --link option.
|
2014-07-09 23:27:03 +09:00 |
|
Simo Kinnunen
|
e13fc6701f
|
Save user settings to the database and embed them to the template for fast access.
|
2014-07-04 22:59:29 +09:00 |
|
Simo Kinnunen
|
332c7b6106
|
Embed user into the main template. "Hide" it using a data URL so that it looks better in the source.
|
2014-07-03 19:41:03 +09:00 |
|
Simo Kinnunen
|
a9d9f61615
|
Realized that the main app doesn't use partials anymore, which makes template customization easier.
|
2014-07-03 19:41:03 +09:00 |
|
Simo Kinnunen
|
720292ae3c
|
Rename the APP global variable to APPSTATE. It will soon contain more information.
|
2014-07-03 19:41:02 +09:00 |
|
Simo Kinnunen
|
cb487afce6
|
Update webpack and patch our middleware to match webpack-dev-middleware/commit/90b10b133fbd245b50439427228bdf97909e0680.
|
2014-07-03 19:24:57 +09:00 |
|
Gunther Brunner
|
6a4ff35a78
|
JSHint fix.
|
2014-07-02 21:31:44 +09:00 |
|
Gunther Brunner
|
562776d942
|
Adding cache and gzip for the static build files (except the build entries, to make things easier).
|
2014-07-02 21:28:49 +09:00 |
|
Simo Kinnunen
|
f421919c03
|
Merge branch 'feature/fast-device-list' into develop
|
2014-07-02 20:32:13 +09:00 |
|
Gunther Brunner
|
0add3eaddc
|
Separated webpack entries from chunks so the big chunks can be cached easily.
|
2014-07-02 20:10:19 +09:00 |
|
Valverde Antonio
|
d294906a65
|
Implement pop up add account menu (for Google Account).
|
2014-07-02 18:37:39 +09:00 |
|
Simo Kinnunen
|
c5d79c7b80
|
Add some max-age to device and browser icons so that they can be served directly from cache.
|
2014-07-02 15:16:48 +09:00 |
|
Valverde Antonio
|
d9281bb30a
|
Implement get Wifi status.
|
2014-07-01 10:51:48 +09:00 |
|
Valverde Antonio
|
6f7fdffe3d
|
Implement set Wifi on/off.
|
2014-06-27 17:35:48 +09:00 |
|
Valverde Antonio
|
9a31fbbfca
|
Revert "Implement set Wifi on/off."
This reverts commit 4c7af64d0d958a9db6de0bc3fddfa1aa0edb1cdd.
|
2014-06-27 16:01:23 +09:00 |
|
Valverde Antonio
|
9a07c1bb77
|
Implement set Wifi on/off.
|
2014-06-27 15:57:32 +09:00 |
|
Valverde Antonio
|
3f19064ede
|
Implement ringer mode setting.
|
2014-06-26 16:54:25 +09:00 |
|
Valverde Antonio
|
6182856cb2
|
Remove unused parameter from AccountRemoveMessage.
|
2014-06-26 16:13:49 +09:00 |
|
Valverde Antonio
|
3a3937ec2f
|
Implement account removal.
|
2014-06-25 17:47:45 +09:00 |
|
Simo Kinnunen
|
db1699c666
|
Impement remote connect plugin.
|
2014-06-24 11:41:48 +09:00 |
|
Simo Kinnunen
|
66006db685
|
Insert battery events to the database with soft durability.
|
2014-06-20 11:36:27 +09:00 |
|
Simo Kinnunen
|
3f2ddd7c74
|
Tell websocket to reset owner when device is added.
|
2014-06-19 21:02:12 +09:00 |
|
Valverde Antonio
|
b84d1b97c6
|
Reboot functionality added
|
2014-06-19 19:30:40 +09:00 |
|
Simo Kinnunen
|
c1adb9087a
|
Improve device filtering to ignore weird devices with question mark serials.
|
2014-06-19 14:24:46 +09:00 |
|
Simo Kinnunen
|
b9484019a3
|
Update to new device DB.
|
2014-06-18 22:52:02 +09:00 |
|
Valverde Antonio
|
760e09290f
|
Code adapted to the new interface of stf-device-db.
|
2014-06-18 22:52:02 +09:00 |
|
Simo Kinnunen
|
6bb07d7c34
|
Fix Galaxy S5's display information segfaulting by trying to use the public SDK methods first. SurfaceComposerClient's getDisplayInfo is practically unusable on Galaxy S5 due to weird memory corruption issues.
|
2014-06-18 15:51:54 +09:00 |
|
Gunther Brunner
|
2f5a882099
|
Updating to latest device db.
|
2014-06-18 14:29:28 +09:00 |
|
Gunther Brunner
|
b139849b3f
|
Added CPU information.
Added Memory information.
|
2014-06-18 00:40:49 +09:00 |
|
Gunther Brunner
|
2b7fa4479f
|
New devices-db doesn't have a image property.
|
2014-06-17 23:44:16 +09:00 |
|
Simo Kinnunen
|
f06035b8ac
|
Fix the previous port fix. It failed spectacularly when the port count was already divisible by 3, causing no ports to be given to any device.
|
2014-06-10 12:32:03 +09:00 |
|
Simo Kinnunen
|
72000cc717
|
Ensure that we correctly allocate worker ports. We were off by one before.
|
2014-06-09 19:01:02 +09:00 |
|
Valverde Antonio
|
25b9583d5c
|
Fix missing provider when a device is plugged in for the first time
|
2014-06-06 18:24:32 +09:00 |
|
Simo Kinnunen
|
7fb721f379
|
Make it possible to connect to ADB running on other computers.
|
2014-06-06 18:01:36 +09:00 |
|
Simo Kinnunen
|
984c45b183
|
Separate websocket to its own role. Necessary because the app was getting pretty big already, but mostly because our Windows PCs don't like to connect to websockets on port 80, which is what we use for the app.
|
2014-06-06 15:02:29 +09:00 |
|
Simo Kinnunen
|
92be2f1b59
|
Fix default IP in port forwarding.
|
2014-06-06 10:57:21 +09:00 |
|
Simo Kinnunen
|
e90df6b2f4
|
Use a real random model for fake devices.
|
2014-06-04 19:08:07 +09:00 |
|
Simo Kinnunen
|
6acfa5b528
|
Add a new command to generate fake devices for testing.
|
2014-06-04 18:57:20 +09:00 |
|
Gunther Brunner
|
1c45b6eb70
|
Starting to add build targets for common status page.
|
2014-06-04 18:45:11 +09:00 |
|
Gunther Brunner
|
2ca3619057
|
Starting to add error status pages.
|
2014-06-03 21:00:00 +09:00 |
|
Simo Kinnunen
|
41661c9384
|
Update to Socket.IO 1.0.
|
2014-06-03 19:00:43 +09:00 |
|
Simo Kinnunen
|
9bb066f0c6
|
Update to express 4.
|
2014-06-03 16:33:00 +09:00 |
|
Simo Kinnunen
|
4d4cf58dee
|
Remove /static/data from the auth roles, it doesn't seem to even exist anymore.
|
2014-06-03 14:40:21 +09:00 |
|
Simo Kinnunen
|
3ea41c1a4e
|
Fix direct device control not extending owner timeout.
|
2014-06-02 21:03:21 +09:00 |
|
Simo Kinnunen
|
bebb3af42a
|
Send heartbeats from the provider. This keeps unauthorized and offline devices present as well, which is what we want. This also greatly reduces the number of queries to rethinkdb.
|
2014-06-02 14:52:46 +09:00 |
|
Simo Kinnunen
|
97c4d24a7a
|
Add a new log priority: important. Should make it easier to display interesting non-error messages.
|
2014-06-02 12:19:52 +09:00 |
|
Simo Kinnunen
|
24c1ba1bda
|
Save user IP to database.
|
2014-05-30 11:46:47 +09:00 |
|
Simo Kinnunen
|
22fc9e79dd
|
Use 'localhost' by default as 'public address'. Can override with --public-ip.
|
2014-05-30 11:46:47 +09:00 |
|
Simo Kinnunen
|
36f62f3276
|
F-06E doesn't find the STFService if we don't tell it which component to use.
|
2014-05-30 00:01:18 +09:00 |
|