summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/NewRepositoryPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Bump to JGit 4.0.0Luca Milanesio2015-06-121-2/+2
| | | | | JGit 4.0.0 fixes a memory leak but introduces a non-compatible change for closing the RevWalk: before it was release() but now is close()
* Create email address for a user if unset for repo creationJames Moger2014-09-041-1/+3
|
* Use separate project and name field models in the RepositoryNamePanelJames Moger2014-06-091-2/+1
|
* Rename option classesJames Moger2014-06-041-5/+5
|
* Hide gitignore selection if there are no gitignore resourcesJames Moger2014-06-031-1/+1
|
* Externalize a translation resourceJames Moger2014-06-031-1/+1
|
* Extract re-usable conditional choice option panelJames Moger2014-06-031-25/+19
|
* Use AccessPolicyPanel in EditRepositoryPageJames Moger2014-06-031-5/+5
|
* Use RepositoryNamePanel in EditRepositoryPage, rename AccessPolicyPanelJames Moger2014-06-031-6/+3
|
* Extract repository name panel for re-useJames Moger2014-06-031-70/+9
|
* Extract authorization/access selection panel to re-usable classJames Moger2014-06-031-93/+8
|
* Inlcude authorization control and revise the string resourcesJames Moger2014-06-031-9/+44
|
* Simplified repository creation with a NewRepositoryPageJames Moger2014-06-031-0/+493