Marcos Lilljedahl
3f4c96286e
Avoid to have unnecessary opened connections
2017-07-31 10:10:48 -03:00
Marcos Lilljedahl
a6fdfcaa7d
Upload files synchronously and add more description
2017-07-13 13:54:00 -03:00
Marcos Lilljedahl
32bbe01c87
Add progress bar
2017-07-12 15:18:07 -03:00
Marcos Nils
e624ab1374
Merge pull request #29 from xetorthio/drag_and_drop_uploads
...
Allow to drag & drop file uploads to instances
2017-07-10 19:00:49 -03:00
Marcos Lilljedahl
b9f154c07c
Unify file upload strategies
2017-07-10 18:53:33 -03:00
Marcos Lilljedahl
5bd30907b8
No need to loop anymore as terminal is created after dialog opens now
2017-07-10 17:42:04 -03:00
Marcos Lilljedahl
632adee653
Fix stack diaglog terminal render
2017-07-10 15:55:13 -03:00
Jonathan Leibiusky @xetorthio
e6b089f9be
Allow to drag & drop file uploads to instances
...
Upload file to relative session dir from terminal
2017-07-09 23:36:58 -03:00
Marcos Lilljedahl
2053ecd7f9
Update xterm
2017-07-09 18:24:08 -03:00
Marcos Lilljedahl
83540ff8c3
Remove unnecessary space from borders
2017-06-25 16:57:02 -03:00
Mano Marks
76d4b4396e
adding DS_Store to .gitignore
2017-06-25 16:57:02 -03:00
Mano Marks
00ef9dacd1
updating logo
2017-06-25 16:57:02 -03:00
Jonathan Leibiusky @xetorthio
2224e6e540
Add image_name parameter to SessionDeploy
2017-06-14 21:09:20 -03:00
Jonathan Leibiusky @xetorthio
6d992b5d02
Add session templates
2017-06-06 14:48:26 -03:00
Marcos Lilljedahl
db1c06a99f
Add multi-stage builds and fix safari scrollbar
2017-05-23 16:18:02 -03:00
Jonathan Leibiusky @xetorthio
c319f0040e
Bad parameter checking
2017-05-19 17:25:30 -03:00
Jonathan Leibiusky @xetorthio
55062234fd
Allow to specify stack name as a parameter
2017-05-19 10:42:30 -03:00
Marcos Lilljedahl
a223a08ab7
Merge https://github.com/gvilarino/play-with-docker into gvilarino_revert
2017-05-18 18:47:11 -03:00
Guido Vilariño
99ea172c30
Remove close alert when user is signed out ( #143 )
...
* Remove close browser tab alert when signed out
* Remove whitespace line
2017-05-18 18:33:33 -03:00
Marcos Lilljedahl
317ba8bc06
Format file and fix styling
2017-05-16 20:39:02 -03:00
Jonathan Leibiusky @xetorthio
1634200ef7
UI modifications for stack creation
2017-05-16 17:37:34 -03:00
Marcos Lilljedahl
88107bf576
Merge branch 'mikesir87-128-replace-underscores-in-urls'
2017-05-12 16:26:03 -03:00
Marcos Nils
62c5d3761d
Add support for setting stacks when creating session ( #138 )
...
* Add support for setting stacks when creating session
* Add exec endpoint and move dns stuff to another package
* Rename command and status code
2017-05-11 10:34:16 -03:00
Marcos Lilljedahl
2652cb268d
Merge branch '128-replace-underscores-in-urls' of https://github.com/mikesir87/play-with-docker into mikesir87-128-replace-underscores-in-urls
2017-05-08 08:18:17 -03:00
Michael Irwin
9840e7ab8e
Set default layout to "None" when on non-Mac device ( #133 )
...
Issue #131
2017-05-05 03:12:45 +02:00
Michael Irwin
e31dc8cfaa
Replaced all uses of underscore in proxy URLs with dashes
...
Issue #128
2017-04-26 00:10:35 -04:00
Jonathan Leibiusky
d6c359645c
Font size and fullscreen ( #120 )
...
* Allow to change terminal font size in settings.
Allow to enter fullscreen mode with alt+enter.
* Fix size issues
2017-04-16 19:47:18 -03:00
Michael Irwin
3b86c79c5b
Added setting to allow specification of new instance image
2017-04-11 17:58:15 -04:00
Marcos Lilljedahl
a875bbe23e
Add cookie to prevent captcha constantly
2017-03-14 14:08:46 -03:00
Michael Irwin
c10dc8c984
Added settings dialog with Mac OSX keyboard shortcuts ( #99 )
...
* Added settings dialog with Mac OSX keyboard shortcuts
Issue #98
* Added default keyboard prefix detection for Macs
Issue #98
2017-02-28 11:37:04 -03:00
Marcos Lilljedahl
41ded27ef3
Use cloudfare endpoint
2017-02-20 16:07:18 -03:00
Jonathan Leibiusky
f816be6f69
Add DNS support for PWD instances ( #94 )
...
* Add DNS support for PWD instances
* Store IP address of PWD in all session networks and restore it with the
same IP address
* Remove unnecesary print
* Change url format to pwd<ip>-port for better DNS filtering
* Make PWD listen on 80 and 443 for DNS resolve to work
2017-02-17 11:10:01 -03:00
Marcos Lilljedahl
14c5cb5abf
Fix stats styling issue
2017-02-03 10:33:25 -03:00
Marcos Lilljedahl
434256f9cc
Increase pidslimit to 1000 and allow to override via env var
2017-02-01 17:29:14 -03:00
Marcos Nils
a5d1e5c207
Allow to override session timeout. ( #86 )
...
* Allow to override session timeout.
This comes useful as it can be overriden from the SDK now
* Fix comments
2017-01-31 13:51:57 +02:00
Marcos Nils
41d2b5f235
Add instance name to hash in URL ( #77 )
...
Fixes #7
2017-01-04 18:43:06 +02:00
Antonis Kalipetis
81280517bf
Add visual state of New instance and Delete buttons ( #75 )
...
The buttons now get disabled when pressed and their text changes to the action being made.
If the action ends (either with success or failure), state is reverted to the normal one.
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com >
2017-01-04 18:42:49 +02:00
Antonis Kalipetis
fd52a544d1
Add .editorconfig file for consistent styling ( #76 )
...
This should take effect when editors with [EditorConfig](http://editorconfig.org/ ) support are used.
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com >
2017-01-03 19:47:04 +02:00
Antonis Kalipetis
1af2b3665f
Update style.css to use terminal-container ( #74 )
...
* Update Xterm.js CSS to the latest version
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com >
* Update style.css to use terminal-container
The `.terminal` class was messing around xterm.js CSS rules, resulting in the cursor never being in a focused state.
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com >
2017-01-03 18:13:18 +02:00
Marcos Lilljedahl
aa7aba1d5e
Update xterm.js
2017-01-02 16:19:52 -03:00
Marcos Lilljedahl
93740dc9f5
Add copy shortcuts
2016-12-24 13:52:15 -03:00
Marcos Lilljedahl
946a8e1419
Add google analytics support
2016-12-15 11:31:05 -08:00
Jonathan Leibiusky @xetorthio
77905f3fd8
Query DinD instances for running containers and list the published ports
...
so the user can reverse proxy to the instance/port easily.
2016-12-01 17:28:55 -03:00
Marcos Lilljedahl
db03019b4e
Remove unnecesarry deps
2016-11-30 18:55:31 -03:00
Alex Ellis
5eda323477
Enable use of override for session timeout in hours, fix captcha bypass bug. ( #51 )
...
* - Enable use of override for session timeout. This is more useful than having to hard-code and rebuild the code for the previous 4 hour limit. Just set environmental variable and start the app.
- Future work may involve breaking down into minutes, but this is a good minimum delivery to provide value to end-user/developer.
- Fixes bug in Captcha code by introducing new landing page. This is not a new go template, it's a separate HTML file because SRP - single reponsibility principle. Happy for this to be refacted after merging commit.
- Fix for including Docker 1.12 override has been removed for later PR.
* Merge
* Reinstate 'material' JS include'
* https for JS includes
* HTTPs for JS in bypass
2016-11-30 20:17:18 +02:00
Marcos Lilljedahl
10bdf3d5f2
Return swarm info to be displayed in the FE
...
This requires that PWD is working as a container in the same
network as all dinds
Add icons to swarmInfo
2016-11-29 10:52:55 -03:00
Antonis Kalipetis
a2754057dd
Make all CSS/JS links HTTPS
...
This helps in making this work behind an HTTPS proxy
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com >
2016-11-22 09:54:29 +02:00
Chris
7e368aaf1f
Fix welcome image width
2016-11-21 07:17:00 -03:00
Jonathan Leibiusky @xetorthio
8b0749a9ba
Show cpu and memory stats of every node
2016-11-18 13:52:47 -03:00
Antonis Kalipetis
7628864058
Fix race conditions when initially resizing terminal
...
Race conditions could happen if the Terminal container did not have the correct size during initialization.
Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com >
2016-11-18 12:48:49 +02:00