- 02 Feb, 2023 3 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
-
- 27 Jan, 2023 4 commits
-
-
Robert authored
-
- 02 Jan, 2023 10 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
In order to implement incremental updates, there are still some pieces missing. See #765
-
Lars Kruse authored
Previously the matrix ID of a recently removed user account was not removed from its group's Matrix rooms, since the account object was already gone, when the (delayed) task was executed. Now all relevant information (Matrix ID of the user and the group rooms) are retrieved *before* the delayed task function is called.
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
When a user clicks on a chat room link, we reply with a redirect to the user's web client. Somewhen around matrix-synapse v1.50 the path `/_matrix/client` stopped returning a redirect to the site-local web client. Thus we maintain a manual list of Matrix web clients until either MSC2312 [1] is supported or a suitable redirect is published again (see [2]). See #793 [1] https://github.com/matrix-org/matrix-spec-proposals/pull/2312 [2] https://github.com/matrix-org/synapse/issues/14722
-
Lars Kruse authored
-
Lars Kruse authored
For unknown reasons it may happen, that the same key is resolved in parallel (maybe due to asynchronous operations within the resolver functions). Thus, we do not rely on non-parallel execution anymore.
-
- 29 Dec, 2022 1 commit
-
-
Lars Kruse authored
This reverts commit d1bc767d. Sadly there is no way to *create* a PID file via systemd. (the PID stored in a file would have been helpful for a monit check)
-
- 28 Dec, 2022 3 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
Such a location is helpful for publishing local branding assets.
-
- 27 Dec, 2022 8 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
The documentation still referred to the old Django-style configuration.
-
Lars Kruse authored
Now overrides like `core/_head.html` may be placed into this directory without any manual configuration changes.
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
-
- 24 Dec, 2022 7 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
-
Lars Kruse authored
Fixup for commit 558bf00f.
-
Lars Kruse authored
Previously uploaded files, which got renamed due to the recent filename normalization, were not accessible anymore. They were not accessible, since the `/stadt/media/` path was still handled directly by nginx (not Django). Now the configured redirects are finally processed. See #769
-
Lars Kruse authored
Fixup for commit 63953f88.
-
Lars Kruse authored
Migration `0005_normalize_filenames` created Redirects with wrong `old_path` content. Thus redirects did not work (but they were not used, yet, anyway). Closes: #796
-
Lars Kruse authored
Contributed by Robert.
-
- 23 Dec, 2022 3 commits
-
-
Lars Kruse authored
-
Lars Kruse authored
We are still using the fine uWSGI daemon, but we do not use the system-wide uWSGI setup anymore.
-
Lars Kruse authored
-
- 21 Dec, 2022 1 commit
-
-
Lars Kruse authored
-