Skip to content
Snippets Groups Projects
  1. Sep 06, 2021
  2. Aug 19, 2021
  3. Aug 17, 2021
  4. Aug 11, 2021
  5. Jul 22, 2021
  6. Jul 15, 2021
    • Andrew Morgan's avatar
      Docs: Use something other than the document name to describe a page (#10399) · c1414550
      Andrew Morgan authored
      Our documentation has a history of using a document's name as a way to link to it, such as "See [workers.md]() for details". This makes sense when you're traversing a directory of files, but less sense when the files are abstracted away - as they are on the documentation website.
      
      This PR changes the links to various documentation pages to something that fits better into the surrounding sentence, as you would when making any hyperlink on the web.
      Unverified
      c1414550
  7. Jul 07, 2021
  8. Jul 01, 2021
  9. Jun 16, 2021
  10. Jun 03, 2021
  11. Jun 02, 2021
  12. May 27, 2021
  13. May 26, 2021
  14. May 24, 2021
  15. Apr 29, 2021
  16. Apr 13, 2021
  17. Apr 01, 2021
  18. Mar 09, 2021
  19. Feb 22, 2021
  20. Feb 17, 2021
  21. Feb 02, 2021
    • Travis Ralston's avatar
      Add an admin API to get the current room state (#9168) · b60bb28b
      Travis Ralston authored
      This could arguably replace the existing admin API for `/members`, however that is out of scope of this change.
      
      This sort of endpoint is ideal for moderation use cases as well as other applications, such as needing to retrieve various bits of information about a room to perform a task (like syncing power levels between two places). This endpoint exposes nothing more than an admin would be able to access with a `select *` query on their database.
      Unverified
      b60bb28b
  22. Jan 28, 2021
  23. Jan 25, 2021
    • Patrick Cloke's avatar
      Add an admin API for shadow-banning users. (#9209) · 4a55d267
      Patrick Cloke authored
      This expands the current shadow-banning feature to be usable via
      the admin API and adds documentation for it.
      
      A shadow-banned users receives successful responses to their
      client-server API requests, but the events are not propagated into rooms.
      
      Shadow-banning a user should be used as a tool of last resort and may lead
      to confusing or broken behaviour for the client.
      Unverified
      4a55d267
  24. Jan 23, 2021
  25. Jan 15, 2021
  26. Jan 12, 2021
  27. Jan 11, 2021
  28. Jan 09, 2021
  29. Dec 18, 2020
  30. Dec 17, 2020
  31. Dec 11, 2020
  32. Dec 10, 2020
  33. Dec 09, 2020
  34. Nov 30, 2020
Loading