Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Lucee

Building the best dynamic java scripting language for web development
Collective - Host: opensource - https://opencollective.com/lucee - Website: https://lucee.org - Code: https://github.com/lucee

Merge pull request #1442 from xdecock/feature/add-retry-on-getTempFile

LDEV-3675 - feat(getTempFile): add Retry on getTempFile,

github.com/lucee/Lucee - a67079c42250a88437e88a00a1b0fe0ef56b85f5 authored 10 months ago by michaeloffner <[email protected]>
Merge branch '6.0' into 6.1

# Please enter a commit message to explain why this merge is necessary,
# especially if it merge...

github.com/lucee/Lucee - 45b4e315d816330a89e5eeefd339d8820e569e2d authored 10 months ago by michaeloffner <[email protected]>
improve test case

github.com/lucee/Lucee - 32e99ce86b9d085ca66feee0fb3fa895096d5a86 authored 10 months ago by michaeloffner <[email protected]>
LDEV-3113 - add support for "formUrlAsStruct"

github.com/lucee/Lucee - eec0258ac44eeba4d2a4eb98648a0035689930c8 authored 10 months ago by michaeloffner <[email protected]>
Merge branch '6.0' into 6.1

# Conflicts:
# loader/build.xml
# loader/pom.xml

github.com/lucee/Lucee - 16f8e277c92de6bd1fd67a45f243db3d2f685e20 authored 10 months ago by michaeloffner <[email protected]>
Merge branch '6.0' into 6.1

# Conflicts:
# loader/build.xml
# loader/pom.xml

github.com/lucee/Lucee - af178c4c24f1b94b1a302a5b65745b2e5ae78410 authored 10 months ago by michaeloffner <[email protected]>
LDEV-4791 - update security handling in singe mode

github.com/lucee/Lucee - 2fa6b639001b61868981d1981d15cf8b57f9b9a2 authored 10 months ago by michaeloffner <[email protected]>
Merge pull request #1043 from MitrahSoft/updatedefaultsecuritymanager_admin

LDEV-3076 fix for updatedefaultsecuritymanager in admin tag

github.com/lucee/Lucee - 5bed8dec281b200d98d1cdeb7e36abf62dbb0e36 authored 10 months ago by michaeloffner <[email protected]>
fix test case so it reflect the modified output in cfcatch variable

github.com/lucee/Lucee - 8076bc6819a00ba9bad5ba18b10e78bcb400aac3 authored 10 months ago by michaeloffner <[email protected]>
LDEV-2446 - fix codeprintHTML

github.com/lucee/Lucee - 5ca16781cf6ad2d0d01a3fdab32bf908dd903db5 authored 10 months ago by michaeloffner <[email protected]>
LDEV-2315 - added currency and date time format

github.com/lucee/Lucee - 5f27bc346bb74dee70c03c214137f654079f2dfa authored 11 months ago by michaeloffner <[email protected]>
LDEV-2230 - improve getting template path

github.com/lucee/Lucee - 6612b5dcd74e7eefdddce9228486bd3decc6d3b7 authored 11 months ago by michaeloffner <[email protected]>
improve test cases

github.com/lucee/Lucee - 22b38f04b468d22e7f039ec64cdde5e864b6d21c authored 11 months ago by michaeloffner <[email protected]>
fix syntax error in test case

github.com/lucee/Lucee - 7edfea1a5708a78779752dd12ea2f82d41ace2d8 authored 11 months ago by michaeloffner <[email protected]>
LDEV-4790 - add support for shorthand literal structs

github.com/lucee/Lucee - 107a58048454054f8974cf54848bc537c6a304a0 authored 11 months ago by michaeloffner <[email protected]>
update Bundle Provider mappings

github.com/lucee/Lucee - 6a080969a2f9cc5894dcd2016e219866a10336f0 authored 11 months ago by michaeloffner <[email protected]>
merge 6.0

github.com/lucee/Lucee - 676e69f96e87d6eeb9672a7d65833307799f70c7 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1444 from MitrahSoft/LDEV-1811

Added a fix to GetTagData() & GetFunctionData() to remove extra tabs in description for LDEV-1811

github.com/lucee/Lucee - 38fc7522ab4c3d2e220fa62d2c63678d405c4219 authored 11 months ago by michaeloffner <[email protected]>
improve test case

github.com/lucee/Lucee - 82e40824c895efd2d6249e96c3db834a1483638e authored 11 months ago by michaeloffner <[email protected]>
improve toInt method

