Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-13Add maxRowCount variable to LookupCall.jsHEADreleases/10.0Cyrill Wyss3-3/+15
2021-08-12Add poly fills for min and max safe integer valuesCyrill Wyss1-0/+17
2021-08-06OWASP Dependency Check (2)Ivan Motsch1-0/+6
2021-08-06OWASP Dependency CheckIvan Motsch27-123/+122
2021-07-29Browser field: improve source check within _onMessage callbackStephan Merkli1-1/+22
2021-07-26TileGrid: ensure layout is valid after inserting a hidden tileFritz Schinkel2-5/+12
2021-07-16Table/Tree: improve error messageBeat Schwarzentrub2-4/+11
2021-07-16GlassPaneRenderer: add null checkBeat Schwarzentrub1-1/+2
2021-05-28DateUtility: support conversion from/to LocalDate and LocalDateTimeTimon Gygax2-0/+76
2021-05-17Add direct dependency to JasmineMatthias Villiger2-1/+4
2021-05-17Improve widget return type definitionMatthias Villiger4-10/+30
2021-05-17Improve jquery code completionMatthias Villiger1-4/+4
2021-05-07DesktopNavigation: adjust size of ViewButtonBox in single view modeBeat Schwarzentrub1-1/+1
2021-05-07Table: pressing up/down in the filter should move the selection up/downClaudio Guglielmo2-7/+7
2021-05-07Table: don't fail if rows are filtered while table is detachedClaudio Guglielmo3-3/+35
2021-04-30OWASP Dependency CheckIvan Motsch5-43/+43
2021-04-29arrays: add insertBefore() and insertAfter()Beat Schwarzentrub2-0/+84
2021-04-27RadioButton: fix layout when useUiWidth=trueBeat Schwarzentrub1-1/+0
2021-04-26Login: don't store path for unload requestsClaudio Guglielmo1-18/+28
2021-04-21Add deserializer for Locale that handles Locale.ROOT correctlyMichael Iseli9-1/+184
2021-04-16Tooltips: improve user experienceBeat Schwarzentrub4-1/+14
2021-04-14HtmlField: hide overflow if scrollbars are disabledBeat Schwarzentrub1-0/+1
2021-04-14Fix JavaDocBeat Schwarzentrub1-1/+1
2021-04-14IOUtility: add method to read a file into a BinaryResourceBeat Schwarzentrub2-5/+101
2021-04-14BrowserField: improve margins for "open in external window" messageBeat Schwarzentrub1-5/+6
2021-04-13Allow to reset the file-chooser in Scout classic.André Wegmüller2-0/+29
2021-04-13Support unzipping of filenames encoded in Cp437Cyrill Wyss1-1/+32
2021-04-12Fix memory leakClaudio Guglielmo1-1/+1
2021-04-09Cleanup polyfillsBeat Schwarzentrub1-94/+10
2021-04-08Data Objects: Date Deserializer handle empty / null stringPaolo Bazzi5-9/+47
2021-04-01TreeSmartField: fix null key behaviorClaudio Guglielmo9-36/+170
2021-04-01Improve JavaDoc for MOM marshallersBeat Schwarzentrub6-36/+66
2021-03-25AbstractComposerValueBox: Wrong value type after changing the operatorMarcel Wismer1-3/+3
2021-03-17Add final value IN_DEVELOPMENT_MODEClemens Stukenbrock1-3/+6
2021-03-17Code cleanupBeat Schwarzentrub1-16/+16
2021-03-16Use ConcurrentHashMap and remove synchronized blocksClemens Stukenbrock1-10/+15
2021-03-16JsonDataObjectsSerializationTest add date with zulu testPaolo Bazzi3-0/+21
2021-03-15Update IntelliJ meta dataBeat Schwarzentrub8-8/+8
2021-03-11JsonTable: add more debug infoBeat Schwarzentrub1-1/+14
2021-03-11RestRequestCancellationRegistry - Add Info not Exists HandlerLuca Ardüser2-2/+53
2021-03-11Introduce annotation to ignore data object convenience method generationMatthias Villiger1-0/+27
2021-03-11OWASP Dependency CheckIvan Motsch1-1/+1
2021-03-11Remove unnecessary CSS ruleBeat Schwarzentrub1-2/+1
2021-03-10Fix InputFieldKeyStrokeContext for contentEditable divsBeat Schwarzentrub2-2/+13
2021-03-04ICacheRegistryService - create multiple timesIvan Motsch12-93/+239
2021-03-03StringUtility: add lowercaseFirst()Beat Schwarzentrub2-0/+23
2021-03-03MalwareScanner: add possibility to write to a specific directoryBeat Schwarzentrub5-40/+150
2021-02-26UiServlet: improve loggingBeat Schwarzentrub3-15/+117
2021-02-26Remove dependency to org.eclipse.scout.json from the platformMichael Iseli45-82/+566
2021-02-26HttpProxy: include payload for PATCH requestDaniel Schmid1-3/+3

Back to the top