Commit Graph

122 Commits

Author SHA1 Message Date
Dave M. 4484dc8985 - Fixed default privileges 2024-11-08 18:33:37 +00:00
Dave M. 1d61ff87e4 - ORM missed some 'use' statements, added a add() for routes middleware and Cookie var is now set into ControllerTrait 2024-10-29 13:39:11 +00:00
Dave Mc Nicoll 0cc9a8a893 Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2024-10-17 18:21:00 +00:00
Dave Mc Nicoll fd8fa7695e - Fixed overridding of routes definition of multiple route with same names
- Corrected a bug withing the Pagination widget if there was only one page of result
2024-10-17 18:20:02 +00:00
Dave M. 0581f378a5 - Fixed Skeleton and ORM missing namespacing 2024-10-17 17:21:56 +00:00
Dave M. 708af80fa2 - Merged 2024-10-11 19:24:25 +00:00
Dave M. 1f828eb022 - Tmp code allowing to override routes 2024-10-09 14:34:54 -04:00
Dave M. 959a182d16 - Fixed the Composer.json autoload ; now config are included inside the definition 2024-09-27 14:29:46 -04:00
Dave M. ffe66e522c Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2024-09-25 14:38:02 -04:00
Dave M. 730ce7474e - WIP on Kernel loading and Lean's autoload. Fixed some breadcrumb inconsistencies also 2024-09-25 14:37:45 -04:00
Dave Mc Nicoll 97dac9ddc4 - WIP on lean 2024-08-30 18:59:17 +00:00
Dave Mc Nicoll d9f9c053c3 - WIP on cleaning of definitions files 2024-06-07 00:01:43 +00:00
Dave Mc Nicoll 63fde92b68 - Minors addition / bugfixes 2024-06-04 19:44:20 +00:00
Dave Mc Nicoll 8190d3483b - WIP on Docs layout 2024-05-27 18:10:02 +00:00
Dave Mc Nicoll 38b540bbd8 - WIP on Skeleton again 2024-05-21 13:04:46 +00:00
Dave Mc Nicoll f9c081ff26 - Worked on skeleton update 2024-05-20 18:56:07 +00:00
Dave M. 34ca18f34c - Ignore most method of ControllerTrait 2024-05-09 19:43:49 +00:00
Dave M. 45ffc6e128 - Merged 2023-12-04 12:34:31 -05:00
Dave Mc Nicoll a9db9cd846 Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2023-11-27 13:03:19 -05:00
Dave Mc Nicoll 2a18e0cb9a - Repaired a bad authentiation config 2023-11-27 13:02:20 -05:00
Dave M. ff4c94f820 - Removed authentication middlewares 2023-11-20 11:58:01 -05:00
Dave M. 30d0e8a14d - fixed a missed bug while migrating code from Routing event 2023-11-17 23:35:37 -05:00
Dave M. 6c58586823 - Moved storage into console, where it belongs 2023-11-17 22:32:50 -05:00
Dave M. 9b795b857a WIP on liteing the framework 2023-11-17 22:05:05 -05:00
Dave M. bc55a2ab89 - Removed lean/console from requirements 2023-11-17 19:48:55 +00:00
Dave M. 5f0deef7f8 - Prepping for Notes merging 2023-11-17 19:48:22 +00:00
Dave M. e8c3cf01c9 - WIP on leaning the framework a bit 2023-11-17 13:58:22 -05:00
Dave M. 06741d09c0 - Fixed regression removing getallheaders 2023-11-17 09:16:55 -05:00
Dave M. 70e7b54c65 Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2023-11-17 08:16:45 -05:00
Dave M. 7b0a0cf333 - Work on removing Guzzle from dependencies 2023-11-17 08:16:33 -05:00
Dave M. f3c4cbd95a - WIP on leaning lean a bit 2023-11-15 22:11:17 -05:00
Dave M. 4f648b47bd - quickfix 2023-11-15 19:13:41 -05:00
Dave M. 60d4c7a900 - WIP on moving config and definition loading into composer 2023-11-15 19:10:30 -05:00
Dave M. 2378245dbf - Removed authentication from controller, now handled by middleware 2023-11-08 06:52:17 -05:00
Dave Mc Nicoll 2cb911ea6f - Fix for HttpFactory (more to come) 2023-11-07 15:02:19 -05:00
Dave M. 16cd95abe2 - WIP on adding of HttpFactory and work on authorization from Ulmus/User too 2023-11-03 19:51:39 -04:00
Dave M. 1241e188e9 Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2023-11-03 16:28:52 +00:00
Dave M. 08c27e38b0 - Added an HttpFactory and beginning the removal of old annotations from Notes 2023-11-03 16:28:31 +00:00
Dave Mc Nicoll 1a6d730298 - Fixed a bug within extension checking 2023-11-01 11:28:22 -04:00
Dave M. 0ad57c87df Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2023-11-01 09:57:00 -04:00
Dave M. 590e9d7631 - Worked i18n dates a bit 2023-11-01 09:56:23 -04:00
Dave M. 7e92391113 - Fixed a bug while recovering extension on file having a query 2023-10-31 14:18:28 +00:00
Dave Mc Nicoll 8f0ebfdf80 - Removed getallheaders() polyfill 2023-10-25 14:07:31 +00:00
Dave M. 772de0015e - Fixed assets whenever it's not installed 2023-10-18 18:23:58 +00:00
Dave M. d8045b5f3c - Fixed assets whenever it's not installed 2023-10-18 18:03:46 +00:00
Dave M. bc6880c166 - WIP on Picea's assets 2023-10-17 23:14:59 -04:00
Dave M. 4c0cddd617 - Done fixing Container build caching and WIP on Picea's asset 2023-10-17 20:10:42 -04:00
Dave M. 4dcc7f407e - WIP on picea-asset AND fixing ApplicationStrategy allowing PHP-DI caching 2023-10-16 13:59:21 -04:00
Dave M. 3f92287829 - Merging codes 2023-10-12 18:50:17 +00:00
Dave M. 8d22132ef5 - WIP on picea asset 2023-10-12 13:04:58 -04:00