| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct some pylint conventions | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 28 | -283/+283 |
* | Update Makefiles | Jeroen van Meeuwen (Kolab Systems) | 2012-03-06 | 1 | -0/+8 |
* | Remove zpush tests | Jeroen van Meeuwen (Kolab Systems) | 2012-03-06 | 1 | -6/+0 |
* | Update the inclusion of tests files | Jeroen van Meeuwen (Kolab Systems) | 2012-03-06 | 1 | -6/+1 |
* | Add search_users() to Auth as well | Jeroen van Meeuwen (Kolab Systems) | 2012-03-06 | 1 | -0/+17 |
* | Fix typo | Jeroen van Meeuwen (Kolab Systems) | 2012-03-06 | 1 | -1/+1 |
* | Start counting at 1 for secondary addresses as well | Jeroen van Meeuwen (Kolab Systems) | 2012-03-06 | 1 | -1/+1 |
* | Start counting at 1 | Jeroen van Meeuwen (Kolab Systems) | 2012-03-06 | 1 | -1/+1 |
* | Allow overriding the base_dn for find_user() | Jeroen van Meeuwen (Kolab Systems) | 2012-03-06 | 1 | -5/+68 |
* | Redo test suites | Jeroen van Meeuwen (Kolab Systems) | 2012-03-02 | 16 | -946/+400 |
* | Add additional commands | Jeroen van Meeuwen (Kolab Systems) | 2012-03-02 | 4 | -0/+212 |
* | Convert command list-domains to using the wap client | Jeroen van Meeuwen (Kolab Systems) | 2012-03-02 | 1 | -14/+11 |
* | Add the command-line wap client | Jeroen van Meeuwen (Kolab Systems) | 2012-03-02 | 1 | -0/+281 |
* | conf.get_list() should always return a list | Jeroen van Meeuwen (Kolab Systems) | 2012-03-02 | 1 | -2/+2 |
* | Do not reset the retval for each plugin | Jeroen van Meeuwen (Kolab Systems) | 2012-02-24 | 1 | -2/+0 |
* | Remove additional print statement | Jeroen van Meeuwen (Kolab Systems) | 2012-02-24 | 1 | -1/+1 |
* | Do not solely support syncrepl (this is a development thing) | Jeroen van Meeuwen (Kolab Systems) | 2012-02-24 | 1 | -0/+13 |
* | Mandatorily add uid to the list of authentication attributes to search for | Jeroen van Meeuwen (Kolab Systems) | 2012-02-24 | 1 | -1/+45 |
* | Remove print statements | Jeroen van Meeuwen (Kolab Systems) | 2012-02-24 | 1 | -0/+5 |
* | Add user parameter to be passed to the dynamicquota plugin | Jeroen van Meeuwen (Kolab Systems) | 2012-02-11 | 1 | -0/+1 |
* | Always return a return value, by default None, and only after all plugins hav... | Jeroen van Meeuwen (Kolab Systems) | 2012-02-11 | 1 | -1/+4 |
* | Pass the user along with the dynamicquota plugin, so it can recognize policie... | Jeroen van Meeuwen (Kolab Systems) | 2012-02-11 | 1 | -1/+2 |
* | Set the return value for "no setting" to None, not an arbitrary default value | Jeroen van Meeuwen (Kolab Systems) | 2012-02-11 | 1 | -2/+2 |
* | Test for self._auth, but not as a dictionary | Jeroen van Meeuwen (Kolab Systems) | 2012-02-11 | 1 | -1/+1 |
* | Correct indentation to match check on whether attribute on self exists | Jeroen van Meeuwen (Kolab Systems) | 2012-02-11 | 1 | -3/+3 |
* | Flush stdout/stderr | Jeroen van Meeuwen (Kolab Systems) | 2012-02-11 | 1 | -0/+1 |
* | Catch sqlalchemy API incompatibility | Jeroen van Meeuwen (Kolab Systems) | 2012-02-11 | 1 | -1/+6 |
* | Add stub imap_setup.py | Jeroen van Meeuwen (Kolab Systems) | 2012-02-11 | 1 | -0/+0 |
* | Update copyrightdev/entitlements | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 44 | -44/+44 |
* | Don't forget to try/except importing the Entitlements class, and then only fa... | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 1 | -8/+9 |
* | Add the framework for entitlements (there's no enforcement yet, but initializ... | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 3 | -1/+281 |
* | Fix typo | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+1 |
* | First translate, then lowercase the mail attributes. | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -4/+8 |
* | Fix "automatic" reconnecting should the connection timeout / cease to exist | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+5 |
* | Update obtaining the preferred language for a user | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -5/+11 |
* | Update default_locale setting (default and obtaining) | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 2 | -2/+7 |
* | Use the available user_attrs dictionary, not the non-existent user dictionary | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -2/+2 |
* | Add an default_locale setting to indicate the preferred system locale and def... | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 3 | -4/+10 |
* | Use iconv to normalize/translate strings into their ascii representation | Jeroen van Meeuwen (Kolab Systems) | 2011-12-05 | 1 | -6/+19 |
* | Translate a 'รณ' into a 'o'. | Jeroen van Meeuwen (Kolab Systems) | 2011-12-04 | 1 | -2/+2 |
* | Attempt to execute a noop command before attempting to reuse the connection. | Jeroen van Meeuwen (Kolab Systems) | 2011-12-01 | 1 | -1/+7 |
* | Tidy up (first log, then conf) | Jeroen van Meeuwen (Kolab Systems) | 2011-11-29 | 1 | -1/+1 |
* | Allow re-login to an existing IMAP server connection. | Jeroen van Meeuwen (Kolab Systems) | 2011-11-29 | 2 | -2/+60 |
* | Connect to the IMAP server for the particular domain | Jeroen van Meeuwen (Kolab Systems) | 2011-11-24 | 1 | -9/+19 |
* | Replace setting ldap/uri or <domain>/uri with <domain>/ldap_uri | Jeroen van Meeuwen (Kolab Systems) | 2011-11-24 | 1 | -3/+10 |
* | Close stdout when removing the handler | Jeroen van Meeuwen (Kolab Systems) | 2011-11-21 | 1 | -2/+7 |
* | Only create the INBOX folder and apply the rest of the logic when the INBOX f... | Jeroen van Meeuwen (Kolab Systems) | 2011-11-21 | 1 | -32/+40 |
* | The recipient policy should recognize special characters in a given name or s... | Jeroen van Meeuwen (Kolab Systems) | 2011-11-16 | 2 | -3/+11 |
* | Add utils.parse_ldap_uri(uri) to parse memberUrl and other LDAP references with | Jeroen van Meeuwen (Kolab Systems) | 2011-11-16 | 1 | -0/+40 |
* | A seperator is correctly spelled separator | Jeroen van Meeuwen (Kolab Systems) | 2011-11-11 | 2 | -23/+23 |