github.com/lucee/Lucee - 37155b9c8baee4ffcf0beb83d545ee89c67bbbac authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1167 from zspitzer/patch-28

ignore parallel=true when limited to a single thread LDEV-2824

github.com/lucee/Lucee - f9d90a2b9256cf4572278246bfd0bd45e6ea99ea authored 11 months ago by michaeloffner <[email protected]>
improve test case

github.com/lucee/Lucee - c0986c822d2796e510b40e3c96977bfa07090d8c authored 11 months ago by michaeloffner <[email protected]>
Merge branch '6.0' of https://github.com/lucee/Lucee into 6.0

github.com/lucee/Lucee - 061d6f024b953fc5f9d1e121161fb088f28e354a authored 11 months ago by michaeloffner <[email protected]>
fix test case

github.com/lucee/Lucee - a9c1ee9da9e5db12b8374fca10e7074803b85c7d authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1494 from MitrahSoft/_Admin_Modern_

Code changes in query for Admin_Modern

github.com/lucee/Lucee - 833ad14df6c2513897bf11bf3bb1463c508e54fa authored 11 months ago by michaeloffner <[email protected]>
LDEV-3274 - improve implementation a bit

github.com/lucee/Lucee - ca53b21cafec8d6c09a3c85730e36859561cc1f8 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1275 from zspitzer/cftp-action-quote-LDEV-3274

cfftp action="quote" support LDEV-3274

github.com/lucee/Lucee - ed8b009c50dd68f41d066e2a9ca3f22d84c9e87e authored 11 months ago by michaeloffner <[email protected]>
make the Scheduler Thread safe

github.com/lucee/Lucee - f864d79a8b0d7a7ce29a2d0f8a1d0d8cce660afb authored 11 months ago by michaeloffner <[email protected]>
LDEV-3666 - improve double -> int conversion

github.com/lucee/Lucee - 3f832ff3084f02e0c752fb219f4421556a286710 authored 11 months ago by michaeloffner <[email protected]>
Merge branch '6.0' of https://github.com/lucee/Lucee into 6.0

github.com/lucee/Lucee - 66c6587734e0940d6584f858954676791de3d131 authored 11 months ago by michaeloffner <[email protected]>
LDEV-3666 - add test case for BitAnd

github.com/lucee/Lucee - b70f26e722878f5023b89e9c11ecdfa51c4acc3c authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1413 from MitrahSoft/LDEV-3666

Added a fix to Bit functions throws an error for large integer input in LDEV-3666

github.com/lucee/Lucee - 73d90b6146611e70c1388a7a288c689b704f8237 authored 11 months ago by michaeloffner <[email protected]>
Merge branch '6.0' of https://github.com/lucee/Lucee into 6.0

github.com/lucee/Lucee - fea436bd3c8a4de03c71c8dbd0bf9cc8441e8e36 authored 11 months ago by michaeloffner <[email protected]>
LDEV-3776 - add test case

github.com/lucee/Lucee - a918ca87d64bb326c08aaced66668172fa75e0ec authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1486 from softwareCobbler/LDEV-3776

fix FormatBaseN() using negative numbers - LDEV-3776

github.com/lucee/Lucee - c9f73038c74b5ba3db3614cbf39a45d30e6d3c29 authored 11 months ago by michaeloffner <[email protected]>
LDEV-4481 - manually adapt https://github.com/lucee/Lucee/pull/2049 and modify it a bit

github.com/lucee/Lucee - d66bad11b6477db887a01b9c051e4e997132db14 authored 11 months ago by michaeloffner <[email protected]>
manually adapt https://github.com/lucee/Lucee/pull/2017

github.com/lucee/Lucee - 03de72326304c35c32655511c5a255d843c8143a authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2036 from andreasRu/patch-3

Fix grammar

github.com/lucee/Lucee - 8aa3f7ed3258a985f12f68754a63427e294de096 authored 11 months ago by michaeloffner <[email protected]>
add FUTURE mark

github.com/lucee/Lucee - 095b0f52fd2ab146e7b9f88bf3b584d9e753b5fe authored 11 months ago by michaeloffner <[email protected]>
LDEV-3998 - improve exception handling

github.com/lucee/Lucee - 204c7500e1901b575c368f39f236c55d9ec1a785 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2085 from zspitzer/LDEV-3998-better-serialize-exception

