summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed null pointer exceptions Manager create User and TeamJames Moger2012-10-222-4/+14
|
* Differentiate between an explicit permission and a regex permissionJames Moger2012-10-2210-27/+126
|
* Renamed method to UserModel.canCreate(String repository)James Moger2012-10-222-4/+3
|
* Ensure illegal repository names are rejected in create-on-pushJames Moger2012-10-221-4/+22
|
* Implemented optional create-on-pushJames Moger2012-10-215-6/+142
| | | | | | | | | | | | | | | | If this feature is enabled then permitted users can automatically create a repository when pushing to one that does not yet exist. Permitted users are administrators and any user with the CREATE role. If the pushing account is an administrator, the created repository may be located in any folder/project space. This reposiory will inherit the server's default access restriction and authorization control. The repository owner will be the pushing account. If the pushing account is a regular user with the CREATE role, the repository can only be located in the account's personal folder (~username/myrepo.git). This repository will be VIEW restricted and accessible by NAMED users. The repository owner will be the pushing account.
* Switch to tab interface for Edit User and Edit Team for consistencyJames Moger2012-10-203-27/+87
|
* Split edit repository page into tabsJames Moger2012-10-191-33/+81
|
* Construct access permissions from already retrieved dataJames Moger2012-10-192-12/+21
|
* Split committer verification description into two stringsJames Moger2012-10-192-2/+3
|
* Completed permissions UI, RPC, and Manager support (issue 36)James Moger2012-10-1933-653/+540
|
* New permissions UI for EditRepository (issue 36)James Moger2012-10-199-38/+552
|
* Exclude submodules from zip downloads (issue 151)James Moger2012-10-191-0/+3
|
* New permissions UI for EditUser and EditTeam (issue 36)James Moger2012-10-1912-32/+339
|
* Added UserModel null checkJames Moger2012-10-191-4/+6
|
* Allows integration of GitBlit as plug-in in other projects.Luca Milanesio2012-10-205-28/+91
| | | | | | | | | | | | | | | There are now three new targets on the ANT build: - buildJAR: creates a GitBlit JAR including the GitBlit biz logic - installMaven: install GitBlit JAR as Maven module - uploadMaven: uploads GitBlit JAR to a Maven repository Additional extensions have been made to allow: a) GitBlit to load his resources outside of Wicket domain b) GitBlit to use an injected UserService c) Generic authentication of HTTP Request using 3rd party logic d) Load settings programmatically from an InputStream e) Use cookie authentication OR generic HTTP Request authentication for Wicket pages f) UserModel with branch-level security logic
* Merge branch 'master' of https://github.com/Mrbytes/gitblitJames Moger2012-10-131-10/+15
|\
| * GitBlitWebApp_es.properties:Mrbytes2012-10-121-10/+15
| | | | | | | | | | | | | | -Up-to-date. -Some minor changes in syntax for better compression. Signed-off-by: Mrbytes <eguervos@msn.com>
* | Implemented Manager support for team roles and verify committerJames Moger2012-10-122-1/+26
|/
* Removed duplicate ticgit description and added permission stringsJames Moger2012-10-121-2/+4
|
* Experimental committer verificationJames Moger2012-10-117-4/+82
|
* Clarified ticgit status in its descriptionJames Moger2012-10-111-0/+1
|
* Tweak canFork descriptionJames Moger2012-10-111-1/+1
|
* Support Team canAdmin, canCreate, and canFork (issue 36)James Moger2012-10-1020-30/+150
|
* Add regex permission matching to hasRepositoryPermission check (issue 36)James Moger2012-10-102-2/+30
|
* Fixed bug where repository ownership was not updated on rename userJames Moger2012-10-101-0/+16
|
* Try regex permission matching if exact permission is not found (issue 36)James Moger2012-10-102-0/+22
|
* Fix possible string index out of bounds exceptionJames Moger2012-10-101-4/+9
|
* Update to Jetty 7.6.7James Moger2012-10-101-5/+5
|
* Finer-grained repository access permissions (issue 36)James Moger2012-10-1021-162/+792
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* GitBlitWebApp_es.properties:Mrbytes2012-10-071-4/+7
| | | | | | Up to date and other small corrections Signed-off-by: Mrbytes <eguervos@msn.com>
* Fixed bug in create/rename repository if the root group alias is specified ↵James Moger2012-10-051-0/+7
| | | | (issue 143)
* Implemented New Repository for personal repositoriesJames Moger2012-10-0516-26/+141
|
* Remove fork reference from origin repository on renameJames Moger2012-10-051-0/+8
|
* Catch all exceptions from MarkdownPapers and rethrow as ParseException ↵James Moger2012-10-051-0/+6
| | | | (issue 142)
* Adjusted message to be more descriptive (issue 126)James Moger2012-10-041-1/+1
|
* Fixed repository reference leak in fork mechanismJames Moger2012-10-042-44/+13
|
* Fixed duplicate entries in repository cache (issue 140)James Moger2012-10-041-10/+15
|
* GitBlitWebApp_es.properties:Mrbytes2012-10-041-7/+26
| | | | | | | Updated with the new "fork" changes Other small corrections of syntax Signed-off-by: Mrbytes <eguervos@msn.com>
* Fix anonymous browsing of user profile pageJames Moger2012-10-033-2/+9
|
* Display fork indicator in ManagerJames Moger2012-10-031-0/+8
|
* Implemented support for toggling User.canFork in ManagerJames Moger2012-10-031-0/+5
|
* Moved is frozen checkbox to match ManagerJames Moger2012-10-031-4/+4
|
* Implemented support for toggling Repository.allowForks in ManagerJames Moger2012-10-031-2/+13
|
* Use anonymous usermodel in a few placesJames Moger2012-10-032-5/+8
|
* Show fork indicator on the repositories pageJames Moger2012-10-033-2/+10
|
* Fix broken project linksJames Moger2012-10-031-1/+1
|
* Fix fork detection on WindowsJames Moger2012-10-032-0/+7
|
* Hide some repository page header elements on phones and tabletsJames Moger2012-10-031-2/+2
|
* Polish fork-in-progress pageJames Moger2012-10-032-6/+4
|
* Display entire fork network. Link as appropriate for user permissions.James Moger2012-10-036-133/+122
|