1. fae2b31 Update to Orbit Neon build R20160520211859 by Markus Knauer · 8 years ago master
  2. f7eadc3 Fix testfixture internal classes resolution by Ivan Furnadjiev · 9 years ago
  3. d30af35 Adopt tests to the recent test fixture changes by Ivan Furnadjiev · 9 years ago
  4. c9f59e1 Update copyright header by Ivan Furnadjiev · 10 years ago
  5. 0808d61 Fix failing test in FileUploadHandler_Test by Ivan Furnadjiev · 10 years ago
  6. 94f33aa Do not close data stream in DiskFileUploadReceiver#receive by Ivan Furnadjiev · 10 years ago
  7. 0278c29 Fix exception when pressing FileDialog Cancel button by Ivan Furnadjiev · 10 years ago
  8. 94b3249 Fix compile error after deprecated PhaseId class is made internal by Ivan Furnadjiev · 10 years ago
  9. 5172312 Change RAP bundles/packages upper version limit to 4.0.0 by Ivan Furnadjiev · 10 years ago
  10. ee75094 Update org.apache.commons.[io,fileupload] dependencies by Markus Knauer · 10 years ago streams/2.3
  11. 50ab144 Include updated SUA for 2014 in features by Markus Knauer · 10 years ago
  12. af70bf1 Use Apache Fileupload streaming API by Ralf Sternberg · 10 years ago
  13. 3ca432b Add support for drag and drop client files by Ivan Furnadjiev · 10 years ago
  14. e6ed252 Obtain upload handler from upload event by Ivan Furnadjiev · 10 years ago
  15. a771f84 Return relative URLs for FileUploadServiceHandler by Ralf Sternberg · 10 years ago
  16. eff934c Upgrade dependencies to RAP 2.3, increment versions by Ralf Sternberg · 10 years ago
  17. 522dedc Refactoring in FileUploadHandlerStore by Ralf Sternberg · 10 years ago
  18. b534818 Cleanup: add import versions, PDE settings by Ralf Sternberg · 10 years ago
  19. ef2c05f Use package import instead of required bundle for Appache Commons by Ivan Furnadjiev · 10 years ago
  20. e26603a Make single file upload FileDialog smaller in height by Ivan Furnadjiev · 10 years ago
  21. 4baf1e4 Change RAP bundles dependency min version back to 2.2 by Ivan Furnadjiev · 10 years ago
  22. 0b87540 Update RAP dependency version to 2.3.0 by Ivan Furnadjiev · 10 years ago
  23. 184ef6d Update feature/pom/dependency versions to 2.3.0 by Ivan Furnadjiev · 10 years ago
  24. 08ed3a1 Remove static from createButton method by Ivan Furnadjiev · 11 years ago streams/2.2
  25. 95d179b Make createFileUpload/createButton protected by Ivan Furnadjiev · 11 years ago
  26. 8e8b7de Remove old "supplemental" bundles by Ivan Furnadjiev · 11 years ago
  27. f66db7d Remove old tests bundles by Ivan Furnadjiev · 11 years ago
  28. 0c5f4b4 Disabling all test projects for today. by Markus Knauer · 11 years ago
  29. a18673a Enable build of new bundles by Markus Knauer · 11 years ago
  30. d2e7894 Reset progress bar tooltip when upload is finished/failed. by Ivan Furnadjiev · 11 years ago
  31. 5f7d861 Use Add/Browse externalized strings by Ivan Furnadjiev · 11 years ago
  32. 513a480 Add tooltip with current upload progress % by Ivan Furnadjiev · 11 years ago
  33. 3e088b8 Change DiskFileUploadReceiver#getTargetFiles return type to array by Ivan Furnadjiev · 11 years ago
  34. 85e2f59 Improve file deletion testability by Ivan Furnadjiev · 11 years ago
  35. 13ecb1f Delete only uploaded file (avoid dependency to file/directory structure) by Ivan Furnadjiev · 11 years ago
  36. 02bc747 Delete successfully uploaded files if cancel/close button is pressed by Ivan Furnadjiev · 11 years ago
  37. 1252fc0 Add reference to original Apache FileCleaningTracker bug by Ivan Furnadjiev · 11 years ago
  38. 644db10 Add null check for file and path in track methods by Ivan Furnadjiev · 11 years ago
  39. d967194 Cleanup temp file in tearDown by Ivan Furnadjiev · 11 years ago
  40. 1ff64b5 Create simpler CleaningTracker by Ivan Furnadjiev · 11 years ago
  41. c9a7543 Initial import of the new multi FileUpload implementation by Ivan Furnadjiev · 11 years ago
  42. 65fbca7 Initial import of the new FileDialog implementation by Ivan Furnadjiev · 11 years ago
  43. ffed9b1 Get use of JUnit4 by Ivan Furnadjiev · 11 years ago
  44. 55938cb Replace RichAjax Platform with Remote Application Platform by Ivan Furnadjiev · 11 years ago streams/2.1
  45. bc1c072 Remove outdated psf files by Ivan Furnadjiev · 11 years ago
  46. 1743d14 Use mockito-all by Ivan Furnadjiev · 11 years ago
  47. 8053750 Fix return code in FileDialog, add test fragment by Ralf Sternberg · 11 years ago
  48. 2b6c20b Replace the usage of deprecated API. by Ivan Furnadjiev · 11 years ago
  49. 1f96925 Update version to 2.0.0 by Ivan Furnadjiev · 11 years ago
  50. 4348027 Adjust to new remote server push in RAP 2.0 by Ralf Sternberg · 11 years ago
  51. e331f94 Adjust to upgraded example bundle version in RAP 2.0 by Ralf Sternberg · 11 years ago
  52. f211d9e Replace the usage of deprecated Graphics text size related methods with by Ivan Furnadjiev · 11 years ago
  53. 23699c3 Adjust to change in RAP: Replace RWTFacory with ContextProvider by Ralf Sternberg · 11 years ago
  54. a11a9ea Minor adjustment: Use return value of Fixture#fakeNewRequest by Ralf Sternberg · 11 years ago
  55. 927fba4 Fix compile error after remove of Fixture#fakeRequestParam by Ivan Furnadjiev · 11 years ago
  56. 8d95aca Adjust to changed service handler parameter name in RAP by Ralf Sternberg · 11 years ago
  57. 60b68cb Adjust to ApplicationContext rename in RAP 2.0 by Ralf Sternberg · 11 years ago
  58. f5972fa Fix compile errors after renaming of SessionStore to UISession by Ivan Furnadjiev · 11 years ago
  59. f866952 Adjust service handler to changes in 2.0 by Ralf Sternberg · 11 years ago
  60. 70b9b21 Workaround for tycho compile error with mockito by Ralf Sternberg · 11 years ago
  61. a03ff12 Fix version for package imports in manifest by Ralf Sternberg · 11 years ago
  62. 9eb304c Update package imports to change in RAP by Ralf Sternberg · 12 years ago
  63. aa0ebb4 Changing feature version in repository creation build step to 1.5.100. by Markus Knauer · 12 years ago
  64. b7bc46f Update bundle and import versions by Ralf Sternberg · 12 years ago
  65. 2104538 Merge branch 'master' of ssh://ifurnadjiev@git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.fileupload.git by Ivan Furnadjiev · 12 years ago
  66. ff02e66 Fix package import due to package renaming by Markus Knauer · 12 years ago
  67. 820a4ea Add initial component.xml to component. by Markus Knauer · 12 years ago
  68. 7983d67 Enable Tycho build of file upload component. by Markus Knauer · 12 years ago
  69. 7810cd5 Remove obsolete method from interface by Ralf Sternberg · 12 years ago streams/1.5
  70. 44dbbe3 Cleanup build.properties, add copyright header by Ralf Sternberg · 12 years ago
  71. 91963c4 Updated parameter type after change to interface by Ralf Sternberg · 12 years ago
  72. 592e258 Remove existing .cvsignore by Markus Knauer · 12 years ago
  73. 04e63dd Add gitignore file by Ralf Sternberg · 12 years ago
  74. 1934b87 Update dependencies to work with JEE_COMPATIBILITY mode. by Ivan Furnadjiev · 12 years ago v20120426_incubator_git_migration
  75. 1caca1d Added configure method to IExampleContribution to allow contributions to initialize by Ralf Sternberg · 12 years ago
  76. a05633c Use predefined margins for layouts in examples demo pages by Ralf Sternberg · 12 years ago v20120319_R15-M6 v20120320_R15-M6
  77. 641c5b8 Applied Examples demo changes from Nick by Ralf Sternberg · 12 years ago
  78. 671604e Fix compile error. by Ivan Furnadjiev · 12 years ago
  79. e4d9a61 refs bug 372649 - fixed javadoc by Austin Riddle · 12 years ago
  80. 761581d refs bug 372649 - added implementation to obtain content type. by Austin Riddle · 12 years ago
  81. 2d0aff3 refs bug 372649 - cleared values when upload fails by Austin Riddle · 12 years ago
  82. cf77aac Formatting. by Ivan Furnadjiev · 12 years ago
  83. e80b276 refs bug 372649 - added access to content type in upload panel for future use. by Austin Riddle · 12 years ago
  84. c20850d Changed file upload feature name to make it more concise by Ralf Sternberg · 12 years ago
  85. 5acaa0b Reordered plugins in feature, updated copyright by Ralf Sternberg · 12 years ago
  86. 33783da Added about.html to build properties by Ralf Sternberg · 12 years ago
  87. c7de837 Revised error reporting prefs in fileupload bundle by Ralf Sternberg · 12 years ago
  88. 3b7887f Minor refactorings, decreased sleep time to avoid retarding the entire test suite by Ralf Sternberg · 12 years ago
  89. f9d11ac Extracted handling of apache.fileupload FileCleaningTracker into a dedicated class - bug 362924: Using FileDialog causes classloader leaks by Ralf Sternberg · 12 years ago
  90. 014ec9f Suppressed deprecated warning by Ralf Sternberg · 12 years ago
  91. 6522059 Disabled serializable warnings in fileupload bundle by Ralf Sternberg · 12 years ago
  92. f6b8800 refs bug 362924 - added more time for initially running threads to die. by Austin Riddle · 12 years ago
  93. 3e79c03 refs bug 362924 - added more time for thread to die. by Austin Riddle · 12 years ago
  94. 0ef9efb refs bug 362924 - added test case for cleanup thread destruction. by Austin Riddle · 12 years ago v20120130_R15-M5
  95. 05fb045 refs bug 366714 - added separate fileupload feature by Austin Riddle · 12 years ago
  96. bcafda5 Code format, fix copyright headers. by Ivan Furnadjiev · 12 years ago
  97. ff49e79 refs bug 362924 - updated listener implementation and test cases for new apache version. by Austin Riddle · 12 years ago
  98. c7cb469 refs bug 362924 - moved cleanup code to where it is locally used. by Austin Riddle · 12 years ago
  99. bc28bef refs bug 362924 - upgraded apache versions by Austin Riddle · 12 years ago
  100. c4f41ec refs bug 362924 - upgraded apache dependencies and added cleanup code by Austin Riddle · 12 years ago