| | |
| | | Personal repositories can be created by accounts with the *create* permission and are stored in *git.repositoriesFolder/~username*. Each user with personal repositories will have a user page, something like the GitHub profile page. Personal repositories have all the same features as common repositories, except personal repositories can be renamed by their owner.
|
| | | - Added support for server-side forking of a repository to a personal repository (issue 137)
|
| | | In order to fork a repository, the user account must have the *fork* permission **and** the repository must *allow forks*. The clone inherits the access list of its origin. i.e. if Team A has clone access to the origin repository, then by default Team A also has clone access to the fork. This is to facilitate collaboration. The fork owner may change access to the fork and add/remove users/teams, etc as required <u>however</u> it should be noted that all personal forks will be enumerated in the fork network regardless of access view restrictions. If you really must have an invisible fork, the clone it locally, create a new repository for your invisible fork, and push it back to Gitblit.
|
| | | **New:** *web.allowForking=true*
|
| | | - Added optional *create-on-push* support
|
| | | **New:** *git.allowCreateOnPush=true*
|
| | | - Added **experimental** JGit-based garbage collection service. This service is disabled by default.
|
| | |
| | | - Added support for Gitblit GO to require usage of client certificates to access the entire server.
|
| | | This is extreme and should be considered carefully since it affects every https access. The default is to **want** client certificates. Setting this value to *true* changes that to **need** client certificates.
|
| | | **New:** *server.requireClientCertificates = false*
|
| | | - Added Gitblit Certificate Authority, an X509 certificate generation tool for Gitblit GO to encourage use of client certificate authentication.
|
| | | - Added **Gitblit Certificate Authority**, an x509 PKI management tool for Gitblit GO to encourage use of x509 client certificate authentication.
|
| | | - Added setting to control length of shortened commit ids
|
| | | **New:** *web.shortCommitIdLength=8*
|
| | | - Added alternate compressed download formats: tar.gz, tar.xz, tar.bzip2 (issue 174)
|