]> source.dussan.org Git - gitblit.git/log
gitblit.git
10 years agoSimplify version command and output
James Moger [Fri, 14 Mar 2014 16:15:57 +0000 (12:15 -0400)]
Simplify version command and output

10 years agoDisregard comment/description for add/remove in FileKeyManager
James Moger [Fri, 14 Mar 2014 16:15:04 +0000 (12:15 -0400)]
Disregard comment/description for add/remove in FileKeyManager

10 years agoFix deleteAllKeys method signature
James Moger [Fri, 14 Mar 2014 16:12:26 +0000 (12:12 -0400)]
Fix deleteAllKeys method signature

10 years agoFix incorrect displayed SSH transport permission
James Moger [Fri, 14 Mar 2014 16:11:20 +0000 (12:11 -0400)]
Fix incorrect displayed SSH transport permission

10 years agoRemove unused idGenerator from the SshSessionFactory
James Moger [Fri, 14 Mar 2014 16:54:34 +0000 (12:54 -0400)]
Remove unused idGenerator from the SshSessionFactory

10 years agoDisplay the selected SSH backend in the daemon startup message
James Moger [Fri, 14 Mar 2014 16:53:56 +0000 (12:53 -0400)]
Display the selected SSH backend in the daemon startup message

10 years agoAdd review SSH command
David Ostrovsky [Tue, 11 Mar 2014 23:35:57 +0000 (00:35 +0100)]
Add review SSH command

Change-Id: Ia03c15608814346522c548ff2439ee672ccb0d28

10 years agoAdd set account SSH command
David Ostrovsky [Tue, 11 Mar 2014 20:44:38 +0000 (21:44 +0100)]
Add set account SSH command

Change-Id: I33d343dd34f93eaff9581d54f825f8c486e7c17f

10 years agoAdd support for NIO2 IoSession
David Ostrovsky [Thu, 13 Mar 2014 23:34:50 +0000 (00:34 +0100)]
Add support for NIO2 IoSession

Starting from version 0.9.0 Apache SSHD project added support for NIO2
IoSession. To use the new NIO2 session the `backend` option must be set
to `NIO2`.

By default, `NIO2`.

Change-Id: I06cf92b02e80ecf9e8bfbd9f6d6d623dfe3ccff3

10 years agoBump SSHD version to 0.10.1
David Ostrovsky [Thu, 13 Mar 2014 22:39:26 +0000 (23:39 +0100)]
Bump SSHD version to 0.10.1

Change-Id: Ic7e204fb7ee2eb172f4c8424fc3d4b7e6c631ddd

10 years agoExtract key manager interface and implement a file-based key manager
James Moger [Sun, 9 Mar 2014 03:09:18 +0000 (22:09 -0500)]
Extract key manager interface and implement a file-based key manager

10 years agoListen for ssh clients on all interfaces, by default
James Moger [Sun, 9 Mar 2014 01:48:28 +0000 (20:48 -0500)]
Listen for ssh clients on all interfaces, by default

10 years agoCleanup imports
James Moger [Sun, 9 Mar 2014 01:34:26 +0000 (20:34 -0500)]
Cleanup imports

10 years agoDisplay ssh clone urls in the repository url panel
James Moger [Sun, 9 Mar 2014 01:12:36 +0000 (20:12 -0500)]
Display ssh clone urls in the repository url panel

10 years agoEstablish ssh keys folder, support multiple keys, revise key authenticator
James Moger [Sun, 9 Mar 2014 00:43:15 +0000 (19:43 -0500)]
Establish ssh keys folder, support multiple keys, revise key authenticator

10 years agoRefer to receive pack client requests as 'client'
James Moger [Sun, 9 Mar 2014 01:34:55 +0000 (20:34 -0500)]
Refer to receive pack client requests as 'client'

10 years agoAuthenticate SSH upload pack
James Moger [Sun, 9 Mar 2014 00:10:53 +0000 (19:10 -0500)]
Authenticate SSH upload pack

