log kallithea/model/validators.py @ 8997:66fcd3993563 draft i18n

age author description
Sun, 01 Nov 2020 06:29:32 +0100 Mads Kiilerich imports: try to use global imports unless it is a layering violation
Mon, 12 Oct 2020 11:12:37 +0200 Mads Kiilerich model: always import the whole db module - drop "from" imports
Sat, 10 Oct 2020 20:43:52 +0200 Mads Kiilerich routing: move ADMIN_PREFIX constant from routing to top level kallithea module
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 13:45:52 +0200 Mads Kiilerich svn: drop it - hgsubversion doesn't support Python 3 and seems dead upstream
Sat, 11 Apr 2020 20:18:29 +0200 Mads Kiilerich permissions: drop hg.create.write_on_repogroup "Repository creation with group write access" setting
Fri, 24 Apr 2020 15:17:54 +0200 Mads Kiilerich lib: drop own asbool implementation and consistently use tg.support.converters as utils2.asbool
Sat, 11 Apr 2020 18:53:10 +0200 Mads Kiilerich db: clarify that DEFAULT_USER just is DEFAULT_USER_NAME
Mon, 30 Mar 2020 13:17:18 +0200 Mads Kiilerich db: drop url_sep() function that just returns a constant "/"
Sun, 01 Mar 2020 21:40:32 +0100 Thomas De Schampheleire validators: don't catch all Exceptions as invalid clone URIs, be specific
Fri, 06 Mar 2020 18:47:29 +0100 Mads Kiilerich cleanup: improve exception logging from validators
Sun, 04 Aug 2019 00:07:10 +0200 Mads Kiilerich cleanup: minimize use of lambda expressions - we have 'def' for that purpose
Fri, 07 Feb 2020 01:38:30 +0100 Mads Kiilerich cleanup: drop some dead code spotted by "vulture"
Thu, 06 Feb 2020 02:57:51 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f unicode
Mon, 25 Nov 2019 04:15:17 +0100 Mads Kiilerich py3: trivial renaming of .iteritems() to .items()
Fri, 27 Dec 2019 02:02:20 +0100 Mads Kiilerich validator: fix ASCII password check to verify if it can be *encoded* in ascii
Mon, 16 Dec 2019 01:35:41 +0100 Mads Kiilerich cleanup: minor refactorings and simplification of dict usage
Sat, 23 Nov 2019 22:47:35 +0100 Mads Kiilerich py3: use comprehensions and generators instead of filters - it is more explicit, and sometimes shorter
Sat, 16 Nov 2019 16:49:04 +0100 Mads Kiilerich utils: drop make_ui parameter clear_session - this utility function should never mess with sessions
Sun, 04 Aug 2019 01:39:04 +0200 Mads Kiilerich flake8: fix E117 over-indented
Sun, 04 Aug 2019 01:15:36 +0200 Mads Kiilerich flake8: fix E231 missing whitespace after ':'
Sat, 03 Aug 2019 23:31:43 +0200 Mads Kiilerich flake8: fix F632 use ==/!= to compare str, bytes, and int literals
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
Sun, 04 Aug 2019 01:08:08 +0200 Mads Kiilerich lib: use ipaddr from pip instead of vendoring it
Tue, 06 Aug 2019 22:50:03 +0200 Mads Kiilerich helpers: drop unused references to secure_form
Sun, 16 Jun 2019 20:16:44 +0200 Thomas De Schampheleire setup: bump formencode minimum version to 1.3.0
Wed, 23 Jan 2019 00:03:40 +0100 Mads Kiilerich utils: refactor make_ui to always read from db, optionally also augmenting with hgrc content
Wed, 16 Jan 2019 02:32:35 +0100 Mads Kiilerich locking: drop the pull-to-lock / push-to-unlock functionality
Sat, 09 Jun 2018 21:24:45 +0200 Thomas De Schampheleire utils: move repo_name_slug to utils2 to prevent import cycle on setup_db
Thu, 07 Jun 2018 01:46:02 +0200 Mads Kiilerich Merge stable
Mon, 07 May 2018 11:38:13 +0200 Mads Kiilerich utils: move clone URI validator function to more generic utils.is_valid_repo_uri stable
Mon, 07 May 2018 11:38:13 +0200 Mads Kiilerich utils: move clone URI validator function to more generic utils.is_valid_repo_uri
Fri, 25 Aug 2017 14:32:50 +0200 Lars Kruse codingstyle: trivial whitespace fixes
Wed, 10 May 2017 20:13:24 +0200 domruf validators: wrap hgsubversion import with try/except block like in settings.py
Thu, 23 Mar 2017 23:49:19 +0100 domruf repositories: make sure repositories not only differ in casing
Sat, 24 Dec 2016 01:27:47 +0100 Mads Kiilerich tg: minimize future diff by some mocking and replacing some pylons imports with tg
Mon, 20 Feb 2017 19:31:48 +0100 Søren Løvborg auth: simplify repository group permission checks
Sun, 04 Dec 2016 20:22:23 +0100 Thomas De Schampheleire validators: remove unneeded M/StateObj classes
Mon, 07 Nov 2016 14:59:39 +0100 Søren Løvborg db: rename RepoGroup.group_parent_id to parent_group_id
Sat, 30 Jan 2016 16:37:43 +0100 Andrew Shadura auth: allow web login with email addresses
Sat, 30 Jan 2016 12:15:23 +0100 Andrew Shadura db: always match user emails case insensitively
Fri, 27 Nov 2015 01:47:14 +0100 Mads Kiilerich cleanup: consistent space before line continuation backslash
Wed, 14 Oct 2015 20:08:18 +0100 Jiří Suchan cleanup: stop using mutable default params
Fri, 14 Aug 2015 17:07:49 +0200 Søren Løvborg spelling: use "email" consistently
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich cleanup: remove unused imports
Sun, 09 Aug 2015 02:29:46 +0200 Mads Kiilerich cleanup: pass log strings unformatted - avoid unnecessary % formatting when not logging
Sun, 09 Aug 2015 02:17:14 +0200 Mads Kiilerich cleanup: consistently use 'except ... as ...:'
Sat, 16 May 2015 17:03:51 +0200 Andrew Shadura privacy: don't tell users what is the reason for a failed login
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: various minor cleanup of general auth functionality
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: make ValidPasswordsMatch more explicit and strict about which fields are being checked
Fri, 24 Jul 2015 16:37:40 +0200 Mads Kiilerich cleanup: check for None object identity in cases where that is what the 'contract' says
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich validators: cleanup of message wording
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich i18n: use plain strings on the english lookup side of translations
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich remote: simplify clone_uri UI
Mon, 20 Jul 2015 15:11:42 +0200 Mads Kiilerich repogroups: use group IDs as integers instead of unicoding them
Thu, 18 Jun 2015 14:54:35 +1200 Andrew Bartlett git: Allow git:// URLs as a source to clone from
Tue, 09 Jun 2015 22:53:24 +0200 Mads Kiilerich repos: cleanup of stuff related to clone_uri
Tue, 26 May 2015 13:55:06 +0200 Andrew Shadura spelling: IP address, IPv4, IPv6
Thu, 12 Mar 2015 22:07:00 +0100 Thomas De Schampheleire model: trivial typo fixes
Tue, 03 Feb 2015 21:39:31 +0100 Thomas De Schampheleire spelling: consistent capitalization of URL