log

age author description
Sun, 01 Mar 2020 20:51:03 +0100 Thomas De Schampheleire cli: fix '--full' option of index-create
Wed, 04 Mar 2020 13:47:15 +0100 Mads Kiilerich cli: fix argv bug just introduced in 2ce0bc6e85f1
Wed, 04 Mar 2020 13:43:08 +0100 Mads Kiilerich auth: fix bad comment reference to fill_data
Sat, 29 Feb 2020 16:06:30 +0100 Mads Kiilerich celery: fix send_email to work with JSON encoding (Issue #363)
Tue, 25 Feb 2020 18:18:44 +0100 Mads Kiilerich js: fix missing var declaration of AJAX_COMMENT_URL and AJAX_COMMENT_DELETE_URL (Issue #362)
Tue, 25 Feb 2020 18:03:54 +0100 Mads Kiilerich front-end: add eslint-plugin-html as dependency as introduced in .eslintrc.js in 4d36432bf705
Tue, 25 Feb 2020 18:24:39 +0100 Mads Kiilerich front-end: move eslint to dev section and update package-lock.json
Mon, 30 Dec 2019 01:02:36 +0100 Mads Kiilerich auth: also use safe password hashing on Windows using bcrypt
Sun, 04 Aug 2019 18:35:21 +0200 Mads Kiilerich cli: pass local argv to argparser instead of letting it use the global sys.argv
Sun, 04 Aug 2019 00:07:10 +0200 Mads Kiilerich cleanup: minimize use of lambda expressions - we have 'def' for that purpose
Thu, 13 Feb 2020 14:46:50 +0100 Mads Kiilerich celery: use celery 4 setting names in generated .ini files
Thu, 20 Feb 2020 02:03:24 +0100 Mads Kiilerich celery: upgrade to Celery 4
Mon, 24 Feb 2020 18:37:31 +0100 Mads Kiilerich celery: move initialization of global kallithea.CELERY_EAGER to the place where we read celery configuration
Mon, 24 Feb 2020 17:51:17 +0100 Mads Kiilerich celery: log an error for some deprecated config settings
Thu, 20 Feb 2020 01:35:22 +0100 Mads Kiilerich celery: drop config settings not supported in Celery 4
Thu, 13 Feb 2020 14:46:50 +0100 Mads Kiilerich celery: tweak the RabbitMQ example in generated config
Fri, 14 Feb 2020 02:25:00 +0100 Mads Kiilerich celery: change ini template to use sqlite for results
Tue, 18 Feb 2020 17:03:09 +0100 Mads Kiilerich celery: set default config values in code and remove them from the generated .ini
Sun, 16 Feb 2020 04:16:14 +0100 Mads Kiilerich config-create: show options used for generating .ini, and list what alternative values are supported
Sun, 16 Feb 2020 04:16:14 +0100 Mads Kiilerich config-create: report when database_engine or http_server are provided with invalid values
Sun, 16 Feb 2020 03:23:21 +0100 Mads Kiilerich eslint: fix "is assigned a value but never used"
Fri, 10 Jan 2020 00:34:22 +0100 Mads Kiilerich eslint: fix "is already defined"
Fri, 10 Jan 2020 00:34:22 +0100 Mads Kiilerich eslint: fix "is defined but never used"
Fri, 10 Jan 2020 00:34:22 +0100 Mads Kiilerich eslint: fix "Unnecessary semicolon"
Thu, 09 Jan 2020 01:12:38 +0100 Mads Kiilerich eslint: fix "Unnecessary escape character"
Sun, 16 Feb 2020 02:12:48 +0100 Mads Kiilerich eslint: install eslint with front-end so it can be run manually
Thu, 09 Jan 2020 23:40:42 +0100 Mads Kiilerich js: cleanup to use nested named functions instead of vars with anonymous functions
Sun, 16 Feb 2020 02:47:09 +0100 Mads Kiilerich js: cleanup to use named functions instead of vars with anonymous functions
Mon, 17 Feb 2020 17:49:45 +0100 Mads Kiilerich js: use strict ... and fix the problems it points out
Mon, 17 Feb 2020 17:14:12 +0100 Mads Kiilerich js: omit redundant type="text/javascript"