log

age author description
Sun, 23 Aug 2020 14:46:06 +0200 Mads Kiilerich auth: compute AuthUser.repository_group_permissions lazily
Sun, 23 Aug 2020 14:41:40 +0200 Mads Kiilerich auth: compute AuthUser.repository_permissions lazily
Sun, 23 Aug 2020 14:33:53 +0200 Mads Kiilerich auth: compute AuthUser.global_permissions lazily
Sun, 23 Aug 2020 14:27:42 +0200 Mads Kiilerich auth: extract private parts from get_user_permissions
Sun, 23 Aug 2020 14:26:21 +0200 Mads Kiilerich auth: compute AuthUser.permissions lazily
Tue, 18 Aug 2020 15:10:40 +0200 Mads Kiilerich config: only assign kallitha.CONFIG once and keep it as a plain dict
Mon, 24 Aug 2020 13:07:08 +0200 Mads Kiilerich cli: refactor db_create to avoid app initialization in multiple places
Mon, 03 Aug 2020 20:29:20 +0200 Mads Kiilerich ssh: update authorized_keys after deleting a user with ssh keys
Sat, 22 Aug 2020 21:22:51 +0200 Thomas De Schampheleire docs: reduce double nesting level in performance.rst
Sat, 22 Aug 2020 21:20:36 +0200 Thomas De Schampheleire docs: fix display of 'note' in installation
Tue, 18 Aug 2020 16:40:19 +0200 Mads Kiilerich auth: refactor permissions
Tue, 18 Aug 2020 15:13:29 +0200 Mads Kiilerich cli: avoid register_command overload of "config_file"
Tue, 18 Aug 2020 13:52:58 +0200 Mads Kiilerich vcs: fix subprocessio handling of hack for handling end-of-stream
Mon, 17 Aug 2020 14:59:07 +0200 Mads Kiilerich ini: move archive_cache_dir to the data directory
Thu, 13 Aug 2020 15:24:35 +0200 Mads Kiilerich docs: clarify the need for having 'npm' and 'node' available in $PATH
Thu, 13 Aug 2020 19:04:00 +0200 Mads Kiilerich docs: front-end-build is actually a part of the install process - it is shared among all the instances
Sat, 01 Aug 2020 22:20:16 +0200 Mads Kiilerich docs: clarify section on horizontal scaling - multi threading is not supported at all
Thu, 13 Aug 2020 15:47:24 +0200 Mads Kiilerich docs: clarify how to activate virtualenv from mod_wsgi with py3
Sat, 22 Aug 2020 21:07:30 +0200 Thomas De Schampheleire docs: contributing: use '.' rather than 'source' to align with 'installation'
Thu, 13 Aug 2020 20:31:39 +0200 Mads Kiilerich docs: clarify that the virtualenv activation assume bash
Thu, 13 Aug 2020 15:30:09 +0200 Mads Kiilerich docs: drop changing cwd in WSGI wrapper script
Thu, 13 Aug 2020 15:30:09 +0200 Mads Kiilerich py3: drop PYTHON_EGG_CACHE and .egg-cache - that was a py2 thing
Sat, 01 Aug 2020 22:17:54 +0200 Mads Kiilerich docs: mod_wsgi is no longer on google code
Sat, 01 Aug 2020 22:28:19 +0200 Mads Kiilerich docs: clean up readthedocs URLs
Sat, 01 Aug 2020 23:18:43 +0200 Mads Kiilerich tg: fix launching with kajiki after moving to FullStackApplicationConfigurator 27d9ca0c8381
Sat, 22 Aug 2020 20:53:43 +0200 Thomas De Schampheleire merge stable
Sat, 25 Jul 2020 18:44:59 +0200 Mads Kiilerich repos: when scanning for repos in file system, process and report them alphabetically
Mon, 20 Jul 2020 20:13:32 +0200 Mads Kiilerich mercurial: support Mercurial 5.5
Sat, 25 Jul 2020 20:08:25 +0200 Mads Kiilerich isort: upgrade to 5.1.2
Mon, 20 Jul 2020 19:46:30 +0200 Mads Kiilerich scm: refactor install_git_hooks