log

age author description
Mon, 12 Oct 2020 21:59:08 +0200 Mads Kiilerich tests: drop rc prefix from test cookie file
Tue, 20 Oct 2020 12:17:52 +0200 Mads Kiilerich mail: don't skip authentication just because smtp_password is empty
Mon, 12 Oct 2020 21:05:32 +0200 Mads Kiilerich mail: use plain standard library for sending mails instead of rcmail
Mon, 12 Oct 2020 21:25:01 +0200 Mads Kiilerich mail: simplify celery task for sending mail
Mon, 12 Oct 2020 17:30:51 +0200 Mads Kiilerich db: consistently use the name settings for the return value from get_app_settings
Mon, 19 Oct 2020 12:18:28 +0200 Mads Kiilerich lib: fix bad references to utils3
Mon, 18 May 2020 21:16:51 +0200 Mads Kiilerich html: make sure indented close tags always match indentation of open tag
Mon, 18 May 2020 15:33:01 +0200 Mads Kiilerich html: make mako markup structure more well-formed
Mon, 18 May 2020 15:55:18 +0200 Mads Kiilerich search: drop traces of repo search ... whatever that was intended to be
Tue, 19 May 2020 04:36:53 +0200 Mads Kiilerich html: put 'use strict' on separate lines
Thu, 03 Sep 2020 15:05:44 +0200 Mads Kiilerich docs: drop documentation for installing without virtualenv
Mon, 12 Oct 2020 11:12:37 +0200 Mads Kiilerich model: always import the whole db module - drop "from" imports
Mon, 12 Oct 2020 11:21:15 +0200 Mads Kiilerich model: always import whole meta module - also when referencing Session
Mon, 12 Oct 2020 01:44:10 +0200 Mads Kiilerich model: don't import Session from db - import meta and get it from the real source
Sat, 10 Oct 2020 23:38:20 +0200 Mads Kiilerich config: move WSGI middleware apps from lib to config
Tue, 13 Oct 2020 19:07:59 +0200 Mads Kiilerich config: move config.conf to kallithea.lib
Sat, 10 Oct 2020 21:05:12 +0200 Mads Kiilerich config: move various py templates to kallithea/templates/py/
Sat, 10 Oct 2020 21:33:42 +0200 Mads Kiilerich routing: move config.routing to kallithea.controllers
Sat, 10 Oct 2020 20:43:52 +0200 Mads Kiilerich routing: move ADMIN_PREFIX constant from routing to top level kallithea module
Sat, 10 Oct 2020 22:13:50 +0200 Mads Kiilerich routing: separate url handling from routing - move it to webutils
Sun, 11 Oct 2020 11:52:22 +0200 Mads Kiilerich vcs: move changeset diff from controller to vcs
Sun, 11 Oct 2020 00:19:46 +0200 Mads Kiilerich lib: move extract_mentioned_users out of utils2
Mon, 12 Oct 2020 11:26:49 +0200 Mads Kiilerich db: move URL_SEP constant from db to top level kallithea module
Sat, 10 Oct 2020 20:04:51 +0200 Mads Kiilerich db_manage: drop special DbManage mode for tests
Sat, 10 Oct 2020 19:59:54 +0200 Mads Kiilerich db_manage: clarify that the purpose of admin_prompt is to create the admin user
Sun, 11 Oct 2020 17:47:18 +0200 Mads Kiilerich admin: drop dead comments
Sun, 11 Oct 2020 00:25:13 +0200 Mads Kiilerich helpers: simplify age
Sun, 11 Oct 2020 12:27:26 +0200 Mads Kiilerich imports: move more imports to top level
Sun, 11 Oct 2020 17:10:38 +0200 Mads Kiilerich tests: simplify test_lib mocking of routing.url
Sat, 10 Oct 2020 20:33:27 +0200 Mads Kiilerich imports: move all dulwich imports to top level
Sun, 11 Oct 2020 01:07:51 +0200 Mads Kiilerich imports: always import the whole kallithea module to use top level kallithea variables
Sun, 11 Oct 2020 01:02:46 +0200 Mads Kiilerich imports: always use CONFIG as kallithea.CONFIG
Sat, 10 Oct 2020 21:11:49 +0200 Mads Kiilerich docs: refer to EXTRA_MAPPINGS in extensions instead of hacking LANGUAGES_EXTENSIONS_MAP directly
Sat, 10 Oct 2020 13:16:59 +0200 Mads Kiilerich scm: make sure __get_repo always returns something
Sat, 10 Oct 2020 13:11:13 +0200 Mads Kiilerich ssh: import binascii directly, instead of using it through base64 module
Sat, 10 Oct 2020 13:45:52 +0200 Mads Kiilerich svn: drop it - hgsubversion doesn't support Python 3 and seems dead upstream
Wed, 24 Oct 2018 14:25:37 +0200 Thomas De Schampheleire style: fix comment bubble appearance upon zoom
Fri, 09 Oct 2020 20:09:40 +0200 Thomas De Schampheleire lib: remove now unused class Optional
Fri, 09 Oct 2020 20:07:46 +0200 Thomas De Schampheleire model: stop using 'Optional' class in Setting.create_or_update()
Fri, 09 Oct 2020 19:45:13 +0200 Thomas De Schampheleire lib: remove now unused class Oattr/OptionalAttr
Fri, 09 Oct 2020 19:43:18 +0200 Thomas De Schampheleire api: stop using 'Optional', 'OAttr'/'OptionalAttr' classes
Fri, 09 Oct 2020 19:31:44 +0200 Thomas De Schampheleire docs/contributing: wrap long line
Fri, 09 Oct 2020 15:34:41 +0200 Thomas De Schampheleire api: new method: edit_reviewers
Tue, 06 Oct 2020 20:14:59 +0200 Thomas De Schampheleire extensions: rename 'rcextensions' into 'extensions' but provide compatibility
Fri, 09 Oct 2020 13:59:52 +0200 Thomas De Schampheleire extensions: preparatory refactoring
Fri, 09 Oct 2020 13:39:08 +0200 Thomas De Schampheleire extensions: rename internal names away from 'rcextensions'
Thu, 08 Oct 2020 14:52:00 +0200 Thomas De Schampheleire templates: rename email_templates to email
Tue, 06 Oct 2020 20:18:40 +0200 Thomas De Schampheleire ini: get rid of path 'paster_commands'
Mon, 15 Jun 2020 13:43:55 +0200 Thomas De Schampheleire hooks: add extensible create-pullrequest hook
Wed, 30 Sep 2020 16:57:05 +0200 Thomas De Schampheleire rcextensions: rename default hook stubs
Mon, 15 Jun 2020 12:37:55 +0200 Thomas De Schampheleire db: introduce constraint ensuring no duplicate (reviewer, pullrequest) combinations
Wed, 30 Sep 2020 13:39:33 +0200 Thomas De Schampheleire model: handle redundant reviewers in add_reviewers
Fri, 25 Sep 2020 11:11:11 +0200 Thomas De Schampheleire autocomplete: also match on email address
Fri, 25 Sep 2020 11:14:12 +0200 Thomas De Schampheleire autocomplete: also query 'firstname lastname' and 'lastname firstname' combinations
Sat, 27 Jun 2020 20:30:00 +0200 Thomas De Schampheleire api: extend get_pullrequest data with created_on and updated_on fields
Mon, 05 Oct 2020 21:14:05 +0200 Thomas De Schampheleire merge stable
Thu, 01 Oct 2020 13:23:12 +0200 Mads Kiilerich rcextensions: drop unused (and thus misleading) return values
Sat, 03 Oct 2020 23:47:52 +0200 Mads Kiilerich db: drop unused Setting.DEFAULT_UPDATE_URL
Sat, 03 Oct 2020 23:17:48 +0200 Mads Kiilerich ssh: verify SSH keys haven't been truncated
Mon, 28 Sep 2020 14:10:41 +0200 Mads Kiilerich ssh: support ssh-ed448 keys
Mon, 28 Sep 2020 14:17:10 +0200 Mads Kiilerich ssh: update test coverage
Sat, 03 Oct 2020 22:46:28 +0200 Mads Kiilerich ssh: tweak ssh parsing error messages to give better hint towards the root cause - especially truncation
Mon, 28 Sep 2020 13:33:18 +0200 Mads Kiilerich ssh: drop simple key parser for fingerprint calculation in public_key setter - use ssh.parse_pub_key
Mon, 24 Aug 2020 15:02:16 +0200 Mads Kiilerich docs: clarify the idea of best practice of installing in srv
Mon, 24 Aug 2020 15:13:52 +0200 Mads Kiilerich docs: when using venv with a clone, recommend using 'venv' as location
Mon, 24 Aug 2020 15:02:16 +0200 Mads Kiilerich docs: give "File system location" overview
Mon, 24 Aug 2020 14:00:58 +0200 Mads Kiilerich docs: clarify that "Installation from repository source" also will run from source
Sun, 23 Aug 2020 23:14:21 +0200 Mads Kiilerich middleware: drop sentry support
Tue, 18 Aug 2020 22:36:45 +0200 Mads Kiilerich pytest: use hmac.new instead of hmac.HMAC
Tue, 18 Aug 2020 21:36:26 +0200 Mads Kiilerich rcmail: pass smtplib.SMTP.sendmail to_addrs as list
Sun, 23 Aug 2020 14:50:56 +0200 Mads Kiilerich auth: compute AuthUser.user_group_permissions lazily
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
Sat, 25 Jul 2020 21:20:46 +0200 Mads Kiilerich scm: rename install_git_hooks internals
Sat, 18 Jul 2020 16:52:16 +0200 Mads Kiilerich logging: replace deprecated log.warn with log.warning
Sat, 25 Jul 2020 18:12:06 +0200 Mads Kiilerich permissions: fix bad variable reference after cleanup in d79de6c61359
Wed, 01 Jul 2020 14:58:56 +0200 Mads Kiilerich mysql: bump sqlalchemy.url MariaDB/MySQL charset to to 'utf8mb4' to get full UTF-8 support
Thu, 25 Jun 2020 01:29:02 +0200 Mads Kiilerich tests: introduce REUSE_TEST_DB as an alternative to TEST_DB
Thu, 25 Jun 2020 01:51:18 +0200 Mads Kiilerich db: introduce db-create --reuse option
Thu, 25 Jun 2020 02:06:01 +0200 Mads Kiilerich db: refactor create_tables to try to make it more clear when existing databases are destroyed and created
Fri, 19 Jun 2020 17:24:36 +0200 Mads Kiilerich db: refactor to clarify that we always invoke SA create_all with checkfirst=False
Mon, 15 Jun 2020 17:27:19 +0200 Mads Kiilerich mysql: create database with explicit UTF-8 character set and collation
Mon, 15 Jun 2020 16:57:20 +0200 Mads Kiilerich mysql: bump charset to to 'utf8mb4' to get full UTF-8 support
Wed, 24 Jun 2020 23:58:53 +0200 Mads Kiilerich tests: fix test_vcs_operations for MariaDB/MySQL
Thu, 25 Jun 2020 11:32:39 +0200 Mads Kiilerich tests: fix whitespace from 1de3e5d104bf
Wed, 24 Jun 2020 17:12:28 +0200 Mads Kiilerich tests: consistent use of more helpful raise_exception "fixture"
Thu, 11 Jun 2020 23:04:31 +0200 Mads Kiilerich diff: allow commenting on meta lines (Issue #329)
Thu, 11 Jun 2020 22:48:50 +0200 Mads Kiilerich diff: refactor as_html with separate code paths for diff lines with and without line number
Sun, 21 Jun 2020 23:20:12 +0200 Mads Kiilerich diff: drop per file ignore-whitespace and context - it didn't work and had conceptual issue (Issue #344)
Thu, 18 Jun 2020 14:53:28 +0200 Mads Kiilerich diff: name context size and whitespace ignore flag variable names consistently
Thu, 18 Jun 2020 14:25:23 +0200 Mads Kiilerich diff: fix ignorews/context link to use the right target as anchor
Thu, 18 Jun 2020 16:08:36 +0200 Mads Kiilerich diff: fix "Show inline comments"