Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds an extra parameter called "namespace" on the backend interface and
on FileSystemBlobsBackend. This parameter overrides default id
partitioning and uses a separate folder for a custom namespace.
-- Resolves: #8889
|
|
|
|
According to /incoming specification, this parameter doesn't exists. It
was added on MX side and brought here on transition. This commit
explicitly removes it, leaving a track on history that it got removed
during transition. Further work on MX will also remove the "NONE"
encryption scheme, which is part of dead code.
|
|
|
|
Use the same formatting as MX was using for backwards compatibility.
-- Resolves: #8828
|
|
-- Resolves: #8827
|
|
Adds the routing code for exposing /incoming from SoledadResource.
- Related: #8827
|
|
That's the resource used for incoming documents or documents to be added
externally into user's db.
- Related: #8827
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
based on review by drebs and shyba
|
|
|
|
The soledad user needs to read the ssl certificate
private key stored in `/etc/x509/keys/leap.key`,
which is accessible by users in the `ssl-cert` group,
added by the `ssl-cert` package.
On installation, the soledad user is added to that group
so the ssl-package needs to be installed by then.
- Resolves: #8849
|
|
|
|
- Resolves: #8900
|
|
[pkg] Use pkg/server/soledad-sudoers directly
See merge request !106
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, remove old init file
|
|
|
|
|
|
|