Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update set_entry_attributes() to include the capability to delete and replace | Jeroen van Meeuwen (Kolab Systems) | 2012-05-13 | 1 | -0/+5 |
* | Update cmd_remove_mailaddress | Jeroen van Meeuwen (Kolab Systems) | 2012-05-13 | 1 | -17/+54 |
* | Add calls for set_entry_attribute() and set_entry_attributes() | Jeroen van Meeuwen (Kolab Systems) | 2012-05-13 | 1 | -2/+8 |
* | Correct commands referring to cmd_name | Jeroen van Meeuwen (Kolab Systems) | 2012-05-13 | 1 | -0/+2 |
* | Correct cmd_list_mailboxes | Jeroen van Meeuwen (Kolab Systems) | 2012-05-13 | 1 | -6/+25 |
* | Correct cmd_delete_mailbox.py | Jeroen van Meeuwen (Kolab Systems) | 2012-05-13 | 1 | -0/+5 |
* | Enable use of alias commands with cli options | Jeroen van Meeuwen (Kolab Systems) | 2012-05-13 | 1 | -4/+6 |
* | Correct cmd_create_mailbox.py | Jeroen van Meeuwen (Kolab Systems) | 2012-05-13 | 1 | -1/+28 |
* | Add Auth function get_entry_attributes() | Jeroen van Meeuwen (Kolab Systems) | 2012-05-13 | 1 | -0/+3 |
* | The LDAP setup component should ask for confirmation and allow the alteration... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-12 | 1 | -0/+55 |
* | Make utils.multiline_message() prepend and append a carrier return for clarit... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-12 | 1 | -1/+1 |
* | During setup, scratch the des_key setting for Roundcube (#715) | Jeroen van Meeuwen (Kolab Systems) | 2012-05-12 | 1 | -0/+12 |
* | Do not echo passwords back even during confirmation | Jeroen van Meeuwen (Kolab Systems) | 2012-05-11 | 1 | -7/+21 |
* | Initialize Auth() after the configuration has been finalized. | Jeroen van Meeuwen (Kolab Systems) | 2012-05-11 | 2 | -6/+21 |
* | Set inet_interfaces to 'all' for Postfix's main.cf (#754) | Jeroen van Meeuwen (Kolab Systems) | 2012-05-10 | 1 | -0/+1 |
* | Re-enable caching (#752) | Jeroen van Meeuwen (Kolab Systems) | 2012-05-10 | 1 | -1/+1 |
* | Add back the cache.get_entry() routine | Jeroen van Meeuwen (Kolab Systems) | 2012-05-10 | 1 | -1/+1 |
* | Do not attempt to create a mailbox if no value for the result attribute we're... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-10 | 1 | -3/+12 |
* | Correct cache.get_entry() use of strtime (should have been strftime) and Pyth... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-10 | 1 | -2/+3 |
* | Rename the 'example.org' section to the primary domain having been set up if ... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-10 | 1 | -0/+19 |
* | Provide required function for multi-line messages while keeping the source co... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-10 | 1 | -0/+27 |
* | Add verbiage on what accounts and what passwords we are asking for (#738) | Jeroen van Meeuwen (Kolab Systems) | 2012-05-10 | 6 | -14/+120 |
* | Allow utils.ask_question() to request confirmation of the input | Jeroen van Meeuwen (Kolab Systems) | 2012-05-10 | 1 | -1/+21 |
* | Merge branch 'master' of ssh://git.kolabsys.com/git/pykolab | Jeroen van Meeuwen (Kolab Systems) | 2012-05-09 | 16 | -49/+1 |
|\ | |||||
| * | Remove the imports of legacy auth and imap | Jeroen van Meeuwen (Kolab Systems) | 2012-05-08 | 16 | -49/+1 |
* | | Return a timestamp according to the format required | Jeroen van Meeuwen (Kolab Systems) | 2012-05-09 | 1 | -1/+1 |
* | | Correct the handling of Paged Results, and be somewhat compatible with Python... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-09 | 1 | -39/+92 |
* | | Vastly increase the debug verbosity on level 9 (trace), as the lack of SQLAlc... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-08 | 1 | -2/+30 |
|/ | |||||
* | Configure the kolabd service to start on boot (#725) | Jeroen van Meeuwen (Kolab Systems) | 2012-05-07 | 1 | -2/+6 |
* | Use correct variable name for freebusy template | Jeroen van Meeuwen (Kolab Systems) | 2012-05-06 | 1 | -1/+1 |
* | Correct variable name | Jeroen van Meeuwen (Kolab Systems) | 2012-05-06 | 1 | -1/+1 |
* | Correct duplication in setup_freebusy | Jeroen van Meeuwen (Kolab Systems) | 2012-05-06 | 1 | -32/+6 |
* | Correct paths for freebusy configuration | Jeroen van Meeuwen (Kolab Systems) | 2012-05-06 | 1 | -10/+10 |
* | Correct running in unbuffered mode | Jeroen van Meeuwen (Kolab Systems) | 2012-05-05 | 1 | -10/+0 |
* | Add freebusy and zpush setup routines | Jeroen van Meeuwen (Kolab Systems) | 2012-05-05 | 3 | -2/+228 |
* | Truly remove any buffering that may exist | Jeroen van Meeuwen (Kolab Systems) | 2012-05-05 | 1 | -4/+9 |
* | Flush stderr and stdout when asking a question | Jeroen van Meeuwen (Kolab Systems) | 2012-05-05 | 1 | -0/+3 |
* | Ship extra setup routines | Jeroen van Meeuwen (Kolab Systems) | 2012-05-05 | 1 | -0/+2 |
* | Store the mysql password for user roundcube in conf | Jeroen van Meeuwen (Kolab Systems) | 2012-05-05 | 1 | -0/+2 |
* | Set correct certificate paths to a freshly generated dummy certificate | Jeroen van Meeuwen (Kolab Systems) | 2012-05-04 | 1 | -3/+5 |
* | Fix another typo | Jeroen van Meeuwen (Kolab Systems) | 2012-05-04 | 1 | -1/+1 |
* | Lint issue | Jeroen van Meeuwen (Kolab Systems) | 2012-05-04 | 1 | -1/+3 |
* | Add horde_cache to sql schema files, | Jeroen van Meeuwen (Kolab Systems) | 2012-05-04 | 1 | -2/+11 |
* | Remove print statement (#721) | Jeroen van Meeuwen (Kolab Systems) | 2012-05-04 | 1 | -1/+0 |
* | Correct typos | Jeroen van Meeuwen (Kolab Systems) | 2012-05-04 | 1 | -4/+4 |
* | Actually set entry attributes | Jeroen van Meeuwen (Kolab Systems) | 2012-05-04 | 1 | -0/+15 |
* | This is where the actual default should come from, but pykolab/base.py:def co... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-04 | 1 | -0/+1 |
* | Make sure a default mailserver_attribute is set | Jeroen van Meeuwen (Kolab Systems) | 2012-05-04 | 1 | -0/+3 |
* | Include more components to setup | Jeroen van Meeuwen (Kolab Systems) | 2012-05-04 | 1 | -0/+2 |
* | Add more debugging | Jeroen van Meeuwen (Kolab Systems) | 2012-05-03 | 1 | -5/+37 |