Commit Graph

20 Commits

Author SHA1 Message Date
Gunther Brunner
a3f815c118 Fix all res/ files with ESLint rules with 0 errors. 2016-01-19 23:08:33 +09:00
Simo Kinnunen
95347d91f0 Show a dialog for new ADB key if using device. 2014-10-01 21:33:47 +09:00
Simo Kinnunen
e6c1de5194 ADB connect now respects auth keys in the settings page. 2014-10-01 18:41:54 +09:00
Simo Kinnunen
c5a4727ae3 Refactor installation to work out a few bugs and to make it cleaner. Transactions now reject on fail-responses, still need to update other places. 2014-09-05 12:00:27 +09:00
Gunther Brunner
aad3db8828 Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
2014-08-22 15:32:09 +09:00
Gunther Brunner
e27e17d699 APPSTATE refactoring:
- Make index.html cacheable by being stateless
- Improve compression (base64 doesn't gzip well)
- Remove base64 encoding/decoding step
- Make AppState injectable so it can be unit tested
- Ready to remove the global leakage
2014-08-22 15:04:16 +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
d51da4b215 Add username back to device list stats. 2014-07-02 14:13:11 +09:00
Gunther Brunner
a8da19472d Added error message when port forwarding fails.
Disabled port forwarding on user service for now.
2014-06-24 14:27:25 +09:00
Gunther Brunner
4b98da269b Added force kicking. 2014-05-29 17:04:06 +09:00
Gunther Brunner
12fc884f78 Fixed device redirect when not usable. 2014-05-29 05:01:42 +09:00
Simo Kinnunen
78c207c8d1 Make group timeout configurable. 2014-05-14 19:13:11 +09:00
Simo Kinnunen
fb3892ab07 Keep forwards list up to date on client side. 2014-04-15 18:02:48 +09:00
Simo Kinnunen
c0dbba8471 Make TransactionService a bit more convenient for single-device use cases. 2014-03-27 12:03:21 +09:00
Simo Kinnunen
8b13a1c945 Fix various JSHint warnings in client-side code. 2014-03-26 16:06:49 +09:00
Gunther Brunner
ea13232f10 - Update ng-table to master.
- Device list icon view works now.
2014-03-19 18:42:15 +09:00
Simo Kinnunen
2555168345 Replace groupService's outdated member tracker with deviceService.trackGroup(). 2014-03-19 16:45:30 +09:00
Simo Kinnunen
b9cec82941 Make sure we've invited the device when we go to the control page. Refuse to show the control page on failure. 2014-02-26 19:18:25 +09:00
Simo Kinnunen
be9d1c9579 Invite/kick now uses transactions so that you can know whether the device actually joined or not. It's a bit messy right now, should introduce some sugar to make it cleaner. 2014-02-26 19:03:11 +09:00
Gunther Brunner
ffce3d5beb All services added back. 2014-02-18 20:43:46 +09:00