Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix command dispatching | David Ostrovsky | 2014-04-10 | 2 | -16/+35 | |
| | | | | | | | | | | | | | 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 | |||||
* | Eliminate use of Dagger and do not create inner classes | James Moger | 2014-04-10 | 10 | -363/+293 | |
| | | | | | | | | | | | 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 | |||||
* | Convert SshDaemon to unix format | David Ostrovsky | 2014-04-10 | 1 | -331/+335 | |
| | | | | Change-Id: Icb415c2bc62321ddd0ae08445d97f1f8102adee8 | |||||
* | Factor out methods from SshCommandServer to SshDaemon | David Ostrovsky | 2014-04-10 | 3 | -309/+259 | |
| | | | | Change-Id: I02d545a8ab68b06d733ad8e7ed476767a34aa244 | |||||
* | SSHD: Add support for generic commands | David Ostrovsky | 2014-04-10 | 20 | -69/+2239 | |
| | | | | Change-Id: I5a60710323ca674d70e34f7451422ec167105429 | |||||
* | Support serving repositories over the SSH transport | Eric Myhre | 2014-04-10 | 9 | -702/+1436 | |
| | | | | | | | Gitblit would greatly benefit from an integrated SSH server. This would complete the transport trifecta. Change-Id: I6fb95abe65655fa74d47ea71522d8d9a1541450c | |||||
* | Remove unused/garbage artifact from an earlier merge | James Moger | 2014-04-10 | 1 | -53/+0 | |
| | ||||||
* | Remove remaining GoogleCharts code and update documentation | James Moger | 2014-04-10 | 2 | -56/+2 | |
| | ||||||
* | Some French translation reviews | Hybris95 | 2014-04-10 | 1 | -15/+15 | |
| | ||||||
* | Switch to self-hosted flotr2 graphs from Google Charts | tryan | 2014-04-09 | 21 | -1087/+766 | |
| | ||||||
* | Fix failure of RedisTicketService to determine hasTicket | James Moger | 2014-04-08 | 1 | -1/+1 | |
| | ||||||
* | Warn on LDAP synchronization if the uid attribute is null/undefined | James Moger | 2014-04-08 | 1 | -4/+8 | |
| | ||||||
* | Fix intermittent NPE in getting commit date in RefModel | James Moger | 2014-04-08 | 1 | -3/+12 | |
| | ||||||
* | Redirect on canceling edit repository to Summary Page | James Moger | 2014-04-07 | 1 | -1/+5 | |
| | ||||||
* | Redirect to Summary page after editing a repository | James Moger | 2014-04-07 | 1 | -1/+5 | |
| | ||||||
* | Fix incorrect REWIND labeling in reflog on all ticket pushes | James Moger | 2014-04-07 | 1 | -5/+18 | |
| | ||||||
* | Ensure repositories folder is created before executing a write test | James Moger | 2014-04-07 | 1 | -0/+3 | |
| | ||||||
* | Fix possible NPE when deleting a repository and cleaning-up branch-based tickets | James Moger | 2014-04-07 | 1 | -1/+3 | |
| | ||||||
* | Merge pull request #164 from jaa127/ldap-bind-escape | James Moger | 2014-03-31 | 2 | -1/+14 | |
|\ | | | | | Ldap bind escape | |||||
| * | LDAP: Escape username in case we are using userbased bind. | Jani Averbach | 2014-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | LDAP: Added test for binding without special account (e.g. userbased | Jani Averbach | 2014-03-31 | 1 | -0/+13 | |
| | | | | | | bind) | |||||
* | | Configure Tickets close-on-push commit message regex (issue-404) | James Moger | 2014-03-31 | 2 | -5/+21 | |
|/ | ||||||
* | Enable the daily log for the Ubuntu and CentOS services (issue-348) | James Moger | 2014-03-28 | 2 | -2/+2 | |
| | ||||||
* | Fix close ticket on push by commit message parsing (issue-404) | James Moger | 2014-03-28 | 1 | -1/+4 | |
| | ||||||
* | Implement setting removal for configuration settings | James Moger | 2014-03-27 | 5 | -373/+451 | |
| | ||||||
* | Replace JCommander with args4j | James Moger | 2014-03-27 | 6 | -99/+90 | |
| | ||||||
* | Fix repository mailing list editing which prevented field reset | James Moger | 2014-03-27 | 1 | -2/+6 | |
| | ||||||
* | LDAP: Authenticated Searches without a manager password | j3rem1e | 2014-03-27 | 2 | -1/+24 | |
| | | | | | | 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. | |||||
* | Add a French translation | Johann Ollivier-Lapeyre | 2014-03-27 | 4 | -0/+679 | |
| | ||||||
* | Ensure Lucene ticket index is updated on repository deletion | James Moger | 2014-03-27 | 1 | -2/+7 | |
| | ||||||
* | Add a method to test for the existence of a setting | James Moger | 2014-03-27 | 1 | -0/+10 | |
| | ||||||
* | Fix missing subject in html mailings | James Moger | 2014-03-21 | 1 | -0/+1 | |
| | ||||||
* | Documentation | James Moger | 2014-03-20 | 1 | -3/+13 | |
| | ||||||
* | Fix authentication security hole with external providers | James Moger | 2014-03-18 | 4 | -40/+212 | |
| | ||||||
* | Fix NPE in FileTicketService on finding all journals | James Moger | 2014-03-17 | 1 | -2/+6 | |
| | ||||||
* | Merge overrides in addition to merging the normal settings | James Moger | 2014-03-17 | 1 | -0/+1 | |
| | | | | | | | | | | 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. | |||||
* | Fix incorrect ticket branch ref in ticket page changed paths list | James Moger | 2014-03-16 | 1 | -1/+1 | |
| | ||||||
* | Set tooltip for truncated tag and branch messages | James Moger | 2014-03-13 | 3 | -5/+18 | |
| | ||||||
* | Merged #30 "Watch list push parameters are not always honored" | James Moger | 2014-03-12 | 2 | -4/+18 | |
|\ | ||||||
| * | Fix TicketModel modList bug when a field was set multiple times | James Moger | 2014-03-12 | 2 | -4/+18 | |
| | | ||||||
* | | Fix watch list verification on push | James Moger | 2014-03-12 | 1 | -3/+9 | |
|/ | ||||||
* | Improve logging of received patchset command | James Moger | 2014-03-12 | 1 | -0/+2 | |
| | ||||||
* | Fix ticket page IOBE when Gitblit is not serving repositories | James Moger | 2014-03-12 | 1 | -3/+9 | |
| | ||||||
* | Tweak the receive pack push permission check to be a method | James Moger | 2014-03-12 | 1 | -1/+27 | |
| | ||||||
* | Exclude ticket branches when forking a canonical repository | James Moger | 2014-03-11 | 1 | -2/+32 | |
| | ||||||
* | Add closed status for milestones and abandoned status for tickets | James Moger | 2014-03-11 | 3 | -5/+10 | |
| | ||||||
* | Workaround pegdown bug and improve relative image path processing | James Moger | 2014-03-11 | 2 | -4/+69 | |
| | ||||||
* | Clarify ticket fetch instructions | James Moger | 2014-03-10 | 2 | -7/+7 | |
| | ||||||
* | Adjust propose instructions to "checkout -b ticket/{id} origin/{branch}" | James Moger | 2014-03-10 | 1 | -1/+1 | |
| | ||||||
* | Repository owners were not CCd on ticket emails | James Moger | 2014-03-10 | 1 | -1/+13 | |
| |