Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Express documentation | James Moger | 2012-01-06 | 1 | -3/+24 |
| | |||||
* | Filters menu for Repositories page and Activity page (issue 27) | James Moger | 2011-12-23 | 1 | -0/+9 |
| | |||||
* | Server-side hook script selection. Documentation. | James Moger | 2011-12-19 | 1 | -0/+9 |
| | |||||
* | Implemented UserServiceWrapper. Renamed notifyNNN to sendEmail to be more ↵ | James Moger | 2011-12-17 | 1 | -2/+2 |
| | | | | descriptive. | ||||
* | Groovy push hooks | James Moger | 2011-12-16 | 1 | -0/+56 |
| | |||||
* | Integrated Clippy for a better copy-to-clipboard experience | James Moger | 2011-12-13 | 1 | -0/+7 |
| | |||||
* | Implemented ConfigUserService. Fixed and deprecated FileUserService. | James Moger | 2011-12-04 | 3 | -5/+7 |
| | |||||
* | Preliminary changes for running on RedHat OpenShift. Still in-progress. | James Moger | 2011-12-02 | 1 | -0/+35 |
| | |||||
* | Clarified Tomcat forward-slash encoding in documentation (issue 29) | James Moger | 2011-11-30 | 1 | -0/+1 |
| | |||||
* | Calculate repository color from name. Show swatch on repository list. | James Moger | 2011-11-18 | 1 | -0/+6 |
| | |||||
* | Working draft of the aggregate activity page | James Moger | 2011-11-16 | 1 | -0/+17 |
| | |||||
* | Added optional Gravatar support | James Moger | 2011-11-14 | 1 | -0/+5 |
| | |||||
* | Documentation | James Moger | 2011-10-28 | 1 | -5/+6 |
| | |||||
* | Documentation. Changed status RPC protection. Status tab for Manager. | James Moger | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | Combined-md5 password storage option | James Moger | 2011-10-24 | 1 | -1/+3 |
| | |||||
* | Separate management from administration in rpc servlet. | James Moger | 2011-10-23 | 1 | -2/+10 |
| | | | Added skeleton mechanism to update server settings via rpc. | ||||
* | Documentation and some .gitignore updates | James Moger | 2011-10-21 | 1 | -0/+4 |
| | |||||
* | Documentation and updated screenshots. | James Moger | 2011-10-12 | 1 | -2/+2 |
| | |||||
* | Documentation. | James Moger | 2011-10-11 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into rpc | James Moger | 2011-10-10 | 1 | -1/+7 |
|\ | |||||
| * | Documentation. Updated snapshot to 0.7.0. Merged server.contextPath. | James Moger | 2011-10-10 | 1 | -7/+7 |
| | | |||||
| * | o Adding missing properties to gitblit.properties for adjusting the context ↵ | Trygve Laugstøl | 2011-10-10 | 1 | -0/+6 |
| | | | | | | | | path. | ||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-06 | 2 | -0/+36 |
|\| | |||||
| * | add tools to install giblet as service on linux based os | Mohamed MOUNIROU | 2011-10-04 | 2 | -0/+36 |
| | | |||||
* | | New setting to disable RPC administration. Advancing the RPC client. | James Moger | 2011-10-05 | 1 | -3/+9 |
| | | |||||
* | | Merge branch 'master' into rpc | James Moger | 2011-10-02 | 1 | -1/+8 |
|\| | |||||
| * | Login message option. More Bootstrap updates. All docs converted. | James Moger | 2011-09-30 | 1 | -1/+8 |
| | | |||||
* | | Refactored federation servlet and utils. Started rpc servlet and utils. | James Moger | 2011-10-01 | 1 | -0/+6 |
|/ | |||||
* | Documentation. | James Moger | 2011-09-26 | 2 | -4/+25 |
| | |||||
* | Implemented a Federation Client. Bare clone tweaks. Documentation. | James Moger | 2011-09-26 | 2 | -0/+70 |
| | |||||
* | Refined mirror federation feature. Documentation. | James Moger | 2011-09-22 | 1 | -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 Moger | 2011-09-14 | 1 | -5/+21 |
| | |||||
* | Revised federation setting names. Improved documentation. | James Moger | 2011-09-13 | 1 | -24/+23 |
| | |||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 2 | -1/+135 |
| | |||||
* | Fixed incorrect exe name in uninstallService.cmd | James Moger | 2011-07-27 | 1 | -1/+1 |
| | |||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 1 | -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 Moger | 2011-07-20 | 1 | -1/+5 |
| | |||||
* | Allow specification of forward-slash character in urls (issue 11) | James Moger | 2011-07-18 | 1 | -2/+14 |
| | |||||
* | Optionally display repository on-disk size on repositories page. | James Moger | 2011-07-11 | 1 | -0/+7 |
| | |||||
* | Documentation. Generate properties site page at build time. | James Moger | 2011-07-07 | 1 | -8/+15 |
| | |||||
* | Documentation. Added JavaDoc. Clarified repository access restriction. | James Moger | 2011-07-05 | 1 | -0/+4 |
| | |||||
* | Documentation. Established convention for documenting settings. | James Moger | 2011-07-01 | 1 | -22/+106 |
| | |||||
* | Windows service changes. Documentation. | James Moger | 2011-06-28 | 5 | -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.1 | James Moger | 2011-06-28 | 13 | -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 Moger | 2011-06-25 | 3 | -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 Moger | 2011-06-18 | 1 | -0/+6 |
| | |||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 1 | -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 Moger | 2011-06-11 | 1 | -0/+3 |
| | |||||
* | Stubbed out Blame. Added Github banner to site. Documentation. | James Moger | 2011-06-08 | 3 | -3/+3 |
| | |||||
* | Fixed refs linking problem. Author metrics are lowercase. | James Moger | 2011-06-04 | 1 | -1/+1 |
| |