summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved the fork mechanism from a javascript link to a separate pageJames Moger2012-10-0210-60/+210
|
* Use a custom redirect mechanism to workaround servlet container interferenceJames Moger2012-10-024-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 panelJames Moger2012-10-011-1/+7
|
* Show display name for owner, when possibleJames Moger2012-10-014-11/+39
|
* Tweaking forks pageJames Moger2012-10-013-6/+47
|
* Method to generate fork network graphJames Moger2012-10-012-0/+113
|
* Show fork links according to user permissions. Improve fork detection.James Moger2012-10-014-59/+168
|
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-2940-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 stringJames Moger2012-09-291-1/+1
|
* Automatically delete obsolete artifacts from extJames Moger2012-09-271-0/+34
|
* Added Lucene-Queries dependencyJames Moger2012-09-271-0/+7
|
* Updated to JUnit 4.10James Moger2012-09-271-2/+2
|
* Updated to Lucene 3.6.1James Moger2012-09-271-6/+6
|
* Added Hamcrest-Core (JUnit) and Jakarta-Regexp (Lucene Memory)James Moger2012-09-271-0/+11
|
* Updated to Wicket 1.4.21James Moger2012-09-271-12/+12
|
* Updated to Groovy 1.8.8James Moger2012-09-271-2/+2
|
* Updated to JGit 2.1.0.201209190230-rJames Moger2012-09-271-6/+6
|
* Fix LDAP connection leak (issue 139)James Moger2012-09-261-34/+37
|
* Move -source jars into ext/srcJames Moger2012-09-211-0/+10
|
* Support X-Forwarded-Context for subdomain proxy configs (issue 135)James Moger2012-09-201-1/+15
|
* Revised delete branch feature (issue 121)James Moger2012-09-206-21/+41
|
* Merge branch 'delete-branch' of https://github.com/ajermakovics/gitblitJames Moger2012-09-205-8/+43
|\
| * Added a link to delete a branchajermakovics2012-09-195-8/+43
| | | | | | | | delete link appears on the branches page if an admin user is logged in.
* | Update polish translation of GitBlitWebApp propertiesLukasz Jader2012-09-191-1/+6
| |
* | Update polish translation of EmptyRepositoryPageLukasz Jader2012-09-191-4/+4
|/
* Diff page can now show a diff between two branchesajermakovics2012-09-181-151/+195
| | | | | To see a diff between two branches use the syntax: <host>/commitdiff/myRepo/branch1..branch2
* Use https for Gravatar integrationJames Moger2012-09-171-2/+2
|
* Fix linefeed problem for Prettify (issue 130)James Moger2012-09-171-2/+3
|
* Restore zebra stripping, added line hovering, fix overflow (issue 130)James Moger2012-09-171-48/+6
|
* Adjust blob view layout to improve line links (issue 130)James Moger2012-09-171-2/+7
| | | http://nicolasgallagher.com/jump-links-and-viewport-positioning
* Mostly complete blob view line links feature, DOM offset bug remains (issue 130)James Moger2012-09-141-23/+97
|
* Fixed null pointer in commit page due to changes in submodule link (issue 132)James Moger2012-09-141-3/+8
|
* Added missing Lucene deps to fedclient (issue 131)James Moger2012-09-141-0/+3
|
* Expose ReceivePack to Groovy hooks (issue 125)James Moger2012-09-141-0/+1
|
* EmptyRepositoryPage_es.html: up-to date with the last changesMrbytes2012-09-141-4/+4
|
* GitBlitWebApp_es.properties: up-to date with the last changesMrbytes2012-09-121-1/+6
| | | | Signed-off-by: Mrbytes <eguervos@msn.com>
* Redirect to summary page from empty page for a repo with commits (issue 129)James Moger2012-09-105-39/+83
|
* Strip folder name and .git from repo links in the project viewJames Moger2012-09-101-6/+6
|
* Fix bug in diff view for filenames with non-ASCII characters (issue 128)James Moger2012-09-103-8/+53
|
* Fixed non admin user could not login with Redminemallowlabs2012-09-091-7/+12
|
* Added cookie suportmallowlabs2012-09-081-5/+2
|
* Changed using ConnectionUtilsmallowlabs2012-09-081-3/+3
|
* Added RedmineUserServicemallowlabs2012-09-081-0/+128
|
* Draft project pages, project metadata, and RSS feedsJames Moger2012-09-0720-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.5James Moger2012-09-071-6/+6
|
* Merged CVE-2007-450 warning logging from Jason Pyeron (issue 126)Jason Pyeron2012-09-062-0/+138
|
* Switch from StringBuffer to StringBuilderJames Moger2012-08-312-3/+3
|
* Setting Admin attribute is now consistent with LDAP team configJames Moger2012-08-271-10/+23
|
* Update src/com/gitblit/wicket/GitBlitWebApp_ja.propertiesJames Moger2012-08-261-1/+1
| | | Added missing equals sign to gb.pagePrevious
* Update src/com/gitblit/wicket/GitBlitWebApp_es.propertiesJames Moger2012-08-261-1/+1
| | | Added missing equals sign to gb.pagePrevious