summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/GitblitUserService.java
Commit message (Collapse)AuthorAgeFilesLines
* Support --baseFolder parameter and small data reorganizationJames Moger2013-01-151-1/+1
|
* Support local accounts with LdapUserService and RedmineUserService (issue-183)James Moger2013-01-041-7/+42
|
* Finer-grained repository access permissions (issue 36)James Moger2012-10-101-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 Moger2012-07-111-1/+1
| | | | cookies.
* Allow user services to control editing of display name and email addressJames Moger2012-04-251-0/+10
|
* Added a logout hook to IUserServiceJames Moger2012-04-251-0/+5
|
* Rework LDAP implementation with unboundid. Also allows for an LDAP server ↵John Crygier2012-04-101-3/+12
| | | | to be started with Gitblit GO (backed by an LDIF file).
* Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-061-2/+36
|
* Fixed upgrade bug in user service (issue 41)v0.8.2James Moger2012-01-131-2/+2
|
* Show additional columns in users and teams tablesJames Moger2011-12-281-0/+10
|
* Improved logging of GitblitUserServiceJames Moger2011-12-231-0/+6
|
* Fix for nasty bug in GitblitUserServiceJames Moger2011-12-211-1/+1
|
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵James Moger2011-12-201-0/+217
RepositoryModel.mailingLists