Commit Graph

209 Commits

Author SHA1 Message Date
Marcos Lilljedahl
122bf5cf63 add new k8s logo
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2024-05-31 17:48:19 -03:00
Michael Irwin
3935d3ef92 Add survey feedback toast and button (#610) 2024-02-23 14:46:52 -03:00
Marcos Lilljedahl
4c099ab398 add new docker provider oauth scope
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2023-12-13 12:09:59 -03:00
Marcos Lilljedahl
2fd85f21b9 some changes
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2023-10-31 13:28:41 -03:00
Marcos Lilljedahl
51d7301ecd tweak landing assets
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2023-05-31 11:21:28 -03:00
Marcos Lilljedahl
ed82247c9a fix CORS origins to avoid domain hijacking
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2023-03-02 01:50:08 -03:00
Marcos Lilljedahl
42f7f8cc29 Ensure content is properly flushed before returning to the user
Fixes #553

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2022-10-06 15:30:48 -03:00
不郑
d724243282 Fix modal dismiss issue (#546) 2022-08-22 09:58:40 -03:00
Marcos Lilljedahl
7188d83f86 Remove unnecessary oauth method
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2022-07-13 18:26:52 -03:00
Marcos Lilljedahl
a5a23bf2d9 Use new docker login
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2022-07-13 12:07:31 -03:00
Marcos Lilljedahl
adea27d839 Update logo image 2022-03-22 18:37:09 -03:00
Stavros Panakakis
3ee2975d76 Upgrade docker sdk to moby (#491)
* Replace deprecated method

* Upgrade docker sdk to moby
2021-09-07 08:03:13 -03:00
Marcos Lilljedahl
23d485a9e4 Add new logo 2021-08-27 12:48:05 -03:00
Marcos Lilljedahl
44cd5dcd71 Replace k8s logo 2021-08-27 12:41:01 -03:00
Stavros Panakakis
01c8c9b921 Update deprecated method (#474) 2021-06-15 21:57:50 -03:00
Stavros Panakakis
789669a018 Update copyright year range (#469) 2021-06-04 09:44:21 -03:00
Marcos Lilljedahl
102c998028 Fix incorrect OOC handler
Fixes #462
2021-04-18 17:39:13 -03:00
Marcos Lilljedahl
c0aaf0a3a4 Fix Users handler. This never worked :D
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2021-03-04 00:16:42 -03:00
Marcos Nils
3a762ba15c Replace go-bindata with go 1.16 embed (#452) 2021-02-21 13:58:29 -03:00
Marcos Lilljedahl
7decf117c6 Update bindata 2021-01-04 11:28:12 -03:00
Marcos Lilljedahl
7d6e8478eb Send privileged flag to stack creation and session setup 2021-01-02 10:21:36 -03:00
Marcos Lilljedahl
9b82e0bb7a Add accesibility options 2020-12-27 17:03:18 -03:00
Marcos Lilljedahl
7f304a3415 Don't crash if landing can't be fetched 2020-11-13 11:10:48 -03:00
Marcos Lilljedahl
e11087356e Rename auth redirect variable 2020-11-11 23:30:28 -03:00
Marcos Lilljedahl
4b4b767e46 Add ability to configure auth redirect url per playground 2020-11-11 23:20:10 -03:00
Marcos Lilljedahl
e8486b8100 Provide support to configure privileged containers per playground 2020-10-25 19:21:31 -03:00
Marcos Lilljedahl
f9800927fe Add PWG.dev to allowed hosts 2020-10-25 19:03:16 -03:00
Marcos Lilljedahl
d55bdc9664 Use secure cookies always 2020-10-20 02:24:15 -03:00
Marcos Lilljedahl
f898a14485 Refactor serveAsset to use ServeContent instead. 2020-10-20 01:21:40 -03:00
Paul Jolly
ef0ac9be48 Simplify the setup of bundled assets (#436)
1. Move the generated file to handlers - it better belongs there
2. Ensure that all file serves are also handled by the asset store

Co-authored-by: Marcos Lilljedahl <marcosnils@gmail.com>
2020-10-20 00:45:42 -03:00
Paul Jolly
1e0eb1f329 main: embed assets from www to allows PWD to run standalone (#425)
Generate these assets in config because this package is imported by
most.

Add internal/addgenheader as a simple helper because go-bindata doesn't
output the write header.

Also update test CI workflow to regenerate and check commit is clean.
2020-10-06 14:33:11 +01:00
Marcos Lilljedahl
78e9689249 Make path work for both url and data file upload 2020-07-27 00:05:31 -03:00
Marcos Lilljedahl
c8416efb16 Repalce facebook oauth with google 2020-06-12 01:44:24 -03:00
Marcos Lilljedahl
859648d771 Add SameSite cookie option 2020-03-30 18:31:36 -03:00
Marcos Lilljedahl
79a7e6317b Change close to POST as sendBeacon uses that method
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
2020-02-25 23:37:46 -03:00
Marcos Lilljedahl
db8f4e6519 Add close GET endpoint for sendBeacon 2020-02-25 23:23:45 -03:00
Marcos Lilljedahl
92299bdcbf Add provider_id to cookie data 2019-06-22 16:08:04 -03:00
Marcos Lilljedahl
cf25f7592a Set cookie to parent domain to allow subdomains to access 2019-05-26 19:54:50 -03:00
Marcos Lilljedahl
b758b005e9 Fix session setup 2019-04-23 11:24:00 -03:00
Marcos Lilljedahl
4b1dc52c59 Move DindVolumeSize to playground opts 2019-04-23 01:47:06 -03:00
Marcos Lilljedahl
40197c4cdf Make docker Oauth endpoint configurable 2019-03-31 14:14:05 -03:00
Marcos Lilljedahl
91912732aa Add docker.com CORS support 2019-03-28 23:18:59 -03:00
Marcos Lilljedahl
5afc852d2b Add support to ban users from creating sessions 2019-03-05 16:58:20 -03:00
Marcos Lilljedahl
b363a35a61 Fix typo 2018-04-30 10:23:22 -03:00
Marcos Lilljedahl
cf13558615 Add PWK 2018-04-25 13:23:48 -03:00
Marcos Lilljedahl
8353f5a42c Fix localhost 2018-04-20 16:45:40 -03:00
Marcos Lilljedahl
2aa327a86f Add localhost as a CORS handler for local SDK testing 2018-04-15 18:07:02 -03:00
Marcos Lilljedahl
ed5ca6bc4e Add support for http-01 handler 2018-03-04 11:54:01 -03:00
Marcos Lilljedahl
b8918c6510 Remove unused code 2018-02-26 21:39:57 -03:00
Marcos Lilljedahl
79c778a2bf Fix Max instance validation 2018-02-26 21:35:01 -03:00