Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-10 | Redirect after HTTP authentication | nicolas-joubert | |
Allow to redirect to the previous QUERY_STRING after HTTP authentication. | |||
2013-10-20 | Allow HTTP authentication without password. | Giovanni Bajo | |
This makes it the plugin useful for any form of webserver-based authentication (CAS, SAML, etc.); of course, other plugins will have to be installed to handle connections to the IMAP/SMTP servers, but at least they don't need to duplicate the basic HTTP authentication functionality. | |||
2013-08-20 | s/$rcmail_config/$config/ also for plugins configuration | Aleksander Machniak | |
2013-06-09 | Fix http_authentication_host usage | Johannes Weißl | |
Without this fix it is impossible to use a host different from config option "http_authentication_host" after logout (fixup aec2869). | |||
2013-01-19 | Add basic tests for plugins | Aleksander Machniak | |
2013-01-18 | Remove deprecated functions (from bc.php file) usage in plugins | Aleksander Machniak | |
2012-12-16 | Merge pull request #50 from weisslj/master | Aleksander Machniak | |
Add host config option to http_authentication plugin. | |||
2012-12-05 | Fix typo, the issue unintentionally removes password from the session | Aleksander Machniak | |
2012-12-03 | Add host config option to http_authentication plugin. | Johannes Weißl | |
This is useful if the users are free to choose arbitrary mail hosts (or from a list), but have one host they usually want to log into. Otherwise the username/password must always be typed in twice. | |||
2012-09-18 | Don't store user password in database (#1486553) | Aleksander Machniak | |
2012-03-31 | Move plugins repository into roundcubemail root folder; svn:externals are ↵ | thomascube | |
not defined anymore | |||
2010-03-20 | moved plugins | till | |
2010-02-18 | Skip cookie check in http_authentication plugin (#1486188) | thomascube | |
2010-02-06 | - Fix setting task name according to auth state. So, any action before user | alecpl | |
is authenticated is assigned to 'login' task instead of 'mail'. Now binding plugins to 'login' task is possible and realy usefull. It's also possible to bind to all tasks excluding 'login'. | |||
2009-04-19 | Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵ | thomascube | |
sample plugins) |