10 years agoMove Git daemon into different package
James Moger [Sun, 9 Mar 2014 00:10:20 +0000 (19:10 -0500)]
Move Git daemon into different package

10 years agoSSHD: Add support for git pack commands
David Ostrovsky [Sat, 22 Feb 2014 20:17:03 +0000 (21:17 +0100)]
SSHD: Add support for git pack commands

Add git-upload-pack and git-receive-pack commands.

Conflicts:
src/main/java/com/gitblit/manager/ServicesManager.java
src/main/java/com/gitblit/transport/ssh/CommandDispatcher.java
src/main/java/com/gitblit/transport/ssh/SshCommandFactory.java

Change-Id: I8c057b41f1dfad6d004e6aa91f96c8c673be9be2

10 years agoFix command dispatching
David Ostrovsky [Wed, 26 Feb 2014 07:19:44 +0000 (08:19 +0100)]
Fix command dispatching

DispatchCommand is supposed to be nested:

  ssh server gitblit version --verbose --format json

means that first the command that is seen by dispatching process is
"gitblit". Dispatch command look in its commands map for this command
and dispatch the rest of the command and options and arguments to this
command, version in this example.

Change-Id: I8ef8e0e369922c793ca7ad36c1a8f76b0206baa7

10 years agoEliminate use of Dagger and do not create inner classes
James Moger [Sat, 22 Feb 2014 21:19:03 +0000 (16:19 -0500)]
Eliminate use of Dagger and do not create inner classes

This change outlines somethings I'd like to see in your latest code.

1. Elimination of Dagger
2. Less noise from inner class instantiation
3. Formalizing filesystem location for keys instead of Unix-y /tmp/
4. Password authentication as alternative to Key authentication

Change-Id: I7a76e1811ad7cd545444fd8b59bbe8c4f45ccfec

10 years agoConvert SshDaemon to unix format
David Ostrovsky [Sat, 22 Feb 2014 16:08:49 +0000 (17:08 +0100)]
Convert SshDaemon to unix format

Change-Id: Icb415c2bc62321ddd0ae08445d97f1f8102adee8

10 years agoFactor out methods from SshCommandServer to SshDaemon
David Ostrovsky [Sat, 22 Feb 2014 16:03:37 +0000 (17:03 +0100)]
Factor out methods from SshCommandServer to SshDaemon

Change-Id: I02d545a8ab68b06d733ad8e7ed476767a34aa244

10 years agoSSHD: Add support for generic commands
David Ostrovsky [Mon, 17 Feb 2014 20:56:36 +0000 (21:56 +0100)]
SSHD: Add support for generic commands

Change-Id: I5a60710323ca674d70e34f7451422ec167105429

10 years agoSupport serving repositories over the SSH transport
Eric Myhre [Thu, 13 Jun 2013 22:03:24 +0000 (17:03 -0500)]
Support serving repositories over the SSH transport

Gitblit would greatly benefit from an integrated SSH server.  This would
complete the transport trifecta.

Change-Id: I6fb95abe65655fa74d47ea71522d8d9a1541450c

10 years agoRemove unused/garbage artifact from an earlier merge
James Moger [Thu, 10 Apr 2014 16:10:56 +0000 (12:10 -0400)]
Remove unused/garbage artifact from an earlier merge

10 years agoRemove remaining GoogleCharts code and update documentation
James Moger [Thu, 10 Apr 2014 16:07:54 +0000 (12:07 -0400)]
Remove remaining GoogleCharts code and update documentation

10 years agoMerge pull request #167 from Hybris95/master
James Moger [Thu, 10 Apr 2014 15:09:57 +0000 (11:09 -0400)]
Merge pull request #167 from Hybris95/master

Some French translation reviews

10 years agoSome French translation reviews 167/head
Hybris95 [Thu, 10 Apr 2014 14:49:16 +0000 (16:49 +0200)]
Some French translation reviews

10 years agoDocumentation
James Moger [Thu, 10 Apr 2014 01:02:18 +0000 (21:02 -0400)]
Documentation

