index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
frontend.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
frontend: allow commands to have an argument named `name`
Jan Cholasta
2016-05-25
1
-4
/
+4
*
frontend: move the interactive_prompt callback type to Command
Jan Cholasta
2016-05-25
1
-1
/
+9
*
frontend: merge baseldap.CallbackRegistry into Command
Jan Cholasta
2016-05-25
1
-0
/
+53
*
ipalib, ipaserver: fix incorrect API.register calls in docstrings
Jan Cholasta
2016-05-25
1
-5
/
+5
*
frontend: do not forward argument defaults to server
Jan Cholasta
2016-05-25
1
-2
/
+3
*
frontend: do not forward unspecified positional arguments to server
Jan Cholasta
2016-05-25
1
-1
/
+14
*
frontend: perform argument value validation only on server
Jan Cholasta
2016-05-25
1
-2
/
+8
*
frontend: remove the unused Command.soft_validate method
Jan Cholasta
2016-05-25
1
-14
/
+1
*
frontend: re-raise remote RequirementError using CLI name in CLI
Jan Cholasta
2016-05-25
1
-10
/
+11
*
ipalib: add convenient Command method for adding messages
Jan Cholasta
2016-03-03
1
-8
/
+12
*
ipalib: provide per-call command context
Jan Cholasta
2016-03-03
1
-0
/
+10
*
ipalib: assume version 2.0 when skip_version_check is enabled
Jan Cholasta
2016-01-12
1
-2
/
+1
*
Remove unused imports
Martin Basti
2015-12-23
1
-2
/
+2
*
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
[next]