LDEV-3998 improve exception when a java object can't be serialized

github.com/lucee/Lucee - ecbdfa75cab92a6a8be8b1f9a0aa1cf3916b2b20 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2210 from zspitzer/LDEV-4126

LDEV-4126 populate cgi.auth_user as cgi.remote_user

github.com/lucee/Lucee - f134b51d88306b08c72cca8e3f312e2d00da08cf authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2243 from MitrahSoft/LDEV-4694

Added a testcase to check for an invalid password with the action='removepassword' in cfpdf on L...

github.com/lucee/Lucee - f0a01bcc14822025c8203447b263b3c26815d6d1 authored 11 months ago by michaeloffner <[email protected]>
make cacheing region optional and possible to define via env var

github.com/lucee/extension-s3 - 2bf7debc036b1fa9ac80976feda56522c894b25d authored 11 months ago by michaeloffner <[email protected]>
log every creation of S3

github.com/lucee/extension-s3 - 3a27a23f70f5d5323ad32106510f7486f4ccd51d authored 11 months ago by michaeloffner <[email protected]>
LDEV-4249 - add test case for umlaut filename based on the ticket example

github.com/lucee/Lucee - 43b0d5cd0f299ef0a30710dba9ef4750529efe3e authored 11 months ago by michaeloffner <[email protected]>
LDEV-4249 - add test case for umlaut filename based on the ticket example

github.com/lucee/Lucee - ef502a117ea7f7e79ec9a85092aeb2a1268acc2c authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2261 from andreasRu/patchAndreasRu

Fixes https://luceeserver.atlassian.net/browse/LDEV-4249

github.com/lucee/Lucee - f58000d605da4cdc7e13a7a47d31e7fcb75fcdb3 authored 11 months ago by michaeloffner <[email protected]>
improve test case

github.com/lucee/Lucee - 57f2e09402cd802326b3e8636d3306b65abc2ef6 authored 11 months ago by michaeloffner <[email protected]>
improve test case

github.com/lucee/Lucee - f1150216dbaa31a7d32efc2e95fdb54883dc366e authored 11 months ago by michaeloffner <[email protected]>
improve test case

github.com/lucee/Lucee - c2b31a5fdd097e6f1beb84c47f66107075c3c652 authored 11 months ago by michaeloffner <[email protected]>
fix syntax issue

github.com/lucee/Lucee - 240793837c1395f211fdf07494c5062eeb2f1578 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1843 from MitrahSoft/LDEV-3452

Added a testcase to check cfhttp with path and file attributes for LDEV-3452

github.com/lucee/Lucee - f25b423340f72abcd0fbd9360374e6b1ed2266c5 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2179 from zspitzer/LDEV-4642-testcase

LDEV-4642 test case for inspect once and invalid cfc falling back to cache

github.com/lucee/Lucee - d6465a8988d08de46817a1ee580df36c09a3ecd6 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2233 from MitrahSoft/LDEV-4695

Added a testcase in QoQ IN-operator for LDEV-4695

github.com/lucee/Lucee - c6ed7382f55e9a28faee973955ef33f7966d519d authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2283 from MitrahSoft/createObject()_testcase

Added a testcase in createObject() function

github.com/lucee/Lucee - 06bc07c9d3cadff67acb64d5b5014e1e67f044e0 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1644 from MitrahSoft/LDEV-2999

Added a testcase to cfschedule with userAgent attribute for LDEV-2999

github.com/lucee/Lucee - a75fe320f2a78ee683493342baf13cb8cdf0202c authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1662 from MitrahSoft/directory_functions_testcase

Changed directory functions testcases to script

github.com/lucee/Lucee - dd125035c7193fc1185e44beea122bca354b2430 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1740 from zspitzer/LDEV-2622-ldap-tls

LDEV-2622 testcase for CFLDAP with TLS

github.com/lucee/Lucee - 2fdbc815349fc0e8ddc75839ad13bab4ae7d6b48 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1768 from MitrahSoft/LDEV-174

Added a fix and testcase to cflog/writeLog() works with empty text for LDEV-174

github.com/lucee/Lucee - 8dadd7828052bcf80c1fdd9f80c8cdbd94b34138 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1912 from zspitzer/LDEV-4334-update-mappings-bug

LDEV-4334 application action="update" mappings=mappings fails

github.com/lucee/Lucee - 0e911b9abb4812a6cf1be91846a478ae38af26cb authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #1988 from MitrahSoft/LDEV-4429

