Skip to content
Snippets Groups Projects
  1. Dec 01, 2018
  2. Nov 30, 2018
  3. Nov 29, 2018
  4. Nov 27, 2018
  5. 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
      Unverified
      73faadad
  6. Nov 25, 2018
  7. Nov 24, 2018
  8. Nov 23, 2018
  9. 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
      Unverified
      fd8145d2
    • valerauko's avatar
      Ignore JSON-LD profile in mime type comparison (#9179) · 824497fb
      valerauko authored
      Ignore JSON-LD profile in mime type comparison
      824497fb
  10. Nov 21, 2018
  11. Nov 20, 2018
    • Alexandre Alapetite's avatar
      WebSub: ATOM before RSS (#9302) · d1d23778
      Alexandre Alapetite authored
      Hello,
      The ATOM feed contains the hub declaration for WebSub, but the RSS
      version does not.
      RSS/ATOM readers will typically pick whichever version comes first, and
      will thus not see the WebSub feature.
      I therefore suggest putting the ATOM version first, as it is more
      feature-rich than its RSS counterpart is.
      
      Clients not compatible with ATOM would not pick it anyway due to the
      different type attribute.
      
      A more complicated alternative would be to declare the WebSub feature in
      the RSS version as well, using something like the following code, and
      ensuring that clients subscribed to the RSS version would receive PuSH
      updates just like those subscribed to the ATOM version.
      
      ````xml
      <rss version="2.0" xmlns:webfeeds="http://webfeeds.org/rss/1.0"
      xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
      <atom:link rel="self" type="application/rss+xml"
      href="https://diaspodon.fr/users/test.rss"/>
      <atom:link rel="hub" href="https://diaspodon.fr/api/push"/>
      </channel>
      </rss>
      ```
      d1d23778
    • Eugen Rochko's avatar
      Cast status_count to integer (#9314) · 0c666ae5
      Eugen Rochko authored
      It is returned as a double because the sum is now over bigint columns
      
      Fix #9312
      Unverified
      0c666ae5
  12. Nov 19, 2018
  13. Nov 18, 2018
  14. Nov 17, 2018
  15. Nov 16, 2018
  16. Nov 13, 2018
  17. Nov 12, 2018
  18. Nov 11, 2018
  19. Nov 10, 2018
Loading