Age | Commit message (Collapse) | Author |
|
- Resolves: #8693
|
|
Update soledad tests
See merge request !63
|
|
|
|
|
|
experimental-platform is still WIP,
see https://leap.se/code/issues/8437#note-8 for more details
|
|
|
|
|
|
later
|
|
|
|
feature: add troubleshooting info to `leap user ls`
It is hard to get ssh key setup right. This change makes
it much easier to debug what the problem is.
See merge request !58
|
|
bugfix: couchdb nodes should not require soledad. closes #8693
See merge request !60
|
|
bugfix: mx service does not require a commercial certificate
See merge request !59
|
|
|
|
|
|
|
|
|
|
|
|
It is hard to get ssh key setup right. This change makes
it much easier to debug what the problem is.
|
|
Ignore non-existing locale.gen on init (#8649)
See merge request !55
|
|
|
|
|
|
Bug/avoid hanging soledad sync test scripts
See merge request !53
|
|
If a soledad sync test script is already running, there's no need to run
another one. This avoids having multiple test script hanging and eating
up resources.
We have seen this situation under development circumstances, when the
soledad server has been modified in a way that the client hangs and
never finishes.
|
|
If for any reason a sync takes too long, the script will timeout and log
an errro.
|
|
|
|
Switching to using 'master' for development, the 'develop' branch will
no longer receive commits, so we are merging what is in 'develop' into
master.
|
|
|
|
Sometimes nickserver is listed with `ruby /usr/bin/nickserver start`
in the process table, sometimes with `/usr/bin/ruby /usr/bin/nickserver start`.
We should do proper checking with `systemctl status nickserver` to make
sure the service is up though (https://leap.se/code/issues/8579).
Meanwhile it's ok to not do strict checking.
|
|
|
|
|
|
|
|
|
|
https://0xacab.org/leap/leap_se/blob/master/docs/README.md process
|
|
|
|
The develop branch was removed, and current master is the same as
develop was before.
|
|
This HTTP response header enables the Cross-site scripting (XSS) filter
built into some modern web browsers. This header is usually enabled by
default anyway, so the role of this header is to re-enable the filter
if it was disabled maliciously, or by accident.
|
|
Setting this header will prevent the browser from interpreting files as
something else than declared by the content type in the HTTP
headers. This will prevent the browser from MIME-sniffing a response
away from the declared content-type.
When this is not set, older versions of Internet Explorer and Chrome
perform MIME-sniffing on the response body, potentially causing the
response body to be interpreted and displayed as a content type other
than the declared content type.
|
|
|
|
|
|
|
|
upgrade: nickserver version 0.9.x
See merge request !49
|
|
|
|
When the soledad couch user is not present, soledad-server
refuses to start, so we need to ensure that couch is setup correctly
before starting soledad-server.
see https://leap.se/code/issues/8535
|
|
|
|
New soledad packages now depend on Twisted 16.2.0 (see
https://leap.se/code/issues/8412), so we need to pin twisted to get
installed from jessie-backports.
- Resolves: #8418
|
|
|
|
|
|
|
|
when using gitlab-runner locally, CI_BUILD_ID is always 1 which
will conflict with running/terminating AWS instances in subsequent runs
therefore we pick a random number in this case
|
|
|