Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation | James Moger | 2012-07-11 | 1 | -1/+7 |
| | |||||
* | Added setting to control Groovy Grape folder (issue 91) | James Moger | 2012-06-18 | 1 | -0/+21 |
| | |||||
* | Revisions to custom fields | James Moger | 2012-05-10 | 1 | -0/+10 |
| | |||||
* | Documentation | James Moger | 2012-04-24 | 1 | -61/+69 |
| | |||||
* | Allow for different port for LDAP in-memory server. Update some documentation. | John Crygier | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Documentation for LDAP. Covers the setup case that is in the JUnit ↵ | John Crygier | 2012-04-10 | 1 | -1/+60 |
| | | | | Integration Test. | ||||
* | Documentation | James Moger | 2012-03-27 | 1 | -6/+18 |
| | |||||
* | Added web.allowLuceneIndexing to enable/disable Lucene integration | James Moger | 2012-03-25 | 1 | -2/+6 |
| | |||||
* | Documentation | James Moger | 2012-03-21 | 1 | -9/+28 |
| | |||||
* | Documentation | James Moger | 2012-03-21 | 1 | -0/+5 |
| | |||||
* | Documentation | James Moger | 2012-03-19 | 1 | -9/+17 |
| | |||||
* | Update to Bootstrap 2.0 | James Moger | 2012-02-16 | 1 | -0/+1 |
| | |||||
* | Documented overriding default log4j configuration (issue 53) | James Moger | 2012-02-09 | 1 | -0/+8 |
| | |||||
* | Added AJP connector and some documentation on how to use it (issue 59) | James Moger | 2012-02-09 | 1 | -0/+62 |
| | |||||
* | Documentation. | James Moger | 2012-01-11 | 1 | -1/+1 |
| | |||||
* | Documentation. | James Moger | 2012-01-06 | 1 | -2/+3 |
| | |||||
* | Implemented Team hook scripts | James Moger | 2011-12-27 | 1 | -6/+8 |
| | |||||
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -11/+40 |
| | |||||
* | Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵ | James Moger | 2011-12-20 | 1 | -7/+21 |
| | | | | RepositoryModel.mailingLists | ||||
* | Server-side hook script selection. Documentation. | James Moger | 2011-12-19 | 1 | -4/+24 |
| | |||||
* | Groovy push hooks | James Moger | 2011-12-16 | 1 | -7/+26 |
| | |||||
* | Teams support. | James Moger | 2011-12-07 | 1 | -147/+32 |
| | | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress. | ||||
* | Implemented ConfigUserService. Fixed and deprecated FileUserService. | James Moger | 2011-12-04 | 1 | -9/+31 |
| | |||||
* | Documentation. Changed status RPC protection. Status tab for Manager. | James Moger | 2011-10-25 | 1 | -1/+1 |
| | |||||
* | Documentation. Refactoring class names. Re-encapsulate settings. | James Moger | 2011-10-22 | 1 | -0/+1 |
| | |||||
* | Documentation. | James Moger | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into rpc | James Moger | 2011-10-11 | 1 | -30/+33 |
|\ | |||||
| * | Documentation. Updated to MarkdownPapers 1.2.3. | James Moger | 2011-10-11 | 1 | -30/+33 |
|/ | |||||
* | Added IUserService.setup(IStoredSettings) for custom implementations. | James Moger | 2011-09-28 | 1 | -0/+10 |
| | | | | This allows custom implementations to store their settings alongside the Gitblit GO or WAR settings while remaining unit-testable. | ||||
* | Implemented a Federation Client. Bare clone tweaks. Documentation. | James Moger | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | Updated to JGit 1.1.0 and reverse-sort library dependencies. | James Moger | 2011-09-22 | 1 | -2/+2 |
| | |||||
* | Implemented Federation Sets. Documentation. | James Moger | 2011-09-14 | 1 | -0/+1 |
| | |||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 1 | -3/+5 |
| | |||||
* | Documentation and build script improvements. | James Moger | 2011-07-20 | 1 | -1/+134 |
| | |||||
* | Documentation. Added upgrade info to site. Moved todos to GoogleCode. | James Moger | 2011-07-01 | 1 | -0/+25 |
| | |||||
* | Windows service changes. Documentation. | James Moger | 2011-06-28 | 1 | -0/+10 |
| | | | | | | | * 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 | 1 | -19/+44 |
| | | | | | | | | | | | | | * 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 | 1 | -0/+129 |
* 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. |