Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-02Don't use deprecated SubProgressMonitorThomas Wolf4-123/+142
2021-07-16Adapt to EGit singleton changesThomas Wolf2-9/+6
2021-03-11Adapt to split of EGit core Activator into OSGi dynamic servicesMatthias Sohn2-4/+2
2020-11-10Merge "Use high resolution Mylyn icon"Thomas Wolf1-2/+2
2020-11-10Use high resolution Mylyn iconMichael Keppler1-2/+2
2020-10-05[token auth] Use Title Case for checkboxThomas Wolf1-1/+1
2020-10-05[token auth] Fix repo properties pageThomas Wolf1-2/+6
2020-10-04Modernize default URLsThomas Wolf2-10/+3
2020-10-04Support token-based authenticationThomas Wolf10-277/+344
2020-09-27Adapt to remote connection timeout preference changes in EGitThomas Wolf4-20/+8
2020-04-12Update language list for search repository wizard pageMichael Keppler1-3/+3
2020-01-03Remove unnecessary castsMichael Keppler1-2/+2
2019-12-29Remove redundant type argumentsMichael Keppler2-2/+2
2019-12-29Add @Override annotationsMichael Keppler16-0/+54
2019-11-20Simplify comparatorsMichael Keppler2-18/+18
2019-09-18Simplify collection.toArray() callsMichael Keppler1-4/+3
2019-03-12Remove unnecessary null checkMichael Keppler1-6/+9
2019-03-12Suppress unused warningsMichael Keppler4-1/+6
2019-02-04Write GitHub with capital HMichael Keppler1-4/+4
2019-01-06Silence all discouraged access warnings in Java codeMichael Keppler15-6/+58
2018-12-29Use plurals in localizationMichael Keppler2-9/+6
2018-10-20[releng] Fix deprecated ViewerSorter usageMichael Keppler1-2/+2
2018-10-20[releng] Fix unused member/parameter warningsMichael Keppler1-3/+2
2018-10-18[releng] Fix all boxing/unboxing warningsMichael Keppler5-6/+10
2018-10-08minor: fix all empty block warningsMichael Keppler4-2/+13
2018-08-14refactor: simplify collection.toArray()Michael Keppler1-1/+1
2018-08-13Add missing blank in github wizard labelsMichael Keppler3-36/+7
2018-05-30Replace deprecated ViewerSortersMichael Keppler2-4/+7
2018-05-30More restrictive JDT settings for the projectsThomas Wolf13-98/+231
2018-05-30Update license to EPL-2.0Matthias Sohn52-108/+210
2018-03-11Replace use of deprecated Repository#getRef methodMatthias Sohn3-3/+3
2018-01-02Replace FileInputStream and FileOutputStream with static Files methodsMatthias Sohn1-24/+14
2017-08-01Remove deprecated access to mylyn.tasksMichael Keppler5-8/+9
2017-07-09Have non empty title for all wizardsMichael Keppler4-3/+9
2017-06-14Do not try to use EGit icons directlyThomas Wolf1-2/+2
2017-05-19Resolve compilation problem on OxygenThomas Wolf3-1/+251
2016-05-15Fix auto-filled issue task URLPatrick-Jeffrey Pollo Guilbert1-1/+1
2015-09-02Fix maven buildAndrey Loskutov2-4/+3
2015-05-26Use try-with-resource to close JGit walksMatthias Sohn3-31/+22
2014-07-08Fix dependency to FilteredCheckboxTreeMatthias Sohn1-1/+1
2014-02-13Remove duplicate URL encoding of repository search queryMichael Keppler1-6/+1
2013-05-08Adapt github connector to compile against jgit/egit 3.0Matthias Sohn3-4/+4
2012-11-30Show info message that anonymous cannot submit tasksKaloyan Raev3-1/+55
2012-06-06Use API v3 endpoint for repository search APIKevin Sawicki1-15/+12
2012-05-08Consume Mylyn 3.7 APIsSteffen Pingel7-18/+13
2012-01-30Add the RepositorySearchWizardPage to the EGit import wizardStefan Lay1-3/+23
2011-12-05Support creating Gist from files selected in Package ExplorerKevin Sawicki1-7/+12
2011-12-05Use correct task repository when opening a newly GistKevin Sawicki3-19/+22
2011-10-28Add support for creating Gists from Console viewKevin Sawicki1-19/+41
2011-10-28Use default sorter for gist repositoriesKevin Sawicki1-0/+2

Back to the top