summaryrefslogtreecommitdiffstats
path: root/ipalib/parameters.py
Commit message (Expand)AuthorAgeFilesLines
* Add option to only prompt once for passwords, use in entitle_registerRob Crittenden2011-08-241-0/+4
* Revert use of 'can be at least' to 'must be at least' in minvalue validatorRob Crittenden2011-07-261-1/+1
* Don't check for leading/trailing spaces in a File parameterRob Crittenden2011-07-251-1/+2
* Set a default minimum value for class Int, handle long values better.Rob Crittenden2011-07-191-27/+34
* Improve long integer type validationMartin Kosek2011-07-181-0/+24
* Convert nsaccountlock to always work as bool towards Python codeAlexander Bokovoy2011-07-131-2/+2
* Fixed object_name and object_name_plural internationalizationEndi S. Dewata2011-07-121-1/+1
* Enforce class rules when query=True, continue to not run validators.ticket-hbac-testRob Crittenden2011-07-111-4/+19
* Convert Bool to TRUE/FALSE when working with LDAP backend https://fedorahoste...Alexander Bokovoy2011-06-271-2/+2
* Add backslash escape support for cvs readerJohn Dennis2011-06-221-1/+2
* JSON marshalling listAdam Young2011-06-101-1/+1
* Fix uninitialized attributes.Jan Cholasta2011-04-211-0/+3
* Fix lint false positives.Jan Cholasta2011-04-131-1/+3
* Fix translatable strings in ipalib plugins.Pavel Zuna2011-03-011-2/+2
* Remove deprecated i18n code from ipalib/request and all references to it.Pavel Zuna2011-03-011-1/+1
* Convert json strings to unicode when they are unmarshalled.Rob Crittenden2011-02-111-27/+1
* Fix assorted bugs found by pylintJakub Hrozek2011-01-251-0/+7
* Set the default Int maxvalue to the maximum XML-RPC can handle.Rob Crittenden2011-01-181-1/+2
* Support for str in StrEnum.Endi S. Dewata2011-01-131-0/+18
* Retype (when cloning) Flag parameters to Bool for search commands.Pavel Zuna2011-01-101-1/+7
* Fix webUI command parameters error on Fedora 14.Pavel Zuna2010-12-221-1/+9
* Fix reporting of errors when validating parameters.Pavel Zuna2010-12-211-1/+4
* Change FreeIPA license to GPLv3+Jakub Hrozek2010-12-201-5/+5
* Allow RDN changes from CLIJakub Hrozek2010-12-201-1/+7
* Add new parameter type IA5Str and use this to enforce the right charset.Rob Crittenden2010-12-071-0/+19
* This is the second half of a patch. Only the part that had to beRob Crittenden2010-12-021-0/+1
* Output ACI's broken out into attributes rather than a single text fieldRob Crittenden2010-11-041-1/+10
* Use context to decide which name to return on RequirementsErrorsRob Crittenden2010-10-281-5/+12
* Big webUI patch.Pavel Zuna2010-09-171-0/+1
* Improve serialization to JSON.Pavel Zuna2010-08-121-0/+14
* Add optional error message to pattern validatorRob Crittenden2010-08-061-3/+9
* Increase supported weeks per month from 4 to 6 in AccessTime() typeRob Crittenden2010-06-031-1/+1
* Add weekly periodic schedule to AccessTime param type.root2010-05-041-0/+2
* Add test cases for AccessTime param and fix some problems in AccessTimeRob Crittenden2010-05-031-4/+10
* Finish deferred translation mechanismJason Gerard DeRose2010-03-161-3/+3
* When raising an error about a required attribute, use cli_name not name.Rob Crittenden2010-03-071-1/+1
* Translatable Param.label, Param.docJason Gerard DeRose2010-02-241-10/+81
* Fix bug where parameter cloning didn't clone validation rules.Pavel Zuna2010-02-231-1/+1
* Don't iterate over empty values in List paramsRob Crittenden2010-02-171-1/+1
* Allow one-character Param namesRob Crittenden2010-02-121-4/+0
* Take 2: Extensible return values and validation; steps toward a single output...Jason Gerard DeRose2009-12-101-12/+10
* Rename GeneralizedTime to AccessTime.Pavel Zuna2009-12-011-4/+4
* Fix Bool parameter type. It was impossible to set it to FALSE.Pavel Zuna2009-11-301-2/+4
* Reading INT parameter class should respect radix prefixJohn Dennis2009-11-231-0/+29
* _convert_scalar() should throw an error if passed a tuple or listRob Crittenden2009-11-171-0/+12
* Add 'File' parameter type.Pavel Zuna2009-11-061-0/+12
* Change Password param so (password, confirm_password) can be passed to _conve...Jason Gerard DeRose2009-10-181-0/+9
* Giant webui patch take 2Jason Gerard DeRose2009-10-131-4/+47
* Add HBAC plugin and introduce GeneralizedTime parameter type.Pavel Zuna2009-10-051-0/+166
* Remove parent_key parameter kwarg.Pavel Zuna2009-09-101-7/+4