Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -767/+0 |
| | | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. | ||||
* | Updated docs for upgrade procedure | James Moger | 2013-01-16 | 1 | -8/+21 |
| | |||||
* | Support --baseFolder parameter and small data reorganization | James Moger | 2013-01-15 | 1 | -54/+80 |
| | |||||
* | Documentation | James Moger | 2012-12-05 | 1 | -9/+16 |
| | |||||
* | Documentation | James Moger | 2012-11-27 | 1 | -13/+55 |
| | |||||
* | Implemented exclusion (X) permission | James Moger | 2012-10-23 | 1 | -1/+20 |
| | |||||
* | Permission regexes are now case-insensitive | James Moger | 2012-10-22 | 1 | -2/+2 |
| | |||||
* | Split committer verification description into two strings | James Moger | 2012-10-19 | 1 | -2/+0 |
| | |||||
* | Experimental committer verification | James Moger | 2012-10-11 | 1 | -2/+35 |
| | |||||
* | Try regex permission matching if exact permission is not found (issue 36) | James Moger | 2012-10-10 | 1 | -1/+12 |
| | |||||
* | Finer-grained repository access permissions (issue 36) | James Moger | 2012-10-10 | 1 | -7/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implemented discrete repository access permissions to replace the really primitive course-grained permissions used to this point. This implementation allows for finer-grained access control, but still falls short of integrated, branch-based permissions sought by some. Access permissions follow the conventions established by Gitosis and Gitolite so they should feel immediately comfortable to experienced users. This permissions infrastructure is complete and works exactly as expected. Unfortunately, there is no ui in this commit to change permissions, that will be forthcoming. In the meantime, Gitblit hot-reloads users.conf so the permissions can be manipulated at runtime with a text editor. The following per-repository permissions are now supported: - V (view in web ui, RSS feeds, download zip) - R (clone) - RW (clone and push) - RWC (clone and push with ref creation) - RWD (clone and push with ref creation, deletion) - RW+ (clone and push with ref creation, deletion, rewind) And a users.conf entry looks something like this: [user "hannibal"] password = bossman repository = RWD:topsecret.git | ||||
* | Support X-Forwarded-Context for subdomain proxy configs (issue 135) | James Moger | 2012-09-20 | 1 | -0/+5 |
| | |||||
* | Draft project pages, project metadata, and RSS feeds | James Moger | 2012-09-07 | 1 | -0/+1 |
| | | | | | | This is an in-progress feature to offer an interface for grouped repositories. This may help installations with large numbers of repositories stay organized. It also will be part of a future, more advanced security model. | ||||
* | Corrected documentation (issue 115) | James Moger | 2012-08-03 | 1 | -2/+2 |
| | |||||
* | Support for X-Forwarded-Proto and X-Forwarded-Port (issue 115) | James Moger | 2012-08-02 | 1 | -0/+4 |
| | |||||
* | 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 |
| |