10 years agoMerged #43 "Switch to flotr2 graphs from GoogleCharts"
James Moger [Thu, 10 Apr 2014 00:57:09 +0000 (18:57 -0600)]
Merged #43 "Switch to flotr2 graphs from GoogleCharts"

10 years agoSwitch to self-hosted flotr2 graphs from Google Charts 43/43/2
tryan [Mon, 7 Apr 2014 06:04:45 +0000 (16:04 +1000)]
Switch to self-hosted flotr2 graphs from Google Charts

10 years agoMerged #42 "Fix failure of RedisTicketService to determine hasTicket"
James Moger [Tue, 8 Apr 2014 04:50:59 +0000 (22:50 -0600)]
Merged #42 "Fix failure of RedisTicketService to determine hasTicket"

10 years agoFix failure of RedisTicketService to determine hasTicket 42/42/1
James Moger [Tue, 8 Apr 2014 04:48:19 +0000 (00:48 -0400)]
Fix failure of RedisTicketService to determine hasTicket

10 years agoMerged #41 "Warn on LDAP synchronization if the uid attribute is null/undefined"
James Moger [Tue, 8 Apr 2014 04:23:09 +0000 (22:23 -0600)]
Merged #41 "Warn on LDAP synchronization if the uid attribute is null/undefined"

10 years agoWarn on LDAP synchronization if the uid attribute is null/undefined 41/41/1
James Moger [Tue, 8 Apr 2014 04:21:40 +0000 (00:21 -0400)]
Warn on LDAP synchronization if the uid attribute is null/undefined

10 years agoMerged #40 "Fix intermittent NPE in getting commit date in RefModel"
James Moger [Tue, 8 Apr 2014 04:09:31 +0000 (22:09 -0600)]
Merged #40 "Fix intermittent NPE in getting commit date in RefModel"

10 years agoFix intermittent NPE in getting commit date in RefModel 40/40/1
James Moger [Tue, 8 Apr 2014 04:07:45 +0000 (00:07 -0400)]
Fix intermittent NPE in getting commit date in RefModel

10 years agoMerged #39 "Redirect on canceling edit repository to Summary Page"
James Moger [Tue, 8 Apr 2014 03:49:44 +0000 (21:49 -0600)]
Merged #39 "Redirect on canceling edit repository to Summary Page"

10 years agoRedirect on canceling edit repository to Summary Page 39/39/1
James Moger [Tue, 8 Apr 2014 03:48:10 +0000 (23:48 -0400)]
Redirect on canceling edit repository to Summary Page

10 years agoMerged #38 "Redirect to Summary page after editing a repository"
James Moger [Tue, 8 Apr 2014 03:45:34 +0000 (21:45 -0600)]
Merged #38 "Redirect to Summary page after editing a repository"

10 years agoRedirect to Summary page after editing a repository 38/38/1
James Moger [Tue, 8 Apr 2014 03:42:16 +0000 (23:42 -0400)]
Redirect to Summary page after editing a repository

10 years agoFix incorrect REWIND labeling in reflog on all ticket pushes
James Moger [Tue, 8 Apr 2014 03:32:48 +0000 (23:32 -0400)]
Fix incorrect REWIND labeling  in reflog on all ticket pushes

10 years agoEnsure repositories folder is created before executing a write test
James Moger [Tue, 8 Apr 2014 03:05:01 +0000 (23:05 -0400)]
Ensure repositories folder is created before executing a write test

10 years agoFix possible NPE when deleting a repository and cleaning-up branch-based tickets
James Moger [Tue, 8 Apr 2014 03:03:31 +0000 (23:03 -0400)]
Fix possible NPE when deleting a repository and cleaning-up branch-based tickets

10 years agoMerge pull request #164 from jaa127/ldap-bind-escape
James Moger [Mon, 31 Mar 2014 16:20:58 +0000 (12:20 -0400)]
Merge pull request #164 from jaa127/ldap-bind-escape

Ldap bind escape

