Skip to content
Extraits de code Groupes Projets
  1. jan. 28, 2019
  2. jan. 27, 2019
  3. jan. 20, 2019
  4. jan. 19, 2019
  5. jan. 18, 2019
  6. jan. 17, 2019
  7. jan. 16, 2019
  8. jan. 15, 2019
  9. jan. 08, 2019
  10. jan. 01, 2019
  11. déc. 24, 2018
    • Eugen Rochko's avatar
      Add REST API for creating an account (#9572) · 5d2fc6de
      Eugen Rochko a rédigé
      * 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
      Non vérifiée
      5d2fc6de
    • Eugen Rochko's avatar
  12. déc. 18, 2018
  13. déc. 03, 2018
  14. déc. 02, 2018
  15. nov. 30, 2018
  16. nov. 27, 2018
  17. nov. 20, 2018
  18. nov. 16, 2018
  19. nov. 08, 2018
  20. oct. 31, 2018
  21. oct. 30, 2018
  22. oct. 29, 2018
  23. oct. 27, 2018
  24. oct. 25, 2018
  25. oct. 22, 2018
  26. oct. 21, 2018
  27. oct. 20, 2018
  28. oct. 11, 2018
  29. oct. 08, 2018
Chargement en cours