Skip to content
  1. Apr 22, 2023
  2. Aug 04, 2022
  3. Jul 27, 2022
  4. Aug 26, 2021
  5. Mar 25, 2021
    • Lawri van Buël's avatar
      Issue #3171320: Not able to uninstall the module · ebb07b3e
      Lawri van Buël authored
       Reported: jukka792
       Not fixed by: Khoebeke
       Fixed by: sysosmaster
       Honerable mention: DigitalFrontiersMedia
      
      Issue was a cyclical referense between `rocket_chat` module and `rocket_chat_api` module.
       Orginally this was not an issue since the uuninstaller did not check this correctly (which is why I didn't encounter it during Dev).
       Unfortunetly other work has kept me from fixing this sooner.
       I apologise for the inconvenience. (but the easy work around of editing the yml file did not made me feel like it was more critical)
      
      - Sysosmaster
      8.x-2.5
      ebb07b3e
  6. Sep 15, 2020
  7. Apr 15, 2020
  8. Apr 14, 2020
  9. Nov 29, 2018
  10. May 06, 2018
    • Lawri van Buël's avatar
      - Fixed some Typo's · dd2e18c1
      Lawri van Buël authored
      - Added the Rocket chat API module as a requirement for the base module.
      - Changed the login logic around so its directly using the object instead of a abstract.
      - Added some explenation around the unset for the login.
      dd2e18c1
  11. Sep 05, 2017
    • Lawri van Buël's avatar
      Several Small markup changes in code. · 604d58c1
      Lawri van Buël authored
      604d58c1
    • Lawri van Buël's avatar
      Did some comment refactoring for parreview compliance. · 04a0b3b3
      Lawri van Buël authored
      Also removed an CONTRIBUTORS.md in a sub module. (kinda pointless if I am the only contributor.)
      04a0b3b3
    • Lawri van Buël's avatar
      Rocketchat Module Additions and changes: · c9337c38
      Lawri van Buël authored
       - Fixed several typo's and duplicate comments.
       - Import the \GuzzleHttp\Client as GuzzleClient, so that we can use the later to specifically refer to.
       - Added Logged in check to ApiClient.
       - Removed auto login to facilitate diffrent stratagies (not all require a logged in user).
       - Reimplementd the `validateReturn` so that it now checks for several diffrent (edge-case) errors and passes on a true when it appears ok.
       - Changed several incorrect "NULL" defaults to "[]" defaults.
       - Implemented the SUDO funtionality using the new InMemoryConfig class.
       - Renamed `api_test` module to `rocket_chat_api_test` module.
       - Made the placeholder dynamic for the URL to show the latest set URL.
       - The Settings Form validation will now do 2 diffrent checks to test if you supplied a correct URL.
         First it will check if the string is actually something that looks like an url and connect to it (Smoketest).
         Secondly it will try to do a "info" call on the API, this should result in a succesful and when both test pass the URL will be accepted.
       - Enhanced the Login save to only work after a succesfull login has been done (utilizing the InMemoryConfig to temporarly use the new credentials).
         Only a Succesful login will change the stored values and the result will be presented back to the user as a drupal_set_message.
         A failure will also discard teh supplied username and password and continue relying on the stored ones.
      c9337c38
    • Lawri van Buël's avatar
      Document Updates · abda48d8
      Lawri van Buël authored
      abda48d8
    • Lawri van Buël's avatar
      Tweaks · a9a460d5
      Lawri van Buël authored
      a9a460d5
    • Lawri van Buël's avatar
      Tweaks · 9a63497b
      Lawri van Buël authored
      9a63497b
    • Lawri van Buël's avatar
      Tweaks · 4ad83eb6
      Lawri van Buël authored
      4ad83eb6
    • Lawri van Buël's avatar
      Tweaks · abdf6bdf
      Lawri van Buël authored
      abdf6bdf
    • Lawri van Buël's avatar
      Tweaks · 73c4c7ac
      Lawri van Buël authored
      73c4c7ac
    • Lawri van Buël's avatar
      Tweaks · 28dabaa1
      Lawri van Buël authored
      28dabaa1
    • Lawri van Buël's avatar
      Tweaks · 9e769432
      Lawri van Buël authored
      9e769432
    • Lawri van Buël's avatar
      Tweaks · 7d9e61bc
      Lawri van Buël authored
      7d9e61bc
    • Lawri van Buël's avatar
      Tweaks · 9fe1bb67
      Lawri van Buël authored
      9fe1bb67
    • Lawri van Buël's avatar
      Tweaks · fec3ecb4
      Lawri van Buël authored
      fec3ecb4
  12. Sep 04, 2017