Skip to content
Snippets Groups Projects
  1. Oct 29, 2020
    • Erik Johnston's avatar
      Add ability for access tokens to belong to one user but grant access to another user. (#8616) · f21e24ff
      Erik Johnston authored
      We do it this way round so that only the "owner" can delete the access token (i.e. `/logout/all` by the "owner" also deletes that token, but `/logout/all` by the "target user" doesn't).
      
      A future PR will add an API for creating such a token.
      
      When the target user and authenticated entity are different the `Processed request` log line will be logged with a: `{@admin:server as @bob:server} ...`. I'm not convinced by that format (especially since it adds spaces in there, making it harder to use `cut -d ' '` to chop off the start of log lines). Suggestions welcome.
      Unverified
      f21e24ff
  2. Oct 21, 2020
  3. Oct 15, 2020
  4. Jul 30, 2020
  5. Aug 20, 2019
    • Richard van der Hoff's avatar
      Refactor the Appservice scheduler code · 50199458
      Richard van der Hoff authored
      Get rid of the labyrinthine `recoverer_fn` code, and clean up the startup code
      (it seemed to be previously inexplicably split between
      `ApplicationServiceScheduler.start` and `_Recoverer.start`).
      
      Add some docstrings too.
      50199458
  6. Jul 03, 2019
  7. Aug 10, 2018
  8. Jul 09, 2018
  9. May 02, 2018
  10. Nov 16, 2017
  11. Mar 28, 2017
  12. Aug 17, 2016
  13. Feb 19, 2016
  14. Jan 14, 2016
  15. Jan 07, 2016
  16. May 22, 2015
  17. Mar 31, 2015
  18. Mar 16, 2015
  19. Mar 09, 2015
  20. Mar 06, 2015
  21. Feb 27, 2015
  22. Feb 11, 2015
  23. Feb 04, 2015
Loading