Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -339/+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. | ||||
* | Merged LDAP user/team pre-fetching and synchronization enhancement from ↵ | James Moger | 2013-02-25 | 1 | -2/+3 |
|\ | | | | | | | mschaefers | ||||
| * | FIX: setting line separator back to Windows style | mschaefers | 2012-12-04 | 1 | -304/+304 |
| | | |||||
| * | significantly reduce write operations to backing user system. | mschaefers | 2012-11-30 | 1 | -303/+304 |
| | | |||||
* | | Support --baseFolder parameter and small data reorganization | James Moger | 2013-01-15 | 1 | -1/+1 |
| | | |||||
* | | Support local accounts with LdapUserService and RedmineUserService (issue-183) | James Moger | 2013-01-04 | 1 | -7/+42 |
|/ | |||||
* | Finer-grained repository access permissions (issue 36) | James Moger | 2012-10-10 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Persist cookies in ConfigUserService. Update LDAPUserService to generate ↵ | James Moger | 2012-07-11 | 1 | -1/+1 |
| | | | | cookies. | ||||
* | Allow user services to control editing of display name and email address | James Moger | 2012-04-25 | 1 | -0/+10 |
| | |||||
* | Added a logout hook to IUserService | James Moger | 2012-04-25 | 1 | -0/+5 |
| | |||||
* | Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵ | John Crygier | 2012-04-10 | 1 | -3/+12 |
| | | | | to be started with Gitblit GO (backed by an LDIF file). | ||||
* | Skeleton LdapUserService based on John Cryiger's implementation | James Moger | 2012-04-06 | 1 | -2/+36 |
| | |||||
* | Fixed upgrade bug in user service (issue 41)v0.8.2 | James Moger | 2012-01-13 | 1 | -2/+2 |
| | |||||
* | Show additional columns in users and teams tables | James Moger | 2011-12-28 | 1 | -0/+10 |
| | |||||
* | Improved logging of GitblitUserService | James Moger | 2011-12-23 | 1 | -0/+6 |
| | |||||
* | Fix for nasty bug in GitblitUserService | James Moger | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵ | James Moger | 2011-12-20 | 1 | -0/+217 |
RepositoryModel.mailingLists |