1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
Commit graph

10 commits

Author SHA1 Message Date
Gunther Brunner
91b1861d8d Fixed autofill for HTTPS.
Added dummy API endpoint for autofill POST requests.

Autofill also reads the CSRF token from cookies and doesn't require an 'about:blank' anymore on the forms.
2015-01-06 18:35:23 +09:00
Simo Kinnunen
b2e114c9be Change all "api" URLs. Ideally the path prefix would be an option. 2014-12-17 21:29:51 +09:00
Simo Kinnunen
6d88a28a2c Add a poor reverse proxy for local development, the main difference being that everything except websockets now goes through the same port. Makes it easier to understand the production url layout. 2014-10-23 13:28:18 +09:00
Simo Kinnunen
d785f2a59c Trust proxy in app. Should finally make "localhost" in reverse port forwarding work automagically now that the load balancer is set up correctly. 2014-10-16 17:03:47 +09:00
Simo Kinnunen
1932c17508 Websocket loadbalancers might run in tcp mode, which makes it difficult to add the X-Forwarded-For header. Pass the IP in the query string instead. 2014-10-16 15:49:54 +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
Gunther Brunner
fe4deaccff Moved documentation to its own repository. 2014-08-29 15:17:11 +09:00
Gunther Brunner
eb968fa737 Add Documentation in Markdown plus express middleware for in-site rendering. 2014-08-28 21:04:32 +09:00
Simo Kinnunen
3a9b193f68 Rename "roles" to "units". Put units in their own folders. 2014-08-26 14:34:34 +09:00
Renamed from lib/roles/app.js (Browse further)