This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
dex/server
Eric Chiang 391dc51c13 *: add theme based frontend configuration
This PR reworks the web layout so static files can be provided and
a "themes" directory to allow a certain degree of control over logos,
styles, etc.

This PR does NOT add general support for frontend customization,
only enough to allow us to start exploring theming internally.
The dex binary also must now be run from the root directory since
templates are no longer "compiled into" the binary.

The docker image has been updated with frontend assets.
2016-11-30 17:20:21 -08:00
..
api.go api: adding a gRPC call for listing passwords. 2016-11-17 16:56:54 -08:00
api_test.go api: add gRPC endpoints for creating, updating and deleting passwords 2016-11-01 14:10:35 -07:00
doc.go initial commit 2016-07-26 15:51:24 -07:00
handlers.go connector: add RefreshConnector interface 2016-11-22 12:53:46 -08:00
handlers_test.go *: fix linting 2016-10-13 18:15:20 -07:00
oauth2.go connector: add RefreshConnector interface 2016-11-22 12:53:46 -08:00
oauth2_test.go initial commit 2016-07-26 15:51:24 -07:00
rotation.go server: rename "rotationStrategy.period" to "rotationFrequency" 2016-10-17 10:57:14 -07:00
rotation_test.go initial commit 2016-07-26 15:51:24 -07:00
server.go *: add theme based frontend configuration 2016-11-30 17:20:21 -08:00
server_test.go *: add theme based frontend configuration 2016-11-30 17:20:21 -08:00
templates.go *: add theme based frontend configuration 2016-11-30 17:20:21 -08:00
templates_test.go *: add theme based frontend configuration 2016-11-30 17:20:21 -08:00