Added a testcase to check EHCache with "distributed":"automatic" for LDEV-4429

github.com/lucee/Lucee - 60234230729f41f90f3e2d56eedea38f6953c8ad authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2188 from MitrahSoft/LDEV-3246

Added a testcase to check default=null with cfparam for LDEV-3246

github.com/lucee/Lucee - 7af9139ff89f471abda567e29873ab4398a77121 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2221 from MitrahSoft/SanitizeHtml()

Added testcase for SanitizeHtml() function.

github.com/lucee/Lucee - 982b703782037f7d3bea1400833f61cd06f17b1b authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2202 from zspitzer/java-20-tests

LDEV-4658 update default java 19+ date formatting tests

github.com/lucee/Lucee - 47a2c6a861d031f6b5ae9d73a07de98f4f8aaca1 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2281 from MitrahSoft/LDEV_4672_

Updated the fix for LDEV-4672

github.com/lucee/Lucee - 5823ba091dbbbabb1dbaff436545a8ad819c3af2 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2288 from MitrahSoft/LDEV_4688

Added a testcase in subresource locator and custom response for LDEV-4688

github.com/lucee/Lucee - b6231d106ca4c3d8cf46a705f425671bd91884ac authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2287 from MitrahSoft/LDEV-4774

Added testcase for parsing (dd/mm/yyyy) strings formatted as dates for LDEV-4774

github.com/lucee/Lucee - 7f0e80e8a7231112420d7dd7c98274c38175fb4f authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2291 from MitrahSoft/isXmlElem()_testcase

Added a testcase in IsXmlElem() function

github.com/lucee/Lucee - dbc32b25bab7eb61907f4c0e575cd2f8916d2895 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2298 from cubiclabs/LDEV-4783

Added a fix in returnFormat is missing from getMetaData() for LDEV-4783 (6.0)

github.com/lucee/Lucee - c7011757e3f08b7cf8caee375bc9a63c67e229e7 authored 11 months ago by michaeloffner <[email protected]>
let the exception happen

github.com/lucee/Lucee - b320fd2922e36aeea457a2c4ba0c4f8de48050ae authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2300 from MitrahSoft/LDEV-4268_

Added to continue without a semicolon inside the script for LDEV-4268

github.com/lucee/Lucee - fe3ce535e750dfc74bca0eb4624c755dec67f579 authored 11 months ago by michaeloffner <[email protected]>
improve removal of secrets from exception

github.com/lucee/Lucee - b333b7e721f73fe6f1c65d52997964a462dabc17 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2304 from MitrahSoft/LDEV-4718_

Improved the error message in s3 for LDEV-4718

github.com/lucee/Lucee - bd8073bac35e2e8822a40d6bdd6247ea75279105 authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2306 from MitrahSoft/Cf_while

Added a test case for cfwhile tag

github.com/lucee/Lucee - 34d870b002ed7a832fd24b6df292bf7b34e1b08d authored 11 months ago by michaeloffner <[email protected]>
improve the exception message for invalid datasource name

github.com/lucee/Lucee - 7cdbd15e8c95a7d13761fd17d04d198ae043564a authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2307 from MitrahSoft/LDEV-4787

Improve invalid datasource name exception for LDEV-4787

github.com/lucee/Lucee - 080425eaf6a02a3a0e632bf4fb7549a5042c13b4 authored 11 months ago by michaeloffner <[email protected]>
LDEV-4785 - change behaviour a bit for backward compatibility

github.com/lucee/Lucee - 4bc593c14730944878262ea24bd58fcc82ad2385 authored 11 months ago by michaeloffner <[email protected]>
LDEV-4785 - change behaviour a bit for backward compatibility

github.com/lucee/Lucee - cb2daeed03b0c1613d68aeabd36b177b5c6ad96f authored 11 months ago by michaeloffner <[email protected]>
LDEV-4785 - change behaviour a bit for backward compatibility

github.com/lucee/Lucee - 3a474be843b2ee123243be85b0c5c3a7f2f0d4a0 authored 11 months ago by michaeloffner <[email protected]>
add new test suite for safe operator

github.com/lucee/Lucee - fb7dd9e8e71145b37d09ad62386129dbd325b5a2 authored 11 months ago by michaeloffner <[email protected]>
LDEV-4785 - change elvis operant bytecode

