summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add build to .gitignoreproper-pythonPetr Vobornik2014-01-241-0/+1
|
* Fix pep8 errorsPetr Vobornik2014-01-2410-14/+25
|
* Use pep8 checkPetr Vobornik2014-01-241-1/+5
|
* Remove usage of `except Exception`Petr Vobornik2014-01-241-1/+2
|
* Do not use protected memberPetr Vobornik2014-01-242-1/+4
|
* Remove some pylint errors and warningsPetr Vobornik2014-01-246-4/+12
|
* Use pylint checkPetr Vobornik2014-01-241-0/+11
|
* Fix importsPetr Vobornik2014-01-248-32/+28
|
* Add missing packagesPetr Vobornik2014-01-241-2/+1
|
* Rename ipsolon.py to main.py to avoid conflict with package namePetr Vobornik2014-01-241-0/+0
|
* Rename src package to ipsilonPetr Vobornik2014-01-2414-0/+0
|
* Fix __init__.py filenamePetr Vobornik2014-01-241-0/+0
|
* WIP: Start adding some documentationSimo Sorce2014-01-231-0/+31
| | | | Draft of initial design, TBC
* Add infrastructure to configure serverSimo Sorce2014-01-238-21/+266
|
* Add sample apache configurationSimo Sorce2014-01-231-0/+27
|
* Add Kerberos Negotiate auth pluginSimo Sorce2014-01-232-0/+98
| | | | | | | | | | | | | | | | | | | | | | This plugin depends on the proper configuration of mod_auth_kerb The mod_auth_kerb plugin should be configured with a <Location> directive like the folowing: <Location /idp/login/krb/negotiate> AuthType Kerberos AuthName "Kerberos Login" KrbMethodNegotiate on KrbMethodK5Passwd off KrbServiceName HTTP KrbAuthRealms $REALM_NAME Krb5KeyTab $KEYTAB_NAME KrbSaveCredentials off KrbConstrainedDelegation off Require valid-user ErrorDocument 401 /idp/login/krb/unauthorized </Location>
* Add sample pam based login pluginSimo Sorce2014-01-232-0/+145
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add infrastructure to handle login manager pluginsSimo Sorce2014-01-2312-49/+344
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Move template and user retrieval to page classSimo Sorce2013-12-185-63/+90
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add page class handlerSimo Sorce2013-12-184-12/+66
| | | | | | | 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-184-9/+129
| | | | 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-133-3/+3
| | | | | | | 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>
* Add doc and examples to setup.pySimo Sorce2013-12-131-1/+3
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Use jinja2 as the templating systemSimo Sorce2013-12-115-8/+109
| | | | Add flashy css to indicate this is development stuff
* Add Admin preferences systemSimo Sorce2013-12-043-0/+71
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add example configurationSimo Sorce2013-12-042-0/+5
| | | | 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-036-0/+759
Signed-off-by: Simo Sorce <simo@redhat.com>