- Jan 13, 2022
-
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
-
Timo Kösters authored
Add ability to remove an appservice See merge request famedly/conduit!236
-
Torsten Flammiger authored
-
Timo Kösters authored
Make traefik+nginx config more self-contained See merge request famedly/conduit!239
-
Timo Kösters authored
Restore compatibility with Rust 1.53 See merge request famedly/conduit!244
-
Jonas Platte authored
-
Timo Kösters authored
Upgrade Ruma See merge request famedly/conduit!243
-
Jonas Platte authored
-
Jonas Platte authored
-
Jonas Platte authored
-
Timo Kösters authored
CI: Use sccache for caching Closes #200 See merge request famedly/conduit!232
-
Timo Kösters authored
Do not store uiaa requests in database See merge request famedly/conduit!219
-
Timo Kösters authored
refactor:moved key watch wake logic to specific module See merge request famedly/conduit!238
-
Timo Kösters authored
Upgrade Ruma See merge request famedly/conduit!237
-
- Jan 07, 2022
-
-
Ticho 34782694 authored
The nginx instance which is serving the .well-known endpoints can serve the simple JSON replies directly from memory, instead of having them as external files on disk.
-
- Dec 23, 2021
-
-
Tglman authored
-
Jonas Platte authored
-
- Dec 22, 2021
-
-
Moritz Bitsch authored
Userid and DeviceID are of unknown size, use Box to be able to store them into the userdevicesessionid_uiaarequest BTreeMap
-
Torsten Flammiger authored
-
Torsten Flammiger authored
-
- Dec 20, 2021
-
-
Torsten Flammiger authored
-
- Dec 18, 2021
-
-
Moritz Bitsch authored
Fixes compilation error after ruma upgrade
-
Moritz Bitsch authored
There is no need to encode or decode anything as we are not saving to disk
-
Moritz Bitsch authored
uiaarequests can contain plaintext passwords, which were stored on disk
-
Moritz Bitsch authored
some uiaa requests contain plaintext passwords which should never be persisted to disk. Currently there is no cleanup implemented (you have to restart conduit)
-