Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-09 | Fix --help commandline argument (#7249) | Richard van der Hoff | 2 | -16/+9 | |
I don't really remember why this was so complicated; I think it dates back to the time when we had to instantiate the Config classes before we could call `add_arguments` - ie before #5597. In any case, I don't think there's a good reason for it any more, and the impact of it being complicated is that `--help` doesn't work correctly. | |||||
2020-04-09 | Make it clearer to the user that they haven't overridden onLogin/Register ↵ | Andrew Morgan | 3 | -3/+3 | |
(#7237) | |||||
2020-04-09 | Upgrade jQuery to 3.x on fallback login/registration screens (#7236) | Andrew Morgan | 9 | -16/+15 | |
2020-04-08 | Fix bad merge of CHANGES.md | Richard van der Hoff | 1 | -5/+1 | |
2020-04-08 | Remove redundant checks on `daemonize` from synctl (#7233) | Richard van der Hoff | 2 | -9/+12 | |
We pass --daemonize on the commandline, which (since at least #4853) overrides whatever the config file, so there is no need for it to be set in the config file. | |||||
2020-04-08 | Make systemd-with-workers doc official (#7234) | Richard van der Hoff | 10 | -194/+134 | |
Simplify and update this documentation, and make it part of the core dist. | |||||
2020-04-08 | Fix changelog for #7235 | Brendan Abolivier | 2 | -1/+1 | |
2020-04-08 | Add documentation to password_providers config option (#7238) | Andrew Morgan | 4 | -4/+32 | |
2020-04-07 | bg update to clear out duplicate outbound_device_list_pokes (#7193) | Richard van der Hoff | 6 | -13/+234 | |
We seem to have some duplicates, which could do with being cleared out. | |||||
2020-04-07 |