Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-10 | bugfix: `leap user ls` now warns if the ssh keytype is unsupported | elijah | |
2017-01-10 | New unbound runs with debug flag by default | varac | |
2017-01-05 | Merge branch 'feature/node-disable' | elijah | |
2017-01-05 | Merge branch 'feature/ping' | elijah | |
2017-01-03 | Revert "Use experimental-0.9 instead of experimental-platform" | varac | |
This reverts commit 44cae3cf731d29fd1e882cf35526fb0e098914d2. | |||
2016-12-31 | Couchdb service should not require on soledad | varac | |
- Resolves: #8693 | |||
2016-12-23 | Merge branch 'update-soledad-tests' into 'master' | Varac | |
Update soledad tests See merge request !63 | |||
2016-12-23 | Update README.md with master build badge | Varac | |
2016-12-23 | bugfix: remove deprecated parameter from soledad test script | drebs | |
2016-12-23 | Use experimental-0.9 instead of experimental-platform | varac | |
experimental-platform is still WIP, see https://leap.se/code/issues/8437#note-8 for more details | |||
2016-12-23 | Change regex for soledad process check | varac | |
2016-12-22 | bugfix: don't block commercial certs for mx servers | elijah | |
2016-12-22 | COMPATIBILITY CHANGE: set platform version to 0.10 & require client 0.9.4 or ↵ | elijah | |
later | |||
2016-12-21 | added command `leap ping` | elijah | |
2016-12-21 | rename s/ca.rb/cert.rb/ | elijah | |
2016-12-21 | add command `leap node disable` and `leap node enable` | elijah | |
2016-12-21 | Merge branch 'feature/sshkey-info' into 'master' | Varac | |
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 | |||
2016-12-21 | Merge branch 'bugfix/sans-soledad' into 'master' | Varac | |
bugfix: couchdb nodes should not require soledad. closes #8693 See merge request !60 | |||
2016-12-21 | Merge branch 'bugfix/mx-cert' into 'master' | Varac | |
bugfix: mx service does not require a commercial certificate See merge request !59 | |||
2016-12-20 | [Vagrant] Install leap_cli gem dependencies | varac | |
2016-12-20 | [Vagrant] Remove versioning of provider config | varac | |
2016-12-20 | bugfix: couchdb nodes should not require soledad. closes #8693 | elijah | |
2016-12-19 | bugfix: mx service does not require a commercial certificate | elijah | |
2016-12-19 | bugfix: ensure let's encrypt errors make it to the user. | elijah | |
2016-12-19 | feature: add troubleshooting info to `leap user ls` | elijah | |
It is hard to get ssh key setup right. This change makes it much easier to debug what the problem is. | |||
2016-12-08 | Merge branch 'master' into 'master' | Varac | |
Ignore non-existing locale.gen on init (#8649) See merge request !55 | |||
2016-12-08 | Use webapp/nickserver:master on leap_platform:master (#8678) | varac | |
2016-12-08 | Lint site_config::files | varac | |
2016-11-24 | Merge branch 'bug/avoid-hanging-soledad-sync-test-scripts' into 'master' | Varac | |
Bug/avoid hanging soledad sync test scripts See merge request !53 | |||
2016-11-22 | use lock to avoid running multiple soledad tests (#8590) | drebs | |
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. | |||
2016-11-22 | add a timeout for the soledad sync test script (#8590) | drebs | |
If for any reason a sync takes too long, the script will timeout and log an errro. | |||
2016-11-22 | Ignore non-existing locale.gen on init (#8649) | Micah Anderson | |
2016-11-22 | Merge branch 'develop' | Micah Anderson | |
Switching to using 'master' for development, the 'develop' branch will no longer receive commits, so we are merging what is in 'develop' into master. | |||
2016-11-10 | Use webapp 0.9develop | varac | |
2016-11-09 | Don't do strict checking for nickserver | varac | |
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. | |||
2016-11-08 | New nickserver is using fully qualified ruby path now | varac | |
2016-11-08 | Additional entries/updates | Micah Anderson | |
2016-11-04 | Merge branch 'develop' | Micah Anderson | |
2016-11-04 | Additional entries/updates0.9.0 | Micah Anderson | |
2016-11-03 | refresh docs using ↵ | Micah Anderson | |
https://0xacab.org/leap/leap_se/blob/master/docs/README.md process | |||
2016-11-01 | bugfix: allow 'leap facts update' to work again. | elijah | |
2016-10-25 | Change CI build webapp source branch to master. | Micah Anderson | |
The develop branch was removed, and current master is the same as develop was before. | |||
2016-10-24 | Set X-XSS-Protection HTTP response header to '1'. | Micah Anderson | |
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. | |||
2016-10-24 | Set X-Content-Type-Options nosniff. | Micah Anderson | |
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. | |||
2016-10-20 | [bug] properly set 'enrollment_policy' in provider.json | elijah | |
2016-10-20 | Merge branch 'twisted_backports' into develop | varac | |
2016-10-20 | Merge branch 'soledad_ordering' into develop | varac | |
2016-10-20 | Merge branch 'upgrade/nickserver' into 'develop' | Varac | |
upgrade: nickserver version 0.9.x See merge request !49 | |||
2016-10-20 | upgrade: nickserver version 0.9.x | Azul | |
2016-10-18 | Setup couch for soledad before starting soledad | varac | |
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 |