summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/models/RepositoryUrl.java
Commit message (Collapse)AuthorAgeFilesLines
* allow advertising gitblit privileges for external URLsJoel Johnson2015-07-011-2/+2
| | | | | | | | | | | | | | | | commit c20191fc0931a19bec0df1ab2b56f287e5d8b7c7 enabled support for hiding internal URLs, but didn't consider that it broke the evaluation of permissions (used for tickets, etc.), and caused a NPE on repoUrl.permission when trying to view the TicketPage. With all internal mechanisms disabled, it would result in the first URL being external with unknown permissions. This adds an option to use internal permissions even for external URLs. Note that this does not grant any additional permissions, but does offer the option to have gitblit advertise the full set of what is allowed, even if the external URL imposes additional restrictions.
* Allow specifying accepted PUSH transportsJames Moger2014-04-101-0/+3
|
* Trim trailing whitespace and organize importsJames Moger2013-09-301-2/+2
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Implemented application menus for repository url panelJames Moger2013-05-091-0/+49