Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Gracefully deal with missing repository in permissions ui (issue 155) | James Moger | 2012-11-01 | 1 | -2/+2 | |
| | ||||||
* | Renamed isEditable to mutable | James Moger | 2012-10-31 | 1 | -3/+3 | |
| | ||||||
* | Personal repositories must always be owned by the account the repo is stored in | James Moger | 2012-10-31 | 1 | -1/+1 | |
| | ||||||
* | Teams must be sorted | James Moger | 2012-10-31 | 1 | -0/+1 | |
| | ||||||
* | Enable verify committer iff >= push restricted | James Moger | 2012-10-31 | 1 | -8/+13 | |
| | ||||||
* | Replaced fork icon | James Moger | 2012-10-30 | 1 | -2/+2 | |
| | ||||||
* | Added null checkinng and logging for edit user permissions (issue 155) | James Moger | 2012-10-30 | 1 | -3/+10 | |
| | ||||||
* | Fix intermittent Wicket page expirations on EditNNN pages | James Moger | 2012-10-30 | 4 | -0/+33 | |
| | ||||||
* | Moved owner field onto access permissions tab | James Moger | 2012-10-30 | 1 | -10/+14 | |
| | ||||||
* | Refactor GC period into an integer for simpler translations | James Moger | 2012-10-30 | 1 | -3/+27 | |
| | | | | Also hooked-up GC settings in the Manager. | |||||
* | Stabilizing and polishing permissions ui. Still in-progress. | James Moger | 2012-10-29 | 6 | -32/+163 | |
| | ||||||
* | Experimental JGit-based GC Executor | James Moger | 2012-10-28 | 3 | -24/+35 | |
| | ||||||
* | Fixed missing project counts in project headers | James Moger | 2012-10-24 | 1 | -1/+1 | |
| | ||||||
* | Implemented exclusion (X) permission | James Moger | 2012-10-23 | 1 | -0/+3 | |
| | ||||||
* | Add some common regex filters to the repository lists | James Moger | 2012-10-23 | 3 | -20/+37 | |
| | ||||||
* | Fixed bug where owner could not edit a repository through web ui | James Moger | 2012-10-22 | 1 | -3/+4 | |
| | ||||||
* | Switch to tab interface for Edit User and Edit Team for consistency | James Moger | 2012-10-20 | 3 | -27/+87 | |
| | ||||||
* | Split edit repository page into tabs | James Moger | 2012-10-19 | 1 | -33/+81 | |
| | ||||||
* | Split committer verification description into two strings | James Moger | 2012-10-19 | 1 | -1/+1 | |
| | ||||||
* | Completed permissions UI, RPC, and Manager support (issue 36) | James Moger | 2012-10-19 | 3 | -20/+22 | |
| | ||||||
* | New permissions UI for EditRepository (issue 36) | James Moger | 2012-10-19 | 2 | -34/+17 | |
| | ||||||
* | New permissions UI for EditUser and EditTeam (issue 36) | James Moger | 2012-10-19 | 5 | -31/+61 | |
| | ||||||
* | Added UserModel null check | James Moger | 2012-10-19 | 1 | -4/+6 | |
| | ||||||
* | Allows integration of GitBlit as plug-in in other projects. | Luca Milanesio | 2012-10-20 | 3 | -14/+24 | |
| | | | | | | | | | | | | | | | 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 | |||||
* | Experimental committer verification | James Moger | 2012-10-11 | 2 | -2/+5 | |
| | ||||||
* | Support Team canAdmin, canCreate, and canFork (issue 36) | James Moger | 2012-10-10 | 6 | -11/+18 | |
| | ||||||
* | Finer-grained repository access permissions (issue 36) | James Moger | 2012-10-10 | 5 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 repositories | James Moger | 2012-10-05 | 8 | -10/+66 | |
| | ||||||
* | Moved is frozen checkbox to match Manager | James Moger | 2012-10-03 | 1 | -4/+4 | |
| | ||||||
* | Use anonymous usermodel in a few places | James Moger | 2012-10-03 | 1 | -1/+4 | |
| | ||||||
* | Hide some repository page header elements on phones and tablets | James Moger | 2012-10-03 | 1 | -2/+2 | |
| | ||||||
* | Polish fork-in-progress page | James Moger | 2012-10-03 | 1 | -5/+3 | |
| | ||||||
* | Display entire fork network. Link as appropriate for user permissions. | James Moger | 2012-10-03 | 2 | -124/+92 | |
| | ||||||
* | Moved the fork mechanism from a javascript link to a separate page | James Moger | 2012-10-02 | 3 | -23/+154 | |
| | ||||||
* | Use a custom redirect mechanism to workaround servlet container interference | James Moger | 2012-10-02 | 3 | -9/+11 | |
| | | | | | | | | | | This mechanism bypasses the standard Wicket redirect mechanism because it turns out that the servlet container reencodes Wicket's relative redirect urls. This results in another way that parameters with forward-slashes can be borked. Bad, bad servlet container. org.eclipse.jetty.server.Response#L447: String path=uri.getDecodedPath(); | |||||
* | Show display name for owner, when possible | James Moger | 2012-10-01 | 2 | -2/+14 | |
| | ||||||
* | Tweaking forks page | James Moger | 2012-10-01 | 2 | -5/+45 | |
| | ||||||
* | Show fork links according to user permissions. Improve fork detection. | James Moger | 2012-10-01 | 2 | -59/+82 | |
| | ||||||
* | Preliminary implementation of server-side forking (issue 137) | James Moger | 2012-09-29 | 19 | -236/+531 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | Revised delete branch feature (issue 121) | James Moger | 2012-09-20 | 3 | -10/+14 | |
| | ||||||
* | Merge branch 'delete-branch' of https://github.com/ajermakovics/gitblit | James Moger | 2012-09-20 | 3 | -3/+9 | |
|\ | ||||||
| * | Added a link to delete a branch | ajermakovics | 2012-09-19 | 3 | -3/+9 | |
| | | | | | | | | delete link appears on the branches page if an admin user is logged in. | |||||
* | | Update polish translation of EmptyRepositoryPage | Lukasz Jader | 2012-09-19 | 1 | -4/+4 | |
|/ | ||||||
* | Diff page can now show a diff between two branches | ajermakovics | 2012-09-18 | 1 | -151/+195 | |
| | | | | | To see a diff between two branches use the syntax: <host>/commitdiff/myRepo/branch1..branch2 | |||||
* | Fix linefeed problem for Prettify (issue 130) | James Moger | 2012-09-17 | 1 | -2/+3 | |
| | ||||||
* | Restore zebra stripping, added line hovering, fix overflow (issue 130) | James Moger | 2012-09-17 | 1 | -48/+6 | |
| | ||||||
* | Adjust blob view layout to improve line links (issue 130) | James Moger | 2012-09-17 | 1 | -2/+7 | |
| | | | http://nicolasgallagher.com/jump-links-and-viewport-positioning | |||||
* | Mostly complete blob view line links feature, DOM offset bug remains (issue 130) | James Moger | 2012-09-14 | 1 | -23/+97 | |
| | ||||||
* | EmptyRepositoryPage_es.html: up-to date with the last changes | Mrbytes | 2012-09-14 | 1 | -4/+4 | |
| | ||||||
* | Redirect to summary page from empty page for a repo with commits (issue 129) | James Moger | 2012-09-10 | 5 | -39/+83 | |
| |