Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-18Duplicate Request warningIvan Motsch1-1/+6
2019-08-26DuplicateRequestException: add more details such as called operationIvan Motsch1-1/+7
2019-08-19Code cleanupClaudio Guglielmo1-1/+1
2019-08-16CacheBuilder: Removed unused m_cacheInstances member & accessorPaolo Bazzi1-2/+0
2019-08-13ServiceTunnelServlet: Reduce log level for job cancellationsJeremie Miserez1-2/+26
2019-08-10Update copyright header template for EclipseMatthias Villiger2-2/+2
2019-08-10Update copyright file header to block commentMatthias Villiger106-215/+215
2019-07-10Revert "Change Snapshot version from 10.0.0-SNAPSHOT to 10-SNAPSHOT"Arthur van Dorp1-1/+1
2019-07-09Change Snapshot version from 10.0.0-SNAPSHOT to 10-SNAPSHOTArthur van Dorp1-1/+1
2019-07-04Update IntelliJ Meta data after mergeAndreas Hoegger1-0/+1
2019-07-04Update Maven module marker in iml filesMatthias Villiger1-2/+1
2019-07-04Update module filesMatthias Villiger1-1/+2
2019-07-04Create IntelliJ module filesMatthias Villiger1-0/+31
2019-04-03Update Sonar Settings to version 10Matthias Villiger1-1/+1
2019-03-29Delete unnecessary explicit session attribute removalMatthias Villiger2-10/+7
2019-03-27Initial Commit for Scout 10.Patrick Bänziger1-1/+1
2019-03-25Remove legacy output-variables support from service tunnelMatthias Villiger4-26/+1
2019-03-11Remove previously deprecated codeBeat Schwarzentrub10-1717/+0
2019-01-15Update IDE meta files for Eclipse 2018-12 and Java 11Matthias Villiger3-2/+5
2018-12-27Java 11 supportMatthias Villiger2-33/+39
2018-10-30Improve javadoc for GroupedSynchronizerMatthias Villiger1-1/+4
2018-10-29ServerSession#stop() should not block creation of new sessionsMatthias Villiger3-48/+195
2018-10-29Extract HTTP request based RunContext creation from ServiceTunnelServletMatthias Villiger17-258/+665
2018-10-25Detect duplicate http post requestsIvan Motsch1-4/+19
2018-10-24Add TransactionCancelledError and ITransaction.checkCancelledIvan Motsch1-3/+20
2018-09-12Update copyright headersArthur van Dorp33-33/+33
2018-09-11Create 9.0 branch and update all POMs.Patrick Bänziger1-1/+1
2018-09-07Create 8.1 branch and update all POMs.Patrick Bänziger1-1/+1
2018-08-27Add imap helper and mail bounce detectorStephan Merkli5-15/+52
2018-06-28Replace ISMTPService/AbstractSMTPService by SmtpHelperStephan Merkli3-127/+47
2018-06-26Move mail related classes to org.eclipse.scout.rt.mail moduleStephan Merkli2-2/+2
2018-05-18Create helper method to do an integer division that rounds up.Matthias Villiger1-1/+2
2018-05-03Bug 534293 Fix ServerRunContextProducer.produce(Subject)Matthias Otterbach1-2/+7
2018-04-27Moved text and multi-language support from shared to platformIvan Motsch2-2/+2
2018-04-11Refactored EventListenerListIvan Motsch2-30/+20
2018-04-09Update jsdt settings due to oxygen.3Claudio Guglielmo1-0/+1
2018-04-03Update Sonar settings for new Sonar pluginMatthias Villiger1-0/+2
2018-03-30Update Sonar Settings for new branchPatrick Bänziger1-1/+1
2018-03-30Create 8.0 BranchPatrick Bänziger1-1/+1
2018-03-16Fix warnings: Update version number for javax.mail dependencyMatthias Otterbach3-53/+57
2017-12-29Cleanup JavaDocBeat Schwarzentrub4-7/+2
2017-12-19Set proper cache headers on login and logout responsesClaudio Guglielmo3-3/+3
2017-12-13Password policy: enforce lowercase and uppercase characterStephan Merkli1-2/+5
2017-12-07Configure comment formatter to use old-style comment length.Matthias Villiger1-0/+1
2017-11-09Harmonize config propertiesMatthias Villiger3-52/+156
2017-09-28Update all licence headersClaudio Guglielmo86-88/+176
2017-09-28Regenerate settings filesClaudio Guglielmo4-3/+4
2017-09-20Cleanup config propertiesMatthias Villiger1-1/+1
2017-09-13Java8 MigrationMatthias Villiger54-383/+289
2017-08-30Update to use java 8 (newest Maven Master). Some fixes for generics.Patrick Bänziger2-4/+4

Back to the top