Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-11-16Code cleanupMatthias Villiger2-25/+15
2020-11-16BEANS.get for beans of the same class and order should be stableMatthias Villiger2-40/+43
2020-11-16Add NlsKey annotationMatthias Villiger4-10/+39
2020-11-04Support automatic chunk creation for JavaScript assetsMatthias Villiger1-0/+37
2020-10-28Delete Eclipse meta dataMatthias Villiger13-572/+0
2020-10-26Remove deprecated codeMatthias Villiger4-43/+8
2020-10-15LocaleUtility: add methods to get display texts from localeBeat Schwarzentrub1-0/+48
2020-10-07Add public TriState#parseBoolean and TriState#negateRalph Steiner1-6/+26
2020-10-02Allow IHeaderCell to be modified without using execDecorateHeaderCellMatthias Villiger1-2/+17
2020-09-27OWASP: unsafe object deserializationIvan Motsch8-40/+557
2020-09-17StreamUtility.toMap changed default remapper to replacingMergerPaolo Bazzi1-14/+18
2020-09-11Update Java dependenciesMatthias Villiger1-5/+5
2020-09-09DateFormatProvider: add support for time pattern with seconds and millisecondsStephan Merkli1-4/+31
2020-07-23No public constructor for BinaryRefsRalph Steiner1-0/+3
2020-07-22Introduce URI scheme 'binref' to allow referencing BinaryResourceRalph Steiner4-16/+16
2020-07-22Introduce URI scheme 'binref' to allow referencing BinaryResourceRalph Steiner4-0/+437
2020-07-17HtmlElement: add addCssClass methodClaudio Guglielmo5-9/+45
2020-06-29Use LocalHostAddressHelper for resolving localhost name and addressAndi Bur1-0/+80
2020-06-19Make NaturalCollatorProvider parallel computableIvan Motsch1-18/+15
2020-06-05Avoid additional unnecessary parsing of URIRalph Steiner1-4/+7
2020-06-02Add accessToken and refreshTokenIvan Motsch3-13/+50
2020-05-27Add JwtPrincipal and SamlPrincipalIvan Motsch4-35/+175
2020-05-20Support SSL/https in scout jetty serverIvan Motsch3-11/+273
2020-05-20Identity Management and indirect login/authenticationIvan Motsch5-4/+184
2020-05-15Improve JavaDocBeat Schwarzentrub1-3/+2
2020-05-08Fix typoBeat Schwarzentrub4-4/+4
2020-04-28Fix JavaDocBeat Schwarzentrub1-12/+4
2020-04-22Added support for MultiStatus, migrated DateField to new conceptAndré Wegmüller1-1/+1
2020-04-18Use Introspector.decapitalize instead of similar codeIvan Motsch1-8/+9
2020-04-09Update scout version from 10.0 to 11.0Adrian Egloff1-1/+1
2020-04-08Separate logging of VetoExeptions in CallableChainExceptionHandlerAdrian Egloff1-0/+9
2020-04-06Replace OfficialVersion with PlatformVersionPropertyRalph Steiner1-0/+20
2020-03-25Update IntelliJ meta dataRalph Steiner1-1/+1
2020-03-25javax to jakarta name migrationIvan Motsch1-16/+2
2020-03-24DateUtility: Code cleanup, improve JavaDocBeat Schwarzentrub1-12/+18
2020-03-23Add new function to calculate hours in between two datesCyrill Wyss1-2/+34
2020-03-17config.properties paths - solve ambigous usageIvan Motsch3-35/+48
2020-03-17NlsFileWatcher: fix error when workspace path contains spacesThomas Siegrist1-1/+15
2020-03-11Fix warning and JavaDocBeat Schwarzentrub1-5/+6
2020-03-10StringUtility: add randomId()Beat Schwarzentrub1-0/+36
2020-03-06Add new interface CloseableIteratorAndi Bur1-0/+19
2020-03-05Add newTransactionSupplier to RunContextAndi Bur3-2/+42
2020-03-02Do not use '/pom.xml' in maven project.parent.relativePathRalph Steiner1-1/+1
2020-02-27Default path is absolute path, classpath: prefix for local pathIvan Motsch2-18/+23
2020-02-27Fix debug log msgRalph Steiner1-1/+1
2020-02-19PropertiesUtility switch to enable/disable failure/log on problemsIvan Motsch2-12/+38
2020-02-19PropertiesUtility default resolve uses System properties and envIvan Motsch1-5/+124
2020-02-13NLS: Refactor nls file watcher to only one instance.Thomas Siegrist6-250/+165
2020-01-30NLS: change default value of file watcher to enabled and fix testsThomas Siegrist3-2/+13
2020-01-29NLS: change default value of file watcher to disabledThomas Siegrist1-1/+1

Back to the top