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
Gunther Brunner
dec14899c2
Add initial VNC UI.
2015-10-13 17:29:04 +09:00
Gunther Brunner
c4179f5886
Simplify Advanced input keys to make space for new things coming up.
2015-10-13 17:11:59 +09:00
Simo Kinnunen
f994c352ea
Fix accidental global variable in the file exporer.
2015-10-11 04:40:41 +09:00
Gunther Brunner
ae2361a389
Re-stylized the File Explorer. Unified location bar and search.
2015-10-01 21:40:08 +09:00
Gunther Brunner
bda0163b27
Add formatted date to File Explorer.
2015-10-01 19:14:44 +09:00
Gunther Brunner
d34174a1f4
Add formatted size (KB, MB) to File Explorer.
2015-10-01 19:04:06 +09:00
Gunther Brunner
c17dede8c0
File Explorer order files alphabetically. Add file timestamp.
2015-10-01 18:56:03 +09:00
Gunther Brunner
2f3de3f516
Improve File Explorer styling.
2015-10-01 18:50:41 +09:00
Gunther Brunner
691b1abeb7
Change File Explorer icon and name.
2015-10-01 17:11:34 +09:00
Gunther Brunner
2b7a9403aa
Style File Explorer along with coding standard.
2015-10-01 17:11:14 +09:00
Gunther Brunner
82c20c28d1
Renamed FileSystem to Explorer.
2015-10-01 16:55:13 +09:00
jlhonora
ad7c99bb75
Fix portrait/landscape buttons clickable area
2015-09-28 17:58:01 -03:00
Simo Kinnunen
a779413000
Clean up the filesystem plugin a little.
2015-09-27 21:59:05 +09:00
hzsunshx
5d4fc2f391
remove timeout
2015-09-23 17:18:48 +08:00
hzsunshx
dff5835105
fix spell error
2015-09-22 17:38:41 +08:00
hzsunshx
855964bff1
merge from master
2015-09-22 17:21:58 +08:00
hzsunshx
1dccda5e2a
add filesystem(file explorer) support, done
2015-09-22 17:19:20 +08:00
hzsunshx
b258837757
add filesystem support(without frontend)
2015-09-22 17:19:15 +08:00
hzsunshx
e611e50c48
update zh translation
2015-09-18 14:54:41 +08:00
Gunther Brunner
7188ca8f2a
Route only to English Wiki documentation for now.
2015-09-15 17:14:57 +09:00
Gunther Brunner
32eff1fa95
Add Korean translation (65%).
2015-09-15 17:14:22 +09:00