github.com/lucee/Lucee - 01d76a1b4238a90cec8b5a52cd41f523c9e427f7 authored 11 months ago by michaeloffner <[email protected]>
LDEV-4785 - change elvis operant bytecode

github.com/lucee/Lucee - 0a7c749db9d06ed83d47575fce583cd38a9b26d0 authored 11 months ago by michaeloffner <[email protected]>
improve invalid datasource name exception for LDEV-4787

github.com/lucee/Lucee - 537638de80de7e5f38f928b80c3d9d1236412041 authored 11 months ago by CF Mitrah <[email protected]>
LDEV-4786 - add OSGi->Maven mapping for new jar

github.com/lucee/Lucee - 0d94321fa30843b628bb09b8965b30a60a632cd1 authored 11 months ago by michaeloffner <[email protected]>
Merge branch '6.0' into 6.1

# Please enter a commit message to explain why this merge is necessary,
# especially if it merge...

github.com/lucee/Lucee - 2485dec62efd8b87b354a00abf8deed5458cd2df authored 11 months ago by michaeloffner <[email protected]>
clean up

github.com/lucee/Lucee - bdcf40209067b55681977f2202270959217cdbb6 authored 11 months ago by michaeloffner <[email protected]>
Merge branch '6.0' into 6.1

# Conflicts:
# core/src/main/java/resource/tld/core-cfml.tld
# core/src/main/java/resource/tld/c...

github.com/lucee/Lucee - 7d84216da5af8d16e78e3f503e39d8c190c4e33a authored 11 months ago by michaeloffner <[email protected]>
LDEV-4786 - use everywhere the same class for Username/Password Authentication provided by the commons-email library and use the merged (commons email and jakarta mail) OSGi Bundle

github.com/lucee/Lucee - 10f06d9d69ff4a43dc80d68495289ac356990146 authored 11 months ago by michaeloffner <[email protected]>
add org.lucee.commons-email-all-1.6.0

github.com/lucee/mvn - f81bcd4beac304837796b81f901448787a344678 authored 11 months ago by michaeloffner <[email protected]>
add org.lucee.commons-email-all-1.6.0

github.com/lucee/mvn - c359aa632e47236a8ea6c15aca5456ee019b4d45 authored 11 months ago by michaeloffner <[email protected]>
Update While.cfc

github.com/lucee/Lucee - 737ee274439e2a0e7b11176cfb58103ddb3d6f70 authored 11 months ago by Saravanamuthu Aka CF Mitrah <[email protected]>
Added a test case for cfwhile tag

github.com/lucee/Lucee - 7d8ab51d1b5071a3cd3b1eee205295e3093586a8 authored 11 months ago by CF Mitrah <[email protected]>
Improved the error message in s3 for LDEV-4718

github.com/lucee/Lucee - 201b0b1fd3fbea8f859dfeec6c0114d7ea4cd2e3 authored 11 months ago by CF Mitrah <[email protected]>
add javamail defaults to META-INF

github.com/lucee/Lucee - 8757c77bb7b52d17267a68dad43f7d6e99ac835e authored 11 months ago by michaeloffner <[email protected]>
Merge pull request #2279 from MitrahSoft/LDEV-4736

Added a testcase to the directoryEvery() function for LDEV-4736

github.com/lucee/Lucee - f37135e2291e339568df905f039cebf04e551f1d authored 11 months ago by Zac Spitzer <[email protected]>
Merge pull request #2275 from MitrahSoft/sqr()

Added testcase in sqr() function

github.com/lucee/Lucee - 33e03dd2a378c98af5f7b79d5c8b34ab83bc9fb5 authored 11 months ago by Zac Spitzer <[email protected]>
Merge pull request #2276 from MitrahSoft/sgn()_testcase

Added testcase in sgn() function

github.com/lucee/Lucee - 94753a2e4094110f7f7e8ebc4a0f41c18c7ce628 authored 11 months ago by Zac Spitzer <[email protected]>
Merge pull request #2278 from MitrahSoft/sin()_testcase

Added a testcase in sin() function

github.com/lucee/Lucee - 5071d047ca2286d121e125adcd1469c7b13439da authored 11 months ago by Zac Spitzer <[email protected]>
Merge pull request #2282 from MitrahSoft/min()_testcase

Added a testcase in min() function.

github.com/lucee/Lucee - a3fc1b55643b206c6f1a4aff7bab76d78649bd9a authored 11 months ago by Zac Spitzer <[email protected]>