Commit Graph

  • ab897b8a81 Wire Google Analytics 4 (G-V8QWB45G6X) alongside Umami develop production stephan 2026-05-08 20:02:45 +02:00
  • 937b4e40a8 Add BingSiteAuth.xml for Bing Webmaster Tools site verification stephan 2026-05-08 19:45:49 +02:00
  • 47bd4bf53f Expose /sitemap.xml for Bing + IndexNow stephan 2026-05-08 19:42:22 +02:00
  • f8f58c4ab9 Sweep: link fixes, splash i18n parity, neuronetz badge, mobile, training source stephan 2026-05-08 19:36:25 +02:00
  • 22392161ba LoRA augmentation: 196 → 323 records (full agent run) stephan 2026-05-08 17:31:18 +02:00
  • 83d99eff60 Whitelist lora-augmentation.jsonl in extraction/ .gitignore stephan 2026-05-08 17:26:26 +02:00
  • a89ec89a1b Track LoRA augmentation jsonl so production builds fold it in stephan 2026-05-08 17:26:09 +02:00
  • f4ccc45a3b Strip api.neuronetz.ai from documentation; chat config stays in env stephan 2026-05-08 17:14:17 +02:00
  • 9b7fd15ca1 Drop nested location blocks from nginx vhost overrides — they 404 assets stephan 2026-05-08 16:23:11 +02:00
  • a44df81b71 Split docs into apex + www containers, add nginx vhost overrides stephan 2026-05-08 15:45:02 +02:00
  • 5be20ebd08 Add docs/.npmrc so the Docker build COPY succeeds stephan 2026-05-08 15:35:54 +02:00
  • 48c839d927 Initial public push: docs cosmos v4 + AI module + framework groundwork stephan 2026-05-08 15:22:18 +02:00
  • a60ce90643 Use pathinfo() for file extension checks in module registry. stephan.kasdorf 2026-02-18 17:08:18 +01:00
  • bb7a081a68 Restrict settings file processing to .ini files in module registry. stephan.kasdorf 2026-02-18 14:19:53 +01:00
  • ea6575932f 🚀 Nibiru Framework CLI v2.0.0 - PostgreSQL Support & Modern UI New Features 🐘 PostgreSQL Database Support Multi-database architecture: Full PostgreSQL support alongside existing MySQL/MariaDB Automatic driver detection: Seamlessly switches between MySQL and PostgreSQL based on INI configuration Conditional compilation: Builds with or without PostgreSQL libraries (graceful degradation) Database-agnostic migrations: Same migration interface for both database types Production-ready: PostgreSQL-specific SQL syntax handling (SERIAL, information_schema, etc.) Configuration:`` ini [DATABASE] driver = "postgresql" # or "mysql" for MySQL/MariaDB hostname = "localhost" port = 5432 username = "your-user" password = "your-password" basename = "your-database" `` stephan.kasdorf 2026-02-10 16:21:10 +01:00
  • 7ea8e28598 🚀 Nibiru Framework CLI v2.0.0 - PostgreSQL Support & Modern UI New Features 🐘 PostgreSQL Database Support Multi-database architecture: Full PostgreSQL support alongside existing MySQL/MariaDB Automatic driver detection: Seamlessly switches between MySQL and PostgreSQL based on INI configuration Conditional compilation: Builds with or without PostgreSQL libraries (graceful degradation) Database-agnostic migrations: Same migration interface for both database types Production-ready: PostgreSQL-specific SQL syntax handling (SERIAL, information_schema, etc.) Configuration:`` ini [DATABASE] driver = "postgresql" # or "mysql" for MySQL/MariaDB hostname = "localhost" port = 5432 username = "your-user" password = "your-password" basename = "your-database" `` stephan.kasdorf 2026-02-10 15:15:28 +01:00
  • 6e19fb6228 Add soft 404 error handling with errorController and template stephan.kasdorf 2025-12-16 14:19:42 +01:00
  • e4462e9402 Enhance IDb.php, pdo.php, and mysql.db.php with deleteRowById method for improved database handling. stephan.kasdorf 2025-11-28 09:24:09 +01:00
  • ef6bce4002 Enhance formattributes.php and typeopenany.php with role attribute for improved functionality. stephan.kasdorf 2025-10-13 14:14:44 +02:00
  • 8688cdea12 Enhance typeopenany.php with new attributes for improved functionality. stephan.kasdorf 2025-10-13 14:10:26 +02:00
  • 0abbb49b80 Enhance formattributes.php with new attributes for improved functionality. stephan.kasdorf 2025-10-13 12:27:59 +02:00
  • cd7c0f723a Enhance typeopenany.php with new attributes for improved functionality. stephan.kasdorf 2025-10-10 13:50:23 +02:00
  • 0791d99310 Enhance typeopenany.php with new attributes and update IForm.php for improved form handling. stephan.kasdorf 2025-10-10 13:48:50 +02:00
  • 69c0916809 Enhance typeopenany.php with new attributes and update IForm.php for improved form handling. stephan.kasdorf 2025-10-10 13:46:49 +02:00
  • b131d5cacc Enhance typeopenany.php with new attributes and update router.php for SEO URL handling and improved URL parsing. stephan.kasdorf 2025-09-29 13:39:18 +02:00
  • b550605bc2 Handle trailing URL segments in router stephan.kasdorf 2025-08-29 14:15:16 +02:00
  • 197cab3691 Add SEO-friendly URL handling in router.php stephan.kasdorf 2025-08-20 11:39:27 +02:00
  • 157016ff35 Add TypeSwitch class and enhance attribute handling stephan.kasdorf 2025-07-14 12:20:09 +02:00
  • 17166b8b6c Merge remote-tracking branch 'origin/v1.0.1' into v1.0.1 stephan.kasdorf 2025-07-07 15:14:50 +02:00
  • 523fb822ef Add null return type and handling in getRequest method stephan.kasdorf 2025-07-07 15:14:38 +02:00
  • 1d607d99f6 Merge pull request #20 from alllinux/v1.0.1-form-checkbox-disabled Stephan Kasdorf 2024-12-03 11:17:25 +01:00
  • be9d217732 Add return type and values for update methods. stephan.kasdorf 2024-12-03 11:12:24 +01:00
  • a68a1970c8 Add encryption handling to updateRowById method Stephan Kasdorf 2024-10-25 13:59:41 +02:00
  • f1ebcef60f Add 'disabled' option to typecheckbox and update README Stephan Kasdorf 2024-10-25 12:55:05 +02:00
  • 267cfcad4f Merge pull request #19 from alllinux/v1.0.1 Stephan Kasdorf 2024-03-27 13:50:17 +01:00
  • bef8735c43 Changed Class reference and renamed Module.php file stephan.kasdorf 2024-03-27 13:49:56 +01:00
  • f27267c610 Merge pull request #18 from alllinux/v1.0.1 Stephan Kasdorf 2024-03-27 12:24:55 +01:00
  • e92091f235 Refactor and enhance database and form operations stephan.kasdorf 2024-03-27 12:24:25 +01:00
  • b6068ce5a3 Merge pull request #17 from alllinux/v1.0.1 Stephan Kasdorf 2024-03-21 16:25:49 +01:00
  • a793f79798 Update database operations and form capabilities stephan.kasdorf 2024-03-21 16:25:13 +01:00
  • 0509790655 Merge pull request #16 from alllinux/v1.0.1 Stephan Kasdorf 2024-03-12 10:36:43 +01:00
  • a7ce13334c Add placeholder attribute to search form stephan.kasdorf 2024-03-12 10:36:03 +01:00
  • 1397cace54 Merge pull request #15 from alllinux/v1.0.1 Stephan Kasdorf 2024-03-11 10:25:39 +01:00
  • c7f89194ea Replace DES_DECRYPT with AES_DECRYPT in auth.php stephan.kasdorf 2024-03-11 10:23:32 +01:00
  • 68f8408d6a Merge pull request #14 from alllinux/v1.0.0 Stephan Kasdorf 2024-02-27 16:27:40 +01:00
  • 16c1a08345 VERSION 1.0.0 stephan.kasdorf 2024-02-27 16:25:10 +01:00
  • a91372fd55 Update paths and change ownership for settings directories stephan.kasdorf 2024-02-26 16:15:18 +01:00
  • cb55aa50cf Merge pull request #13 from alllinux/v0.9.9 Stephan Kasdorf 2024-02-26 10:58:06 +01:00
  • 447d460417 Update README.md with new commands stephan.kasdorf 2024-02-26 10:57:02 +01:00
  • 7091fdfe5a Merge pull request #12 from alllinux/v0.9.9 Stephan Kasdorf 2024-02-16 10:43:43 +01:00
  • 70eb41428d Update README.md with new commands stephan.kasdorf 2024-02-16 10:42:28 +01:00
  • d1b2b3bd6a Merge pull request #11 from alllinux/v0.9.8 Stephan Kasdorf 2023-12-04 21:38:03 +01:00
  • d885132629 v0.9.8 - minor bugfix in the auth method in the framework library, and some additions for the controller.php in order to handle sessions better. Stephan Kasdorf 2023-12-04 21:35:23 +01:00
  • a138344234 Merge pull request #8 from alllinux/v0.9.7 Stephan Kasdorf 2023-08-17 16:25:30 +02:00
  • 46af03b2c8 nibiru framework v0.9.7 - added a new README.md to have a better understanding for the framework itself, added a versioning system with version numbers. stephan.kasdorf 2023-08-17 16:19:52 +02:00
  • d193cecac9 nibiru framework v0.9.7 - added a new README.md to have a better understanding for the framework itself, added a versioning system with version numbers. stephan.kasdorf 2023-08-17 16:16:49 +02:00
  • 9bf0fe955d Merge pull request #7 from alllinux/v0.9.6.1 Stephan Kasdorf 2023-04-03 21:38:38 +02:00
  • c4a68a3008 Version 0.9.6 beta - changed the model class mapper Stephan Kasdorf 2023-04-03 21:34:34 +02:00
  • b1bded6101 Version 0.9.6 beta - added new form elements, also added a nibiru binary in order to create modules and plugins. Stephan Kasdorf 2023-04-03 21:13:03 +02:00
  • fbe7f59697 Merge branch 'v0.9.5' of https://github.com/alllinux/Nibiru into v0.9.5 Stephan Kasdorf 2021-05-19 19:58:21 +02:00
  • 5584070f4d Bugfixes and updates on the forms and database access as well as the pagination Stephan Kasdorf 2021-05-19 19:57:23 +02:00
  • b78f0c54ca UPDATE FOR AUTOGENERATOR DATABASE NAMESPACES WITH - and _ Stephan Kasdorf 2021-05-06 11:44:49 +02:00
  • 618c369433 Version 0.9.5 beta - bugfix for the request parameters Stephan Kasdorf 2021-04-26 14:02:41 +02:00
  • 785b1cd8a9 Version 0.9.5 beta - correction for the mysql adapter Stephan Kasdorf 2021-01-26 19:48:06 +01:00
  • 6af41552f0 Version 0.9.5 beta - made the module configurations environment possible, now the module configuration can also be different dependent on the APPLICATION_ENV, added a possible VALUE for a div layer so HTML code can also be added inside the form elements. stephan 2020-12-17 21:23:09 +01:00
  • c86b7de44d Version 0.9.5 beta - added Stephan Kasdorf 2020-11-12 21:12:09 +01:00
  • b501ee2155 Version 0.9.5 beta - added more query options to the PDO adapter in order to also get associative arrays. Stephan Kasdorf 2020-11-07 19:02:54 +01:00
  • 0aaa7d57ee Version 0.9.5 beta - updated selectDatasetByFieldWhere with sort order and removed numeric array keys. Stephan Kasdorf 2020-11-06 22:19:13 +01:00
  • 790f79530e Version 0.9.5 beta - Updated the MySQL adapter in order to load complete result sets by where selection. Stephan Kasdorf 2020-11-06 17:34:36 +01:00
  • 935575dfb3 Version 0.9.5 beta - Autoloader Warning messages suppressed fix. Stephan Kasdorf 2020-11-05 18:45:03 +01:00
  • 02dde17ca8 Version 0.9.5 beta - Autoloader Warning messages suppressed fix. Stephan Kasdorf 2020-11-05 18:39:00 +01:00
  • c0d510b614 Version 0.9.5 beta - Form update added placeholder for number to the attributes. Stephan Kasdorf 2020-11-05 15:27:29 +01:00
  • 2e5220c4fc Version 0.9.5 beta - Form update added onclick to the attributes in the button element. Stephan Kasdorf 2020-11-05 14:34:10 +01:00
  • 1d6f007fff Version 0.9.5 beta - bugfix for the PDO adapter in MySQL, now working correctly with all encodings. Stephan Kasdorf 2020-11-04 19:59:08 +01:00
  • 9070ec0dc8 Version 0.9.5 beta - added attributes max, min, step, onblur, onfocus to the form. Stephan Kasdorf 2020-11-04 19:42:22 +01:00
  • 7b71fba0d5 Version 0.9.5 beta - Core update fixed ? and / parameters for the url, now accepting with and without ending / also containing ? Stephan Kasdorf 2020-11-04 00:22:03 +01:00
  • bee0a7012f Version 0.9.5 beta - Core update added autocomplete through the IDb interface, the DB factory now also supports autocomplete. Stephan Kasdorf 2020-10-30 12:37:14 +01:00
  • 334588974a Version 0.9.5 beta - Core update removed dependencies for the Postgres to MySQL, since it made no sense, also removed the ODBC dependencies for MySQL since it made no sense, will be added to the current Nibiru core version v0.9.5. Also added the correct return types for the PDO adapter so it has code completion. Stephan Kasdorf 2020-10-29 22:27:40 +01:00
  • dc848b4f8a Version 0.9.5 beta - added additional additional configuration to the view Stephan Kasdorf 2020-10-09 19:40:47 +02:00
  • 312ca6a776 Version 0.9.5 beta - added additional getSession to the controller, in order to have the direct access through the framework Stephan Kasdorf 2020-10-09 00:04:44 +02:00
  • 9e1ee98ff7 Version 0.9.5 beta - added additional json/application headers for a possible REST module Stephan Kasdorf 2020-10-01 00:06:10 +02:00
  • 47171d3fa6 Version 0.9.5 beta - added the user_id to the session, also renamed the session_id in order to make sense Stephan Kasdorf 2020-09-29 22:36:56 +02:00
  • 5f3c449123 Version 0.9.5 beta - fixed the checked attribute for radio buttons, also fixed the value field for the radio button Stephan Kasdorf 2020-09-29 22:23:16 +02:00
  • 419e047bc3 Version 0.9.5 beta - added form attribute disabled to the textfield Stephan Kasdorf 2020-09-29 20:43:08 +02:00
  • b297a2e40a Version 0.9.5 beta - added $_FILES to the controller in order to have this super global accessible. Stephan Kasdorf 2020-09-21 22:17:49 +02:00
  • 112c00ff1b Version 0.9.5 beta - in some cases needed for re-clearing the module registry Stephan Kasdorf 2020-09-19 20:41:43 +02:00
  • 2c7117d2d5 Version 0.9.5 beta - in some cases needed for re-clearing the module registry Stephan Kasdorf 2020-09-19 20:39:30 +02:00
  • 9559fc8ae1 Version 0.9.5 beta - added missing value field for the email field Stephan Kasdorf 2020-09-19 00:43:53 +02:00
  • 7c5b7e3415 Version 0.9.5 beta - changed request, get, post logic in order to jsut accept parameters, and also the full array. Stephan Kasdorf 2020-09-12 22:59:25 +02:00
  • ec533f1974 Version 0.9.5 beta - changed request, get, post logic in order to jsut accept parameters, and also the full array. Stephan Kasdorf 2020-09-12 22:42:03 +02:00
  • 13fa86e593 Version 0.9.5 beta - added HTML attribute for select boxes Stephan Kasdorf 2020-09-11 00:05:49 +02:00
  • 6a323aa32a Version 0.9.5 beta - added lastInsertID for the PDO adapter Stephan Kasdorf 2020-09-10 23:02:11 +02:00
  • 016811c414 Version 0.9.5 beta - added account activation on the auth extension in the core, now users can be enabled and disabled by standard. Stephan Kasdorf 2020-09-07 21:26:20 +02:00
  • ff466d1c98 Version 0.9.5 beta - added missing replacement logic for the form attributes Stephan Kasdorf 2020-09-07 20:17:31 +02:00
  • 5ea2781321 Version 0.9.5 beta - added maxlength and tabindex for the input field Stephan Kasdorf 2020-09-07 12:56:58 +02:00
  • 0d6a207d80 Version 0.9.5 beta - minor bugfix for the checkbox form element. Stephan Kasdorf 2020-09-05 18:05:24 +02:00
  • 49ffcdeebd Version 0.9.5 beta - added opening and closing div to be put anywhere in the form, fixed some configuration bugs, and warnings in the autoloading class, missing file implementation. Stephan Kasdorf 2020-09-05 16:51:04 +02:00
  • 9366948b0b Version 0.9.5 beta - added opening and closing div to be put anywhere in the form, fixed some configuration bugs, and warnings in the autoloading class Stephan Kasdorf 2020-09-05 16:46:24 +02:00
  • 0fdb5f8121 Version 0.9.5 beta - added example directory and plugin class for a basic layout Stephan Kasdorf 2020-09-04 17:19:03 +02:00
  • 6c7191eb75 Version 0.9.5 beta - minor bugfix for missing configuration files and button settings. Stephan Kasdorf 2020-09-04 17:13:17 +02:00