Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' of ssh://git.kolab.org/git/pykolab | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 3 | -1/+155 | |
|\ \ | |/ | ||||||
| * | Add tests for transliteration of ru_RU using the new transliterate() ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 1 | -0/+39 | |
| | | | | | | | | function fallback for utils.translate() | |||||
| * | Attempt to use iconv, but if it fails, fall back to using our own translit ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 1 | -1/+9 | |
| | | | | | | | | function (#1536) | |||||
| * | Provide an initial locale -> translit lookup table set and a function to call | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 1 | -0/+107 | |
| | | ||||||
* | | If we ensure it is stored as ascii, anything non-ascii gets written out as ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 1 | -1/+3 | |
|/ | | | | | | | | | | | | the ascii equivalent of the unicode character set (\u1234). See: http://docs.python.org/2/library/json.html """ If ensure_ascii is True (the default), all non-ASCII characters in the output are escaped with \uXXXX sequences, and the result is a str instance consisting of ASCII characters only. """ | |||||
* | Ensure that when new aliases are being compared to the old ones, the lists ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-02-06 | 1 | -3/+12 | |
| | | | | are compared in a sorted, list-over-set manner. (#1560) | |||||
* | Ensure an attribute obtained is case-insensitive when we look it up | Jeroen van Meeuwen (Kolab Systems) | 2013-01-30 | 1 | -0/+2 | |
| | ||||||
* | Resolve redirect not being a terminal action - need stop on not keeping a ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-01-28 | 2 | -0/+2 | |
| | | | | copy (#1588) | |||||
* | Correct the other call to modify ACL entries on IMAP folders from LDAP | Jeroen van Meeuwen (Kolab Systems) | 2013-01-27 | 1 | -2/+1 | |
| | ||||||
* | Correct keywords to call of setting acl entries on IMAP folders from LDAP | Jeroen van Meeuwen (Kolab Systems) | 2013-01-27 | 1 | -2/+1 | |
| | ||||||
* | Make sure a shared folder, at a very minimum, includes 'p' rights for anyone | Jeroen van Meeuwen (Kolab Systems) | 2013-01-27 | 1 | -2/+153 | |
| | | | | Handle changes to shared folders as well | |||||
* | Log an error if the administrator password is empty | Jeroen van Meeuwen (Kolab Systems) | 2013-01-25 | 1 | -0/+12 | |
| | | | | Subscribe the user to the folders we create despite the namespace | |||||
* | Make sure that when aliases generated are compared to aliases existing, we ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-01-23 | 1 | -1/+1 | |
| | | | | compare accurately, not randomly | |||||
* | Suppress print statements and replace them with better log statements | Jeroen van Meeuwen (Kolab Systems) | 2013-01-23 | 2 | -25/+24 | |
| | ||||||
* | Add delivery to folder sieve rule (#1519) | Jeroen van Meeuwen (Kolab Systems) | 2013-01-22 | 2 | -7/+13 | |
| | ||||||
* | Merge branch 'master' of ssh://git.kolabsys.com/git/pykolab | Jeroen van Meeuwen (Kolab Systems) | 2013-01-10 | 6 | -8/+259 | |
|\ | ||||||
| * | Add tests for #1508 | Jeroen van Meeuwen (Kolab Systems) | 2013-01-10 | 4 | -0/+237 | |
| | | ||||||
| * | Make sure we transliterate the components before we push them in to a policy ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-01-10 | 1 | -7/+12 | |
| | | | | | | | | (#1508) | |||||
| * | Add debug statements for transliteration using pykolab.utils.translate(), so ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-01-10 | 1 | -1/+10 | |
| | | | | | | | | we can work out bugs such as #1508 and #1536 | |||||
* | | Add kolab_use_subscriptions setting to configuration template | Jeroen van Meeuwen (Kolab Systems) | 2013-01-10 | 1 | -0/+2 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.kolabsys.com/git/pykolab | Jeroen van Meeuwen (Kolab Systems) | 2013-01-09 | 4 | -0/+464 | |
|\ | ||||||
| * | Set the correct password for new users | Jeroen van Meeuwen (Kolab Systems) | 2012-12-29 | 1 | -0/+2 | |
| | | ||||||
| * | Add tests for the footer module | Jeroen van Meeuwen (Kolab Systems) | 2012-12-29 | 1 | -0/+285 | |
| | | ||||||
| * | Add a Wallace module that can add footers to messages | Jeroen van Meeuwen (Kolab Systems) | 2012-12-29 | 1 | -0/+172 | |
| | | | | | | | | Note currently this module also adds footers to inbound messages from external senders | |||||
| * | Add a [wallace] section with valid options for the new footer module | Jeroen van Meeuwen (Kolab Systems) | 2012-12-29 | 1 | -0/+5 | |
| | | ||||||
* | | Require at least one extension (that does not hurt) | Jeroen van Meeuwen (Kolab Systems) | 2013-01-09 | 2 | -1/+7 | |
| | | | | | | | | Fix indentation of user defined script inclusion | |||||
* | | Make sure the sasl_username is realmed, or we run in to server configuration ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-01-09 | 1 | -1/+4 | |
|/ | | | | problem errors | |||||
* | Two more unit tests though just for imports | Jeroen van Meeuwen (Kolab Systems) | 2012-12-28 | 2 | -0/+14 | |
| | ||||||
* | Remove trailing whitespace | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -17/+17 | |
| | ||||||
* | Sleep for a second or so, otherwise we loop very quickly - also accept a ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -0/+3 | |
| | | | | KeyboardInterrupt exception to bail out | |||||
* | Update test to run with and without a Kolab daemon running (or picking ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 2 | -4/+27 | |
| | | | | things up in the expected timeframe) | |||||
* | Take in to account a _change_none_user can still require a mailbox rename | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -3/+27 | |
| | ||||||
* | Loop through the thread's synchronization routine continuously | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 2 | -9/+18 | |
| | ||||||
* | Update tests for fixed web admin | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 3 | -19/+121 | |
| | ||||||
* | Display a traceback with the process fails | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -3/+5 | |
| | ||||||
* | Apply the recipient policy to entries with existing attributes as well (so ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -19/+16 | |
| | | | | mailboxes get renamed and such). | |||||
* | Update the user_edit function | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -8/+17 | |
| | ||||||
* | It is just as easy for purge_users() to call purge_imap() | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -22/+2 | |
| | ||||||
* | Add purge_imap() because sometimes you will want to end up with a clean IMAP ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -0/+15 | |
| | | | | server | |||||
* | Write and rebase a couple more tests | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 4 | -51/+175 | |
| | ||||||
* | Repair wap client call user_add() | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -1/+1 | |
| | ||||||
* | Use the new no-persistent-search call to synchronize | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -1/+1 | |
| | ||||||
* | Use the original SMTP communication exchange for recipients and senders (#1469) | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -10/+19 | |
| | ||||||
* | Adjust the resources module to match the new format in which files are ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -13/+10 | |
| | | | | written to the spool (#1469) | |||||
* | Write out messages received to the spool as a JSON object that preserves the ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -0/+9 | |
| | | | | SMTP communication exchange (#1469) | |||||
* | Allow synchronize() calls to specify to not use persistent searches | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 2 | -6/+12 | |
| | ||||||
* | Provide purge_users and synchronize short cut calls | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 2 | -0/+43 | |
| | ||||||
* | Add mailbox-cleanup command | Jeroen van Meeuwen (Kolab Systems) | 2012-12-23 | 1 | -0/+65 | |
| | ||||||
* | Fix error in if clause logic | Jeroen van Meeuwen (Kolab Systems) | 2012-12-21 | 1 | -1/+1 | |
| | ||||||
* | Require python-sqlalchemy (#1474) | Jeroen van Meeuwen (Kolab Systems) | 2012-12-20 | 1 | -0/+1 | |
| |