2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
UI: Removes visible UI settings from areas without specific UI settings More... over 1 year ago
Efficiency: Enables garbage collection for elements with droppable upon deletion from page tree More... over 1 year ago
Efficiency: Enables garbage collection for all elements with droppable feature when page tree element is collapsed and children are removed from DOM More... over 1 year ago
Refactoring: Changes HTML ID of context menu element and moves all context menu related code to a single place More... over 1 year ago
Feature WIP: Implements cleanup function for droppables which will enable elements with a registered droppable to be able to be garbage collected More... over 1 year ago
Bugfix: Fixes update process for monaco editor instances in conjunction with recent java support feature More... over 1 year ago
Refactoring: Minor refactoring of data area to remove global click handlers and some jquery More... over 1 year ago
Feature: Better support for java methods in code and schema area More... over 1 year ago
UI: Turns off autocomplete for search in code area More... over 1 year ago
Bugfix: Correctly toggle button states for schema layout updating and deleting More... over 1 year ago
Bugfix: Prevents a situation where (after a session timeout) the websocket connection on the client has a different session ID than the session on the server. Completely harmless, but leads to unwarranted popups when the schema is compiled. More... over 1 year ago
Merge branch 'main' of github.com:structr/structr More... over 1 year ago
Enhancement: Adds support for success and failure notifications to event action mapping More... over 1 year ago
Merge remote-tracking branch 'upstream/main' into configuration More... over 1 year ago
Enhancement: adds request parameter to control serialization of null values in JSON output More... over 1 year ago
Merge branch 'main' of github.com:/structr/structr More... over 1 year ago
Bugfix: allow schema methods with codeType "java" to be imported correctly. More... over 1 year ago
UI: Trigger schema UI reload if name or extendsClass of an entity type is changed More... over 1 year ago
Bugfix: Prevent removal of resource access grant for method names containing an underscore More... over 1 year ago
Improvement: Applies experimental support for javascript syntax highlighting in ${{ }} in HTML elements. This time in our own domain to prevent losing it again during monaco editor upgrade More... over 1 year ago
UI: Update previous commit to handle node highlighting on our own More... over 1 year ago
UI: Improve node highlighting for dragndrop of page items and widgets More... over 1 year ago
Fixes issues with storage configuration. More... over 1 year ago
Fixes migration of binary content under certain circumstances. Ensures that the local fs provider opens SeekableByteChannels with the appropriate opts. Removes implementation specific getMountTarget from StorageProvider interface. More... over 1 year ago
Fixes storage migration handling by respecting parentId changes in addition to just the parent property. More... over 1 year ago
Merge remote-tracking branch 'upstream/main' into configuration More... over 1 year ago
Fixes potiential NPE when UUID pattern has not been initialized in tests; Adds test dependency. More... over 1 year ago
Bugfix: Prevent duplicate creation of event mapping objects More... over 1 year ago
UI: Do not add "Properties" entry to context menu for remote widgets More... over 1 year ago
Improvment: Adds 2 setting to control how UUIDs are created (with or without dashes) and which UUIDs formats are allowed (with or without dashes or both) More... over 1 year ago