Skip to content
Snippets Groups Projects
  1. Dec 04, 2018
  2. Dec 03, 2018
  3. Dec 02, 2018
  4. Dec 01, 2018
  5. Nov 30, 2018
  6. Nov 29, 2018
  7. Nov 28, 2018
  8. Nov 27, 2018
  9. Nov 26, 2018
    • Eugen Rochko's avatar
      Redesign admin accounts index (#9340) · 73faadad
      Eugen Rochko authored
      * Improve overview of accounts in admin UI
      
      - Display suspended status, role, last activity and IP prominently
      - Default to showing local accounts
      - Default to not showing suspended accounts
      
      * Remove unused strings
      
      * Fix tests
      
      * Allow filtering accounts by IP mask
      73faadad
  10. Nov 25, 2018
  11. Nov 24, 2018
  12. Nov 23, 2018
  13. Nov 22, 2018
    • Eugen Rochko's avatar
      Fix connect timeout not being enforced (#9329) · fd8145d2
      Eugen Rochko authored
      * Fix connect timeout not being enforced
      
      The loop was catching the timeout exception that should stop execution, so the next IP would no longer be within a timed block, which led to requests taking much longer than 10 seconds.
      
      * Use timeout on each IP attempt, but limit to 2 attempts
      
      * Fix code style issue
      
      * Do not break Request#perform if no block given
      
      * Update method stub in spec for Request
      
      * Move timeout inside the begin/rescue block
      
      * Use Resolv::DNS with timeout of 1 to get IP addresses
      
      * Update Request spec to stub Resolv::DNS instead of Addrinfo
      
      * Fix Resolve::DNS stubs in Request spec
      fd8145d2
Loading