Commit Graph

651 Commits

Author SHA1 Message Date
Jonathan Leibiusky @xetorthio
eeed9ed71a Remove old disconnect 2017-10-31 17:05:48 -03:00
Jonathan Leibiusky @xetorthio
380e15527b Merge branch 'websocket_rewrite' 2017-10-31 16:58:36 -03:00
Marcos Lilljedahl
5f8edd12cb Add CheckOrigin function to allow any connections 2017-10-31 16:57:36 -03:00
Jonathan Leibiusky @xetorthio
62e948acb4 Merge branch 'master' into next 2017-10-31 16:28:31 -03:00
Jonathan Leibiusky @xetorthio
2d6cb93b3c Remove docker/docker dependency :) :) :) 2017-10-31 13:23:55 -03:00
Jonathan Leibiusky @xetorthio
6009bfd781 Make router director return extra information (needed to route ssh
connections)
2017-10-31 12:49:37 -03:00
Marcos Lilljedahl
db6e23e1fa Add sudo shim 2017-10-25 15:15:12 -03:00
Marcos Lilljedahl
70fb34d3d5 Disable image pulling and update docker cli 2017-10-24 15:32:28 -03:00
leigh schrandt
4f9e58584b Update README.md (#199)
More URL format bikeshedding
2017-10-22 12:40:24 +02:00
Marcos Lilljedahl
36bebe3223 Add dep files 2017-10-20 18:43:15 -03:00
Marcos Lilljedahl
7ce693fab5 Vendor dependencies and use docker/go-docker for API types 2017-10-20 18:42:16 -03:00
Jonathan Leibiusky (@xetorthio)
2fd1b628a8 Remove unused import 2017-10-20 15:30:58 +02:00
Jonathan Leibiusky (@xetorthio)
fbce7ce63a Retry client connection when websocket is disconnected.
Close websocket server reference when client has disconnected.
2017-10-20 15:26:34 +02:00
Jonathan Leibiusky (@xetorthio)
b1406f4ea8 First try on using standard websocket and removing socket.io from the
middle
2017-10-19 13:49:14 +02:00
Valentin Vieriu
bf39828160 Update README.md (#197)
As #128 was merged, the url structure is different
2017-10-18 05:35:43 -03:00
Jonathan Leibiusky (@xetorthio)
82b95ee112 Return an avatar for docker id integrations 2017-10-17 14:04:14 +02:00
Jonathan Leibiusky (@xetorthio)
71464cffee Handle user not found error and only return user's public info 2017-10-17 12:02:35 +02:00
Jonathan Leibiusky (@xetorthio)
b99c047a0c Revert "Add session keep alive. If client doesn't send a keep alive, after a"
This reverts commit 1b0d363ffe.
2017-10-17 01:42:59 +02:00
Marcos Lilljedahl
94b59b7746 Use hybrid image 2017-10-16 20:02:38 -03:00
Marcos Lilljedahl
4850a7b496 Add endpoint to retrieve user by userId 2017-10-16 19:43:56 -03:00
Jonathan Leibiusky (@xetorthio)
1b0d363ffe Add session keep alive. If client doesn't send a keep alive, after a
specified amount of time the scheduler closes the session
2017-10-16 18:11:15 +02:00
Marcos Lilljedahl
8769aa344a Add methods in CORS requests 2017-10-14 12:50:11 -03:00
Marcos Lilljedahl
4baa3447f0 Use messaging to detect when popup is closed 2017-10-12 14:27:33 -03:00
Marcos Lilljedahl
426acf1db3 Postmessage to parent window to notify callback login 2017-10-12 13:28:02 -03:00
Marcos Lilljedahl
9f9c06cd31 Update machine and compose version 2017-10-11 10:46:35 -03:00
Marcos Lilljedahl
de2f91ac4a Update due to docker/client API change 2017-10-10 17:06:45 -03:00
Jonathan Leibiusky @xetorthio
e9dd97e4e4 Add Docker ID integration 2017-10-10 15:27:53 -03:00
Marcos Lilljedahl
978fd78127 Update function due to docker client change 2017-10-10 14:05:35 -03:00
Marcos Lilljedahl
f5bc9614a5 Refactor config variable names so they're grouped alphabetically 2017-10-06 14:54:12 -03:00
Marcos Lilljedahl
03e3a4882f Move angular initialization to the end and improve config description 2017-10-06 14:14:34 -03:00
Marcos Lilljedahl
05045424b0 Use latest dind stable image 2017-10-06 13:33:39 -03:00
Marcos Lilljedahl
e3c935a60c Merge branch 'next' of github.com:xetorthio/play-with-docker into next 2017-10-06 10:23:30 -03:00
Marcos Lilljedahl
2f625c1bcc Use container name for volumes. 2017-10-06 10:21:41 -03:00
Jonathan Leibiusky @xetorthio
97958f2e30 Get request info differently 2017-10-04 16:57:46 -03:00
Jonathan Leibiusky @xetorthio
4c034812d2 Add support for openid with github and facebook 2017-10-04 11:41:17 -03:00
Marcos Lilljedahl
eebe638227 Remove volume when deleting container 2017-10-02 18:52:14 -03:00
Jonathan Leibiusky @xetorthio
f9809028da Allow to disable windows instances 2017-10-02 17:19:24 -03:00
Marcos Lilljedahl
56fe990285 Upadte license file 2017-10-02 15:26:38 -03:00
Marcos Lilljedahl
2103175af5 Add support for external XFS volume
Update dind dockerfile and remove unnecessary stuff
2017-10-02 13:05:03 -03:00
Marcos Lilljedahl
1a7a776a27 Add close session endpoint 2017-09-26 09:38:08 -03:00
Jonathan Leibiusky @xetorthio
98735a5a93 Add a way to extend the handlers and add custom stuff 2017-09-22 10:00:44 -03:00
Marcos Lilljedahl
ff905a0993 Merge branch 'next' of github.com:xetorthio/play-with-docker into next 2017-09-21 15:06:37 -03:00
Jonathan Leibiusky @xetorthio
2a261094ff GetForSession now expects a *types.Session instead of a string 2017-09-20 17:29:58 -03:00
Jonathan Leibiusky @xetorthio
495219cdec Add more info to router 2017-09-19 20:39:45 -03:00
Marcos Lilljedahl
857f6f0f62 Fix tests 2017-09-19 15:33:13 -03:00
Marcos Lilljedahl
a268ad6988 Make container memory limit configurable 2017-09-18 17:20:32 -03:00
Jonathan Leibiusky @xetorthio
86f27ee10d Connections to unsecure hosts has to go to 2375 not 2376.
Make swarm ports search by hostname and not instance name as it is what
we get from swarm.
2017-09-18 17:13:03 -03:00
Marcos Lilljedahl
05135dd645 Use port 2376 for SSL daemon configuration 2017-09-17 23:00:45 -03:00
Marcos Lilljedahl
d1cae34ddf Use routableIP when connecting to instances 2017-09-17 22:31:31 -03:00
Marcos Lilljedahl
e0f3186591 Update to 17.07 dind 2017-09-16 04:25:18 -03:00