Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed issue with config hierarchy | Oliver Poignant | 2016-04-10 | 1 | -9/+19 |
| | |||||
* | Merge pull request #82 from olipo186/development | Oliver Poignant | 2016-04-10 | 1 | -1/+19 |
|\ | | | | | SSL support | ||||
| * | added basic https support | someone | 2016-04-02 | 1 | -1/+19 |
| | | | | | | | | key generation `openssl req -new -x509 -keyout ~/.gitautodeploy.pem -out ~/.gitautodeploy.pem -days 365 -nodes` | ||||
* | | Fix for issue #81 | GitLab Server | 2016-04-10 | 1 | -1/+0 |
|/ | |||||
* | Added missing config file for debian package | Oliver Poignant | 2016-03-23 | 1 | -0/+34 |
| | |||||
* | Fixed bug due to missing import | Oliver Poignant | 2016-03-18 | 1 | -1/+2 |
| | |||||
* | Merge with stuff from master | Oliver Poignant | 2016-03-13 | 1 | -30/+14 |
| | |||||
* | Merge | Oliver Poignant | 2016-03-12 | 2 | -5/+38 |
| | |||||
* | Debian packaging setup | Oliver Poignant | 2016-03-11 | 1 | -3/+18 |
| | |||||
* | Fix issue when running without config file | Oliver Poignant | 2016-03-08 | 1 | -0/+3 |
| | |||||
* | Added structure for config generating script (needed when installing using ↵ | Oliver Poignant | 2016-03-06 | 3 | -0/+6 |
| | | | | setup.py or pip) | ||||
* | Renamed start script | Oliver Poignant | 2016-03-06 | 1 | -1/+0 |
| | |||||
* | Added default config values and the ability to start the server without a ↵ | Oliver Poignant | 2016-03-06 | 3 | -198/+204 |
| | | | | config file. Moved HTTP server implementation to separate file. | ||||
* | Store parent in common.py | Oliver Poignant | 2016-03-06 | 6 | -5/+5 |
| | |||||
* | Merge | Oliver Poignant | 2016-03-06 | 1 | -6/+1 |
| | |||||
* | Cleanup. | Oliver Poignant | 2016-03-06 | 1 | -2/+2 |
| | |||||
* | Moved files around into new project structure | Oliver Poignant | 2016-03-06 | 15 | -0/+1097 |