Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that config functions do take and honor the default value passed along | Jeroen van Meeuwen (Kolab Systems) | 2019-10-25 | 1 | -3/+4 |
* | Introduce a configurable timeout for simple search and authentication requests. | Jeroen van Meeuwen (Kolab Systems) | 2019-10-25 | 2 | -128/+242 |
* | Ensure a missing setting isn't treated as a string | Jeroen van Meeuwen (Kolab Systems) | 2019-08-26 | 1 | -1/+3 |
* | implementing --default, --yes and --quiet parameters for setup-kolab (#2598) | Timotheus Pokorra | 2015-04-15 | 1 | -0/+6 |
* | Fix some typos found by the spelling linter | Jeroen van Meeuwen (Kolab Systems) | 2015-04-14 | 1 | -2/+2 |
* | Add wallace.resource_calendar_expire_days to config defaults | Thomas Bruederli | 2014-11-06 | 1 | -1/+3 |
* | Bug #2491: sleep time until new domains are created should be optionally set ... | Timotheus Pokorra (TBits.net) | 2014-08-19 | 1 | -0/+3 |
* | This patch adds an option '--socket' that can be used when starting kolab-sas... | Aeneas Jaißle | 2014-08-19 | 1 | -0/+10 |
* | Updated the licensing information according to FSF recommendations. | Paul Boddie | 2014-06-26 | 3 | -21/+21 |
* | Assure when a configuration file is read, it is also configured as the config... | Jeroen van Meeuwen (Kolab Systems) | 2014-06-09 | 1 | -4/+20 |
* | Added missing initialisation operations. | Paul Boddie | 2014-02-16 | 1 | -1/+5 |
* | Fix indentation issues | Jeroen van Meeuwen (Kolab Systems) | 2013-05-24 | 1 | -3/+3 |
* | Fix indentation | Jeroen van Meeuwen (Kolab Systems) | 2013-05-24 | 1 | -1/+1 |
* | Fix indentation | Jeroen van Meeuwen (Kolab Systems) | 2013-04-30 | 1 | -1/+1 |
* | Update copyright | Jeroen van Meeuwen (Kolab Systems) | 2013-04-17 | 3 | -3/+3 |
* | Remove inconsistent default option value for log file and replace with correc... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-30 | 1 | -1/+1 |
* | Use log.error() instead of print >> sys.stderr | Jeroen van Meeuwen (Kolab Systems) | 2012-05-14 | 1 | -4/+5 |
* | The idea is to return none, not whatever arbitrary string | Jeroen van Meeuwen (Kolab Systems) | 2012-05-14 | 1 | -2/+2 |
* | 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 |
* | Set the default for imap_virtual_domains | Jeroen van Meeuwen (Kolab Systems) | 2012-04-24 | 1 | -1/+1 |
* | Rebase on specification | Jeroen van Meeuwen (Kolab Systems) | 2012-04-19 | 2 | -2/+12 |
* | Evaluating args this way doesn't make any sense (it's not used anywhere but i... | Jeroen van Meeuwen (Kolab Systems) | 2012-03-20 | 1 | -2/+0 |
* | Correct some pylint conventions | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 2 | -42/+42 |
* | conf.get_list() should always return a list | Jeroen van Meeuwen (Kolab Systems) | 2012-03-02 | 1 | -2/+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 |
* | Update copyrightdev/entitlements | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 3 | -3/+3 |
* | 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 | 2 | -0/+276 |
* | Update default_locale setting (default and obtaining) | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+1 |
* | Add an default_locale setting to indicate the preferred system locale and def... | Jeroen van Meeuwen (Kolab Systems) | 2011-12-06 | 1 | -1/+3 |
* | Set the default for virtual_domains to 'userid' | Jeroen van Meeuwen (Kolab Systems) | 2011-11-09 | 1 | -0/+2 |
* | Fix reference to revisor | Jeroen van Meeuwen (Kolab Systems) | 2011-11-04 | 1 | -1/+1 |
* | Enhance handling of search mail attributes | Jeroen van Meeuwen (Kolab Systems) | 2011-10-28 | 2 | -1/+9 |
* | Fix debuglevel not set in Conf | Jeroen van Meeuwen (Kolab Systems) | 2011-09-30 | 1 | -0/+2 |
* | Add conf.get_list() function to retrieve a python list from a comma and/or sp... | Jeroen van Meeuwen (Kolab Systems) | 2011-09-21 | 1 | -0/+20 |
* | Avoid unknown keyword recoverable | Jeroen van Meeuwen (Kolab Systems) | 2011-07-05 | 1 | -6/+6 |
* | Update the configuration lib to be a little more robust | Jeroen van Meeuwen (Kolab Systems) | 2011-07-04 | 1 | -32/+29 |
* | Pull out auth and conf from becoming multi-instance all over the place. One o... | Jeroen van Meeuwen (Kolab Systems) | 2011-04-11 | 2 | -12/+19 |
* | Add -l option to specify the loglevel | Jeroen van Meeuwen (Kolab Systems) | 2011-03-24 | 1 | -1/+11 |
* | Enhance configuration subsystem, and drop runtime | Jeroen van Meeuwen (Kolab Systems) | 2011-03-23 | 3 | -140/+114 |
* | Relicense from GPLv2 only to GPLv3+ | Jeroen van Meeuwen (Kolab Systems) | 2011-03-07 | 3 | -3/+3 |
* | Update Conf() with various tidbits | Jeroen van Meeuwen (Kolab Systems) | 2011-03-07 | 1 | -12/+36 |
* | Pass on the configuration to the plugins wrapper | Jeroen van Meeuwen (Kolab Systems) | 2011-03-02 | 1 | -1/+1 |
* | Update pykolab including: | Jeroen van Meeuwen (Kolab Systems) | 2011-02-21 | 3 | -5/+15 |
* | Check for calendar/contacts/mail settings, and make sure the suites set them ... | Jeroen van Meeuwen (Kolab Systems) | 2010-11-15 | 1 | -2/+32 |
* | Make sure the configuration lib parts have; | Jeroen van Meeuwen (Kolab Systems) | 2010-10-27 | 3 | -16/+241 |
* | Split up the initialization of .conf adding a finalization | Jeroen van Meeuwen (Kolab Systems) | 2010-10-08 | 1 | -15/+38 |
* | Initial commit | Jeroen van Meeuwen (Kolab Systems) | 2010-08-26 | 3 | -0/+327 |