log

age author description
Tue, 29 May 2018 12:25:59 +0200 Mads Kiilerich repos: introduce low level slug check of repo and group names stable
Tue, 29 May 2018 12:25:43 +0200 Mads Kiilerich tests: clarify that fixture.create_repo_group takes a name, not a path stable
Tue, 29 May 2018 12:25:42 +0200 Mads Kiilerich tests: introduce API test coverage for some invalid repo names - especially repo names that would need escaping to prevent XSS stable
Tue, 29 May 2018 12:25:41 +0200 Mads Kiilerich repos: only allow api repo creation in existing groups stable
Tue, 29 May 2018 12:25:40 +0200 Mads Kiilerich tests: tweak test coverage of repo creation API - prepare for other changes stable
Mon, 07 May 2018 11:38:40 +0200 Mads Kiilerich repos: introduce low level check of clone URIs to prevent direct file system access to local repos 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:37:55 +0200 Mads Kiilerich tests: improve test coverage of clone_uri and expose some existing problems with unauthenticated cloning from local repos stable
Mon, 07 May 2018 00:49:44 +0200 Mads Kiilerich tests: fix some incorrect test use of create_repo to create forks stable
Mon, 07 May 2018 00:49:44 +0200 Mads Kiilerich repos: add missing access control check for repository permission management stable
Mon, 07 May 2018 00:49:44 +0200 Mads Kiilerich tests: add tests that exercise some missing repo permission access control checks stable
Sun, 01 Apr 2018 15:25:05 +0200 Thomas De Schampheleire Added tag 0.3.4 for changeset cf635c823ea0 stable
Sun, 01 Apr 2018 15:25:03 +0200 Thomas De Schampheleire release: 0.3.4 stable 0.3.4
Wed, 26 Jul 2017 06:42:40 +0000 Étienne Gilli i18n: updated translation for French stable
Sun, 18 Mar 2018 21:08:52 +0100 Thomas De Schampheleire make-release: use a fresh virtualenv for building the release stable
Sun, 18 Mar 2018 20:52:26 +0100 Thomas De Schampheleire make-release: remove instruction about updating copyright/contributors stable
Sun, 18 Mar 2018 21:54:48 +0100 Thomas De Schampheleire make-release: import version and copyright updates from default branch (dba4e770d4b6) stable
Sat, 17 Mar 2018 22:47:48 +0100 Mads Kiilerich contributors: update stable
Tue, 29 May 2018 12:25:59 +0200 Mads Kiilerich repos: introduce low level slug check of repo and group names
Tue, 29 May 2018 12:25:43 +0200 Mads Kiilerich tests: clarify that fixture.create_repo_group takes a name, not a path
Tue, 29 May 2018 12:25:42 +0200 Mads Kiilerich tests: introduce API test coverage for some invalid repo names - especially repo names that would need escaping to prevent XSS
Tue, 29 May 2018 12:25:41 +0200 Mads Kiilerich repos: only allow api repo creation in existing groups
Tue, 29 May 2018 12:25:40 +0200 Mads Kiilerich tests: tweak test coverage of repo creation API - prepare for other changes
Mon, 07 May 2018 11:38:40 +0200 Mads Kiilerich repos: introduce low level check of clone URIs to prevent direct file system access to local repos
Mon, 07 May 2018 11:38:13 +0200 Mads Kiilerich utils: move clone URI validator function to more generic utils.is_valid_repo_uri
Mon, 07 May 2018 11:37:55 +0200 Mads Kiilerich tests: improve test coverage of clone_uri and expose some existing problems with unauthenticated cloning from local repos
Mon, 07 May 2018 00:49:44 +0200 Mads Kiilerich tests: fix some incorrect test use of create_repo to create forks
Mon, 07 May 2018 00:49:44 +0200 Mads Kiilerich repos: add missing access control check for repository permission management
Mon, 07 May 2018 00:49:44 +0200 Mads Kiilerich tests: add tests that exercise some missing repo permission access control checks
Mon, 21 May 2018 14:55:35 +0200 Thomas De Schampheleire admin: hooks: shorten input field of custom hooks to make place for delete button
Mon, 21 May 2018 14:52:36 +0200 Thomas De Schampheleire admin: hooks: handle overflow of long hook names
Mon, 21 May 2018 14:44:15 +0200 Thomas De Schampheleire admin: system info: add title attribute for truncated items
Mon, 21 May 2018 14:26:06 +0200 Thomas De Schampheleire admin: hooks: move informative span to 'custom hooks'
Sun, 20 May 2018 22:51:13 +0200 Thomas De Schampheleire admin: hooks: only flash 'Updated hooks' if there are changes
Sun, 20 May 2018 22:29:40 +0200 Thomas De Schampheleire admin: hooks: prevent editing of builtin hooks (issue #226)
Sun, 20 May 2018 22:23:52 +0200 Thomas De Schampheleire admin: hooks: prevent creation of existing custom hook
Sun, 20 May 2018 22:13:05 +0200 Thomas De Schampheleire admin: hooks: add test for editing a custom hook
Sun, 20 May 2018 22:07:36 +0200 Thomas De Schampheleire admin: hooks: restore delete functionality as intended
Sun, 20 May 2018 21:50:11 +0200 Thomas De Schampheleire admin: hooks: check session flashes in tests
Wed, 16 May 2018 21:19:56 +0200 Thomas De Schampheleire auth: raise log level of 'permission denied' from DEBUG to INFO (issue #243)
Sun, 06 May 2018 21:30:09 +0200 Thomas De Schampheleire tests: fix caching issue in test_ip_restriction_git
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich setup: support Mercurial 4.6
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: support more strict branch name checking in Mercurial 4.6 - be more careful about not passing unicode branch names
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: support introduction of wsgiresponse in Mercurial 4.6
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: support rename of obsolete related attributes in Mercurial 4.6
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: use localrepo indexing for revision number lookup instead of the lookup function
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: support sshpeer renaming to sshv1peer in Mercurial 4.6
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: support annotate refactoring in Mercurial 4.6 for returning annotateline objeccts
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: don't provide annotate linenumber parameter - it has always defaulted to False and was removed in 4.6
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: refactor annotation to generate a list of normalized annotation lines before iterating
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: trivial refactorings of annotate functionality
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: fix continuation binding of callback variables
Thu, 15 Mar 2018 19:56:37 +0100 domruf tests: set EMAIL on git commit
Tue, 13 Mar 2018 23:52:10 +0100 domruf tests: use testfork fixture for test_vcs_operations tests
Sun, 06 May 2018 14:34:33 +0200 Thomas De Schampheleire style: use monospace on all multi-line form inputs
Sun, 06 May 2018 14:35:36 +0200 Thomas De Schampheleire style: remove unused class 'comment-inlines'
Sun, 06 May 2018 14:31:15 +0200 Thomas De Schampheleire style: use monospace for 'formatted-fixed' class
Fri, 04 May 2018 21:45:55 +0200 Thomas De Schampheleire ini: drop setting initial_repo_scan
Tue, 01 May 2018 21:59:03 +0200 Thomas De Schampheleire setup-db: perform an initial repository scan as stated by the docs (Issue #302)
Mon, 23 Apr 2018 22:06:37 +0200 Thomas De Schampheleire admin: auth: make sure list of auth modules is consistent