aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-07-17Enable task log/progress to work within dockerPaul Eggleton
2019-07-17tasks: fix incorrect closing tag on buttonPaul Eggleton
2019-07-17tasks: support running non-shell commandsPaul Eggleton
2019-07-17docker: add dependencies for derivative importPaul Eggleton
2019-07-17docker-compose: fix missing DATABASE_USER for layerscelery servicePaul Eggleton
2019-07-17Determine if spec file patches are actually applied and striplevelPaul Eggleton
2019-07-17import_otherdistro: fix handling of garbage in description valuesPaul Eggleton
2019-07-17import_otherdistro: optionally store local pathPaul Eggleton
2019-07-17dockersetup: require email addressPaul Eggleton
2019-07-17Record sha256sum of other distro source filesPaul Eggleton
2019-07-17Add sha256sum to Source modelPaul Eggleton
2019-07-17import_otherdistro.py: create layer/branch if they don't existPaul Eggleton
2019-07-17import_otherdistro.py: avoid deleting all records if no spec files foundPaul Eggleton
2019-07-17import_otherdistro: refactor spec file importPaul Eggleton
2019-07-17Add access controls to PatchDispositionAdminPaul Eggleton
2019-07-17Add ability to disposition comparison patchesPaul Eggleton
2019-07-17ClassicRecipeDetailView does not need a formPaul Eggleton
2019-07-17docker: increase gunicorn worker timeout to handle large imagesPaul Eggleton
2019-07-17docker: Increase nginx max upload sizePaul Eggleton
2019-07-17Disable autocomplete on sensitive fieldsPaul Eggleton
2019-07-17dockersetup: enable error report emailsPaul Eggleton
2019-07-17dockersetup: add option to skip database migrationsPaul Eggleton
2019-07-17Add a script to create initial db dumpPaul Eggleton
2019-07-17import_layers: fix URL constructionPaul Eggleton
2019-07-17Rework README documentsPaul Eggleton
2019-07-17dockersetup: set site info and email hostPaul Eggleton
2019-07-17dockersetup: move superuser account creation to the endPaul Eggleton
2019-07-17dockersetup: import database dump before running migrationsPaul Eggleton
2019-07-17Use shell=False where possible with utils.runcmd()Paul Eggleton
2019-07-17requirements.txt: Require secure version of Django.Amber Elliot
2019-07-17docker: enable SECURE_BROWSER_XSS_FILTERPaul Eggleton
2019-07-17Disable caching on auth viewsPaul Eggleton
2019-07-17Update TableSorter to latest version of active forkPaul Eggleton
2019-07-17docker: restart services automatically unless stoppedPaul Eggleton
2019-07-17docker: pass through options for migrate scriptPaul Eggleton
2019-07-17layerindex/urls.py: improve formattingAmber Elliot
2019-07-17Add user security questionsAmber Elliot
2019-07-17Upgrade django-registration to version 3.0.Amber Elliot
2019-07-17admin.py: Add custom SiteAdmin model.Amber Elliot
2019-07-17dockersetup: support importing gzip compressed database dumpsPaul Eggleton
2019-07-17.gitignore: add some more files/dirsPaul Eggleton
2019-07-17dockersetup: use with open in readfile/writefilePaul Eggleton
2019-07-17dockersetup: use separate db account with lower privilegesPaul Eggleton
2019-07-17dockersetup: warn if http proxy specified without httpsPaul Eggleton
2019-07-17dockersetup: fix auto-generated passwordsPaul Eggleton
2019-07-17dockersetup: support update/reinstall modePaul Eggleton
2019-07-17dockersetup: move HTTPS code to its own functionPaul Eggleton
2019-07-17docker: enable user/password for RabbitMQ serverPaul Eggleton
2019-07-17dockerignore: add docker files and testsPaul Eggleton
2019-07-17docker: set mariadb wait_timeout to upstream defaultPaul Eggleton