Commit Graph

900 Commits

Author SHA1 Message Date
Simo Kinnunen
5839867619 Add IMSI to device details. 2017-01-13 13:52:11 +09:00
Vishal Banthia
445cfcf0bc Merge pull request #481 from openstf/add-automation-label
Use automation label in device list for devices accessed using API
2016-11-25 03:59:20 +05:30
Vishal Banthia
68c9a6d883 Use margin in css instead of br tags 2016-11-25 02:31:40 +05:30
Marc Bachmann
bac74538c9 chore(package): update uuid to version 3.0.0 2016-11-23 03:21:32 +01:00
Vishal Banthia
a62a6094e4 Use automation state for devices used by api 2016-11-23 06:45:36 +05:30
Vishal Banthia
42b55889ae Show errors in case of Duplicate adbkey 2016-11-23 03:23:12 +05:30
Gunther Brunner
1eb6af0119 Replaced old jade with new pug.
Using temporarily npm-shrinkwrap since `template-html-loader` uses an old `consolidate.js` version which doesn't support `pug`.
Follow here: https://github.com/jtangelder/template-html-loader/issues/8
2016-08-05 18:24:30 +09:00
Gunther Brunner
711ab4a8e5 Updated npm dependencies.
ProtobufJS and Bluebird require further work.
2016-08-03 20:08:30 +09:00
Vishal Banthia
b60cb6ef6a Fix eslint errors 2016-07-22 19:40:27 +05:30
Vishal Banthia
bca180d284 refactor reserve and release endpoints in HTTP POST and DELETE methods 2016-07-22 19:34:22 +05:30
Vishal Banthia
0ec03aa2c0 move accessTokens endpoint from app unit to api unit 2016-07-22 19:34:22 +05:30
Vishal Banthia
5729095acb move group endpoint from app unit to api unit 2016-07-22 19:34:22 +05:30
Vishal Banthia
d6f37681ce move devices endpoint from app unit to api unit 2016-07-22 19:34:22 +05:30
Gunther Brunner
c63779e90a Add JSON for Traditional Chinese from previous zh translation. 2016-04-18 19:26:54 +09:00
Gunther Brunner
bde76df367 Add Traditional Chinese from previous zh translation. 2016-04-18 19:20:30 +09:00
Gunther Brunner
a4f8844038 Updated French translation. 2016-04-18 16:04:53 +09:00
Gunther Brunner
8252363a3b Removed zh language in favor of zh_CN.
zh was not updated through Transifex, while zh_CN is, and also its 100% translated.
2016-04-18 16:04:10 +09:00
Simo Kinnunen
e06b2f25b8 Fix broken screen area in Chrome 50. Fixes #303. 2016-04-14 20:40:32 +09:00
Gunther Brunner
98fa6a8d61 Add French and Polish translations. 2016-03-30 17:42:00 +09:00
Gunther Brunner
cc8893f305 Updated ES/KO/RU/ZH translations. 2016-03-30 17:41:20 +09:00
Gunther Brunner
d5b0ab01d1 Remove eslint error. 2016-03-30 17:19:10 +09:00
Gunther Brunner
25f81aa80f Update to eslint-2.0-beta.1 since eslint its getting better at indents (not yet ready to automatic fix) 2016-01-21 22:13:55 +09:00
Gunther Brunner
fc58fac1c3 Fix typo. 2016-01-19 23:12:13 +09:00
Gunther Brunner
a3f815c118 Fix all res/ files with ESLint rules with 0 errors. 2016-01-19 23:08:33 +09:00
Gunther Brunner
a2f8bd434d Created default rules for eslint, needs work. 2016-01-15 18:58:59 +09:00
Gunther Brunner
4d0983a80f Make the access tokens textarea bigger. 2016-01-14 21:04:41 +09:00
Gunther Brunner
3fb767218b Now that finally with the new bootstrap-ui tooltip works properly, put it where it belongs. 2016-01-14 20:59:41 +09:00
Gunther Brunner
b8b293d18a Update bower dependencies.
Update to latest bootstrap-ui 1.0.3.
Change Wifi settings button and behaviour of several tooltips accordingly.
Remove collapse elements since the animation breaks.
2016-01-14 20:48:38 +09:00
Gunther Brunner
25bc62e3ef Remove fa-lg style. 2016-01-14 18:24:25 +09:00
Gunther Brunner
ec7cf99953 Change style of Hide Screen and Stop Using buttons since they were using the same color.
Remove outline for info-button style.
2016-01-14 18:22:23 +09:00
Eugene(miss0110)
bba588157f Add kickDevice Button in device-control 2016-01-13 15:57:19 +09:00
Gunther Brunner
ff0aa13dd6 Hide VNC for now until its ready. 2015-12-16 17:16:05 +09:00
Gunther Brunner
01a993a9aa Updated translations. 2015-12-16 17:13:47 +09:00
Vishal Banthia
6d99bace91 improve token-id format to make it more secure 2015-12-03 21:37:19 +09:00
Vishal Banthia
9cb231391a Create seperate database table for AccessTokens to hide jwt token and tokenId from user 2015-11-26 03:09:58 +09:00
Vishal Banthia
62413b3780 allow user to create an access token to access stf api from user settings tab. 2015-11-26 02:40:34 +09:00
Gunther Brunner
a30ac12167 Fix portrait/landscape buttons clickable area: change class name 2015-11-18 19:16:15 +09:00
Gunther Brunner
5338ec8b08 Merge branch 'master' of https://github.com/jlhonora/stf into jlhonora-master 2015-11-18 19:04:51 +09:00
Vishal Banthia
a2c11d0d59 fix indentation 2015-11-14 20:34:01 +09:00
Vishal Banthia
d3c8d3d0f6 Use light gray color for device-not-using class instead of opacity 2015-11-14 20:13:05 +09:00
Vishal Banthia
3f32cee984 Create childscope only when required and destroy it after use. https://github.com/openstf/stf/issues/124 2015-11-14 15:40:39 +09:00
Vishal Banthia
466890777d Allow to update device notes column from STF UI. https://github.com/openstf/stf/issues/124 2015-11-13 21:16:59 +09:00
Akhmad Fathonih
120d116c42 Fix scss error
Error was:
ERROR in ./~/css-loader!./~/sass-loader!./res/web_modules/nine-bootstrap/nine-bootstrap.scss
Module build failed:
.btn &.disabled,
    ^
      Base-level rules cannot contain the parent-selector-referencing character '&'.

Backtrace:
	stdin:395
      in /Users/Github/stf/res/web_modules/nine-bootstrap/nine-bootstrap.scss (line 395, column 6)
 @ ./res/web_modules/nine-bootstrap/nine-bootstrap.scss 4:14-137
2015-10-27 10:16:49 +09:00
Gunther Brunner
4c0257e041 Merge remote-tracking branch 'origin/master' 2015-10-16 18:25:51 +09:00
Gunther Brunner
1e961763bd Removed almost all JSHint warnings. 2015-10-16 18:25:32 +09:00
Gunther Brunner
73002d6888 Merge pull request #119 from vbanthia/allow-shift-click-on-device-image
Also allow shift-click standalone mode on device icon
2015-10-15 14:21:09 +09:00
Vishal Banthia
3489c88615 correct device-list-icons-directive class name 2015-10-14 22:19:35 +09:00
Vishal Banthia
86af24c1a5 Allow shift-click on device icon 2015-10-14 22:18:14 +09:00
Gunther Brunner
8083ddec05 Update Korean translation. 2015-10-13 20:58:18 +09:00
Gunther Brunner
a7408e071f Separate port from hostname for VNC since most clients have them as separate fields (Improve Copy-Paste workflow). 2015-10-13 20:20:32 +09:00