summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
* Ensure the repository model ref list is refreshed on ref creation or deletionJames Moger2014-05-074-0/+33
* Fix case-sensitivity error in determining fork networkJames Moger2014-05-071-12/+19
* Fix transport determination for SSH urls on port 22James Moger2014-05-071-1/+6
* Allowed all transports for TortoiseGit and changed the project descriptionpbe2014-05-051-2/+1
* Added TortoiseGit to the clientappspbe2014-05-052-0/+12
* Switch to ajax New|Edit Ticket page submission to handle empty titlesJames Moger2014-05-012-149/+165
* Fix inconsistency with owner permissions checkJames Moger2014-05-012-5/+5
* Fix bug introduced in 67278f5James Moger2014-04-281-1/+1
* Add English translation placeholderJames Moger2014-04-281-0/+1
* Merged #51 "Can not force default locale to English or to a locale with a cou...James Moger2014-04-285-4/+43
|\
| * Fix forcing default locale to en or LANG_CC for web uiJames Moger2014-04-285-4/+43
* | fix the script so it REALLY works on LinuxMichel Daviot2014-04-271-1/+1
|/
* Prevent adding empty or invalid SSH public keysJames Moger2014-04-253-7/+23
* Merge pull request #178 from Hybris95/fr_traductionJames Moger2014-04-251-35/+35
|\
| * Commit traduction in frenchHybris952014-04-251-35/+35
* | Ensure repository is closed after processing a pages requestJames Moger2014-04-231-3/+2
* | Fix subdirectory navigation in pages servlet (issue-412)James Moger2014-04-231-51/+59
* | Improve pages servlet raw navigation (issue-411)James Moger2014-04-231-2/+13
* | Fix subdirectory links in pages servlet (issue-411)James Moger2014-04-231-2/+9
* | Simplify current plugin release detection, ignore currentRelease registry fieldJames Moger2014-04-233-39/+20
* | Update to Apache MINA/SSHD 0.11.0James Moger2014-04-231-0/+5
* | Fix welcome_fr.mkd to use proper FrenchJulien Kirch2014-04-221-1/+1
|/
* Remove User parameter from SSH dispatch command setupJames Moger2014-04-175-52/+48
* Filter the current plugin release by the system versionJames Moger2014-04-173-9/+49
* [findbugs] Add null check when testing if a user is disabled in SessionPageJames Moger2014-04-171-2/+2
* [findbugs] Change scope of variable in HistoryPanelJames Moger2014-04-171-3/+1
* [findbugs] Remove dead code in UserPageJames Moger2014-04-171-7/+0
* [findbugs] Remove unnecessary null check in RepositoryPageJames Moger2014-04-171-1/+1
* [findbugs] Add null checks to the page parameters in ProjectPageJames Moger2014-04-171-2/+4
* [findbugs] Create temporary ticket after setting up the response page in Edit...James Moger2014-04-171-0/+3
* [findbugs] Remove dead code in GitblitParamUrlCodingStrategyJames Moger2014-04-171-3/+0
* [findbugs] Explicitly catch thrown exceptions in X509UtilsJames Moger2014-04-171-1/+3
* [findbugs] Add null check on decoding a string in StringUtilsJames Moger2014-04-171-1/+1
* [findbugs] Add null check when closing a RevWalk in JGitUtilsJames Moger2014-04-171-4/+8
* [findbugs] Fix potential NPE in DiffStat generationJames Moger2014-04-171-3/+3
* [findbugs] Simplify the SshKey <-> PublicKey comparisonJames Moger2014-04-171-1/+1
* [findbugs] Null check on closing a repository in TicketNotifierJames Moger2014-04-171-1/+3
* [findbugs] Null checks on closing a repository in ITicketServiceJames Moger2014-04-171-8/+24
* [findbugs] Null check on closing a treewalk in BranchTicketServiceJames Moger2014-04-171-1/+3
* [findbugs] Reduce static variable assignment to one locationJames Moger2014-04-171-3/+1
* [findbugs] Fix potential NPE on determining hasOrigin on loading a modelJames Moger2014-04-171-1/+2
* [findbugs] Clarify class used for resource loadingJames Moger2014-04-171-2/+2
* [findbugs] Fix user assignment for clone permission check in repository resolverJames Moger2014-04-171-2/+1
* [findbugs] Null check on logging merge change in patchset receive packJames Moger2014-04-171-1/+3
* [findbugs] Null check on closing PAM providerJames Moger2014-04-171-1/+3
* [findbugs] Close resource stream in Gitblit GOJames Moger2014-04-171-1/+3
* [findbugs] Remove pointless field assignmentJames Moger2014-04-171-1/+0
* [findbugs] Fix incorrect key lookup in commit cacheJames Moger2014-04-171-2/+4
* [findbugs] Fixed incorrect cache lookup keys in the Lucene repository indexerJames Moger2014-04-171-2/+2
* [findbugs] Fix missing 'throw' on plugin installation failureJames Moger2014-04-171-1/+1