Skip to content
Snippets Groups Projects
  1. Dec 07, 2022
  2. Dec 05, 2022
  3. Dec 02, 2022
    • realtyem's avatar
      Update worker docs to update preferred settings for pusher and federation_sender (#14493) · 6acb6d77
      realtyem authored
      * Fix one typo on line 3700(and apparently do something to other lines, no idea)
      
      * Update config_documentation.md with more information about how federation_senders and pushers settings can be handled.
      
      Specifically, that the instance map style of config does not require the special other variables that enable and disable functionality and that a single worker CAN be added to the map not only just two or more.
      
      * Extra line here for consistency and appearance.
      
      * Add link to sygnal repo.
      
      * Add deprecation notice to workers.md and point to the newer alternative method of defining this functionality.
      
      * Changelog
      
      * Correct version number of Synapse the deprecation is happening in.
      
      * Update quiet deprecation with simple notice and suggestion.
      Unverified
      6acb6d77
  4. Dec 01, 2022
  5. Nov 25, 2022
  6. Nov 24, 2022
  7. Nov 21, 2022
  8. Nov 15, 2022
  9. Nov 03, 2022
  10. Nov 02, 2022
  11. Oct 31, 2022
  12. Oct 28, 2022
  13. Oct 27, 2022
    • Dirk Klimpel's avatar
      Add workers settings to configuration manual (#14086) · 1357ae86
      Dirk Klimpel authored
      
      * Add workers settings to configuration manual
      * Update `pusher_instances`
      * update url to python logger
      * update headlines
      * update links after headline change
      * remove link from `daemon process`
      
      There is no docs in Synapse for this
      
      * extend example for `federation_sender_instances` and `pusher_instances`
      * more infos about stream writers
      * add link to DAG
      * update `pusher_instances`
      * update `worker_listeners`
      * update `stream_writers`
      * Update `worker_name`
      
      Co-authored-by: default avatarDavid Robertson <davidr@element.io>
      Unverified
      1357ae86
  14. Oct 19, 2022
  15. Oct 17, 2022
  16. Oct 10, 2022
  17. Oct 06, 2022
  18. Oct 04, 2022
  19. Oct 03, 2022
  20. Sep 28, 2022
  21. Sep 16, 2022
  22. Sep 15, 2022
  23. Sep 12, 2022
  24. Sep 07, 2022
  25. Sep 06, 2022
  26. Sep 01, 2022
  27. Aug 31, 2022
  28. Aug 26, 2022
  29. Aug 25, 2022
  30. Aug 23, 2022
  31. Aug 18, 2022
  32. Aug 17, 2022
  33. Aug 16, 2022
  34. Aug 15, 2022
  35. Aug 11, 2022
  36. Aug 09, 2022
  37. Aug 05, 2022
  38. Aug 03, 2022
    • jejo86's avatar
      Improve documentation on becoming server admin (#13230) · 66859721
      jejo86 authored
      
      * Improved section regarding server admin
      
      Added steps describing how to elevate an existing user to administrator by manipulating a `postgres` database.
      
      Signed-off-by: default avatarjejo86 <28619134+jejo86@users.noreply.github.com>
      
      * Improved section regarding server admin
      
      * Reference database settings
      
      Add instructions to check database settings to find out the database name, instead of listing all available PostgreSQL databases.
      
      * Add suggestions from PR conversation
      
      Replace config filename `homeserver.yaml`. with "config file".
      Remove instructions to switch to `postgres` user.
      Add instructions how to connect to SQLite database.
      
      * Update changelog.d/13230.doc
      
      Co-authored-by: default avatarreivilibre <olivier@librepush.net>
      Unverified
      66859721
Loading