summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move template and user retrieval to page classSimo Sorce2013-12-183-61/+87
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add page class handlerSimo Sorce2013-12-183-12/+60
| | | | | | | This also adds support for sessions and a somewhat custom page dispatcher. Signed-off-by: Simo Sorce <simo@redhat.com>
* Initial user preferences infrastructureSimo Sorce2013-12-182-2/+108
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix global and app configsSimo Sorce2013-12-131-4/+10
| | | | | | | | | | | Do not overwrite config settings - the update() method replaces the global config, we just want to merge new directives normally Provide default app settings for quick development - allow ui/ to be served as static files when run in standalone mode Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix settingsSimo Sorce2013-12-131-1/+1
| | | | | | | Fix logging to use right name and value Make all option relative to the base of the tree. Signed-off-by: Simo Sorce <simo@redhat.com>
* Use jinja2 as the templating systemSimo Sorce2013-12-112-8/+43
| | | | Add flashy css to indicate this is development stuff
* Add Admin preferences systemSimo Sorce2013-12-042-0/+70
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add example configurationSimo Sorce2013-12-041-0/+2
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add plugins loaderSimo Sorce2013-12-043-0/+86
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Initial moduleSimo Sorce2013-12-032-0/+43
Signed-off-by: Simo Sorce <simo@redhat.com>