aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-09-16import_layers: fix output when importing layers from scratchpaule/restapi-fixesPaul Eggleton
2019-09-16import_layers: use recipesExtended viewsetPaul Eggleton
2019-09-16API: fix recipes API performance regressionPaul Eggleton
2019-08-06README: add reference to using import_layers to updatepaule/importlayersPaul Eggleton
2019-08-06import_layers: show basic progressPaul Eggleton
2019-08-06import_layers: add reload optionPaul Eggleton
2019-08-06import_layers: delete non-matching LayerBranch objectsPaul Eggleton
2019-08-06import_layers: allow filtering layersPaul Eggleton
2019-08-06import_layers: allow filtering branchesPaul Eggleton
2019-08-06import_layers: switch to argparsePaul Eggleton
2019-08-06Add simple script for testing web APIPaul Eggleton
2019-08-06admin: add layerbranch to BBAppend string representationPaul Eggleton
2019-08-06import_layers: import other missing itemsPaul Eggleton
2019-08-06import_layers: import recipesPaul Eggleton
2019-08-05import_layers: enable incremental LayerItem/LayerBranch importPaul Eggleton
2019-08-05import_layers: avoid importing duplicate objectsPaul Eggleton
2019-08-05API: add BBAppend and IncFile objects to REST APIPaul Eggleton
2019-08-05API: add sources, patches, dependencies to recipesPaul Eggleton
2019-07-31dockersetup: fix regression with https enabledpaule/dissector-backportsPaul Eggleton
2019-07-25dockersetup: fix error when printing URL with https enabledPaul Eggleton
2019-07-25import_otherdistro: try-specfile: handle files in current dirPaul Eggleton
2019-07-25import_otherdistro: handle non-UTF8 encoded spec filesPaul Eggleton
2019-07-25Optionally allow accounts without security questions to reset passwordPaul Eggleton
2019-07-25Set string representation for UserProfile & SecurityQuestionAnswer modelsPaul Eggleton
2019-07-25Fix admin logout login button redirectionPaul Eggleton
2019-07-25auth_views: minor indentation fixPaul Eggleton
2019-07-17requirements.txt: update pillowPaul Eggleton
2019-07-17Fix a couple of Edit Profile form message bugsPaul Eggleton
2019-07-17Tweak password reset security question handlingPaul Eggleton
2019-07-17check_requirements.sh: more tweaksPaul Eggleton
2019-07-17docker: disable client MIME type sniffingPaul Eggleton
2019-07-17.gitignore: add a few more filesPaul Eggleton
2019-07-17check_requirements: make output file naming a bit more consistentPaul Eggleton
2019-07-17dockersetup: support encryption/authentication for SMTPPaul Eggleton
2019-07-17dockersetup: refactor arguments handling slightlyPaul Eggleton
2019-07-17dockersetup: show a warning if no email host specifiedPaul Eggleton
2019-07-17dockersetup: handle http/https port properlyPaul Eggleton
2019-07-17Fix axes lockout not workingPaul Eggleton
2019-07-17check_requirements.sh: improve output for cron usagePaul Eggleton
2019-07-17check_requirements: write out output of safety checkPaul Eggleton
2019-07-17requirements.txt: updatePaul Eggleton
2019-07-17README: add pointer to import layer index dataPaul Eggleton
2019-07-17docker: remove hardcoded container namesPaul Eggleton
2019-07-17dockersetup: add option to disable adding admin userPaul Eggleton
2019-07-17dockersetup: do not set site name if a database file is specifiedPaul Eggleton
2019-07-17Replace custom pagination with django-bootstrap-paginationPaul Eggleton
2019-07-17dockersetup: add option to specify docker-compose project namePaul Eggleton
2019-07-17dockersetup: obtain and use the real project name instead of hardcodingPaul Eggleton
2019-07-17dockersetup: Use -T option with docker-compose execPaul Eggleton
2019-07-17dockersetup: use docker-compose exec instead of docker execPaul Eggleton