summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move dispatcher creation to SshCommandFactory and revise permissionJames Moger2014-04-104-450/+460
* Rename server session classesJames Moger2014-04-103-16/+10
* Rename AbstractGitCommand->BaseGitCommandJames Moger2014-04-104-6/+6
* Merge AbstractSshCommand and BaseCommand into a single classJames Moger2014-04-107-516/+469
* Rename authenticators for clarityJames Moger2014-04-105-12/+12
* Move cache to IKeyManager and implement isStale() in FileKeyManagerJames Moger2014-04-107-68/+121
* Start SSH usage documentationJames Moger2014-04-102-4/+89
* Support admin commands that respect user permissionsJames Moger2014-04-104-2/+12
* Support hidden commands and hide create-repo and reviewJames Moger2014-04-104-6/+11
* Add add-key and rm-key commands that apply only to the current userJames Moger2014-04-106-42/+191
* Renamed SshContext->SshCommandContext for clarity of purposeJames Moger2014-04-103-6/+6
* Rename & simplify SshSession->SshDaemonClientJames Moger2014-04-1014-164/+116
* Revise SSH public key integration with AuthenticationManagerJames Moger2014-04-108-59/+67
* Simplify version command and outputJames Moger2014-04-101-8/+2
* Disregard comment/description for add/remove in FileKeyManagerJames Moger2014-04-101-26/+78
* Fix deleteAllKeys method signatureJames Moger2014-04-104-4/+4
* Fix incorrect displayed SSH transport permissionJames Moger2014-04-102-21/+3
* Remove unused idGenerator from the SshSessionFactoryJames Moger2014-04-102-7/+2
* Display the selected SSH backend in the daemon startup messageJames Moger2014-04-101-5/+5
* Add review SSH commandDavid Ostrovsky2014-04-103-1/+101
* Add set account SSH commandDavid Ostrovsky2014-04-107-2/+157
* Add support for NIO2 IoSessionDavid Ostrovsky2014-04-102-0/+23
* Bump SSHD version to 0.10.1David Ostrovsky2014-04-105-23/+70
* Extract key manager interface and implement a file-based key managerJames Moger2014-04-107-49/+342
* Listen for ssh clients on all interfaces, by defaultJames Moger2014-04-101-1/+1
* Cleanup importsJames Moger2014-04-101-5/+0
* Display ssh clone urls in the repository url panelJames Moger2014-04-102-2/+71
* Establish ssh keys folder, support multiple keys, revise key authenticatorJames Moger2014-04-104-103/+82
* Refer to receive pack client requests as 'client'James Moger2014-04-101-9/+9
* Authenticate SSH upload packJames Moger2014-04-101-0/+8
* Move Git daemon into different packageJames Moger2014-04-108-6/+13
* SSHD: Add support for git pack commandsDavid Ostrovsky2014-04-1017-165/+379
* Fix command dispatchingDavid Ostrovsky2014-04-102-16/+35
* Eliminate use of Dagger and do not create inner classesJames Moger2014-04-1010-363/+293
* Convert SshDaemon to unix formatDavid Ostrovsky2014-04-101-331/+335
* Factor out methods from SshCommandServer to SshDaemonDavid Ostrovsky2014-04-103-309/+259
* SSHD: Add support for generic commandsDavid Ostrovsky2014-04-1020-69/+2239
* Support serving repositories over the SSH transportEric Myhre2014-04-109-702/+1436
* Remove unused/garbage artifact from an earlier mergeJames Moger2014-04-101-53/+0
* Remove remaining GoogleCharts code and update documentationJames Moger2014-04-102-56/+2
* Some French translation reviewsHybris952014-04-101-15/+15
* Switch to self-hosted flotr2 graphs from Google Chartstryan2014-04-0921-1087/+766
* Fix failure of RedisTicketService to determine hasTicketJames Moger2014-04-081-1/+1
* Warn on LDAP synchronization if the uid attribute is null/undefinedJames Moger2014-04-081-4/+8
* Fix intermittent NPE in getting commit date in RefModelJames Moger2014-04-081-3/+12
* Redirect on canceling edit repository to Summary PageJames Moger2014-04-071-1/+5
* Redirect to Summary page after editing a repositoryJames Moger2014-04-071-1/+5
* Fix incorrect REWIND labeling in reflog on all ticket pushesJames Moger2014-04-071-5/+18
* Ensure repositories folder is created before executing a write testJames Moger2014-04-071-0/+3
* Fix possible NPE when deleting a repository and cleaning-up branch-based ticketsJames Moger2014-04-071-1/+3