10 years agoConfigure Tickets close-on-push commit message regex (issue-404)
James Moger [Mon, 31 Mar 2014 15:45:21 +0000 (11:45 -0400)]
Configure Tickets close-on-push commit message regex (issue-404)

10 years agoLDAP: Escape username in case we are using userbased bind. 164/head
Jani Averbach [Sun, 30 Mar 2014 21:55:43 +0000 (00:55 +0300)]
LDAP: Escape username in case we are using userbased bind.

10 years agoLDAP: Added test for binding without special account (e.g. userbased
Jani Averbach [Sun, 30 Mar 2014 21:53:21 +0000 (00:53 +0300)]
LDAP: Added test for binding without special account (e.g. userbased
bind)

10 years agoDocumentation
James Moger [Sun, 30 Mar 2014 18:58:00 +0000 (14:58 -0400)]
Documentation

10 years agoEnable the daily log for the Ubuntu and CentOS services (issue-348)
James Moger [Sat, 29 Mar 2014 00:20:53 +0000 (20:20 -0400)]
Enable the daily log for the Ubuntu and CentOS services (issue-348)

10 years agoFix close ticket on push by commit message parsing (issue-404)
James Moger [Fri, 28 Mar 2014 23:58:48 +0000 (19:58 -0400)]
Fix close ticket on push by commit message parsing (issue-404)

10 years agoImplement setting removal for configuration settings
James Moger [Fri, 21 Mar 2014 16:41:35 +0000 (12:41 -0400)]
Implement setting removal for configuration settings

10 years agoUpdate to JGit 3.3.1
James Moger [Thu, 27 Mar 2014 13:43:07 +0000 (09:43 -0400)]
Update to JGit 3.3.1

10 years agoMerged #28 "Replace JCommander with args4j"
James Moger [Thu, 27 Mar 2014 13:41:26 +0000 (07:41 -0600)]
Merged #28 "Replace JCommander with args4j"

10 years agoReplace JCommander with args4j 28/28/2
James Moger [Thu, 13 Mar 2014 00:12:50 +0000 (20:12 -0400)]
Replace JCommander with args4j

10 years agoChange build identifier to 1.5.0-SNAPSHOT
James Moger [Thu, 27 Mar 2014 13:31:57 +0000 (09:31 -0400)]
Change build identifier to 1.5.0-SNAPSHOT

10 years agoMerged #37 "Fix repository mailing list editing which prevented field reset"
James Moger [Thu, 27 Mar 2014 13:27:40 +0000 (07:27 -0600)]
Merged #37 "Fix repository mailing list editing which prevented field reset"

10 years agoFix repository mailing list editing which prevented field reset 37/37/1
James Moger [Thu, 27 Mar 2014 13:25:36 +0000 (09:25 -0400)]
Fix repository mailing list editing which prevented field reset

10 years agoLDAP: Authenticated Searches without a manager password
j3rem1e [Thu, 27 Mar 2014 13:16:53 +0000 (09:16 -0400)]
LDAP: Authenticated Searches without a manager password

Allow to use the LDAP AuthProvider with a LDAP Server
prohibiting anonymous searches but without providing
a manager password : searches are made on behalf of
the authenticated user.

10 years agoAdd a French translation
Johann Ollivier-Lapeyre [Thu, 27 Mar 2014 13:09:49 +0000 (09:09 -0400)]
Add a French translation

10 years agoEnsure Lucene ticket index is updated on repository deletion
James Moger [Thu, 27 Mar 2014 13:01:43 +0000 (09:01 -0400)]
Ensure Lucene ticket index is updated on repository deletion

10 years agoAdd a method to test for the existence of a setting
James Moger [Thu, 27 Mar 2014 13:01:28 +0000 (09:01 -0400)]
Add a method to test for the existence of a setting

10 years agoMerged #36 "Fix missing subject in html mailings"
James Moger [Fri, 21 Mar 2014 13:43:02 +0000 (07:43 -0600)]
Merged #36 "Fix missing subject in html mailings"

10 years agoFix missing subject in html mailings 36/36/1
James Moger [Fri, 21 Mar 2014 13:39:38 +0000 (09:39 -0400)]
Fix missing subject in html mailings

10 years agoDocumentation
James Moger [Thu, 20 Mar 2014 16:26:43 +0000 (12:26 -0400)]
Documentation

10 years agoReset build identifiers for next development cycle
James Moger [Wed, 19 Mar 2014 01:39:04 +0000 (21:39 -0400)]
Reset build identifiers for next development cycle

10 years agoPrepare 1.4.1 release v1.4.1
James Moger [Wed, 19 Mar 2014 01:39:04 +0000 (21:39 -0400)]
Prepare 1.4.1 release

10 years agoDocumentation
James Moger [Wed, 19 Mar 2014 01:32:01 +0000 (21:32 -0400)]
Documentation

10 years agoMerged #35 "Fix authentication security hole with external providers"
James Moger [Wed, 19 Mar 2014 01:13:57 +0000 (19:13 -0600)]
Merged #35 "Fix authentication security hole with external providers"

10 years agoFix authentication security hole with external providers 35/35/1
James Moger [Wed, 19 Mar 2014 01:10:48 +0000 (21:10 -0400)]
Fix authentication security hole with external providers

10 years agoMerged #34 "Fix NPE in FileTicketService on finding all journals"
James Moger [Mon, 17 Mar 2014 17:31:16 +0000 (11:31 -0600)]
Merged #34 "Fix NPE in FileTicketService on finding all journals"

10 years agoFix NPE in FileTicketService on finding all journals 34/34/1
James Moger [Mon, 17 Mar 2014 17:25:39 +0000 (13:25 -0400)]
Fix NPE in FileTicketService on finding all journals

10 years agoMerged #33 "Merge overrides in addition to merging the normal settings"
James Moger [Mon, 17 Mar 2014 13:36:09 +0000 (07:36 -0600)]
Merged #33 "Merge overrides in addition to merging the normal settings"

10 years agoMerge overrides in addition to merging the normal settings 33/33/1
James Moger [Mon, 17 Mar 2014 13:31:52 +0000 (09:31 -0400)]
Merge overrides in addition to merging the normal settings

Some command-line parameters are ignored due to a bug in the merge
settings method which merges overrides into the normal settings map.
This works fine until the settings class decides to reload from the
pristine settings file which dumps the explicitly overrides.

The solution is to merge the overrides in addition to the standard
settings.

10 years agoMerged #32 "Fix incorrect ticket branch ref in ticket page changed paths list"
James Moger [Sun, 16 Mar 2014 20:26:19 +0000 (14:26 -0600)]
Merged #32 "Fix incorrect ticket branch ref in ticket page changed paths list"

10 years agoFix incorrect ticket branch ref in ticket page changed paths list 32/32/1
James Moger [Sun, 16 Mar 2014 20:24:39 +0000 (16:24 -0400)]
Fix incorrect ticket branch ref in ticket page changed paths list

10 years agoMerged #31 "Tag entries do not have tooltips for long messages"
James Moger [Thu, 13 Mar 2014 14:45:22 +0000 (08:45 -0600)]
Merged #31 "Tag entries do not have tooltips for long messages"

10 years agoSet tooltip for truncated tag and branch messages 31/31/1
James Moger [Thu, 13 Mar 2014 14:43:54 +0000 (10:43 -0400)]
Set tooltip for truncated tag and branch messages

10 years agoMerged #30 "Watch list push parameters are not always honored"
James Moger [Thu, 13 Mar 2014 02:31:59 +0000 (20:31 -0600)]
Merged #30 "Watch list push parameters are not always honored"

10 years agoMerged #29 "Watch list is not properly verified on push"
James Moger [Thu, 13 Mar 2014 02:31:51 +0000 (20:31 -0600)]
Merged #29 "Watch list is not properly verified on push"

10 years agoFix TicketModel modList bug when a field was set multiple times 30/30/1
James Moger [Thu, 13 Mar 2014 02:25:52 +0000 (22:25 -0400)]
Fix TicketModel modList bug when a field was set multiple times

10 years agoFix watch list verification on push 29/29/1
James Moger [Thu, 13 Mar 2014 01:59:08 +0000 (21:59 -0400)]
Fix watch list verification on push

10 years agoImprove logging of received patchset command
James Moger [Thu, 13 Mar 2014 01:44:36 +0000 (21:44 -0400)]
Improve logging of received patchset command

10 years agoMerged #27 "Fix ticket page IOBE when Gitblit is not serving repositories"
James Moger [Thu, 13 Mar 2014 01:16:15 +0000 (19:16 -0600)]
Merged #27 "Fix ticket page IOBE when Gitblit is not serving repositories"

10 years agoFix ticket page IOBE when Gitblit is not serving repositories 27/27/1
James Moger [Thu, 13 Mar 2014 01:12:06 +0000 (21:12 -0400)]
Fix ticket page IOBE when Gitblit is not serving repositories

10 years agoTweak the receive pack push permission check to be a method
James Moger [Wed, 12 Mar 2014 21:21:12 +0000 (17:21 -0400)]
Tweak the receive pack push permission check to be a method

10 years agoMerged #26 "Exclude ticket branches when forking a canonical repository"
James Moger [Tue, 11 Mar 2014 17:18:08 +0000 (11:18 -0600)]
Merged #26 "Exclude ticket branches when forking a canonical repository"

10 years agoExclude ticket branches when forking a canonical repository 26/26/1
James Moger [Tue, 11 Mar 2014 16:36:30 +0000 (12:36 -0400)]
Exclude ticket branches when forking a canonical repository

10 years agoMerged #25 "Add closed status for milestones and abandoned status for tickets"
James Moger [Tue, 11 Mar 2014 14:24:07 +0000 (08:24 -0600)]
Merged #25 "Add closed status for milestones and abandoned status for tickets"

10 years agoAdd closed status for milestones and abandoned status for tickets 25/25/1
James Moger [Tue, 11 Mar 2014 14:22:33 +0000 (10:22 -0400)]
Add closed status for milestones and abandoned status for tickets

10 years agoMerged #24 "Workaround pegdown bug and improve relative image path processing"
James Moger [Tue, 11 Mar 2014 14:07:37 +0000 (08:07 -0600)]
Merged #24 "Workaround pegdown bug and improve relative image path processing"

10 years agoWorkaround pegdown bug and improve relative image path processing 24/24/1
James Moger [Tue, 11 Mar 2014 14:02:28 +0000 (10:02 -0400)]
Workaround pegdown bug and improve relative image path processing

10 years agoClarify ticket fetch instructions
James Moger [Mon, 10 Mar 2014 16:06:59 +0000 (12:06 -0400)]
Clarify ticket fetch instructions

10 years agoDocumentation
James Moger [Mon, 10 Mar 2014 13:33:23 +0000 (09:33 -0400)]
Documentation

10 years agoAdjust propose instructions to "checkout -b ticket/{id} origin/{branch}"
James Moger [Mon, 10 Mar 2014 13:29:38 +0000 (09:29 -0400)]
Adjust propose instructions to "checkout -b ticket/{id} origin/{branch}"

10 years agoRepository owners were not CCd on ticket emails
James Moger [Mon, 10 Mar 2014 13:22:04 +0000 (09:22 -0400)]
Repository owners were not CCd on ticket emails

10 years agoMirrors and read-only repositories must disable review function
James Moger [Sun, 9 Mar 2014 17:04:59 +0000 (13:04 -0400)]
Mirrors and read-only repositories must disable review function

10 years agoFixed incorrect ticket fetch instructions in email notifications
James Moger [Sun, 9 Mar 2014 16:38:31 +0000 (12:38 -0400)]
Fixed incorrect ticket fetch instructions in email notifications

10 years agoReset build identifiers for next development cycle
James Moger [Sun, 9 Mar 2014 15:08:25 +0000 (11:08 -0400)]
Reset build identifiers for next development cycle