summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/Constants.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-429/+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.
* Reset build identifiers for next releaseJames Moger2013-01-151-2/+2
|
* Prepare 1.2.1 releasev1.2.1James Moger2013-01-151-2/+2
|
* Support --baseFolder parameter and small data reorganizationJames Moger2013-01-151-1/+7
|
* Draft mechanism to record a push log as a hidden orphan branchJames Moger2013-01-051-0/+2
|
* Support local accounts with LdapUserService and RedmineUserService (issue-183)James Moger2013-01-041-0/+8
|
* Reset build identifiers for the next releaseJames Moger2012-12-311-2/+2
|
* Final documentation of 1.2.0 releasev1.2.0James Moger2012-12-311-2/+2
|
* Update to JGit 2.2.0James Moger2012-12-221-1/+1
|
* Consolidate authentication techniques and support container principals ↵James Moger2012-12-031-1/+1
| | | | (issue-68)
* Track the authentication type in the sessionJames Moger2012-11-291-1/+9
|
* Short commit ids in log and history take two (issue 168)James Moger2012-11-281-1/+1
|
* Gracefully deal with missing repository in permissions ui (issue 155)James Moger2012-11-011-2/+2
|
* Improve transparency of permissions by indicating permission sourceJames Moger2012-10-311-1/+1
|
* Stabilizing and polishing permissions ui. Still in-progress.James Moger2012-10-291-0/+4
|
* Experimental JGit-based GC ExecutorJames Moger2012-10-281-0/+10
|
* Implemented exclusion (X) permissionJames Moger2012-10-231-2/+2
|
* Completed permissions UI, RPC, and Manager support (issue 36)James Moger2012-10-191-0/+5
|
* New permissions UI for EditUser and EditTeam (issue 36)James Moger2012-10-191-0/+2
|
* Finer-grained repository access permissions (issue 36)James Moger2012-10-101-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Implemented New Repository for personal repositoriesJames Moger2012-10-051-0/+2
|
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-291-0/+2
| | | | | | | | | | | | | | | | | | The fork mechanism clones the repository , access restrictions, and other config options. The app has been updated throughout to handle personal repositories and to properly display origin/fork links. In order to fork a repository the user account must have the #fork role, the origin repository must permit forking, and the user account must have standard clone permissions to the repository. Because forking introduces a new user role no existing user accounts can automatically begin forking a repository. This is both a pro and a con. Since the fork has the same access restrictions as the origin repository, those who can access the origin may also access the fork. This is intentional to facilitate integration-manager workflow. The fork owner does have the power to completely change the access restrictions of his/her fork.
* Updated the static JGit version stringJames Moger2012-09-291-1/+1
|
* Reset build identifiers for the next releaseJames Moger2012-08-251-2/+2
|
* Final documentation of 1.1.0 releasev1.1.0James Moger2012-08-251-2/+2
|
* Clearing the cache via RPC no longer requires admin credentialsJames Moger2012-08-231-2/+2
|
* Optionally cache repository list for improved performanceJames Moger2012-08-171-2/+2
|
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-021-0/+22
|
* Reset build identifiers for the next releaseJames Moger2012-07-141-2/+2
|
* Final documenation of 1.0.0 releasev1.0.0James Moger2012-07-141-2/+2
|
* Update to JGit 2.0.0James Moger2012-07-111-1/+1
|
* Fixed bug in ConfigUserService when user has nothing other than an account nameJames Moger2012-07-111-0/+2
|
* Changed constants and fixed nullpointer in update repositoryJames Moger2012-05-101-2/+2
|
* Make the variables / messages more consistantJohn Crygier2012-05-071-2/+2
|
* Change techique for custom properties to fall in line with reading / writing ↵John Crygier2012-05-041-0/+4
| | | | of all other properties
* Reset build identifiers for the next releaseJames Moger2012-04-111-2/+2
|
* Release 0.9.3v0.9.3James Moger2012-04-111-2/+2
|
* Reset build identifiers for next releaseJames Moger2012-04-041-2/+2
|
* Release 0.9.2v0.9.2James Moger2012-04-041-2/+2
|
* Reset build identifiers for next releaseJames Moger2012-03-271-2/+2
|
* Release 0.9.1v0.9.1James Moger2012-03-271-2/+2
|
* Reset build identifier for next releaseJames Moger2012-03-271-2/+2
|
* Release 0.9.0v0.9.0James Moger2012-03-271-2/+2
|
* Implemented support for "default" branchJames Moger2012-03-271-0/+2
|
* DocumentationJames Moger2012-03-191-1/+1
|
* Refactored Lucene integration and fixed two index deleteDocument bugsJames Moger2012-03-151-0/+17
|
* Split refs into 2 lines if there are remotes. Use more glyphicons.James Moger2012-02-251-0/+4
|
* Change build identifiersJames Moger2012-01-131-2/+2
|
* Fixed upgrade bug in user service (issue 41)v0.8.2James Moger2012-01-131-2/+2
|
* Change build identifiers.James Moger2012-01-121-2/+2
|