| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
map attribute is redundant and not used.
Use `get` method instead.
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
|
|
|
|
|
|
|
|
| |
Creation of map with e.g. 30K values was very slow. Map checked if a value is
in in the map but it used Array's indexOf method therefore the complexity was
quadratic instead of linear.
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
|
|
|
|
| |
https://fedorahosted.org/freeipa/ticket/2811
|
|
|
|
| |
https://fedorahosted.org/freeipa/ticket/3235
|
|
Third party JS libraries which are not AMD modules were moved to src/libs/
directory. Links in html files were changed accordingly.
https://fedorahosted.org/freeipa/ticket/112
|