Skip to content
Snippets Groups Projects
  1. Mar 30, 2019
  2. Mar 28, 2019
  3. Mar 14, 2019
  4. Mar 11, 2019
  5. Mar 05, 2019
  6. Feb 23, 2019
  7. Feb 17, 2019
  8. Jan 28, 2019
  9. Jan 27, 2019
  10. Jan 20, 2019
  11. Jan 19, 2019
  12. Jan 18, 2019
  13. Jan 17, 2019
  14. Jan 16, 2019
  15. Jan 15, 2019
  16. Jan 08, 2019
  17. Jan 01, 2019
  18. Dec 24, 2018
    • Eugen Rochko's avatar
      Add REST API for creating an account (#9572) · 5d2fc6de
      Eugen Rochko authored
      * Add REST API for creating an account
      
      The method is available to apps with a token obtained via the client
      credentials grant. It creates a user and account records, as well as
      an access token for the app that initiated the request. The user is
      unconfirmed, and an e-mail is sent as usual.
      
      The method returns the access token, which the app should save for
      later. The REST API is not available to users with unconfirmed
      accounts, so the app must be smart to wait for the user to click a
      link in their e-mail inbox.
      
      The method is rate-limited by IP to 5 requests per 30 minutes.
      
      * Redirect users back to app from confirmation if they were created with an app
      
      * Add tests
      
      * Return 403 on the method if registrations are not open
      
      * Require agreement param to be true in the API when creating an account
      5d2fc6de
    • Eugen Rochko's avatar
      2ee779dc
  19. Dec 18, 2018
  20. Dec 03, 2018
  21. Dec 02, 2018
  22. Nov 30, 2018
  23. Nov 27, 2018
  24. Nov 20, 2018
  25. Nov 16, 2018
  26. Nov 08, 2018
  27. Oct 31, 2018
  28. Oct 30, 2018
  29. Oct 29, 2018
  30. Oct 27, 2018
    • Eugen Rochko's avatar
      Do not remove "dead" domains in tootctl accounts cull (#9108) · 6f78500d
      Eugen Rochko authored
      Leave `tootctl accounts cull` to simply check removed accounts from
      live domains, and skip temporarily unavailable domains, while listing
      them in the final output for further action.
      
      Add `tootctl domains purge DOMAIN` to be able to purge a domain from
      that list manually
      6f78500d
  31. Oct 25, 2018
Loading