Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moved the fork mechanism from a javascript link to a separate page | James Moger | 2012-10-02 | 10 | -60/+210 | |
| | ||||||
* | Use a custom redirect mechanism to workaround servlet container interference | James Moger | 2012-10-02 | 4 | -9/+60 | |
| | | | | | | | | | | 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(); | |||||
* | Fixed delete repository from repository panel | James Moger | 2012-10-01 | 1 | -1/+7 | |
| | ||||||
* | Show display name for owner, when possible | James Moger | 2012-10-01 | 4 | -11/+39 | |
| | ||||||
* | Tweaking forks page | James Moger | 2012-10-01 | 3 | -6/+47 | |
| | ||||||
* | Method to generate fork network graph | James Moger | 2012-10-01 | 2 | -0/+113 | |
| | ||||||
* | Show fork links according to user permissions. Improve fork detection. | James Moger | 2012-10-01 | 4 | -59/+168 | |
| | ||||||
* | Preliminary implementation of server-side forking (issue 137) | James Moger | 2012-09-29 | 40 | -273/+1157 | |
| | | | | | | | | | | | | | | | | | | 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 string | James Moger | 2012-09-29 | 1 | -1/+1 | |
| | ||||||
* | Automatically delete obsolete artifacts from ext | James Moger | 2012-09-27 | 1 | -0/+34 | |
| | ||||||
* | Added Lucene-Queries dependency | James Moger | 2012-09-27 | 1 | -0/+7 | |
| | ||||||
* | Updated to JUnit 4.10 | James Moger | 2012-09-27 | 1 | -2/+2 | |
| | ||||||
* | Updated to Lucene 3.6.1 | James Moger | 2012-09-27 | 1 | -6/+6 | |
| | ||||||
* | Added Hamcrest-Core (JUnit) and Jakarta-Regexp (Lucene Memory) | James Moger | 2012-09-27 | 1 | -0/+11 | |
| | ||||||
* | Updated to Wicket 1.4.21 | James Moger | 2012-09-27 | 1 | -12/+12 | |
| | ||||||
* | Updated to Groovy 1.8.8 | James Moger | 2012-09-27 | 1 | -2/+2 | |
| | ||||||
* | Updated to JGit 2.1.0.201209190230-r | James Moger | 2012-09-27 | 1 | -6/+6 | |
| | ||||||
* | Fix LDAP connection leak (issue 139) | James Moger | 2012-09-26 | 1 | -34/+37 | |
| | ||||||
* | Move -source jars into ext/src | James Moger | 2012-09-21 | 1 | -0/+10 | |
| | ||||||
* | Support X-Forwarded-Context for subdomain proxy configs (issue 135) | James Moger | 2012-09-20 | 1 | -1/+15 | |
| | ||||||
* | Revised delete branch feature (issue 121) | James Moger | 2012-09-20 | 6 | -21/+41 | |
| | ||||||
* | Merge branch 'delete-branch' of https://github.com/ajermakovics/gitblit | James Moger | 2012-09-20 | 5 | -8/+43 | |
|\ | ||||||
| * | Added a link to delete a branch | ajermakovics | 2012-09-19 | 5 | -8/+43 | |
| | | | | | | | | delete link appears on the branches page if an admin user is logged in. | |||||
* | | Update polish translation of GitBlitWebApp properties | Lukasz Jader | 2012-09-19 | 1 | -1/+6 | |
| | | ||||||
* | | 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 | |||||
* | Use https for Gravatar integration | James Moger | 2012-09-17 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fixed null pointer in commit page due to changes in submodule link (issue 132) | James Moger | 2012-09-14 | 1 | -3/+8 | |
| | ||||||
* | Added missing Lucene deps to fedclient (issue 131) | James Moger | 2012-09-14 | 1 | -0/+3 | |
| | ||||||
* | Expose ReceivePack to Groovy hooks (issue 125) | James Moger | 2012-09-14 | 1 | -0/+1 | |
| | ||||||
* | EmptyRepositoryPage_es.html: up-to date with the last changes | Mrbytes | 2012-09-14 | 1 | -4/+4 | |
| | ||||||
* | GitBlitWebApp_es.properties: up-to date with the last changes | Mrbytes | 2012-09-12 | 1 | -1/+6 | |
| | | | | Signed-off-by: Mrbytes <eguervos@msn.com> | |||||
* | Redirect to summary page from empty page for a repo with commits (issue 129) | James Moger | 2012-09-10 | 5 | -39/+83 | |
| | ||||||
* | Strip folder name and .git from repo links in the project view | James Moger | 2012-09-10 | 1 | -6/+6 | |
| | ||||||
* | Fix bug in diff view for filenames with non-ASCII characters (issue 128) | James Moger | 2012-09-10 | 3 | -8/+53 | |
| | ||||||
* | Fixed non admin user could not login with Redmine | mallowlabs | 2012-09-09 | 1 | -7/+12 | |
| | ||||||
* | Added cookie suport | mallowlabs | 2012-09-08 | 1 | -5/+2 | |
| | ||||||
* | Changed using ConnectionUtils | mallowlabs | 2012-09-08 | 1 | -3/+3 | |
| | ||||||
* | Added RedmineUserService | mallowlabs | 2012-09-08 | 1 | -0/+128 | |
| | ||||||
* | Draft project pages, project metadata, and RSS feeds | James Moger | 2012-09-07 | 20 | -113/+1517 | |
| | | | | | | This is an in-progress feature to offer an interface for grouped repositories. This may help installations with large numbers of repositories stay organized. It also will be part of a future, more advanced security model. | |||||
* | Update to Jetty 7.6.5 | James Moger | 2012-09-07 | 1 | -6/+6 | |
| | ||||||
* | Merged CVE-2007-450 warning logging from Jason Pyeron (issue 126) | Jason Pyeron | 2012-09-06 | 2 | -0/+138 | |
| | ||||||
* | Switch from StringBuffer to StringBuilder | James Moger | 2012-08-31 | 2 | -3/+3 | |
| | ||||||
* | Setting Admin attribute is now consistent with LDAP team config | James Moger | 2012-08-27 | 1 | -10/+23 | |
| | ||||||
* | Update src/com/gitblit/wicket/GitBlitWebApp_ja.properties | James Moger | 2012-08-26 | 1 | -1/+1 | |
| | | | Added missing equals sign to gb.pagePrevious | |||||
* | Update src/com/gitblit/wicket/GitBlitWebApp_es.properties | James Moger | 2012-08-26 | 1 | -1/+1 | |
| | | | Added missing equals sign to gb.pagePrevious |