]>
source.dussan.org Git - gitblit.git/log
James Moger [Tue, 2 Oct 2012 21:23:16 +0000 (17:23 -0400)]
Moved the fork mechanism from a javascript link to a separate page
James Moger [Tue, 2 Oct 2012 21:22:35 +0000 (17:22 -0400)]
Use a custom redirect mechanism to workaround servlet container interference
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();
James Moger [Tue, 2 Oct 2012 03:00:50 +0000 (23:00 -0400)]
Fixed delete repository from repository panel
James Moger [Tue, 2 Oct 2012 02:54:48 +0000 (22:54 -0400)]
Show display name for owner, when possible
James Moger [Tue, 2 Oct 2012 02:29:56 +0000 (22:29 -0400)]
Tweaking forks page
James Moger [Tue, 2 Oct 2012 02:29:42 +0000 (22:29 -0400)]
Method to generate fork network graph
James Moger [Tue, 2 Oct 2012 00:45:19 +0000 (20:45 -0400)]
Show fork links according to user permissions. Improve fork detection.
James Moger [Sun, 30 Sep 2012 03:40:46 +0000 (23:40 -0400)]
Preliminary implementation of server-side forking (issue 137)
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.
James Moger [Sun, 30 Sep 2012 03:26:31 +0000 (23:26 -0400)]
Updated the static JGit version string
James Moger [Fri, 28 Sep 2012 01:14:12 +0000 (21:14 -0400)]
Exclude hamcrest from builds, change output folders
James Moger [Fri, 28 Sep 2012 01:04:42 +0000 (21:04 -0400)]
Automatically delete obsolete artifacts from ext
James Moger [Thu, 27 Sep 2012 14:12:54 +0000 (10:12 -0400)]
Added Lucene-Queries dependency
James Moger [Thu, 27 Sep 2012 14:03:42 +0000 (10:03 -0400)]
Reorganize .classpath
James Moger [Thu, 27 Sep 2012 13:54:15 +0000 (09:54 -0400)]
Updated to JUnit 4.10
James Moger [Thu, 27 Sep 2012 13:45:43 +0000 (09:45 -0400)]
Updated to Lucene 3.6.1
James Moger [Thu, 27 Sep 2012 13:35:54 +0000 (09:35 -0400)]
Added Hamcrest-Core (JUnit) and Jakarta-Regexp (Lucene Memory)
James Moger [Thu, 27 Sep 2012 13:15:51 +0000 (09:15 -0400)]
Updated to Wicket 1.4.21
James Moger [Thu, 27 Sep 2012 13:05:22 +0000 (09:05 -0400)]
Updated to Groovy 1.8.8
James Moger [Thu, 27 Sep 2012 13:00:31 +0000 (09:00 -0400)]
Updated to JGit 2.1.0.
201209190230 -r
James Moger [Wed, 26 Sep 2012 21:10:31 +0000 (17:10 -0400)]
Fix LDAP connection leak (issue 139)
James Moger [Sat, 22 Sep 2012 02:52:07 +0000 (22:52 -0400)]
Move -source jars into ext/src
James Moger [Thu, 20 Sep 2012 13:41:28 +0000 (09:41 -0400)]
Support X-Forwarded-Context for subdomain proxy configs (issue 135)
James Moger [Thu, 20 Sep 2012 12:59:22 +0000 (08:59 -0400)]
Revised delete branch feature (issue 121)
James Moger [Thu, 20 Sep 2012 12:08:21 +0000 (08:08 -0400)]
Merge branch 'delete-branch' of https://github.com/ajermakovics/gitblit
ajermakovics [Wed, 19 Sep 2012 21:10:29 +0000 (22:10 +0100)]
Added a link to delete a branch
delete link appears on the branches page if an admin user is logged in.
Lukasz Jader [Wed, 19 Sep 2012 20:33:41 +0000 (22:33 +0200)]
Update polish translation of GitBlitWebApp properties
Lukasz Jader [Wed, 19 Sep 2012 20:24:10 +0000 (22:24 +0200)]
Update polish translation of EmptyRepositoryPage
James Moger [Tue, 18 Sep 2012 17:20:31 +0000 (10:20 -0700)]
Merge pull request #37 from ajermakovics/master
View a diff between two branches
ajermakovics [Tue, 18 Sep 2012 16:45:32 +0000 (17:45 +0100)]
Diff page can now show a diff between two branches
To see a diff between two branches use the syntax:
<host>/commitdiff/myRepo/branch1..branch2
James Moger [Mon, 17 Sep 2012 17:48:28 +0000 (13:48 -0400)]
Use https for Gravatar integration
James Moger [Mon, 17 Sep 2012 17:45:49 +0000 (13:45 -0400)]
Fix linefeed problem for Prettify (issue 130)
James Moger [Mon, 17 Sep 2012 15:25:39 +0000 (11:25 -0400)]
Restore zebra stripping, added line hovering, fix overflow (issue 130)
James Moger [Mon, 17 Sep 2012 13:26:32 +0000 (09:26 -0400)]
Adjust blob view layout to improve line links (issue 130)
http://nicolasgallagher.com/jump-links-and-viewport-positioning
James Moger [Fri, 14 Sep 2012 21:51:04 +0000 (17:51 -0400)]
Mostly complete blob view line links feature, DOM offset bug remains (issue 130)
James Moger [Fri, 14 Sep 2012 18:22:36 +0000 (14:22 -0400)]
Fixed null pointer in commit page due to changes in submodule link (issue 132)
James Moger [Fri, 14 Sep 2012 13:45:28 +0000 (09:45 -0400)]
Added missing Lucene deps to fedclient (issue 131)
James Moger [Fri, 14 Sep 2012 13:36:46 +0000 (09:36 -0400)]
Expose ReceivePack to Groovy hooks (issue 125)
James Moger [Fri, 14 Sep 2012 12:07:39 +0000 (05:07 -0700)]
Merge pull request #36 from Mrbytes/master
EmptyRepositoryPage_es.html up-to date
Mrbytes [Thu, 13 Sep 2012 22:13:48 +0000 (00:13 +0200)]
Merge branch 'master' of https://github.com/gitblit/gitblit
Mrbytes [Thu, 13 Sep 2012 22:13:20 +0000 (00:13 +0200)]
EmptyRepositoryPage_es.html: up-to date with the last changes
James Moger [Thu, 13 Sep 2012 14:30:07 +0000 (07:30 -0700)]
Merge pull request #35 from Mrbytes/master
Updated GitBlitWebApp_es.properties
Mrbytes [Wed, 12 Sep 2012 21:48:52 +0000 (23:48 +0200)]
GitBlitWebApp_es.properties: up-to date with the last changes
Signed-off-by: Mrbytes <eguervos@msn.com>
James Moger [Mon, 10 Sep 2012 21:25:45 +0000 (17:25 -0400)]
Redirect to summary page from empty page for a repo with commits (issue 129)
James Moger [Mon, 10 Sep 2012 20:26:27 +0000 (16:26 -0400)]
Strip folder name and .git from repo links in the project view
James Moger [Mon, 10 Sep 2012 20:25:10 +0000 (16:25 -0400)]
Fix bug in diff view for filenames with non-ASCII characters (issue 128)
James Moger [Mon, 10 Sep 2012 11:51:55 +0000 (04:51 -0700)]
Merge pull request #34 from mallowlabs/redmine
Added RedmineUserService
mallowlabs [Sat, 8 Sep 2012 15:00:01 +0000 (00:00 +0900)]
Fixed non admin user could not login with Redmine
mallowlabs [Sat, 8 Sep 2012 14:50:47 +0000 (23:50 +0900)]
Added cookie suport
mallowlabs [Sat, 8 Sep 2012 14:47:53 +0000 (23:47 +0900)]
Changed using ConnectionUtils
mallowlabs [Sat, 8 Sep 2012 12:40:53 +0000 (21:40 +0900)]
Added RedmineUserService
James Moger [Sat, 8 Sep 2012 02:06:15 +0000 (22:06 -0400)]
Draft project pages, project metadata, and RSS feeds
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.
James Moger [Sat, 8 Sep 2012 02:00:24 +0000 (22:00 -0400)]
Updated classpath for Jetty 7.6.5
James Moger [Fri, 7 Sep 2012 21:50:15 +0000 (17:50 -0400)]
Update to Jetty 7.6.5
Jason Pyeron [Thu, 6 Sep 2012 21:35:20 +0000 (17:35 -0400)]
Merged CVE-2007-450 warning logging from Jason Pyeron (issue 126)
James Moger [Fri, 31 Aug 2012 12:15:03 +0000 (08:15 -0400)]
Switch from StringBuffer to StringBuilder
James Moger [Mon, 27 Aug 2012 20:21:49 +0000 (16:21 -0400)]
Setting Admin attribute is now consistent with LDAP team config
James Moger [Sun, 26 Aug 2012 13:51:14 +0000 (10:51 -0300)]
Update src/com/gitblit/wicket/GitBlitWebApp_ja.properties
Added missing equals sign to gb.pagePrevious
James Moger [Sun, 26 Aug 2012 13:50:32 +0000 (10:50 -0300)]
Update src/com/gitblit/wicket/GitBlitWebApp_es.properties
Added missing equals sign to gb.pagePrevious
James Moger [Sun, 26 Aug 2012 13:49:53 +0000 (10:49 -0300)]
Update src/com/gitblit/wicket/GitBlitWebApp_pl.properties
Added missing equals sign to gb.sendProposal
James Moger [Sun, 26 Aug 2012 13:47:01 +0000 (06:47 -0700)]
Merge pull request #33 from popstr/master
Fixed missing equals in English language file
Mikael Karlsson [Sun, 26 Aug 2012 11:59:40 +0000 (13:59 +0200)]
Add 2 missing '=' in the English language file.
James Moger [Sat, 25 Aug 2012 12:24:58 +0000 (08:24 -0400)]
Reset build identifiers for the next release
James Moger [Sat, 25 Aug 2012 12:21:29 +0000 (08:21 -0400)]
Final documentation of 1.1.0 release
James Moger [Sat, 25 Aug 2012 11:26:52 +0000 (07:26 -0400)]
Fixed unit test
James Moger [Fri, 24 Aug 2012 17:32:44 +0000 (13:32 -0400)]
Implemented custom request handling for (un)authenticated sessions to workaround Wicket bugs
James Moger [Fri, 24 Aug 2012 17:07:56 +0000 (13:07 -0400)]
Merge branch 'master' of https://github.com/gitblit/gitblit
James Moger [Fri, 24 Aug 2012 17:07:14 +0000 (13:07 -0400)]
Merge branch 'master' of https://github.com/ds5apn/gitblit
Dongsu, KIM [Fri, 24 Aug 2012 01:42:36 +0000 (10:42 +0900)]
Translate two more file to Korean.
resources/login_ko.mkd
resources/welcome_ko.mkd
James Moger [Thu, 23 Aug 2012 22:05:51 +0000 (18:05 -0400)]
Clearing the cache via RPC no longer requires admin credentials
James Moger [Thu, 23 Aug 2012 12:37:42 +0000 (08:37 -0400)]
Documentation
Dongsu, KIM [Thu, 23 Aug 2012 09:29:08 +0000 (18:29 +0900)]
Translate all message to Korean
James Moger [Thu, 23 Aug 2012 01:59:12 +0000 (21:59 -0400)]
Fixed MailExecutor's flaws in coping with mail server connection trouble
James Moger [Thu, 23 Aug 2012 01:35:29 +0000 (21:35 -0400)]
Fixed generated urls in RSS feeds for grouped repositories
James Moger [Thu, 23 Aug 2012 01:20:54 +0000 (21:20 -0400)]
Fixed generated urls in sendmail hook script for grouped repositories
James Moger [Mon, 20 Aug 2012 01:40:37 +0000 (21:40 -0400)]
Fix for possible nullpointer reported in issue 123
Jason Pyeron [Sun, 19 Aug 2012 17:44:52 +0000 (13:44 -0400)]
fixed build to allow builds where a proxy is needed for access to outside resources
see: http://ant.apache.org/manual/proxy.html
James Moger [Sat, 18 Aug 2012 19:36:11 +0000 (15:36 -0400)]
Cache repository models to improve performance (issue 103)
James Moger [Sat, 18 Aug 2012 19:22:11 +0000 (15:22 -0400)]
Fixed string encoding regression introduced with fix for BOM
James Moger [Fri, 17 Aug 2012 19:49:44 +0000 (15:49 -0400)]
Fix performance logging null pointer on anonymous repository browsing
James Moger [Fri, 17 Aug 2012 19:35:38 +0000 (15:35 -0400)]
Eliminated unnecessary repository enumeration (issue 103)
James Moger [Fri, 17 Aug 2012 19:17:16 +0000 (15:17 -0400)]
Optionally cache repository list for improved performance
James Moger [Fri, 17 Aug 2012 19:15:56 +0000 (15:15 -0400)]
LuceneExecutor could not delete the Lucene index from a working copy
James Moger [Tue, 14 Aug 2012 21:57:27 +0000 (17:57 -0400)]
Merge branch 'master' of https://github.com/Mrbytes/gitblit
mrbytes [Tue, 14 Aug 2012 12:45:44 +0000 (14:45 +0200)]
GitBlitWebApp_es.properties: up-to date with better translation.
Signed-off-by: mrbytes <eguervos@msn.com>
James Moger [Mon, 13 Aug 2012 20:29:02 +0000 (16:29 -0400)]
Merge branch 'master' of https://github.com/Mrbytes/gitblit
mrbytes [Mon, 13 Aug 2012 19:52:51 +0000 (21:52 +0200)]
GitBlitWebApp_es.properties: up-to date with the last changes
Lukasz Jader [Mon, 13 Aug 2012 18:17:39 +0000 (20:17 +0200)]
Update missing polish translations
Lukasz Jader [Mon, 13 Aug 2012 17:22:16 +0000 (19:22 +0200)]
Save polish mkds as UTF-8 without BOM
Kensuke Matsuzaki [Sat, 11 Aug 2012 11:40:54 +0000 (20:40 +0900)]
Translate some messages to Japanese.
James Moger [Fri, 10 Aug 2012 21:46:11 +0000 (17:46 -0400)]
Submodules support
James Moger [Fri, 10 Aug 2012 21:37:36 +0000 (17:37 -0400)]
Improve submodule checking in LuceneExecutor (issue-119)
James Moger [Fri, 10 Aug 2012 21:34:47 +0000 (17:34 -0400)]
Strip hidden UTF-8 BOM from string content
James Moger [Fri, 10 Aug 2012 20:12:51 +0000 (16:12 -0400)]
Encode as UTF-8
James Moger [Thu, 9 Aug 2012 20:56:57 +0000 (16:56 -0400)]
Redirect to absolute url for repository search box (issue-111)
James Moger [Thu, 9 Aug 2012 13:57:21 +0000 (09:57 -0400)]
Documentation
James Moger [Thu, 9 Aug 2012 13:49:06 +0000 (09:49 -0400)]
Merge branch 'ldap+tls' of https://github.com/StephenKing/gitblit
Steffen Gebert [Thu, 9 Aug 2012 08:45:59 +0000 (10:45 +0200)]
StartTLS is not supported in LdapUserService (issue 122)
By providing an URL in the format "ldap+tls://ldapserver.example.com",
you can now connect to LDAP servers that require StartTLS command.
James Moger [Thu, 9 Aug 2012 12:43:43 +0000 (08:43 -0400)]
Translation placeholders
James Moger [Tue, 7 Aug 2012 13:43:24 +0000 (09:43 -0400)]
Fix to GitServlet to allow pushing to symlinked repositories (issue 116)
James Moger [Tue, 7 Aug 2012 12:14:15 +0000 (08:14 -0400)]
Do not incrementally index blobs in submodules (issue 119)