2
I Use This!
Very High Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Sep 13, 2025 — Sep 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update SECURITY.md More... 5 days ago
Bugfix: Ensure module onload runs only after env resource has been loaded to ensure correct behaviour (legacy request parameters, etc.) More... 13 days ago
UX: Adds confirmation dialog text when user wants to delete a schema node/relationship More... 14 days ago
Minor: Updates widget set to use from 0.1.3 to 0.1.4 More... 14 days ago
Bugfix: In the documentation, show details for functions that do not have a long description but have examples or notes Minor: Adds canShowDetails() to interface Documentable to allow implementing classes to decide if they can show details More... 14 days ago
Docs: Sort documentation sections by name for display type table and table-with-details (built-in functions, settings, system keywords, maintenance commands) More... 14 days ago
UX: Switch padding to margin because otherwise the padded area is clickable and leads to TOC being updated without changing the docs article More... 14 days ago
Minor: Renames theme() and dataSource() functions to getTheme() and getDataSource() to prevent possible name clashes with repeater keywords More... 14 days ago
Improvement: Removes settings that prevents logging of stack traces in favor of a new setting that either logs a shortened stack trace or the full stack trace More... 14 days ago
Improvement: Allow disabling device trust per-user UI/UX: Adds deviceTrustPossible flag to general tab in user dialog UX: Adds button for "User.rotateDeviceTrustSecret()" to general tab in user dialog (rotates device trust secret and thus invalidates all previously issued device trust tokens for that user) UI: Show device trust duration in login dialog More... 15 days ago
Improvement: Makes letsencrypt maintenance command more robust regarding errors in lifecycle methods and checks for existence rather than trusting a return-value of null or an exception (which can both fail in different ways) Docs: Adds more documentation to letsencrypt maintenance command More... 18 days ago
Docs: Updates documentation regards Let's Encrypt and the automation of the certificate retrieval process More... 18 days ago
Merge branch 'main' of gitlab.structr.com:structr/structr More... 20 days ago
UX: Adds "Upload" button to files area and refactors upload code to remove similar code More... 20 days ago
Test: Moves test validation to a nested schedule to enable "innerMost" to make it to the log More... 20 days ago
Bugfix: Prevent accidentally running two scheduled jobs simultaneously by introducing a shared lock More... 20 days ago
Test: Fixes flaky test testHeaderAuthenticationFailureIncrementsPasswordAttempts by moving reset code to separate TX. The big TX for a GET request with header authentication could swallow the reset on the User if the request was also on the User resource because of per-type semaphores in JsonRestServlet More... 20 days ago
Minor: Only log header authentication failed message when it actually failed More... 20 days ago
Enhancement: Adds println() which appends a newline, and documents that newlines become <br> in text/plain content. More... 21 days ago
Fix: Shows string results in the scratchpad as they are instead of JSON-escaping quotes and newlines. More... 21 days ago
Fix: A method whose source was never set no longer fails with a NullPointerException More... 21 days ago
Fix: A non-collection resource no longer wraps its result in an array More... 21 days ago
Minor: Updates widget library to 0.1.3 More... 21 days ago
Bugfix: removes intermediate conversion from Map<String, Object> to Map<String, String> because the receiver uses Map<String, Object> and not all elements are strings More... 21 days ago
Minor: Updates the default timeout for in-progress two-factor authentication to 5 minutes (maximum time between login with username/password and supplying the OTP for a complete login) More... 22 days ago
Feature: Adds option to trust browser/device for two-factor-authentication to skip 2FA on next login in the same browser More... 22 days ago
Merge branch 'main' of gitlab.structr.com:structr/structr More... 22 days ago
Minor enhancement: Removes unused EmbeddedDatabaseService import More... 22 days ago
Enhancement: Asserts that nothing referring to the old name is left after refactoring, and waits for the localization form. More... 22 days ago
Enhancement: Adds log.warn(), log.error(), log.info() and log.debug() and reports the script position of the call. More... 22 days ago