Commit Graph

  • 4ca7d5afef
    Merge d6854cb078 into da6540bbdd #548 fadrian06 2025-01-15 14:38:03 -0500
  • da6540bbdd
    Merge pull request #618 from flightphp/multiple-trailing-slashes master v3.13.1 n0nag0n 2025-01-13 22:58:50 -0700
  • f4f3c7a342 Fixed multiple trailing slashes issues. Also fixed server test for 405 and 404 #618 n0nag0n 2025-01-13 22:57:04 -0700
  • 9d71303384
    Merge pull request #615 from flightphp/windows-fixes fadrian06 2025-01-01 19:22:10 -0400
  • 882a956bd0 added some fixes to get this working in windows locally #615 n0nag0n 2025-01-01 13:55:41 -0700
  • 35b1a42b22
    Merge pull request #614 from flightphp/fadrian06-fixed-badges n0nag0n 2024-12-21 22:40:47 -0700
  • c003dd094f
    Fixed README badges #614 fadrian06 2024-12-22 00:03:35 -0400
  • 7226be4bbe
    Merge pull request #609 from lubiana/add-php-84-to-workflow n0nag0n 2024-11-22 07:52:26 -0700
  • ab18073e28 add php 8.4 to workflow matrix #609 lubiana 2024-11-21 17:24:47 +0100
  • 1307e8a39d
    Merge pull request #596 from flightphp/feat/route-compact-syntax v3.13.0 n0nag0n 2024-10-30 13:52:23 -0600
  • cc1597a58a fix bad resolve #596 n0nag0n 2024-09-27 23:41:45 -0600
  • bc001b7104
    Merge branch 'master' into feat/route-compact-syntax n0nag0n 2024-09-27 23:35:23 -0600
  • a788c8a608 prettify n0nag0n 2024-09-27 23:35:20 -0600
  • edcd1ad092 got unit tests up and running n0nag0n 2024-09-27 23:26:49 -0600
  • 128b6e392b
    Merge pull request #607 from lubiana/reenable-controller-command-test n0nag0n 2024-08-29 07:58:27 -0600
  • 06fa9e5e51
    allow newer runway version in composer.json #607 lubiana 2024-08-29 15:56:30 +0200
  • 4276c2baeb
    reenable comtroller command test lubiana 2024-08-29 15:39:01 +0200
  • 0fdc300f33 updated runway dependency version Austin Collier 2024-08-29 07:32:35 -0600
  • b76f6c37fd
    Merge pull request #606 from lubiana/add-github-actions n0nag0n 2024-08-28 08:29:26 -0600
  • 111f8db184
    Merge pull request #605 from lubiana/fix_tests_on_mac n0nag0n 2024-08-28 07:53:13 -0600
  • 6c365a00e9
    remove unit tests on 8.4 (for now) #606 lubiana 2024-08-27 21:37:49 +0200
  • 2d36b79f32
    fix tests on different php versions lubiana 2024-08-27 21:31:11 +0200
  • 720deac36e
    add unit-test workflow lubiana 2024-08-27 20:25:55 +0200
  • c5caa0d7e2
    add case for Macos in ResponseTest::testResponseBodyCallbackGzip #605 lubiana 2024-08-27 18:41:41 +0200
  • 63fbf9b031
    Merge pull request #602 from flightphp/file-upload-handler v3.12.0 n0nag0n 2024-08-22 11:05:34 -0600
  • b6220f7dc8 Added ability to handle file uploads in a simple way #602 Austin Collier 2024-08-21 09:00:30 -0600
  • c834f4cf0c
    Merge pull request #601 from pierresh/master n0nag0n 2024-07-27 14:46:07 -0600
  • f697e30afa added unit and integration tests #601 n0nag0n 2024-07-26 21:07:27 -0600
  • f08b9bcbfb feat: method to download files easily Pierre Clavequin 2024-07-27 00:02:36 +0800
  • 7cfaca8f16
    Merge pull request #599 from flightphp/cache-correction v3.11.1 n0nag0n 2024-07-12 21:41:39 -0600
  • 4a93c661a8 corrected the cache behavior in some areas #599 n0nag0n 2024-07-12 21:40:58 -0600
  • 8dd255c487
    Merge pull request #598 from flightphp/cache-control v3.11.0 n0nag0n 2024-07-04 09:07:47 -0600
  • ba80e047b1 prettified and added max-age=0 #598 Austin Collier 2024-06-29 16:14:08 -0600
  • f06febdb2d changed default cache behavior Austin Collier 2024-06-29 16:11:07 -0600
  • 9f5457ea1f
    Merge pull request #597 from Billtec/patch-1 n0nag0n 2024-06-07 09:40:52 -0600
  • af2891f568
    fix: make the jsonHalt a static function as the user guide indicates #597 Billtec 2024-06-07 22:46:14 +0800
  • a12d474006 beautify n0nag0n 2024-06-03 20:03:02 -0600
  • 7127c3ba17 Moved the function over and fleshed it out n0nag0n 2024-06-03 20:02:13 -0600
  • 3d2dccb72a Started draft of route compact syntax fadrian06 2024-06-03 13:09:21 -0400
  • d6854cb078 Merge branch 'master' into php8-named-arguments-support #548 php8-named-arguments-support fadrian06 2024-06-03 11:34:01 -0400
  • 39ac87c54b
    Merge pull request #581 from flightphp/fix/bug-with-multiple-view-renders v3.10.1 fadrian06 2024-06-03 11:18:17 -0400
  • a68fc32204 Unnecessary explicitness :| #581 fadrian06 2024-06-03 11:17:34 -0400
  • f3453cab17 Simplified fix thanks to @vlakoff (https://github.com/vlakoff) fadrian06 2024-06-01 21:07:55 -0400
  • c8a1c88899
    Merge pull request #594 from flightphp/maintain-headers v3.10.0 n0nag0n 2024-05-30 07:40:44 -0600
  • 5549e9106a added some ui tests #594 Austin Collier 2024-05-30 07:40:22 -0600
  • 33676872ed Maintains headers on redirect, error, and halt. Added jsonHalt Austin Collier 2024-05-22 23:17:51 -0600
  • 10165ebda3
    Merge pull request #591 from flightphp/method-not-found n0nag0n 2024-05-18 19:49:31 -0600
  • 27718cfea7 added ability to throw a method not found instead of 404 #591 Austin Collier 2024-05-16 23:03:36 -0600
  • f6da4c4435
    Merge pull request #588 from flightphp/simplified-version-constraint n0nag0n 2024-05-09 08:23:37 -0600
  • 508dca8cda
    Simplified php version constraint #588 fadrian06 2024-05-09 02:31:04 -0400
  • c3c5c29f7c
    Merge pull request #585 from flightphp/middleware-use-container v3.9.0 n0nag0n 2024-05-08 22:23:39 -0600
  • e18c8a7317
    Merge pull request #586 from flightphp/runway-reconfig n0nag0n 2024-05-08 22:22:23 -0600
  • 234b3ddb0a changed it so runway commands are run from any repo #586 n0nag0n 2024-05-05 00:26:05 -0600
  • f8811e1d8b allowed for middlewares to be created with container #585 n0nag0n 2024-05-01 21:40:42 -0600
  • ad58c09b57
    Merge pull request #583 from vlakoff/vscode_dir n0nag0n 2024-04-29 08:26:14 -0600
  • 0edcd872ea
    Remove .vscode directory, and add it to .gitignore #583 vlakoff 2024-04-28 00:39:00 +0200
  • 276a9e69f3 Added more tests when component defines a default value for no passed vars fadrian06 2024-04-24 21:03:44 -0400
  • eadf433334 Added flag to not break Flight users code fadrian06 2024-04-24 20:33:12 -0400
  • 1b6cb088b7 Added test on FlightTest too fadrian06 2024-04-24 19:56:16 -0400
  • 161a35a0a2 Added test on ViewTest fadrian06 2024-04-24 19:56:01 -0400
  • 17002a6f0d
    Merge pull request #575 from flightphp/stream-tweaks fadrian06 2024-04-13 14:21:12 -0400
  • ae47db8d8d Fixed gzip test on windows #575 fadrian06 2024-04-13 14:10:58 -0400
  • deb0d68875 added plain stream() method n0nag0n 2024-04-11 23:04:28 -0600
  • a74ee3955c
    Merge pull request #574 from flightphp/fix/stream n0nag0n 2024-04-11 21:40:46 -0600
  • 11de67fde9 Made stream default status code of 200 #574 fadrian06 2024-04-11 14:25:19 -0400
  • 0011efd42c
    Merge pull request #572 from BelleNottelling/fix/output-compression v3.8.1 n0nag0n 2024-04-10 22:28:40 -0600
  • 77d313190d added unit test, corrected other response logic #572 n0nag0n 2024-04-10 22:12:05 -0600
  • 3659a76106 Fix content length when using response body callbacks Belle Aerni 2024-04-10 17:44:13 -0700
  • d92c65f8ae
    Merge pull request #571 from flightphp/response-body-callback v3.8.0 n0nag0n 2024-04-09 19:47:14 -0600
  • 9be596f0bf lots of phpcs errors to fix #571 Austin Collier 2024-04-09 08:20:20 -0600
  • 7fca8d9a45 added ability to convert the response body Austin Collier 2024-04-08 20:55:12 -0600
  • 4d79dea91b
    Update issue templates n0nag0n 2024-04-07 18:20:28 -0600
  • c41a578e9c swapped out monthly downloads n0nag0n 2024-04-03 21:31:08 -0600
  • 0cf3206591 updated badges n0nag0n 2024-04-03 21:28:50 -0600
  • a1228a8492 added missing test from dispatcher refactor n0nag0n 2024-04-03 21:21:48 -0600
  • d1584a8aeb
    Merge pull request #567 from flightphp/dispatcher-refactor n0nag0n 2024-04-03 21:10:08 -0600
  • 414f605f67 More abstraction to Dispatcher::containerException typehint #567 fadrian06 2024-04-03 18:53:15 -0400
  • 8f3f6b5c74 Make explicit comparisons fadrian06 2024-04-03 17:51:16 -0400
  • 99a7d75440 Removed PSR/Container fadrian06 2024-04-03 17:39:55 -0400
  • d6ca2595d7
    Update CONTRIBUTING.md n0nag0n 2024-04-03 08:56:10 -0600
  • 4add06271a
    Added Contributing Guidelines n0nag0n 2024-04-02 09:41:37 -0600
  • 0c843674d1
    Create CONTRIBUTING.md n0nag0n 2024-04-02 09:39:27 -0600
  • 598c71d01c Restored phpcs.dist.xml > phpcs.xml script fadrian06 2024-04-01 19:18:50 -0400
  • 389ebfd329 Add PSR/Container dependency for type hint and expose the API fadrian06 2024-04-01 18:59:23 -0400
  • 43b689fa6c Add Short After Filter Syntax with one parameter fadrian06 2024-04-01 18:57:29 -0400
  • 4616f521cd Dispatcher refactor fadrian06 2024-04-01 18:55:26 -0400
  • d931b41b46 Improved docblocks fadrian06 2024-04-01 18:51:54 -0400
  • e322135d9c Add symfony/polyfill-80 fadrian06 2024-04-01 18:45:37 -0400
  • 62f15baf55 Merge branch 'master' into dispatcher-refactor fadrian06 2024-04-01 15:06:41 -0400
  • fe2ad0c05e
    Merge pull request #566 from flightphp/v2-loader v3.7.2 n0nag0n 2024-03-30 07:37:34 -0600
  • 3fda2b42f2
    Merge pull request #564 from flightphp/misc-fixes n0nag0n 2024-03-30 07:37:11 -0600
  • 43300d5758 added ability to load classes with _ in them #566 Austin Collier 2024-03-29 22:19:24 -0600
  • c97e5d94db Add tests for documentation examples documentation-tests fadrian06 2024-03-27 18:21:27 -0400
  • 3667ca7886 Merge branch 'master' into php8-named-arguments-support fadrian06 2024-03-23 16:15:06 -0400
  • 4b4f07ea56 added comment, removed unused file reference. #564 n0nag0n 2024-03-23 12:49:09 -0600
  • 4fe54ea6de
    Merge pull request #560 from flightphp/php83-fixes v3.7.1 n0nag0n 2024-03-23 09:54:51 -0600
  • 79ffb61f94 phpunit fixes for deprecated notices. Also pdowrapper reset removal #560 n0nag0n 2024-03-23 09:49:19 -0600
  • 8d772b51b8
    Merge pull request #559 from flightphp/container v3.7.0 n0nag0n 2024-03-22 07:16:38 -0600
  • 54403bede8 One last test to make sure Dice maintains the same instance #559 Austin Collier 2024-03-21 08:45:02 -0600
  • 1b6c5b942b refactored some errors. UI Tests and cleanup. Austin Collier 2024-03-20 22:51:55 -0600