Skip to content
Snippets Groups Projects
  1. Jan 08, 2019
  2. Jan 01, 2019
  3. 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
  4. Dec 18, 2018
  5. Dec 03, 2018
  6. Dec 02, 2018
  7. Nov 30, 2018
  8. Nov 27, 2018
  9. Nov 20, 2018
  10. Nov 16, 2018
  11. Nov 08, 2018
  12. Oct 31, 2018
  13. Oct 30, 2018
  14. Oct 29, 2018
  15. 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
  16. Oct 25, 2018
  17. Oct 22, 2018
  18. Oct 21, 2018
  19. Oct 20, 2018
  20. Oct 11, 2018
  21. Oct 08, 2018
  22. Oct 04, 2018
  23. Sep 29, 2018
  24. Sep 28, 2018
  25. Sep 17, 2018
  26. Sep 14, 2018
    • Eugen Rochko's avatar
      Move more tasks to tootctl (#8675) · 6a3f9b7e
      Eugen Rochko authored
      * Move more tasks to tootctl
      
      - tootctl feeds build
      - tootctl feeds clear
      - tootctl accounts refresh
      
      Clean up exit codes and help messages
      
      * Move user modifying to tootctl
      
      * Improve user modification through CLI, rename commands
      
      add -> create
      mod -> modify
      del -> delete
      
      To remove ambiguity
      
      * Fix code style issues
      
      * Fix not being able to unset admin/mod role
      6a3f9b7e
  27. Sep 13, 2018
    • luzpaz's avatar
      Misc. typos (#8694) · 40dd19be
      luzpaz authored
      Found via `codespell -q 3 --skip="./app/javascript/mastodon/locales,./config/locales"`
      40dd19be
  28. Sep 10, 2018
  29. Sep 09, 2018
  30. Sep 02, 2018
  31. Sep 01, 2018
Loading