log kallithea/model/ssh_key.py @ 8966:59185ce619c3 i18n

age author description
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
Fri, 24 Apr 2020 15:17:54 +0200 Mads Kiilerich lib: drop own asbool implementation and consistently use tg.support.converters as utils2.asbool
Fri, 07 Feb 2020 01:38:30 +0100 Mads Kiilerich cleanup: drop some dead code spotted by "vulture"
Thu, 06 Feb 2020 03:39:22 +0100 Mads Kiilerich ssh: use py3 os.replace
Mon, 03 Feb 2020 16:08:50 +0100 Mads Kiilerich py3: use exception .args instead of .message
Wed, 22 Jan 2020 23:46:12 +0100 Mads Kiilerich Merge stable
Sun, 29 Dec 2019 15:15:09 +0100 Mads Kiilerich ssh: tweak some exception messages to make them more helpful in context stable
Sun, 29 Dec 2019 01:47:29 +0100 Mads Kiilerich ssh: let SshKeyModelException inherit from vcs RepositoryError - such exceptions are shown nicely in the UI stable
Sun, 29 Dec 2019 01:43:18 +0100 Mads Kiilerich ssh: add WARNING comment as first line in .authorized_keys managed by Kallithea stable
Mon, 30 Dec 2019 01:38:59 +0100 Mads Kiilerich ssh: make it clear that SshKeyModel.delete has user as mandatory parameter stable
Sun, 29 Dec 2019 15:11:13 +0100 Mads Kiilerich ssh: use fingerprint when deleting public keys stable
Mon, 16 Dec 2019 03:22:22 +0100 Mads Kiilerich cleanup: drop some unnecessary use of safe_str
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: introduce 'kallithea-cli ssh-update-authorized-keys' command for updating authorized_keys file
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: when adding a new public key, if no description is provided and the SSH key itself has a comment, use that as description
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: error checking for ssh key management
Mon, 17 Nov 2014 14:40:35 -0500 Tim Freund ssh: db models for ssh key management