Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try multiple encodings when working with string blobs (issue 97) | James Moger | 2012-06-07 | 1 | -0/+42 |
| | |||||
* | Allow for admin teams with spaces in their name. | unknown | 2012-04-24 | 1 | -14/+18 |
| | |||||
* | Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵ | John Crygier | 2012-04-10 | 1 | -0/+28 |
| | | | | to be started with Gitblit GO (backed by an LDIF file). | ||||
* | Restore the leading hunk of the first line of a fragment | James Moger | 2012-03-21 | 1 | -0/+26 |
| | | | Also correctly determine the line number of a fragment. | ||||
* | A bunch more Lucene work | James Moger | 2012-03-14 | 1 | -0/+7 |
| | | | | | * Only list user-accessible repositories * Syntax-highlight matched blob fragments * Improve look and layout of search results | ||||
* | Split refs into 2 lines if there are remotes. Use more glyphicons. | James Moger | 2012-02-25 | 1 | -10/+0 |
| | |||||
* | Strip trailing .git from displayed repository links, saves room, looks cleaner | James Moger | 2012-01-06 | 1 | -0/+7 |
| | |||||
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -2/+3 |
| | |||||
* | Calculate repository color from name. Show swatch on repository list. | James Moger | 2011-11-18 | 1 | -2/+46 |
| | |||||
* | Combined-md5 password storage option | James Moger | 2011-10-24 | 1 | -0/+2 |
| | |||||
* | Fixed minor bug in flatten strings | James Moger | 2011-10-21 | 1 | -0/+4 |
| | |||||
* | More Bootstrap improvements. | James Moger | 2011-09-30 | 1 | -0/+42 |
| | | | | | | | * Strip leading group name from repositories page. * Put topbars on all pages. * Properly sort repositories in all locations. * White Gitblit logo. | ||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 1 | -0/+53 |
| | |||||
* | Documentation. Added JavaDoc comments. | James Moger | 2011-07-01 | 1 | -0/+137 |
| | |||||
* | Big push for first release. | James Moger | 2011-06-25 | 1 | -1/+6 |
| | | | | | | | | | | | | * 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. | ||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 1 | -12/+5 |
| | | | | | 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. | ||||
* | Added AccessRestrictionFilter and simplified authentication. | James Moger | 2011-06-14 | 1 | -11/+54 |
| | | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature. | ||||
* | Unit testing. Documentation. Simplified settings classes. | James Moger | 2011-06-09 | 1 | -0/+22 |
| | |||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 1 | -2/+2 |
| | |||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 1 | -0/+8 |
| | |||||
* | Unit testing. | James Moger | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -5/+6 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 1 | -0/+15 |
| | |||||
* | Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls. | James Moger | 2011-05-24 | 1 | -1/+5 |
| | |||||
* | Owner editing. Frozen status. Grouped repositories. Documentation. | James Moger | 2011-05-19 | 1 | -0/+7 |
| | |||||
* | Build infrastructure improvements. Setting to show remote branches. | James Moger | 2011-05-04 | 1 | -46/+0 |
| | | | | | | | | | | | | The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven site. Yeah! That was the last missing piece for a slick Git:Blit deployment. The build has been reworked to download from Eclipse and to also download source and javadoc jars for setting up a development environment. Made the log4j pattern configurable by operating system. Moved Markdown utils to their own class since I need StringUtils for Build and that introduced a chicken-and-egg scenario. | ||||
* | Centralized markdown transforms. Moved config ops to GitBlit. | James Moger | 2011-04-27 | 1 | -0/+22 |
| | |||||
* | Integrated pagelinks into RepositoryPage. Fixed string encoding. | James Moger | 2011-04-27 | 1 | -1/+25 |
| | |||||
* | Settings overhaul. Fixes to authentication. Bind interface feature. | James Moger | 2011-04-15 | 1 | -0/+110 |
Settings access has been abstracted and the way is becoming clear to offer a WAR build in addition to the integrated server stack. Util methods moved around. |