]> source.dussan.org Git - gitblit.git/log
gitblit.git
12 years agoMerge pull request #16 from jcrygier/custom_properties
James Moger [Wed, 9 May 2012 11:59:43 +0000 (04:59 -0700)]
Merge pull request #16 from jcrygier/custom_properties

Custom Defined Repository Properties (Issue #92)

12 years agoMerge pull request #17 from peterloron/master
James Moger [Wed, 9 May 2012 11:59:00 +0000 (04:59 -0700)]
Merge pull request #17 from peterloron/master

Credential string split fix

12 years agoAdding a limit of 2 [user + pass] on the credential string split. This works around... 17/head
Peter Loron [Tue, 8 May 2012 19:54:58 +0000 (12:54 -0700)]
Adding a limit of 2 [user + pass] on the credential string split. This works around issues with passwords containing colons

12 years agoChange layout to BoxLayout (assuming window won't be resized) 16/head
John Crygier [Mon, 7 May 2012 15:49:24 +0000 (10:49 -0500)]
Change layout to BoxLayout (assuming window won't be resized)

12 years agoAdd custom fields to the manager
John Crygier [Mon, 7 May 2012 14:58:56 +0000 (09:58 -0500)]
Add custom fields to the manager

12 years agoMake the variables / messages more consistant
John Crygier [Mon, 7 May 2012 12:43:19 +0000 (07:43 -0500)]
Make the variables / messages more consistant

12 years agoReordered settings model loading to avoid WAR null pointer
James Moger [Sat, 5 May 2012 19:37:28 +0000 (15:37 -0400)]
Reordered settings model loading to avoid WAR null pointer

12 years agoWeb UI done for Custom Fields. Changed variable names to be consistent with "custom...
John Crygier [Fri, 4 May 2012 18:24:01 +0000 (13:24 -0500)]
Web UI done for Custom Fields.  Changed variable names to be consistent with "custom" instead of "user"

12 years agoChange techique for custom properties to fall in line with reading / writing of all...
John Crygier [Fri, 4 May 2012 13:50:22 +0000 (08:50 -0500)]
Change techique for custom properties to fall in line with reading / writing of all other properties

12 years agoAbility to get / set "custom" properties within a RepositoryModel. This makes gettin...
John Crygier [Thu, 3 May 2012 16:48:16 +0000 (11:48 -0500)]
Ability to get / set "custom" properties within a RepositoryModel.  This makes getting specialized settings in hooks much easier.

12 years agoMerge pull request #15 from mragab/java-proxy
James Moger [Wed, 2 May 2012 18:36:48 +0000 (11:36 -0700)]
Merge pull request #15 from mragab/java-proxy

Java Proxy Configuration for working inside a company network behind a proxy

12 years agoAdded a script to facilitate setting the proxy host and port and no proxy hosts,... 15/head
Mohamed Ragab [Wed, 2 May 2012 15:15:01 +0000 (17:15 +0200)]
Added a script to facilitate setting the proxy host and port and no proxy hosts, and then it concatenates all the java system properties for setting the java proxy configurations and puts the resulting string in an environment variable JAVA_PROXY_CONFIG, modified the scirpts gitblit,  gitblit-ubuntu, and gitblit-centos to source the java-proxy-config.sh script and then include the resulting java proxy configuration in the java command

12 years agoAdded Ivy 2.2.0 dependency (issue 91)
James Moger [Fri, 27 Apr 2012 21:30:05 +0000 (17:30 -0400)]
Added Ivy 2.2.0 dependency (issue 91)

12 years agoChange servlet API dependency from Glassfish to official javax.servlet
James Moger [Fri, 27 Apr 2012 21:29:01 +0000 (17:29 -0400)]
Change servlet API dependency from Glassfish to official javax.servlet

12 years agoRome specifies JDOM 1.0, downgrade JDOM dependency from 1.1 to 1.0
James Moger [Fri, 27 Apr 2012 21:23:00 +0000 (17:23 -0400)]
Rome specifies JDOM 1.0, downgrade JDOM dependency from 1.1 to 1.0

12 years agoMerge pull request #14 from WenWu/master
James Moger [Thu, 26 Apr 2012 11:54:20 +0000 (04:54 -0700)]
Merge pull request #14 from WenWu/master

force encoding JSON response as UTF-8

12 years agoforce encoding JSON response as UTF-8 14/head
fifthgnat [Thu, 26 Apr 2012 04:51:20 +0000 (12:51 +0800)]
force encoding JSON response as UTF-8

12 years agoDisable membership, display name, and email fields in Manager if unsupported by user...
James Moger [Wed, 25 Apr 2012 23:58:46 +0000 (19:58 -0400)]
Disable membership, display name, and email fields in Manager if unsupported by user service

12 years agoAllow user services to control editing of display name and email address
James Moger [Wed, 25 Apr 2012 23:55:41 +0000 (19:55 -0400)]
Allow user services to control editing of display name and email address

12 years agoAllow manipulating display name and email address from manager app
James Moger [Wed, 25 Apr 2012 21:39:18 +0000 (17:39 -0400)]
Allow manipulating display name and email address from manager app

12 years agoAllow manipulating display name and email address from web ui
James Moger [Wed, 25 Apr 2012 21:30:11 +0000 (17:30 -0400)]
Allow manipulating display name and email address from web ui

12 years agoDisplayname and email address persistence for ConfigUserService
James Moger [Wed, 25 Apr 2012 21:15:32 +0000 (17:15 -0400)]
Displayname and email address persistence for ConfigUserService

12 years agoAdded a logout hook to IUserService
James Moger [Wed, 25 Apr 2012 21:01:00 +0000 (17:01 -0400)]
Added a logout hook to IUserService

12 years agoMerge jcrygier's LDAP injection defense and displayname/email retrieval
James Moger [Wed, 25 Apr 2012 20:35:40 +0000 (16:35 -0400)]
Merge jcrygier's LDAP injection defense and displayname/email retrieval

Add LDAP logic to retrieve display name & email address
Add code / test to defend against LDAP injection attacks.

12 years agoAdd logic to get display name & email (Simply stored in user model for now). 13/head
John Crygier [Wed, 25 Apr 2012 12:37:52 +0000 (07:37 -0500)]
Add logic to get display name & email (Simply stored in user model for now).
Add code / test to defend against LDAP injection attacks.

12 years agoDocumentation
James Moger [Wed, 25 Apr 2012 02:40:23 +0000 (22:40 -0400)]
Documentation

12 years agoCorrected log typos
James Moger [Wed, 25 Apr 2012 00:43:25 +0000 (20:43 -0400)]
Corrected log typos

12 years agoAdd LdapUserServiceTest to suite and adjusted test port from 389 to 1389
James Moger [Tue, 24 Apr 2012 22:09:11 +0000 (18:09 -0400)]
Add LdapUserServiceTest to suite and adjusted test port from 389 to 1389

12 years agoUpdated the key generator to build nested key classes
James Moger [Tue, 24 Apr 2012 21:56:23 +0000 (17:56 -0400)]
Updated the key generator to build nested key classes

12 years agoMerge pull request #12 from jcrygier/ldap_unboundid
James Moger [Tue, 24 Apr 2012 21:19:40 +0000 (14:19 -0700)]
Merge pull request #12 from jcrygier/ldap_unboundid

Ldap unboundid

12 years agoAllow for admin teams with spaces in their name. 12/head
unknown [Tue, 24 Apr 2012 12:48:39 +0000 (07:48 -0500)]
Allow for admin teams with spaces in their name.

12 years agoChange username to come from simpleUserName (from login screen) instead of CN.
John Crygier [Wed, 18 Apr 2012 20:48:00 +0000 (15:48 -0500)]
Change username to come from simpleUserName (from login screen) instead of CN.

12 years agoReset build identifiers for the next release
James Moger [Wed, 11 Apr 2012 13:04:42 +0000 (09:04 -0400)]
Reset build identifiers for the next release

12 years agoRelease 0.9.3 v0.9.3
James Moger [Wed, 11 Apr 2012 13:02:39 +0000 (09:02 -0400)]
Release 0.9.3

12 years agoExample post-receive hook script for creating a local clone on push
James Moger [Wed, 11 Apr 2012 12:29:14 +0000 (08:29 -0400)]
Example post-receive hook script for creating a local clone on push

12 years agoAllow for different port for LDAP in-memory server. Update some documentation.
John Crygier [Tue, 10 Apr 2012 20:54:57 +0000 (15:54 -0500)]
Allow for different port for LDAP in-memory server.  Update some documentation.

12 years agoDocumentation for LDAP. Covers the setup case that is in the JUnit Integration Test.
John Crygier [Tue, 10 Apr 2012 18:50:51 +0000 (13:50 -0500)]
Documentation for LDAP.  Covers the setup case that is in the JUnit Integration Test.

12 years agoRework LDAP implementation with unboundid. Also allows for an LDAP server to be...
John Crygier [Tue, 10 Apr 2012 17:48:06 +0000 (12:48 -0500)]
Rework LDAP implementation with unboundid.  Also allows for an LDAP server to be started with Gitblit GO (backed by an LDIF file).

12 years agoRevised repository model list persistence (issue 81)
James Moger [Tue, 10 Apr 2012 12:56:21 +0000 (08:56 -0400)]
Revised repository model list persistence (issue 81)

12 years agoAutomatically set java.awt.headless=true for Gitblit GO
James Moger [Mon, 9 Apr 2012 20:26:07 +0000 (16:26 -0400)]
Automatically set java.awt.headless=true for Gitblit GO

12 years agoFixed: could not clear any RepositoryModel setting list (issue 81)
James Moger [Mon, 9 Apr 2012 12:43:03 +0000 (08:43 -0400)]
Fixed: could not clear any RepositoryModel setting list (issue 81)

12 years agoSkeleton LdapUserService based on John Cryiger's implementation
James Moger [Fri, 6 Apr 2012 22:01:58 +0000 (18:01 -0400)]
Skeleton LdapUserService based on John Cryiger's implementation

12 years agoReset build identifiers for next release
James Moger [Wed, 4 Apr 2012 14:00:35 +0000 (10:00 -0400)]
Reset build identifiers for next release

12 years agoRelease 0.9.2 v0.9.2
James Moger [Wed, 4 Apr 2012 13:56:29 +0000 (09:56 -0400)]
Release 0.9.2

12 years agoDocumentation
James Moger [Sat, 31 Mar 2012 12:52:32 +0000 (08:52 -0400)]
Documentation

12 years agoAdjustments to ClientLogger
James Moger [Sat, 31 Mar 2012 12:48:10 +0000 (08:48 -0400)]
Adjustments to ClientLogger

12 years agoAdd ClientLogger so scripts can log info / warning messages to the pushing client.
John Crygier [Fri, 30 Mar 2012 18:22:18 +0000 (02:22 +0800)]
Add ClientLogger so scripts can log info / warning messages to the pushing client.

12 years agoMerge pull request #10 from jonnybbb/master
James Moger [Sat, 31 Mar 2012 00:01:03 +0000 (17:01 -0700)]
Merge pull request #10 from jonnybbb/master

save button not displayed in IE8 on the edit/create repository page

12 years agoremoved wrong char from page, which caused IE8 no to display the save button 10/head
Johannes Buehler [Fri, 30 Mar 2012 21:18:27 +0000 (23:18 +0200)]
removed wrong char from page, which caused IE8 no to display the save button

12 years agoFixed overzealous externalization of save and cancel buttons
James Moger [Fri, 30 Mar 2012 12:02:49 +0000 (08:02 -0400)]
Fixed overzealous externalization of save and cancel buttons

12 years agoIgnore .gradle
James Moger [Fri, 30 Mar 2012 12:02:07 +0000 (08:02 -0400)]
Ignore .gradle

12 years agoEnsure that lengthy commit messages are clipped in the header
James Moger [Thu, 29 Mar 2012 21:11:51 +0000 (17:11 -0400)]
Ensure that lengthy commit messages are clipped in the header

12 years agoFixed activity page row layout regression (issue 79)
James Moger [Thu, 29 Mar 2012 12:28:26 +0000 (08:28 -0400)]
Fixed activity page row layout regression (issue 79)

12 years agoFixed symlink absolute path/canonical path mixup with JGit (issue 78)
James Moger [Wed, 28 Mar 2012 21:57:35 +0000 (17:57 -0400)]
Fixed symlink absolute path/canonical path mixup with JGit (issue 78)

12 years agoMerge pull request #9 from mohamedmansour/master
James Moger [Wed, 28 Mar 2012 16:03:19 +0000 (09:03 -0700)]
Merge pull request #9 from mohamedmansour/master

Fixes chkconfig for centos / rhel service installations.

12 years agoFixes init script for chkconfig. 9/head
Mohamed Mansour [Wed, 28 Mar 2012 15:38:57 +0000 (12:38 -0300)]
Fixes init script for chkconfig.

chkconfig was failing with the following messsage "service gitblit does not support chkconfig"
Adding a description attribute resolves this issue since it is a required chkconfig attribute.

12 years agoReset build identifiers for next release
James Moger [Tue, 27 Mar 2012 23:42:54 +0000 (19:42 -0400)]
Reset build identifiers for next release

12 years agoRelease 0.9.1 v0.9.1
James Moger [Tue, 27 Mar 2012 23:40:27 +0000 (19:40 -0400)]
Release 0.9.1

12 years agoReset build identifier for next release
James Moger [Tue, 27 Mar 2012 22:16:31 +0000 (18:16 -0400)]
Reset build identifier for next release

12 years agoRelease 0.9.0 v0.9.0
James Moger [Tue, 27 Mar 2012 22:12:20 +0000 (18:12 -0400)]
Release 0.9.0

12 years agoDocumentation
James Moger [Tue, 27 Mar 2012 20:53:04 +0000 (16:53 -0400)]
Documentation

12 years agoAdded a utility class to specify gitblit.indexBranch en masse
James Moger [Tue, 27 Mar 2012 20:52:44 +0000 (16:52 -0400)]
Added a utility class to specify gitblit.indexBranch en masse

12 years agoImplemented support for "default" branch
James Moger [Tue, 27 Mar 2012 20:51:35 +0000 (16:51 -0400)]
Implemented support for "default" branch

12 years agoExternalized a bunch of strings for translation
James Moger [Mon, 26 Mar 2012 02:32:55 +0000 (22:32 -0400)]
Externalized a bunch of strings for translation

12 years agoCSS corrections for tags page and IE
James Moger [Mon, 26 Mar 2012 01:09:10 +0000 (21:09 -0400)]
CSS corrections for tags page and IE

12 years agoInclude partial Japanese translation with Manager
James Moger [Mon, 26 Mar 2012 00:31:40 +0000 (20:31 -0400)]
Include partial Japanese translation with Manager

12 years agoDo not include servlet jar in WAR build
James Moger [Mon, 26 Mar 2012 00:31:19 +0000 (20:31 -0400)]
Do not include servlet jar in WAR build

12 years agoTweak activity page css for improved spacing
James Moger [Mon, 26 Mar 2012 00:30:05 +0000 (20:30 -0400)]
Tweak activity page css for improved spacing

12 years agoIndex tags consistently
James Moger [Mon, 26 Mar 2012 00:29:44 +0000 (20:29 -0400)]
Index tags consistently

12 years agoImproved commit message/ref panel layout
James Moger [Mon, 26 Mar 2012 00:15:45 +0000 (20:15 -0400)]
Improved commit message/ref panel layout

12 years agoSimplified refs panel layout and css
James Moger [Sun, 25 Mar 2012 22:25:28 +0000 (18:25 -0400)]
Simplified refs panel layout and css

12 years agoCorrected timestamp on activity panel from author time to committer time
James Moger [Sun, 25 Mar 2012 22:10:33 +0000 (18:10 -0400)]
Corrected timestamp on activity panel from author time to committer time

12 years agoFixed Gravatar image security exception with Wicket 1.4.20
James Moger [Sun, 25 Mar 2012 22:01:59 +0000 (18:01 -0400)]
Fixed Gravatar image security exception with Wicket 1.4.20

12 years agoTranslate more massages
Kensuke Matsuzaki [Mon, 20 Feb 2012 12:59:34 +0000 (20:59 +0800)]
Translate more massages

12 years agoAdd Japanese massages
Kensuke Matsuzaki [Wed, 15 Feb 2012 14:27:27 +0000 (22:27 +0800)]
Add Japanese massages

12 years agoAdded Lucene search page screenshot to documentation
James Moger [Sun, 25 Mar 2012 21:20:20 +0000 (17:20 -0400)]
Added Lucene search page screenshot to documentation

12 years agoAdded web.allowLuceneIndexing to enable/disable Lucene integration
James Moger [Sun, 25 Mar 2012 17:15:06 +0000 (13:15 -0400)]
Added web.allowLuceneIndexing to enable/disable Lucene integration

12 years agoFixed null pointer for LuceneExecutor unit tests
James Moger [Sat, 24 Mar 2012 19:02:40 +0000 (15:02 -0400)]
Fixed null pointer for LuceneExecutor unit tests

12 years agoEnsure that FederationPullExecutor resets to FETCH_HEAD for mirrors
James Moger [Sat, 24 Mar 2012 18:50:35 +0000 (14:50 -0400)]
Ensure that FederationPullExecutor resets to FETCH_HEAD for mirrors

12 years agoUpdate indexed branches on federation pull
James Moger [Fri, 23 Mar 2012 20:35:48 +0000 (16:35 -0400)]
Update indexed branches on federation pull

12 years agoUpdated login and search forms to use the SessionlessForm
James Moger [Fri, 23 Mar 2012 20:31:22 +0000 (16:31 -0400)]
Updated login and search forms to use the SessionlessForm

12 years agoImplemented SessionlessForm to workaround Wicket's stateful nature
James Moger [Fri, 23 Mar 2012 20:22:09 +0000 (16:22 -0400)]
Implemented SessionlessForm to workaround Wicket's stateful nature

12 years agoUpdate to Wicket 1.4.20
James Moger [Fri, 23 Mar 2012 20:20:51 +0000 (16:20 -0400)]
Update to Wicket 1.4.20

12 years agoProperly escape fragment for HTML
James Moger [Thu, 22 Mar 2012 11:50:04 +0000 (07:50 -0400)]
Properly escape fragment for HTML

12 years agoEnsure that the line counts start at 1
James Moger [Thu, 22 Mar 2012 11:49:30 +0000 (07:49 -0400)]
Ensure that the line counts start at 1

12 years agoAdjusted spacing on activity page
James Moger [Thu, 22 Mar 2012 02:39:30 +0000 (22:39 -0400)]
Adjusted spacing on activity page

12 years agoDocumentation
James Moger [Thu, 22 Mar 2012 01:33:54 +0000 (21:33 -0400)]
Documentation

12 years agoExternalized the Lucene ignore extensions
James Moger [Thu, 22 Mar 2012 01:02:46 +0000 (21:02 -0400)]
Externalized the Lucene ignore extensions

12 years agoRestore the leading hunk of the first line of a fragment
James Moger [Thu, 22 Mar 2012 00:01:30 +0000 (20:01 -0400)]
Restore the leading hunk of the first line of a fragment

Also correctly determine the line number of a fragment.

12 years agoOnly show pager if the total search hits exceed the page size
James Moger [Wed, 21 Mar 2012 22:05:50 +0000 (18:05 -0400)]
Only show pager if the total search hits exceed the page size

12 years agoCorrected sample syntax for branch and path terms
James Moger [Wed, 21 Mar 2012 22:05:15 +0000 (18:05 -0400)]
Corrected sample syntax for branch and path terms

12 years agoDocumentation
James Moger [Wed, 21 Mar 2012 22:04:34 +0000 (18:04 -0400)]
Documentation

12 years agoAdded Ubuntu service init script (issue 72)
James Moger [Tue, 20 Mar 2012 23:51:43 +0000 (19:51 -0400)]
Added Ubuntu service init script (issue 72)

12 years agoDocumentation
James Moger [Tue, 20 Mar 2012 23:48:18 +0000 (19:48 -0400)]
Documentation

12 years agoAdded a file icon to the changed paths tables
James Moger [Tue, 20 Mar 2012 23:48:03 +0000 (19:48 -0400)]
Added a file icon to the changed paths tables

12 years agoDisplay tag links on indexed commits and tweaked term highlight color
James Moger [Tue, 20 Mar 2012 23:47:21 +0000 (19:47 -0400)]
Display tag links on indexed commits and tweaked term highlight color

12 years agoInclude tags on incremental commit indexing
James Moger [Tue, 20 Mar 2012 23:46:19 +0000 (19:46 -0400)]
Include tags on incremental commit indexing

12 years agoAdded protect-refs.groovy to the GO and WAR builds
James Moger [Tue, 20 Mar 2012 23:45:20 +0000 (19:45 -0400)]
Added protect-refs.groovy to the GO and WAR builds

12 years agoAdjust translation for default branch (HEAD)
James Moger [Tue, 20 Mar 2012 23:44:04 +0000 (19:44 -0400)]
Adjust translation for default branch (HEAD)

12 years agoDisable default branch/HEAD selector on create/empty repository
James Moger [Tue, 20 Mar 2012 23:40:08 +0000 (19:40 -0400)]
Disable default branch/HEAD selector on create/empty repository