Commit Graph

  • 025a7ccca4 feat(schema): enhance API configuration schemas with new properties and validations master apairon 2026-03-30 12:28:50 +00:00
  • afa7c9b238 feat(schemas): format JSON schema properties for better readability apairon 2026-02-11 13:34:18 +00:00
  • c2a54a4474 feat(index.d.ts): update CollectionDocument to use generic types for insertTime and updateTime apairon 2026-01-21 14:36:06 +00:00
  • 1bb16ad994 feat(index.d.ts): add base64 property to global context for Base64Package interface apairon 2026-01-21 13:57:14 +00:00
  • 8696b25e9b feat(index.d.ts): add Base64Package interface for encoding and decoding data apairon 2025-08-28 14:31:06 +00:00
  • 102a93f20c feat(index.d.ts): add includeHeader option to create method apairon 2025-08-27 16:51:08 +00:00
  • 99e7d940ee feat(index.d.ts): extend create method options to include rootElement parameter apairon 2025-08-27 16:32:38 +00:00
  • c4d4a2f6e0 feat(index.d.ts): update create method parameter type for XML string creation apairon 2025-08-27 14:36:04 +00:00
  • fe548c0537 feat(index.d.ts): add ExecPackage interface to global context apairon 2025-08-27 09:06:57 +00:00
  • b724100477 feat(index.d.ts): add ExecPackage interface for command execution with options apairon 2025-08-27 08:55:15 +00:00
  • 40446e13bb feat(config.json): füge admin-Konfiguration mit Token-Management hinzu apairon 2025-04-24 14:48:16 +00:00
  • 303652101b feat(index.d.ts): erweitere Bildverarbeitungsoptionen um Resampling, Anker, und Dimensionseinsparungen apairon 2025-04-24 10:04:10 +00:00
  • 592ee4a42b feat(index.d.ts): add outputType option for image processing configuration apairon 2025-04-23 17:07:51 +00:00
  • ca8d37815b feat(index.d.ts): add lossless option to image processing configuration apairon 2025-04-23 16:49:52 +00:00
  • 9beb4d3a43 feat(index.d.ts): add sameSite option to set cookie's SameSite attribute apairon 2024-09-26 13:18:14 +00:00
  • 2b0edd2c9f sleep in hook and cors in config apairon 2024-08-23 14:01:15 +00:00
  • 1b48015c98 context.cyrpto.md5 apairon 2024-06-26 14:58:39 +00:00
  • c6abfc9f07 image filter with skipLargerDimension and skipLargerFilesize apairon 2024-04-23 09:52:27 +00:00
  • b0771bdfb5 📝 docs(index.d.ts): add server config object definition for better documentation 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. apairon 2024-02-23 10:56:56 +00:00
  • 380bd89787 🚀 feat(index.d.ts): add ConfigPackage interface to provide utility functions for configuration management 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. dev apairon 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 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. apairon 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. robin 2023-08-06 09:35:49 +00:00
  • 791ef2639c 🔧 chore(schemas): update collectionNavigation.json and fieldMeta.json schemas 🔀 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. robin 2023-08-06 09:31:19 +00:00
  • 7e01225447 final dashboard robin 2023-07-23 21:30:36 +00:00
  • 3a69cf5e34 really final changes robin 2023-07-23 21:26:41 +00:00
  • 83d346dfec hopefully final changes robin 2023-07-23 21:20:46 +00:00
  • 4b5dbec747 hopefully final changes robin 2023-07-23 21:09:31 +00:00
  • 59c269f0c4 dashboard fixes robin 2023-07-23 20:57:50 +00:00
  • 5d6fc43f44 schemas updated robin 2023-07-23 20:32:50 +00:00
  • c0c3b2b593 🚀 feat(index.d.ts): add api(), project(), and collection() methods to global declaration 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. apairon 2023-05-25 12:47:34 +00:00
  • 65626872e3 📝 docs(index.d.ts): add timeout property to RequestOptions interface 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. apairon 2023-05-02 16:23:55 +00:00
  • baa34b4646 include tag for css apairon 2023-03-30 10:09:24 +00:00
  • 922cf2ff2e meta: folding, foreignKey apairon 2023-03-18 09:48:26 +00:00
  • b51fe632de smtp with auth apairon 2023-02-24 09:20:04 +00:00
  • 3e3fb870fd openapi object allowed in field meta apairon 2023-02-06 13:19:33 +00:00
  • a6911b3ed6 context.json package apairon 2022-12-07 14:53:01 +00:00
  • 6350eac2c5 ts types into global scope apairon 2022-11-28 05:25:11 +00:00
  • 9e714c734e added inputProps to text, checkbox widget type apairon 2022-11-28 04:45:17 +00:00
  • bbc1881faf disabled css schema apairon 2022-11-18 19:10:40 +00:00
  • 14da32bac6 updated schema for contentbuilder and refactored code apairon 2022-11-18 18:59:36 +00:00
  • dcfde495c7 assets in schema apairon 2022-11-18 16:26:45 +00:00
  • c7a3d26f42 log HookException apairon 2022-11-09 16:51:26 +00:00
  • c795339d1c fixed widgets apairon 2022-11-02 14:04:36 +00:00
  • 746fa80a57 validate hook apairon 2022-11-02 11:16:18 +00:00
  • 61b7976274 meta with include tag apairon 2022-11-02 11:10:29 +00:00
  • 30e7eb2db8 field validator required, allowZero apairon 2022-10-27 16:48:27 +02:00
  • f738754f04 field validator apairon 2022-10-27 15:58:18 +02:00
  • 8db5fd03a2 custom permissions apairon 2022-10-24 10:48:04 +02:00
  • 82a185a887 fixed defaultValue json schema apairon 2022-10-18 16:52:02 +02:00
  • 5fccea7513 defaultValue, dependsOn, subNavigation apairon 2022-10-18 16:48:16 +02:00
  • 5664ae00db tabs widget in schema apairon 2022-10-13 13:50:37 +02:00
  • 6d6b6ebef6 allow empty projection select in schema apairon 2022-10-12 16:49:01 +02:00
  • 86da315459 choices with endpoint in json schema apairon 2022-10-12 16:46:04 +02:00
  • f250ddee2c allow x- properties in schema apairon 2022-10-12 16:23:32 +02:00
  • eb7d7122e9 added checkboxArray as field widget apairon 2022-10-12 16:12:24 +02:00
  • cbe4d1f48b choices schema id=null apairon 2022-08-16 11:07:52 +02:00
  • 5d77340b4e schema fieldArray apairon 2022-08-16 11:00:25 +02:00
  • 7743cebae3 schema fieldArray apairon 2022-08-16 10:24:45 +02:00
  • d0773b5ceb added json prop apairon 2022-05-19 10:08:02 +02:00
  • 099ae2fb37 date type apairon 2022-04-22 16:29:30 +02:00
  • 771ee5e73c collection indexes apairon 2022-03-02 17:45:45 +01:00
  • dddd5229d5 renamed to tibi-types apairon 2022-02-26 10:43:52 +01:00
  • 39da9c02fc context.fs.writeFile apairon 2022-02-22 14:03:10 +01:00
  • de02d51100 job type and schema apairon 2022-02-21 10:23:11 +01:00
  • c4cd7b35fc fs.configDir apairon 2022-02-08 18:54:53 +01:00
  • d2109ddea4 fs.configDir apairon 2022-02-08 18:49:52 +01:00
  • b261b9cf92 pdfcpu type apairon 2022-02-08 16:11:43 +01:00
  • 9e4132af0f pdfcpu type apairon 2022-02-08 16:06:09 +01:00
  • 78b33639c5 pdf merge apairon 2022-02-05 10:57:29 +01:00
  • 7e82ac91a7 pdfcpu apairon 2022-02-04 11:14:02 +01:00
  • 123dc3dc92 pdfcpu apairon 2022-02-04 10:38:35 +01:00
  • af7ded48f4 pdfcpu apairon 2022-02-03 17:20:13 +01:00
  • d40b64676e wkhtmltopdf ..Html options apairon 2022-02-03 14:36:54 +01:00
  • 5f8aa3414c fixed schema apairon 2022-02-02 13:51:49 +01:00
  • a931ebe552 fixed schema apairon 2022-02-02 13:32:04 +01:00
  • 9b9a1d862e fixed schema apairon 2022-02-02 13:30:50 +01:00
  • e4774d6042 fixed schema apairon 2022-02-02 13:21:47 +01:00
  • 2d01b79755 api schema apairon 2022-02-01 19:10:49 +01:00
  • 590f8233ce api config schemas apairon 2022-02-01 18:59:17 +01:00
  • 005c903a4d dev test apairon 2022-01-24 16:19:52 +01:00
  • 2c97d68f90 test pdf apairon 2022-01-13 18:48:46 +01:00
  • efbc2f3b2e pdf package apairon 2022-01-13 18:38:02 +01:00
  • 25106547e9 add pipelineMod apairon 2021-11-11 17:13:29 +01:00
  • dfa5f6a8c8 add pipelineMod apairon 2021-11-11 15:33:48 +01:00
  • 29a722b1fc hook packages apairon 2021-08-19 16:00:35 +02:00
  • 13fa91f126 hook packages apairon 2021-08-19 15:02:01 +02:00
  • b7a4a17ea5 hook packages apairon 2021-08-19 14:32:38 +02:00
  • 2c7319d00b hook packages apairon 2021-08-19 14:30:37 +02:00
  • 80249666f6 hook packages apairon 2021-08-19 14:29:24 +02:00
  • c600d6baf7 hook packages apairon 2021-08-19 14:22:42 +02:00
  • f8e16879dd cookie hook functions apairon 2021-08-17 13:26:39 +02:00
  • 9865126cab xml functions apairon 2021-08-16 17:32:34 +02:00
  • 8f988cf2ac fixed GetHookData apairon 2021-08-16 10:48:03 +02:00
  • 7a628c0a55 added types apairon 2021-08-16 10:35:56 +02:00
  • 1760eef571 types apairon 2021-08-16 10:23:45 +02:00
  • 9c3889393f init apairon 2021-08-16 10:14:41 +02:00