summaryrefslogtreecommitdiffstats
path: root/distrib
Commit message (Collapse)AuthorAgeFilesLines
...
* Calculate repository color from name. Show swatch on repository list.James Moger2011-11-181-0/+6
|
* Working draft of the aggregate activity pageJames Moger2011-11-161-0/+17
|
* Added optional Gravatar supportJames Moger2011-11-141-0/+5
|
* DocumentationJames Moger2011-10-281-5/+6
|
* Documentation. Changed status RPC protection. Status tab for Manager.James Moger2011-10-251-1/+1
|
* Combined-md5 password storage optionJames Moger2011-10-241-1/+3
|
* Separate management from administration in rpc servlet.James Moger2011-10-231-2/+10
| | | Added skeleton mechanism to update server settings via rpc.
* Documentation and some .gitignore updatesJames Moger2011-10-211-0/+4
|
* Documentation and updated screenshots.James Moger2011-10-121-2/+2
|
* Documentation.James Moger2011-10-111-1/+2
|
* Merge branch 'master' into rpcJames Moger2011-10-101-1/+7
|\
| * Documentation. Updated snapshot to 0.7.0. Merged server.contextPath.James Moger2011-10-101-7/+7
| |
| * o Adding missing properties to gitblit.properties for adjusting the context ↵Trygve Laugstøl2011-10-101-0/+6
| | | | | | | | path.
* | Merge branch 'master' into rpcJames Moger2011-10-062-0/+36
|\|
| * add tools to install giblet as service on linux based osMohamed MOUNIROU2011-10-042-0/+36
| |
* | New setting to disable RPC administration. Advancing the RPC client.James Moger2011-10-051-3/+9
| |
* | Merge branch 'master' into rpcJames Moger2011-10-021-1/+8
|\|
| * Login message option. More Bootstrap updates. All docs converted.James Moger2011-09-301-1/+8
| |
* | Refactored federation servlet and utils. Started rpc servlet and utils.James Moger2011-10-011-0/+6
|/
* Documentation.James Moger2011-09-262-4/+25
|
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-262-0/+70
|
* Refined mirror federation feature. Documentation.James Moger2011-09-221-1/+9
| | | | HEAD is now properly reset if mirroring is enabled. Updated the federation pull status enum to include no change and mirrored states.
* Implemented Federation Sets. Documentation.James Moger2011-09-141-5/+21
|
* Revised federation setting names. Improved documentation.James Moger2011-09-131-24/+23
|
* Largely completed, uber-cool federation feature.James Moger2011-09-122-1/+135
|
* Fixed incorrect exe name in uninstallService.cmdJames Moger2011-07-271-1/+1
|
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-221-2/+2
| | | | | | | | | | | | | | If an object id was not specified Gitblit used HEAD to perform the operation. This breaks under some conditions like working with a repository that does not have any commits on master but does have commits on a vcs-import branch. The new approach is to centralize the resolution of unspecified object ids to a common method which resolves HEAD first but uses the most recently modified branch if HEAD points to nothing. This commit also includes a non-functional method for creating an empty branch. I couldn't figure out how to make JGit create an orphaned branch.
* Default to port 8443 for GO to be more nix friendly (issue 12)James Moger2011-07-201-1/+5
|
* Allow specification of forward-slash character in urls (issue 11)James Moger2011-07-181-2/+14
|
* Optionally display repository on-disk size on repositories page.James Moger2011-07-111-0/+7
|
* Documentation. Generate properties site page at build time.James Moger2011-07-071-8/+15
|
* Documentation. Added JavaDoc. Clarified repository access restriction.James Moger2011-07-051-0/+4
|
* Documentation. Established convention for documenting settings.James Moger2011-07-011-22/+106
|
* Windows service changes. Documentation.James Moger2011-06-285-2/+2
| | | | | | | * Renamed prunsrv.exe to gitblit.exe so that task manager shows more useful information. * Documented how to configure the service to use a server VM, if a JDK is present.
* Changes for minor 0.5.1 release.v0.5.1James Moger2011-06-2813-9/+54
| | | | | | | | | | | | | * Clarified SSL certificate generation and configuration in light of the hostname verificiation that JGit currently does despite the http.sslVerify=false setting. * Added some troubleshooting information related to filesystem permissions and reading repositories. * Switched from JavaService to Apache Commons Daemon. Not sure what happened to JavaService as it stopped working for me on Windows 7 with Java 1.6.0_26. Commons Daemon accomplishes the same thing and offers a nice service control utility.
* Big push for first release.James Moger2011-06-253-14/+22
| | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.
* Mount parameters setting.James Moger2011-06-181-0/+6
|
* Mostly stable war build.James Moger2011-06-181-24/+7
| | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too.
* RSS syndication feature. Documentation. CSS tweaks.James Moger2011-06-111-0/+3
|
* Stubbed out Blame. Added Github banner to site. Documentation.James Moger2011-06-083-3/+3
|
* Fixed refs linking problem. Author metrics are lowercase.James Moger2011-06-041-1/+1
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-022-3/+6
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-011-1/+2
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-12/+40
|
* Changed git.otherUrls to web.otherUrls.James Moger2011-05-261-5/+5
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-1/+1
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-256-9/+9
|
* Download zip feature.James Moger2011-05-241-0/+3
|
* Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.James Moger2011-05-241-3/+5
|
* User list. Revised home page. Updated Jetty. Secure cookies. Docs.James Moger2011-05-231-1/+1
|