Commit Graph

629 Commits (ab18073e287bef8ba2b6404d5df574ecd3e8058d)
 

Author SHA1 Message Date
lubiana ab18073e28 add php 8.4 to workflow matrix
2 months ago
n0nag0n 1307e8a39d
Merge pull request #596 from flightphp/feat/route-compact-syntax
3 months ago
n0nag0n cc1597a58a fix bad resolve
4 months ago
n0nag0n bc001b7104
Merge branch 'master' into feat/route-compact-syntax
4 months ago
n0nag0n a788c8a608 prettify
4 months ago
n0nag0n edcd1ad092 got unit tests up and running
4 months ago
n0nag0n 128b6e392b
Merge pull request #607 from lubiana/reenable-controller-command-test
5 months ago
lubiana 06fa9e5e51
allow newer runway version in composer.json
5 months ago
lubiana 4276c2baeb
reenable comtroller command test
5 months ago
Austin Collier 0fdc300f33 updated runway dependency version
5 months ago
n0nag0n b76f6c37fd
Merge pull request #606 from lubiana/add-github-actions
5 months ago
n0nag0n 111f8db184
Merge pull request #605 from lubiana/fix_tests_on_mac
5 months ago
lubiana 6c365a00e9
remove unit tests on 8.4 (for now)
5 months ago
lubiana 2d36b79f32
fix tests on different php versions
5 months ago
lubiana 720deac36e
add unit-test workflow
5 months ago
lubiana c5caa0d7e2
add case for Macos in ResponseTest::testResponseBodyCallbackGzip
5 months ago
n0nag0n 63fbf9b031
Merge pull request #602 from flightphp/file-upload-handler
5 months ago
Austin Collier b6220f7dc8 Added ability to handle file uploads in a simple way
5 months ago
n0nag0n c834f4cf0c
Merge pull request #601 from pierresh/master
6 months ago
n0nag0n f697e30afa added unit and integration tests
6 months ago
Pierre Clavequin f08b9bcbfb feat: method to download files easily
6 months ago
n0nag0n 7cfaca8f16
Merge pull request #599 from flightphp/cache-correction
6 months ago
n0nag0n 4a93c661a8 corrected the cache behavior in some areas
6 months ago
n0nag0n 8dd255c487
Merge pull request #598 from flightphp/cache-control
7 months ago
Austin Collier ba80e047b1 prettified and added max-age=0
7 months ago
Austin Collier f06febdb2d changed default cache behavior
7 months ago
n0nag0n 9f5457ea1f
Merge pull request #597 from Billtec/patch-1
8 months ago
Billtec af2891f568
fix: make the jsonHalt a static function as the user guide indicates
8 months ago
n0nag0n a12d474006 beautify
8 months ago
n0nag0n 7127c3ba17 Moved the function over and fleshed it out
8 months ago
fadrian06 3d2dccb72a Started draft of route compact syntax
8 months ago
fadrian06 39ac87c54b
Merge pull request #581 from flightphp/fix/bug-with-multiple-view-renders
8 months ago
fadrian06 a68fc32204 Unnecessary explicitness :|
8 months ago
fadrian06 f3453cab17 Simplified fix thanks to @vlakoff (https://github.com/vlakoff)
8 months ago
n0nag0n c8a1c88899
Merge pull request #594 from flightphp/maintain-headers
8 months ago
Austin Collier 5549e9106a added some ui tests
8 months ago
Austin Collier 33676872ed Maintains headers on redirect, error, and halt. Added jsonHalt
8 months ago
n0nag0n 10165ebda3
Merge pull request #591 from flightphp/method-not-found
8 months ago
Austin Collier 27718cfea7 added ability to throw a method not found instead of 404
8 months ago
n0nag0n f6da4c4435
Merge pull request #588 from flightphp/simplified-version-constraint
9 months ago
fadrian06 508dca8cda
Simplified php version constraint
9 months ago
n0nag0n c3c5c29f7c
Merge pull request #585 from flightphp/middleware-use-container
9 months ago
n0nag0n e18c8a7317
Merge pull request #586 from flightphp/runway-reconfig
9 months ago
n0nag0n 234b3ddb0a changed it so runway commands are run from any repo
9 months ago
n0nag0n f8811e1d8b allowed for middlewares to be created with container
9 months ago
n0nag0n ad58c09b57
Merge pull request #583 from vlakoff/vscode_dir
9 months ago
vlakoff 0edcd872ea
Remove .vscode directory, and add it to .gitignore
9 months ago
fadrian06 276a9e69f3 Added more tests when component defines a default value for no passed vars
9 months ago
fadrian06 eadf433334 Added flag to not break Flight users code
9 months ago
fadrian06 1b6cb088b7 Added test on FlightTest too
9 months ago