| Commit message (Expand) | Author | Age | Files | Lines |
* | Alias "unicode" to "str" under Python 3 | Jan Cholasta | 2015-09-17 | 1 | -0/+4 |
* | Replace uses of map() | Petr Viktorin | 2015-09-01 | 1 | -1/+1 |
* | Replace filter() calls with list comprehensions | Petr Viktorin | 2015-09-01 | 1 | -2/+2 |
* | Use Python3-compatible dict method names | Petr Viktorin | 2015-09-01 | 1 | -2/+2 |
* | Use absolute imports | Petr Viktorin | 2015-08-12 | 1 | -7/+7 |
* | Modernize 'except' clauses | Petr Viktorin | 2015-08-12 | 1 | -2/+2 |
* | ipalib: Fix skip_version_check option | Jan Cholasta | 2015-07-08 | 1 | -2/+5 |
* | add option to skip client API version check | Martin Babinsky | 2015-07-08 | 1 | -2/+2 |
* | include more information in metadata | Petr Vobornik | 2015-07-03 | 1 | -18/+18 |
* | plugable: Change is_production_mode to method of API | Jan Cholasta | 2015-07-01 | 1 | -2/+2 |
* | plugable: Pass API to plugins on initialization rather than using set_api | Jan Cholasta | 2015-07-01 | 1 | -5/+2 |
* | plugable: Move plugin base class and override logic to API | Jan Cholasta | 2015-07-01 | 1 | -8/+1 |
* | Server Upgrade: specify order of plugins in update files | Martin Basti | 2015-04-14 | 1 | -3/+3 |
* | advise: Add separate API object for ipa-advise | Jan Cholasta | 2015-03-05 | 1 | -50/+0 |
* | ipalib: Allow multiple API instances | Jan Cholasta | 2015-03-05 | 1 | -1/+9 |
* | Fix warning message on client side | Martin Basti | 2015-02-13 | 1 | -1/+3 |
* | ipalib.frontend: Do API version check before converting arguments | Petr Viktorin | 2014-06-13 | 1 | -17/+17 |
* | Allow primary keys to use different type than unicode. | Jan Cholasta | 2014-04-18 | 1 | -7/+8 |
* | Remove the unused ipalib.frontend.Property class | Petr Viktorin | 2014-02-21 | 1 | -54/+3 |
* | Switch client to JSON-RPC | Petr Viktorin | 2013-11-26 | 1 | -3/+3 |
* | frontend: report arguments errors with better detail | Alexander Bokovoy | 2013-10-04 | 1 | -1/+2 |
* | Add a word wrapping for comment log messages to AdviceLogger | Tomas Babej | 2013-08-06 | 1 | -2/+7 |
* | Provide ipa-advise tool | Tomas Babej | 2013-07-17 | 1 | -0/+45 |
* | Add prompt_param method to avoid code duplication | Tomas Babej | 2013-06-05 | 1 | -6/+31 |
* | Drop support for CSV in the CLI client | Petr Viktorin | 2013-02-22 | 1 | -20/+0 |
* | Add client capabilities, enable messages | Petr Viktorin | 2013-02-21 | 1 | -8/+32 |
* | Add the version option to all Commands | Petr Viktorin | 2013-02-21 | 1 | -9/+9 |
* | Pylint cleanup. | Jan Cholasta | 2013-01-29 | 1 | -10/+10 |
* | Improve output validation | Petr Viktorin | 2012-06-25 | 1 | -10/+13 |
* | Fail on unknown Command options | Petr Viktorin | 2012-06-20 | 1 | -2/+11 |
* | Change json serialization to serialize useful data | Petr Vobornik | 2012-06-07 | 1 | -1/+20 |
* | Remove duplicate and unused utility code | Petr Viktorin | 2012-05-09 | 1 | -1/+0 |
* | Redo boolean value encoding. | Jan Cholasta | 2012-05-09 | 1 | -10/+0 |
* | Fix the procedure for getting default values of command parameters. | Jan Cholasta | 2012-03-28 | 1 | -14/+65 |
* | Only split CSV in the client, quote instead of escaping | Petr Viktorin | 2012-03-20 | 1 | -0/+20 |
* | Enforce that required attributes can't be set to None in CRUD Update | Petr Viktorin | 2012-03-12 | 1 | -1/+1 |
* | Added commands into metadata. | Endi S. Dewata | 2011-12-06 | 1 | -0/+11 |
* | Add --delattr option to complement --setattr/--addattr | Martin Kosek | 2011-11-29 | 1 | -61/+1 |
* | Add plugin framework to LDAP updates. | Rob Crittenden | 2011-11-22 | 1 | -2/+42 |
* | Finalize plugin initialization on demand. | Jan Cholasta | 2011-11-22 | 1 | -25/+38 |
* | Allow custom server backend encoding | Martin Kosek | 2011-11-09 | 1 | -0/+10 |
* | Require current password when using passwd to change your own password. | Rob Crittenden | 2011-10-04 | 1 | -0/+2 |
* | Propagate environment when it is required. | Alexander Bokovoy | 2011-08-17 | 1 | -0/+7 |
* | Add ability to specify DNS reverse zone name by IP network address. | Jan Cholasta | 2011-07-15 | 1 | -1/+5 |
* | Fix regressions introduced by pylint false positive fixes. | Jan Cholasta | 2011-05-11 | 1 | -14/+14 |
* | Fix lint false positives. | Jan Cholasta | 2011-04-13 | 1 | -4/+4 |
* | Fix double definition of output_for_cli. | Jan Cholasta | 2011-04-13 | 1 | -1/+0 |
* | Fix style and grammatical issues in built-in command help. | Rob Crittenden | 2011-03-04 | 1 | -2/+2 |
* | Add default success/failure output logging. | Rob Crittenden | 2011-02-14 | 1 | -1/+1 |
* | Fix test failures caused by the performance patch. | Rob Crittenden | 2011-02-10 | 1 | -2/+2 |