Commit Graph

1731 Commits

Author SHA1 Message Date
Vishal Banthia
96fbba4f0a Use capital letter in Bearer as per rfc spec 2016-01-04 12:58:23 +09:00
Vishal Banthia
41bf7f03ee Deployment Doc: Update rethinkdb version and fix api unit file. 2016-01-04 12:58:23 +09:00
Vishal Banthia
6ed7b6b38e Add API doc 2016-01-04 12:58:23 +09:00
Vishal Banthia
75d6d52d58 refactor security handler 2016-01-04 12:58:23 +09:00
Vishal Banthia
a8a8daa2b9 update generated json 2016-01-04 12:58:22 +09:00
Vishal Banthia
cc8c6e4062 Modify APIs from Aysnc -> Sync using timeout 2016-01-04 12:58:22 +09:00
Vishal Banthia
eb0fb8f8c2 typo 2016-01-04 12:58:22 +09:00
Vishal Banthia
5e3d7b9e10 remove unnecessary requirements from app unit 2016-01-04 12:58:22 +09:00
Vishal Banthia
feb0b7e53e add generated swagger json file for swagger ui 2016-01-04 12:58:22 +09:00
Vishal Banthia
d8a60404fe refactoring swagger 2016-01-04 12:58:22 +09:00
Vishal Banthia
a8e89ff737 add comment for going against REST 2016-01-04 12:58:22 +09:00
Vishal Banthia
34c5a1ad38 Fix express warning for deprecated res.json(stat) message 2016-01-04 12:58:22 +09:00
Vishal Banthia
daa00d8fd0 add remoteConnect endpoint for device 2016-01-04 12:58:22 +09:00
Vishal Banthia
94d7c77154 add remoteDebugUrl into database so that it is accessible from api 2016-01-04 12:58:22 +09:00
Vishal Banthia
0cc1a0d4bd User path parameter for Delete /user/devices/:device endpoint 2016-01-04 12:58:22 +09:00
Vishal Banthia
8b1eb8dddf refactor reserve and release endpoints in HTTP POST and DELETE methods 2016-01-04 12:58:22 +09:00
Vishal Banthia
14672a89b3 add new device-reserve and device-release endpoints 2016-01-04 12:58:21 +09:00
Vishal Banthia
84d8dede66 Update DEPLOYMENT doc with api unit 2016-01-04 12:58:21 +09:00
Vishal Banthia
38e4860e52 remove unnecessary options from api unit. Improve error messages... etc etc 2016-01-04 12:58:21 +09:00
Vishal Banthia
d33aa54bce use security handler instead of express middleware for access token validation. 2016-01-04 12:58:21 +09:00
Vishal Banthia
8343ddabdb add swagger.json endpoint 2016-01-04 12:58:21 +09:00
Vishal Banthia
a33120aacf move accessTokens endpoint from app unit to api unit 2016-01-04 12:58:21 +09:00
Vishal Banthia
168d06096d move group endpoint from app unit to api unit 2016-01-04 12:58:21 +09:00
Vishal Banthia
dbeebec141 move devices endpoint from app unit to api unit 2016-01-04 12:58:21 +09:00
Vishal Banthia
cebca90371 change /app/api/v1/user -> /api/v1/me 2016-01-04 12:58:21 +09:00
Vishal Banthia
dc67bc1bb2 Add auth middleware in api unit. Now only authorized user can access api unit 2016-01-04 12:58:21 +09:00
Vishal Banthia
e3c70bb025 Add basic api unit. This unit will be responsible for providing all stf restful apis. 2016-01-04 12:58:21 +09:00
Vishal Banthia
35e43d48d3 Merge pull request #211 from openstf/v.1.1.0-release
v1.1.0 release
v1.1.0
2016-01-04 12:19:55 +09:00
Vishal Banthia
d656b7bba0 1.1.0 2015-12-29 15:01:42 +09:00
Vishal Banthia
ae85736173 DOCUMENTATION: Add changelog for 1.1 from 1.0.10 2015-12-29 14:49:56 +09:00
Vishal Banthia
9dc9010490 DOCUMENTATION: Add storage-s3 sample unit in DEPLOYMENT doc 2015-12-29 14:15:58 +09:00
Simo Kinnunen
7dc2edadf7 Up to date ARM docker build for ODROID-XU4. 2015-12-21 05:40:05 +09:00
Gunther Brunner
6af750f7dd Update dependencies. 2015-12-16 18:02:33 +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
Gunther Brunner
82fae767b4 Update package.json
Update stf-device-db
2015-12-14 17:38:08 +09:00
Vishal Banthia
3f34ada7a0 Merge pull request #190 from openstf/auth-token
Generate Auth Token to access STF API's
2015-12-03 21:49:13 +09:00
Vishal Banthia
6d99bace91 improve token-id format to make it more secure 2015-12-03 21:37:19 +09:00
Vishal Banthia
8a342daef9 remove default expiry in jwt token 2015-12-03 02:08:26 +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
Vishal Banthia
ddc24e5dc5 Mention about setup-examples in README and DEPLOYMENT doc 2015-11-24 14:04:24 +09:00
Gunther Brunner
a4b8e6611a Merge pull request #174 from openstf/greenkeeper-css-loader-0.23.0
Update css-loader to version 0.23.0 🚀
2015-11-18 19:20:50 +09:00
Gunther Brunner
7de41d0738 Merge pull request #168 from openstf/greenkeeper-extract-text-webpack-plugin-0.9.1
Update extract-text-webpack-plugin to version 0.9.1 🚀
2015-11-18 19:20:07 +09:00
Gunther Brunner
eaa64400a5 Merge pull request #177 from openstf/greenkeeper-protractor-3.0.0
Update protractor to version 3.0.0 🚀
2015-11-18 19:19:57 +09:00
Gunther Brunner
e9d1a46a6a Merge branch 'jlhonora-master' 2015-11-18 19:16:42 +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
greenkeeperio-bot
86259e0fe2 chore(package): update protractor to version 3.0.0
http://greenkeeper.io/
2015-11-18 10:08:46 +09:00
Vishal Banthia
398cf8b7f8 Merge pull request #147 from vbanthia/device-note-feature
Allow to update device note from STF UI.
2015-11-14 20:37:47 +09:00