Skip to content
Snippets Groups Projects
  1. Dec 01, 2018
  2. Nov 30, 2018
  3. Nov 29, 2018
  4. Nov 28, 2018
  5. Nov 27, 2018
  6. 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
  7. Nov 25, 2018
  8. Nov 24, 2018
  9. Nov 23, 2018
  10. Nov 22, 2018
  11. Nov 21, 2018
  12. Nov 20, 2018
    • Renato Cerqueira's avatar
      Touch account on successful response, change char shown when culled (#9293) · c66739b4
      Renato Cerqueira authored
      Just the color is not enough change since not everyone uses colored
      terminals.
      Touching the account makes it so that the account is not in the
      threshold window in case of running again
      c66739b4
    • 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
    • Dan Hunsaker's avatar
      Update Nginx config for Nanobox apps (#9310) · 1f7311b1
      Dan Hunsaker authored
      The Nanobox files have gotten out of sync, a touch, with what Masto needs for Nginx settings. This PR updates them accordingly.
      1f7311b1
Loading