Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add build to .gitignoreproper-python | Petr Vobornik | 2014-01-24 | 1 | -0/+1 |
| | |||||
* | Fix pep8 errors | Petr Vobornik | 2014-01-24 | 10 | -14/+25 |
| | |||||
* | Use pep8 check | Petr Vobornik | 2014-01-24 | 1 | -1/+5 |
| | |||||
* | Remove usage of `except Exception` | Petr Vobornik | 2014-01-24 | 1 | -1/+2 |
| | |||||
* | Do not use protected member | Petr Vobornik | 2014-01-24 | 2 | -1/+4 |
| | |||||
* | Remove some pylint errors and warnings | Petr Vobornik | 2014-01-24 | 6 | -4/+12 |
| | |||||
* | Use pylint check | Petr Vobornik | 2014-01-24 | 1 | -0/+11 |
| | |||||
* | Fix imports | Petr Vobornik | 2014-01-24 | 8 | -32/+28 |
| | |||||
* | Add missing packages | Petr Vobornik | 2014-01-24 | 1 | -2/+1 |
| | |||||
* | Rename ipsolon.py to main.py to avoid conflict with package name | Petr Vobornik | 2014-01-24 | 1 | -0/+0 |
| | |||||
* | Rename src package to ipsilon | Petr Vobornik | 2014-01-24 | 14 | -0/+0 |
| | |||||
* | Fix __init__.py filename | Petr Vobornik | 2014-01-24 | 1 | -0/+0 |
| | |||||
* | WIP: Start adding some documentation | Simo Sorce | 2014-01-23 | 1 | -0/+31 |
| | | | | Draft of initial design, TBC | ||||
* | Add infrastructure to configure server | Simo Sorce | 2014-01-23 | 8 | -21/+266 |
| | |||||
* | Add sample apache configuration | Simo Sorce | 2014-01-23 | 1 | -0/+27 |
| | |||||
* | Add Kerberos Negotiate auth plugin | Simo Sorce | 2014-01-23 | 2 | -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 plugin | Simo Sorce | 2014-01-23 | 2 | -0/+145 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add infrastructure to handle login manager plugins | Simo Sorce | 2014-01-23 | 12 | -49/+344 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Move template and user retrieval to page class | Simo Sorce | 2013-12-18 | 5 | -63/+90 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add page class handler | Simo Sorce | 2013-12-18 | 4 | -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 infrastructure | Simo Sorce | 2013-12-18 | 4 | -9/+129 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Fix global and app configs | Simo Sorce | 2013-12-13 | 1 | -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 settings | Simo Sorce | 2013-12-13 | 3 | -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.py | Simo Sorce | 2013-12-13 | 1 | -1/+3 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Use jinja2 as the templating system | Simo Sorce | 2013-12-11 | 5 | -8/+109 |
| | | | | Add flashy css to indicate this is development stuff | ||||
* | Add Admin preferences system | Simo Sorce | 2013-12-04 | 3 | -0/+71 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add example configuration | Simo Sorce | 2013-12-04 | 2 | -0/+5 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add plugins loader | Simo Sorce | 2013-12-04 | 3 | -0/+86 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Initial module | Simo Sorce | 2013-12-03 | 6 | -0/+759 |
Signed-off-by: Simo Sorce <simo@redhat.com> |