Commit Graph

90 Commits

Author SHA1 Message Date
99e7d940ee feat(index.d.ts): extend create method options to include rootElement parameter
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-27 16:32:38 +00:00
c4d4a2f6e0 feat(index.d.ts): update create method parameter type for XML string creation
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-27 14:36:04 +00:00
fe548c0537 feat(index.d.ts): add ExecPackage interface to global context
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-27 09:06:57 +00:00
b724100477 feat(index.d.ts): add ExecPackage interface for command execution with options
All checks were successful
continuous-integration/drone/push Build is passing
2025-08-27 08:55:15 +00:00
40446e13bb feat(config.json): füge admin-Konfiguration mit Token-Management hinzu
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-24 14:48:16 +00:00
303652101b feat(index.d.ts): erweitere Bildverarbeitungsoptionen um Resampling, Anker, und Dimensionseinsparungen
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-24 10:04:10 +00:00
592ee4a42b feat(index.d.ts): add outputType option for image processing configuration
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-23 17:07:51 +00:00
ca8d37815b feat(index.d.ts): add lossless option to image processing configuration
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-23 16:49:52 +00:00
9beb4d3a43 feat(index.d.ts): add sameSite option to set cookie's SameSite attribute
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-26 13:18:14 +00:00
2b0edd2c9f sleep in hook and cors in config
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-23 14:01:15 +00:00
1b48015c98 context.cyrpto.md5
All checks were successful
continuous-integration/drone/push Build is passing
2024-06-26 14:58:39 +00:00
c6abfc9f07 image filter with skipLargerDimension and skipLargerFilesize
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-23 09:52:27 +00:00
b0771bdfb5 📝 docs(index.d.ts): add server config object definition for better documentation
All checks were successful
continuous-integration/drone/push Build is passing
The server config object definition has been added to the global declaration file to provide clear documentation on the structure of the server configuration object. This will help developers understand the expected format of the server configuration object and its properties.
2024-02-23 10:56:56 +00:00
380bd89787 🚀 feat(index.d.ts): add ConfigPackage interface to provide utility functions for configuration management
All checks were successful
continuous-integration/drone/push Build is passing
The ConfigPackage interface is added to provide utility functions for configuration management. It includes methods to get the current namespace string and the current project object, enhancing the flexibility and ease of managing configurations within the application.
2024-02-23 10:40:10 +00:00
194cd2eba8 🚀 feat(index.d.ts): add copy method to the global declaration to enable file or directory copying
All checks were successful
continuous-integration/drone/push Build is passing
The copy method is added to the global declaration in order to provide a convenient way to copy files or directories. This method takes the source path and destination path as parameters and performs the copy operation. This addition enhances the functionality of the global declaration and allows for easier file management within the application.
2024-01-09 14:25:14 +00:00
beff5c2fe1 🔨 refactor(fieldMeta.json): remove unnecessary code duplication and reorganize fieldMeta schema
🌟 feat(fieldMeta.json): add new properties for folding configuration, hiding field widget, direction, pathStep, and metaElements
The changes in the fieldMeta.json schema remove unnecessary code duplication by removing a section that was already defined elsewhere. The schema is also reorganized to group related properties together for better readability. New properties for folding configuration, hiding field widget, direction, pathStep, and metaElements are added to enhance the flexibility and customization options of the fieldMeta schema.
2023-08-06 09:35:49 +00:00
791ef2639c 🔧 chore(schemas): update collectionNavigation.json and fieldMeta.json schemas
All checks were successful
continuous-integration/drone/push Build is passing
🔀 Merge branch 'feature/schema-update' into 'master'
The collectionNavigation.json schema was updated to include a new enum value "MANUALLY" for the "order" property in the "defaultSort" object. This allows for manual sorting of items in the admin UI lists. The fieldMeta.json schema was updated to include new properties and definitions related to folding configuration for array fields, hiding field widgets, direction of fields, path steps, and meta elements. These updates enhance the flexibility and customization options for the field widgets in the application.
2023-08-06 09:31:19 +00:00
7e01225447 final dashboard
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 21:30:36 +00:00
3a69cf5e34 really final changes
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 21:26:41 +00:00
83d346dfec hopefully final changes
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 21:20:46 +00:00
4b5dbec747 hopefully final changes
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 21:09:31 +00:00
59c269f0c4 dashboard fixes
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 20:57:50 +00:00
5d6fc43f44 schemas updated
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-23 20:32:50 +00:00
c0c3b2b593 🚀 feat(index.d.ts): add api(), project(), and collection() methods to global declaration
All checks were successful
continuous-integration/drone/push Build is passing
This commit adds three new methods to the global declaration file: api(), project(), and collection(). These methods return an object with any key-value pairs, allowing for more flexibility in the codebase.
2023-05-25 12:47:34 +00:00
65626872e3 📝 docs(index.d.ts): add timeout property to RequestOptions interface
All checks were successful
continuous-integration/drone/push Build is passing
The RequestOptions interface now includes a timeout property, which specifies the number of seconds before the request times out. This improves the usability of the interface by allowing developers to specify a timeout for requests.
2023-05-02 16:23:55 +00:00
baa34b4646 include tag for css
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-30 10:09:24 +00:00
922cf2ff2e meta: folding, foreignKey
All checks were successful
continuous-integration/drone/push Build is passing
2023-03-18 09:48:26 +00:00
b51fe632de smtp with auth
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-24 09:20:04 +00:00
3e3fb870fd openapi object allowed in field meta
All checks were successful
continuous-integration/drone/push Build is passing
2023-02-06 13:19:33 +00:00
a6911b3ed6 context.json package
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-07 14:53:01 +00:00
6350eac2c5 ts types into global scope
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-28 05:25:11 +00:00
9e714c734e added inputProps to text, checkbox widget type
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-28 04:45:17 +00:00
bbc1881faf disabled css schema
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-18 19:10:40 +00:00
14da32bac6 updated schema for contentbuilder and refactored code
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-18 18:59:36 +00:00
dcfde495c7 assets in schema 2022-11-18 16:26:45 +00:00
c7a3d26f42 log HookException
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-09 16:51:26 +00:00
c795339d1c fixed widgets
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-02 14:04:36 +00:00
746fa80a57 validate hook
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-02 11:16:18 +00:00
61b7976274 meta with include tag
All checks were successful
continuous-integration/drone/push Build is passing
2022-11-02 11:10:29 +00:00
30e7eb2db8 field validator required, allowZero
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-27 16:48:27 +02:00
f738754f04 field validator
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-27 15:58:18 +02:00
8db5fd03a2 custom permissions
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-24 10:48:04 +02:00
82a185a887 fixed defaultValue json schema
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-18 16:52:02 +02:00
5fccea7513 defaultValue, dependsOn, subNavigation
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-18 16:48:16 +02:00
5664ae00db tabs widget in schema
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-13 13:50:37 +02:00
6d6b6ebef6 allow empty projection select in schema
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-12 16:49:01 +02:00
86da315459 choices with endpoint in json schema
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-12 16:46:04 +02:00
f250ddee2c allow x- properties in schema
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-12 16:23:32 +02:00
eb7d7122e9 added checkboxArray as field widget
All checks were successful
continuous-integration/drone/push Build is passing
2022-10-12 16:12:24 +02:00
cbe4d1f48b choices schema id=null
All checks were successful
continuous-integration/drone/push Build is passing
2022-08-16 11:07:52 +02:00