Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Adds plugins #160

Open
wants to merge 133 commits into
base: master
Choose a base branch
from
Open

Adds plugins #160

wants to merge 133 commits into from

Commits on Jul 8, 2016

  1. ignored wsgate/build for ubuntu builds

    c64cosmin committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    dcc207c View commit details
    Browse the repository at this point in the history
  2. Added compiling support for Ubuntu 14.04 LTS

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    354ffa9 View commit details
    Browse the repository at this point in the history
  3. Added CentOS 7 to install script

    c64cosmin committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    9e9bf94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1a0f1b View commit details
    Browse the repository at this point in the history
  5. Removed CentOS 6

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    c6a3381 View commit details
    Browse the repository at this point in the history
  6. Fixed authentication issue

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    96afe9f View commit details
    Browse the repository at this point in the history
  7. Removed debugging for websocket URL

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    4eeb3f4 View commit details
    Browse the repository at this point in the history
  8. Removed GET parameters from link, uses WebSocket instead

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    7082144 View commit details
    Browse the repository at this point in the history
  9. Removed cookie code on server-side

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    18a29da View commit details
    Browse the repository at this point in the history
  10. Added cookies to the client-side

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    93c4ff0 View commit details
    Browse the repository at this point in the history
  11. Made the cookie apply only when connection is succesful

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    37a93ff View commit details
    Browse the repository at this point in the history
  12. Added message box

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    b7e2207 View commit details
    Browse the repository at this point in the history
  13. Removed login screen in a embedded context

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    852124c View commit details
    Browse the repository at this point in the history
  14. Added a central error when instance is not working

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    465db9b View commit details
    Browse the repository at this point in the history
  15. Added critical message

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    bdc3a6b View commit details
    Browse the repository at this point in the history
  16. Removed some tabs

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    b1bdc8e View commit details
    Browse the repository at this point in the history
  17. Removed useless event fireup

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    d7b1fcc View commit details
    Browse the repository at this point in the history
  18. Changed visibility of the embedded status

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    0fde1ee View commit details
    Browse the repository at this point in the history
  19. Added method for removing popups

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    cb2c329 View commit details
    Browse the repository at this point in the history
  20. Made the critical error always on-top

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    904cc3c View commit details
    Browse the repository at this point in the history
  21. Moved the popup style to the css file

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f15023e View commit details
    Browse the repository at this point in the history
  22. Added code for multilanguage support

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    cd1c569 View commit details
    Browse the repository at this point in the history
  23. Enabled the creation of the textarea

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    4dccaf1 View commit details
    Browse the repository at this point in the history
  24. Textarea should be responsive to canvas resizing

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    bf621c3 View commit details
    Browse the repository at this point in the history
  25. Moved the events on the textarea

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    b2a63c2 View commit details
    Browse the repository at this point in the history
  26. Fixed a typo

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    48d2716 View commit details
    Browse the repository at this point in the history
  27. Bound events to the WSgate object

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    8fc27ae View commit details
    Browse the repository at this point in the history
  28. Reset textarea when needed

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    4328f1a View commit details
    Browse the repository at this point in the history
  29. Proper propagation of the event on click

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    a364a56 View commit details
    Browse the repository at this point in the history
  30. Remove cursor from the textarea

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    1e30054 View commit details
    Browse the repository at this point in the history
  31. Make sure textarea is always on focus

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    4c32129 View commit details
    Browse the repository at this point in the history
  32. Fixed issue for IMEon

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    4d21adb View commit details
    Browse the repository at this point in the history
  33. Fixed function calls

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    ed350a2 View commit details
    Browse the repository at this point in the history
  34. Cursor should be on the textarea

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    a07012e View commit details
    Browse the repository at this point in the history
  35. Fixed the additional newline issue

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    0db0a12 View commit details
    Browse the repository at this point in the history
  36. Added the IME helper

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    3e7ba51 View commit details
    Browse the repository at this point in the history
  37. Added toggler button for multilanguage input method

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    3acfe03 View commit details
    Browse the repository at this point in the history
  38. Try catch the out of focus event

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    5ad26c9 View commit details
    Browse the repository at this point in the history
  39. Fixed the mouse leave issue

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    e7fb57f View commit details
    Browse the repository at this point in the history
  40. Moved postconnect code to proper callback

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    75239c1 View commit details
    Browse the repository at this point in the history
  41. Fixed Horizon resize issue

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    8ec1b75 View commit details
    Browse the repository at this point in the history
  42. Changed ini config file parsing method

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    6db2f46 View commit details
    Browse the repository at this point in the history
  43. Removed duplicate code

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    1469dfe View commit details
    Browse the repository at this point in the history
  44. Moved EHS implementation from main to it's own file

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    02c979d View commit details
    Browse the repository at this point in the history
  45. Moved globally used functions inside wsgate.hpp

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    3f0c9fc View commit details
    Browse the repository at this point in the history
  46. Separated MyWsHandler from the main

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    13e6518 View commit details
    Browse the repository at this point in the history
  47. Fixed compilation errors

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    1ec6193 View commit details
    Browse the repository at this point in the history
  48. Separated WsGateService from main

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    9232f8f View commit details
    Browse the repository at this point in the history
  49. Separated MyRawSocketHandler from main

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    b7e7067 View commit details
    Browse the repository at this point in the history
  50. Separated myBindHelper from main

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f1a0bb2 View commit details
    Browse the repository at this point in the history
  51. Removed useless namespace declaration

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    e3da698 View commit details
    Browse the repository at this point in the history
  52. Removed unused code

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    7194189 View commit details
    Browse the repository at this point in the history
  53. Stripped implementation from .hpp file

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    9fe11a7 View commit details
    Browse the repository at this point in the history
  54. Stripped implementation from wsendpoint.hpp

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    1d8d28f View commit details
    Browse the repository at this point in the history
  55. Fixed compilation error

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f0bc868 View commit details
    Browse the repository at this point in the history
  56. Removed unused code

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    a7ead83 View commit details
    Browse the repository at this point in the history
  57. Fixed compilation error

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    325f4b8 View commit details
    Browse the repository at this point in the history
  58. Register added sources to the cmake file

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    cbb1c3c View commit details
    Browse the repository at this point in the history
  59. Changed include paths from backslash to forward slash

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    c96ebfa View commit details
    Browse the repository at this point in the history
  60. Removed redundant include

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    e368d72 View commit details
    Browse the repository at this point in the history
  61. wsGateService is exclusive to _WIN32

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    d57c376 View commit details
    Browse the repository at this point in the history
  62. Use propper cross-platform cpprest strings

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    daf1fb2 View commit details
    Browse the repository at this point in the history
  63. Fixed compiling error

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    e5eb619 View commit details
    Browse the repository at this point in the history
  64. Fixed protability issue

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    dc3d7cf View commit details
    Browse the repository at this point in the history
  65. Fixed black cursor bug

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    8f6283f View commit details
    Browse the repository at this point in the history
  66. Added px to style size update

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    c47085a View commit details
    Browse the repository at this point in the history
  67. Added mouse coordinates to mouse leave event

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    18b90ef View commit details
    Browse the repository at this point in the history
  68. Fix multilanguage button

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    817cfee View commit details
    Browse the repository at this point in the history
  69. Fixed IME helper for Firefox

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    62ea6fb View commit details
    Browse the repository at this point in the history
  70. Fixed focus on inexistent element

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    ecaf0bb View commit details
    Browse the repository at this point in the history
  71. Change special combination method

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    3d1e2fe View commit details
    Browse the repository at this point in the history
  72. Changed CtrlAltDelete combination code

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    3d225d7 View commit details
    Browse the repository at this point in the history
  73. Added Alt+Tab combination

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    da714f6 View commit details
    Browse the repository at this point in the history
  74. Changed style of multilanguage button

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    1ec5be8 View commit details
    Browse the repository at this point in the history
  75. Fixes service never stopping

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f53dcad View commit details
    Browse the repository at this point in the history
  76. Fixed WIN32 only service signal issue FreeRDP#133

    c64cosmin committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    a05c6f9 View commit details
    Browse the repository at this point in the history
  77. Fixed port range

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    a07da71 View commit details
    Browse the repository at this point in the history
  78. Added PCB override field

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    93563e8 View commit details
    Browse the repository at this point in the history
  79. Getter for override parameters

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    06c3f88 View commit details
    Browse the repository at this point in the history
  80. Effectuate override before connection

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    cd8db2e View commit details
    Browse the repository at this point in the history
  81. Setup plugin framework

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    ad44615 View commit details
    Browse the repository at this point in the history
  82. Added link splitting for plugin

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    2556e23 View commit details
    Browse the repository at this point in the history
  83. Moved common to pluginTemplate

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    c17e25f View commit details
    Browse the repository at this point in the history
  84. Moved code from .h

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    1cad712 View commit details
    Browse the repository at this point in the history
  85. Definition of pluginManager

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    84c0abe View commit details
    Browse the repository at this point in the history
  86. Implementation for pluginManager

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    8fce8ea View commit details
    Browse the repository at this point in the history
  87. Fixed pluginManager

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    0b1bf1b View commit details
    Browse the repository at this point in the history
  88. Added Openstack plugin

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    7718872 View commit details
    Browse the repository at this point in the history
  89. Added code for Openstack

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    e292fc7 View commit details
    Browse the repository at this point in the history
  90. Removed Nova code

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f16d2bd View commit details
    Browse the repository at this point in the history
  91. Moved nova code to the plugin

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    0016dfd View commit details
    Browse the repository at this point in the history
  92. Removed nova include

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    ffd45df View commit details
    Browse the repository at this point in the history
  93. Included nova in plugin

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    bec4812 View commit details
    Browse the repository at this point in the history
  94. Send config file to the plugins

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f0e7228 View commit details
    Browse the repository at this point in the history
  95. Added openstack ini parsing

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    9f67ed6 View commit details
    Browse the repository at this point in the history
  96. Verify if the URI contains parameters

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    2af0d85 View commit details
    Browse the repository at this point in the history
  97. Fixed runtime errors

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    33b6ae1 View commit details
    Browse the repository at this point in the history
  98. Renamed pluginManager

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    78be288 View commit details
    Browse the repository at this point in the history
  99. Renamed include file

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    ef1dc6e View commit details
    Browse the repository at this point in the history
  100. Adds plugin ordered calling

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    48d0a41 View commit details
    Browse the repository at this point in the history
  101. Update cmake file for wsgate

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f3d3908 View commit details
    Browse the repository at this point in the history
  102. Added cmake definition for pluginOpenstack

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    df226ed View commit details
    Browse the repository at this point in the history
  103. Fixed cmake file errors

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    2438dfd View commit details
    Browse the repository at this point in the history
  104. Moved pluginOpenstack inside the same cmake file(solution)

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    d15ff94 View commit details
    Browse the repository at this point in the history
  105. Added Exception Handling flag for MSVC toolset

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    7ef4e64 View commit details
    Browse the repository at this point in the history
  106. Use boost for file listing

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f1ede62 View commit details
    Browse the repository at this point in the history
  107. Removed redundant code from pluginManager

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    3bce565 View commit details
    Browse the repository at this point in the history
  108. Set cmake shared object variable

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    bf03927 View commit details
    Browse the repository at this point in the history
  109. Changed directory separator

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    091e96c View commit details
    Browse the repository at this point in the history
  110. __declspec is WIN32 only

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    aaa1bc6 View commit details
    Browse the repository at this point in the history
  111. Fixed cmake issues for UNIX systems

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    0e1cbf4 View commit details
    Browse the repository at this point in the history
  112. Target properties are WIN32 only

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    b49cb0e View commit details
    Browse the repository at this point in the history
  113. Backslash to forwardslash

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    1e8cd90 View commit details
    Browse the repository at this point in the history
  114. Module path fixed

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    faed8bd View commit details
    Browse the repository at this point in the history
  115. Added UNIX code

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    3ae465a View commit details
    Browse the repository at this point in the history
  116. Add DL library for UNIX

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    d7d1b93 View commit details
    Browse the repository at this point in the history
  117. config.h path varies on different os

    c64cosmin authored and Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f19687f View commit details
    Browse the repository at this point in the history
  118. Change build path for plugins

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    680dcaf View commit details
    Browse the repository at this point in the history
  119. Path fix for Windows

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    f41474c View commit details
    Browse the repository at this point in the history
  120. Replaced std::string with char* in plugin definition

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    0885ac2 View commit details
    Browse the repository at this point in the history
  121. Better logging for plugins

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    fd3e7e8 View commit details
    Browse the repository at this point in the history
  122. Trailing slash is not needed on Linux

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    931354f View commit details
    Browse the repository at this point in the history
  123. Documentation on plugins

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    db26ef9 View commit details
    Browse the repository at this point in the history
  124. Declaration type change

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    46d3445 View commit details
    Browse the repository at this point in the history
  125. Run in the same path

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    e21d7d7 View commit details
    Browse the repository at this point in the history
  126. Added exception if nova endpoint is not found

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    ba67aa5 View commit details
    Browse the repository at this point in the history
  127. Merge conflict resolve

    Cosmin Munteanu committed Jul 8, 2016
    Configuration menu
    Copy the full SHA
    094c598 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Added Keystone v3 API

    Cosmin Munteanu committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    8113cb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Merge Keystone V3 to Plugins branch

    Cosmin Munteanu committed Jan 10, 2017
    Configuration menu
    Copy the full SHA
    e590e38 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Adds region for Openstack integration

    Cosmin Munteanu committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    e4492a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Remove target properties

    Cosmin Munteanu committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    959d54a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f3ca6d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Configuration menu
    Copy the full SHA
    6cb076a View commit details
    Browse the repository at this point in the history