Commit Graph

27 Commits

Author SHA1 Message Date
Ad Schellevis 555408d11e Phalcon 5 / php 8.1 compatibility 2022-08-18 18:12:43 +02:00
Ad Schellevis 9657b96637 work in progress to support phalcon 5 (https://github.com/opnsense/core/pull/5711) 2022-06-01 21:35:42 +02:00
Ad Schellevis 1e30d5c483 work in progress to support phalcon 5 (https://github.com/opnsense/core/pull/5711) 2022-05-30 21:52:09 +02:00
Ad Schellevis 1e8effc20d add README section for preparing osx 2021-11-19 14:22:01 +01:00
Ad Schellevis 5776cb5e95 force sessions to use temp when unset 2021-11-19 13:38:12 +01:00
Ad Schellevis 641929ac12 Phalcon 4.x fixes. closes https://github.com/opnsense/ui_devtools/issues/5 2021-06-17 13:41:06 +02:00
Ad Schellevis 0453bdf58c add view_cache_safe() for https://github.com/opnsense/ui_devtools/issues/3 as a result of https://github.com/opnsense/core/issues/2367 2018-09-03 20:56:00 +02:00
Ad Schellevis 4465697f3a Align api exception passing with core 2018-07-14 16:49:50 +02:00
Ad Schellevis 1ce741ccaa remove _url, align with https://github.com/opnsense/core/issues/2494 2018-06-28 12:41:14 +02:00
Ad Schellevis 31cbe50131 add some extra debug output on failures 2018-06-27 16:28:21 +02:00
Ad Schellevis cc3b363cd1 _url should be decoded, to prevent urlencoded characters from being used in an action() 2018-06-27 16:26:51 +02:00
Ad Schellevis e78314d06b
Merge pull request #2 from fabianfrz/fix_open_basedir
fix open_basedir restriction handling
2018-05-31 16:18:40 +02:00
Fabian Franz b334e03c23 fix open_basedir restriction handling 2018-05-31 12:20:44 +02:00
Ad Schellevis 7b9641978d add view_file_exists() which traverses registered docroot directories 2018-05-15 14:10:34 +02:00
Ad Schellevis d4e4f373de support svg type 2018-05-15 11:50:22 +02:00
Ad Schellevis 45f4a43f16 explain how to use configd locally as well to test template generation and service control. 2018-04-14 10:50:04 +02:00
Ad Schellevis 683fcaf96e also register contrib directory in package dir if it exists 2018-03-14 14:26:02 +01:00
Ad Schellevis 6fb4c60d1b parse request query before routing 2018-03-09 10:20:21 +01:00
Ad Schellevis 02ff160a34 copy .htrouter.php to doc root and chdir, seems to break in some occasions 2018-03-07 16:49:09 +01:00
Ad Schellevis e580ad27f5 customize view_fetch_themed_filename() to support multiple document roots 2018-03-06 21:20:07 +01:00
Ad Schellevis 14659ecc2b only copy .htrouter.php on *nix systems 2018-03-06 20:19:18 +01:00
Ad Schellevis 013e4efa56 fix include paths for Windows. 2018-03-06 19:54:51 +01:00
Ad Schellevis a4657bd1e7 initial working version including basic documentation 2018-03-06 17:55:52 +01:00
Ad Schellevis 93b2c01961 make sure even Windows can run our dev server.... 2018-03-05 21:34:57 +01:00
Ad Schellevis 4e128da70f work in progress, use run_server.php to startup a local webserver and browse to /ui/ pages locally, when -d is specified xdebug is enabled (slow, but functional). 2018-03-04 20:24:02 +01:00
Ad Schellevis 1709a6208f add gitignore 2018-03-04 18:39:38 +01:00
Ad Schellevis ff0984b979
Initial commit 2018-03-04 18:33:49 +01:00