gitblit
gitblit copied to clipboard
pure java git solution
The default Certificate Hierarchy on the `serverKeyStore.jks` file is like below: Gitblit Certificate Authority |_ _ localhost I have a trusted p12 certificate file that contains the private and public...
The XSS filter sometimes prevents legitimate actions. It seems like the XSS filter needs some rework. We need to check where and what it filters and make sure that it...
I tried to assign a topic of "Future Work" to some of our tickets. If I click that topic in the left menu to filter, the screen shows an empty...
When viewing a raw text file which has non-ascii characters like `À`or `é` in it, the text is not correctly displayed in the browser. Steps to reproduce: 1. Create a...
I know there is option to install Azure Domain services (using secure Ldaps) and then connect/sync users by adding realm.authenticationProviders = ldap options in the gitbilt.property; My question is, can...
My password starts with @, it is like @mypass. Everything runs well if I start gitblit.cmd. But if I run the Gitblit as a webservice, it starts, then stops. From...
This issue is in the application for some time and I was hoping someone else would report and possibly fix it.... did not happen, so here am I :). Already...
Originally reported on Google Code with ID 528 ``` What steps will reproduce the problem? 1. Go visit the metrics page for mirrors/jgit at dev.gitblit.com What is the expected output?...
This happens when we have commits of different developers. ```bash [17:23] gilberto.andrade@BEM-INF007:gace (master u=) $ git merge --no-ff ticket/117 Merge made by the 'recursive' strategy. pom.xml | 26 ++- src/main/config/jasperreports/.classpath...
The default TLS certificate that a Gitblit installation creates have "localhost" as the CN and no SubjectAlternativeNames. With Java 8+ this can be a problem for federation that uses HTTPS....