summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarify the description of --raw and -allJakub Hrozek2010-11-081-4/+4
* Return reason for failure when updating group membership fails.Rob Crittenden2010-10-281-17/+17
* Use context to decide which name to return on RequirementsErrorsRob Crittenden2010-10-281-1/+1
* Disallow RDN change and single-value bypass using setattr/addattr.Pavel Zuna2010-10-181-1/+1
* Return non-zero when the number of entries from *-find returned is zero.Rob Crittenden2010-10-131-1/+3
* Return non-zero when group membership change fails, no empty fail list.Rob Crittenden2010-10-081-0/+26
* Add support for client failover to the ipa command-line.Rob Crittenden2010-08-161-0/+15
* Change the behaviour of addattr/setattr parameters.Adam Young2010-08-131-6/+11
* Include contents of has_output_params in get_output_paramsRob Crittenden2010-07-131-0/+2
* Fix output of summary and embedded dictionariesRob Crittenden2010-05-031-3/+3
* Fix output for commands that do not return entries.Pavel Zuna2010-03-261-3/+24
* Add INTERNAL flag to frontend plugins. If set, the plugin won't show in UI.Pavel Zuna2010-03-221-0/+3
* Include params in Method.output_paramsRob Crittenden2010-03-191-0/+9
* localize doc stringsJohn Dennis2010-03-081-3/+3