Commit message (Collapse) | 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 | 1 | -126/+237 |
| | | | | | Fix linting issues Increase Python3 compatibility | ||||
* | 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 |
| | |||||
* | This patch adds an option '--socket' that can be used when starting ↵ | Aeneas Jaißle | 2014-08-19 | 1 | -0/+10 |
| | | | | kolab-saslauthd, to specify the socket file to bind to. | ||||
* | Updated the licensing information according to FSF recommendations. | Paul Boddie | 2014-06-26 | 1 | -7/+7 |
| | | | | Note that cyruslib.py is still "GPLv2 or a later version" unlike the other files. | ||||
* | Assure when a configuration file is read, it is also configured as the ↵ | Jeroen van Meeuwen (Kolab Systems) | 2014-06-09 | 1 | -4/+20 |
| | | | | configuration file in use | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Remove inconsistent default option value for log file and replace with ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-05-30 | 1 | -1/+1 |
| | | | | correct location | ||||
* | The idea is to return none, not whatever arbitrary string | Jeroen van Meeuwen (Kolab Systems) | 2012-05-14 | 1 | -2/+2 |
| | |||||
* | Rebase on specification | Jeroen van Meeuwen (Kolab Systems) | 2012-04-19 | 1 | -1/+9 |
| | |||||
* | Evaluating args this way doesn't make any sense (it's not used anywhere but ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-03-20 | 1 | -2/+0 |
| | | | | in setup anyway) | ||||
* | Correct some pylint conventions | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 1 | -33/+33 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Don't forget to try/except importing the Entitlements class, and then only ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 1 | -8/+9 |
| | | | | fail afterwards | ||||
* | Add the framework for entitlements (there's no enforcement yet, but ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-01-04 | 1 | -0/+11 |
| | | | | initialization fails if data does not check out) | ||||
* | 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 | 1 | -0/+6 |
| | |||||
* | 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 ↵ | Jeroen van Meeuwen (Kolab Systems) | 2011-09-21 | 1 | -0/+20 |
| | | | | space seperated list | ||||
* | 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 ↵ | Jeroen van Meeuwen (Kolab Systems) | 2011-04-11 | 1 | -12/+15 |
| | | | | | | of each suffices. Clean up imap module, along with making the imap.cyrus module work better | ||||
* | 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 | 1 | -92/+111 |
| | |||||
* | Relicense from GPLv2 only to GPLv3+ | Jeroen van Meeuwen (Kolab Systems) | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | Update Conf() with various tidbits | Jeroen van Meeuwen (Kolab Systems) | 2011-03-07 | 1 | -12/+36 |
| | | | | Prepare to limit access to Conf.cfg_parser | ||||
* | 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 | 1 | -2/+11 |
| | | | | | | | | | - a plugin system, - some example plugins, - a working kolab daemon, - copyright updates, - auth/ldap/ abstraction so auth/sql/ can be plugged in, - and more. | ||||
* | Check for calendar/contacts/mail settings, and make sure the suites set them ↵ | Jeroen van Meeuwen (Kolab Systems) | 2010-11-15 | 1 | -2/+32 |
| | | | | correctly, or bail out setting others if both a suite as well as one of the item types have been selected. | ||||
* | Make sure the configuration lib parts have; | Jeroen van Meeuwen (Kolab Systems) | 2010-10-27 | 1 | -15/+233 |
| | | | | | | - Configuration file parsing semantics - Sufficient defaults to handle a test suite - Configuration item checking semantics | ||||
* | 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 | 1 | -0/+266 |