summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
Commit message (Expand)AuthorAgeFilesLines
* include more information in metadataPetr Vobornik2015-07-031-18/+18
* plugable: Change is_production_mode to method of APIJan Cholasta2015-07-011-2/+2
* plugable: Pass API to plugins on initialization rather than using set_apiJan Cholasta2015-07-011-5/+2
* plugable: Move plugin base class and override logic to APIJan Cholasta2015-07-011-8/+1
* Server Upgrade: specify order of plugins in update filesMartin Basti2015-04-141-3/+3
* advise: Add separate API object for ipa-adviseJan Cholasta2015-03-051-50/+0
* ipalib: Allow multiple API instancesJan Cholasta2015-03-051-1/+9
* Fix warning message on client sideMartin Basti2015-02-131-1/+3
* ipalib.frontend: Do API version check before converting argumentsPetr Viktorin2014-06-131-17/+17
* Allow primary keys to use different type than unicode.Jan Cholasta2014-04-181-7/+8
* Remove the unused ipalib.frontend.Property classPetr Viktorin2014-02-211-54/+3
* Switch client to JSON-RPCPetr Viktorin2013-11-261-3/+3
* frontend: report arguments errors with better detailAlexander Bokovoy2013-10-041-1/+2
* Add a word wrapping for comment log messages to AdviceLoggerTomas Babej2013-08-061-2/+7
* Provide ipa-advise toolTomas Babej2013-07-171-0/+45
* Add prompt_param method to avoid code duplicationTomas Babej2013-06-051-6/+31
* Drop support for CSV in the CLI clientPetr Viktorin2013-02-221-20/+0
* Add client capabilities, enable messagesPetr Viktorin2013-02-211-8/+32
* Add the version option to all CommandsPetr Viktorin2013-02-211-9/+9
* Pylint cleanup.Jan Cholasta2013-01-291-10/+10
* Improve output validationPetr Viktorin2012-06-251-10/+13
* Fail on unknown Command optionsPetr Viktorin2012-06-201-2/+11
* Change json serialization to serialize useful dataPetr Vobornik2012-06-071-1/+20
* Remove duplicate and unused utility codePetr Viktorin2012-05-091-1/+0
* Redo boolean value encoding.Jan Cholasta2012-05-091-10/+0
* Fix the procedure for getting default values of command parameters.Jan Cholasta2012-03-281-14/+65
* Only split CSV in the client, quote instead of escapingPetr Viktorin2012-03-201-0/+20
* Enforce that required attributes can't be set to None in CRUD UpdatePetr Viktorin2012-03-121-1/+1
* Added commands into metadata.Endi S. Dewata2011-12-061-0/+11
* Add --delattr option to complement --setattr/--addattrMartin Kosek2011-11-291-61/+1
* Add plugin framework to LDAP updates.Rob Crittenden2011-11-221-2/+42
* Finalize plugin initialization on demand.Jan Cholasta2011-11-221-25/+38
* Allow custom server backend encodingMartin Kosek2011-11-091-0/+10
* Require current password when using passwd to change your own password.Rob Crittenden2011-10-041-0/+2
* Propagate environment when it is required.Alexander Bokovoy2011-08-171-0/+7
* Add ability to specify DNS reverse zone name by IP network address.Jan Cholasta2011-07-151-1/+5
* Fix regressions introduced by pylint false positive fixes.Jan Cholasta2011-05-111-14/+14
* Fix lint false positives.Jan Cholasta2011-04-131-4/+4
* Fix double definition of output_for_cli.Jan Cholasta2011-04-131-1/+0
* Fix style and grammatical issues in built-in command help.Rob Crittenden2011-03-041-2/+2
* Add default success/failure output logging.Rob Crittenden2011-02-141-1/+1
* Fix test failures caused by the performance patch.Rob Crittenden2011-02-101-2/+2
* Don't perform some API self-tests in production mode for performance reasonsRob Crittenden2011-01-281-3/+4
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-1/+1
* Rename INTERNAL to NO_CLI for commands we hide from the cli.Rob Crittenden2011-01-211-2/+2
* Add API version and have server reject incompatible clients.Rob Crittenden2011-01-141-1/+37
* Display the entries that failed when deleting with --continue.Rob Crittenden2011-01-101-4/+5
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Properly handle multi-valued attributes when using setattr/addattr.Rob Crittenden2010-12-101-2/+8
* Normalize and convert default params, tooJakub Hrozek2010-12-021-1/+1