index
:
freeipa.git
4084
master
Unnamed repository; edit this file 'description' to name the repository.
Martin Kosek
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
parameters.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise ValidationError on invalid CSV values.
Jan Cholasta
2013-02-08
1
-3
/
+10
*
Pylint cleanup.
Jan Cholasta
2013-01-29
1
-5
/
+3
*
Switch %r specifiers to '%s' in Public errors
Lynn Root
2012-12-11
1
-10
/
+6
*
Improve StrEnum validation error message
Martin Kosek
2012-10-01
1
-5
/
+10
*
Use OpenSSH-style public keys as the preferred format of SSH public keys.
Jan Cholasta
2012-09-06
1
-2
/
+0
*
Transfer long numbers over XMLRPC
Martin Kosek
2012-09-06
1
-6
/
+6
*
Fixed metadata serialization of Numbers and DNs
Petr Vobornik
2012-09-06
1
-3
/
+4
*
Internationalization for public errors
Petr Viktorin
2012-09-03
1
-1
/
+1
*
Raise Base64DecodeError instead of ConversionError when base64 decoding fails...
Jan Cholasta
2012-08-14
1
-3
/
+3
*
Use DN objects instead of strings
John Dennis
2012-08-12
1
-1
/
+18
*
Decimal parameter conversion and normalization
Martin Kosek
2012-06-17
1
-5
/
+49
*
Change json serialization to serialize useful data
Petr Vobornik
2012-06-07
1
-1
/
+14
*
Disallow setattr on no_update/no_create params
Petr Viktorin
2012-05-29
1
-0
/
+3
*
Remove duplicate and unused utility code
Petr Viktorin
2012-05-09
1
-1
/
+0
*
Redo boolean value encoding.
Jan Cholasta
2012-05-09
1
-33
/
+0
*
Document the 'nonempty' flag
Petr Viktorin
2012-04-13
1
-0
/
+6
*
Convert --setattr values for attributes marked no_update
Petr Viktorin
2012-04-09
1
-2
/
+4
*
Allow multi-line CSV parameters
Petr Viktorin
2012-03-28
1
-5
/
+6
*
Change parameters to use only default_from for dynamic default values.
Jan Cholasta
2012-03-28
1
-73
/
+6
*
Only split CSV in the client, quote instead of escaping
Petr Viktorin
2012-03-20
1
-11
/
+41
*
Use a consistent parameter name in errors, defaulting to cli_name.
Rob Crittenden
2012-03-20
1
-14
/
+21
*
Enforce that required attributes can't be set to None in CRUD Update
Petr Viktorin
2012-03-12
1
-4
/
+5
*
Only apply validation rules when adding and updating.
Rob Crittenden
2012-02-29
1
-1
/
+2
*
Base64-decode unicode values in Bytes parameters.
Jan Cholasta
2012-02-13
1
-2
/
+12
*
Replace float with Decimal
Martin Kosek
2012-01-20
1
-18
/
+69
*
Improve CLI output for complex commands
Martin Kosek
2012-01-12
1
-0
/
+1
*
Fix Parameter csv parsing
Martin Kosek
2012-01-12
1
-4
/
+10
*
Parse comma-separated lists of values in all parameter types. This can be ena...
Jan Cholasta
2011-11-30
1
-44
/
+38
*
Fix LDAP object parameter encoding
Martin Kosek
2011-11-15
1
-0
/
+62
*
Allow custom server backend encoding
Martin Kosek
2011-11-09
1
-0
/
+29
*
Require current password when using passwd to change your own password.
Rob Crittenden
2011-10-04
1
-0
/
+1
*
Add option to only prompt once for passwords, use in entitle_register
Rob Crittenden
2011-08-24
1
-0
/
+4
*
Revert use of 'can be at least' to 'must be at least' in minvalue validator
Rob Crittenden
2011-07-26
1
-1
/
+1
*
Don't check for leading/trailing spaces in a File parameter
Rob Crittenden
2011-07-25
1
-1
/
+2
*
Set a default minimum value for class Int, handle long values better.
Rob Crittenden
2011-07-19
1
-27
/
+34
*
Improve long integer type validation
Martin Kosek
2011-07-18
1
-0
/
+24
*
Convert nsaccountlock to always work as bool towards Python code
Alexander Bokovoy
2011-07-13
1
-2
/
+2
*
Fixed object_name and object_name_plural internationalization
Endi S. Dewata
2011-07-12
1
-1
/
+1
*
Enforce class rules when query=True, continue to not run validators.
Rob Crittenden
2011-07-11
1
-4
/
+19
*
Convert Bool to TRUE/FALSE when working with LDAP backend https://fedorahoste...
Alexander Bokovoy
2011-06-27
1
-2
/
+2
*
Add backslash escape support for cvs reader
John Dennis
2011-06-22
1
-1
/
+2
*
JSON marshalling list
Adam Young
2011-06-10
1
-1
/
+1
*
Fix uninitialized attributes.
Jan Cholasta
2011-04-21
1
-0
/
+3
*
Fix lint false positives.
Jan Cholasta
2011-04-13
1
-1
/
+3
*
Fix translatable strings in ipalib plugins.
Pavel Zuna
2011-03-01
1
-2
/
+2
*
Remove deprecated i18n code from ipalib/request and all references to it.
Pavel Zuna
2011-03-01
1
-1
/
+1
*
Convert json strings to unicode when they are unmarshalled.
Rob Crittenden
2011-02-11
1
-27
/
+1
*
Fix assorted bugs found by pylint
Jakub Hrozek
2011-01-25
1
-0
/
+7
*
Set the default Int maxvalue to the maximum XML-RPC can handle.
Rob Crittenden
2011-01-18
1
-1
/
+2
*
Support for str in StrEnum.
Endi S. Dewata
2011-01-13
1
-0
/
+18
[next]