Anthony Lapenna
c7e306841a
feat(settings): add settings management ( #906 )
2017-06-01 10:14:55 +02:00
Anthony Lapenna
5e74a3993b
fix(api): add restrictions for the files served by the API ( #903 )
2017-05-29 22:10:36 +02:00
Anthony Lapenna
5523fc9023
feat(global): introduce user teams and new UAC system ( #868 )
2017-05-23 20:56:10 +02:00
Thomas Krzero
7c6c9284f2
feat(endpoints) - Access exposed containers on endpoint public URL ( #826 )
2017-05-01 11:19:43 +01:00
030
6fa6dde637
feat(backend): native SSL support
2017-04-25 10:51:22 +01:00
Anthony Lapenna
abc929824c
fix(endpoints): add the ability to update TLS for an existing endpoint ( #784 )
2017-04-09 19:38:41 +01:00
Anthony Lapenna
b8803f380b
feat(templates): LinuxServer.io templates integration ( #761 )
2017-04-05 10:13:32 +02:00
Anthony Lapenna
a99c6c4cbe
fix(backend): use a thread-safe implementation of map for proxies ( #728 )
2017-03-28 14:28:17 +02:00
Anthony Lapenna
dcce211676
fix(api): allow empty array when removing accesses to an endpoint ( #692 )
2017-03-17 11:52:17 +01:00
Anthony Lapenna
80d50378c5
feat(uac): add multi user management and UAC ( #647 )
2017-03-12 17:24:15 +01:00
Anthony Lapenna
dc78ec5135
feat(endpoints): add the ability to define endpoints from an external source
2017-02-06 18:29:34 +13:00
Anthony Lapenna
10f7744a62
feat(authentication): add a --no-auth flag to disable authentication ( #553 )
2017-02-01 22:13:48 +13:00
Anthony Lapenna
835b273700
feat(api): force no-cache on HTML files
2017-01-26 11:45:03 +13:00
Anthony Lapenna
d03e992b4f
feat(api): replace all calls to http.Error with custom Error writer
2017-01-24 16:35:48 +13:00
Anthony Lapenna
fa4ec04c47
feat(state): introduce endpoint state ( #529 )
2017-01-23 12:14:34 +13:00
Anthony Lapenna
3a6e9d2fbe
fix(api): fix an issue introduced by the latest version of package gorilla/mux ( #520 )
2017-01-21 11:17:51 +13:00
Anthony Lapenna
27e584fc14
fix(api): check if admin user already exists when calling the /users/admin/init endpoint ( #494 )
2017-01-12 18:17:28 +13:00
Anthony Lapenna
6e98237419
feat(api): introduce cache busting mechanism ( #439 )
2016-12-31 12:20:38 +13:00
Anthony Lapenna
d54d30a7be
feat(global): multi endpoint management ( #407 )
2016-12-26 09:34:02 +13:00
David Eisner
419727e1eb
feat(api): Connect to docker behind a name based virtual host proxy ( #379 )
...
This involves copying and modifying go's httputil.NewSingleHostReverseProxy, which is documented to (perhaps surprisingly) leave the Host header untouched. Instead, we set the Host header to the target host for the connection for the benefit of name based virtual host proxies that make use of this. The value it would otherwise have in this app, typically 'localhost:8000', is strange and unlikely to be any use.
See golang/go#7618 and golang/go#10342
2016-12-24 17:49:29 +13:00
Anthony Lapenna
0a38bba874
refactor(api): API overhaul ( #392 )
2016-12-18 18:21:29 +13:00