Commit Graph

637 Commits (1b57f9eb2b32589b23c409e8b8e63df3574ffbe6)
 

Author SHA1 Message Date
KnifeLemon 1b57f9eb2b
Added PUT, PATCH, DELETE methods for data
3 weeks ago
n0nag0n da6540bbdd
Merge pull request #618 from flightphp/multiple-trailing-slashes
1 month ago
n0nag0n f4f3c7a342 Fixed multiple trailing slashes issues. Also fixed server test for 405 and 404
1 month ago
fadrian06 9d71303384
Merge pull request #615 from flightphp/windows-fixes
2 months ago
n0nag0n 882a956bd0 added some fixes to get this working in windows locally
2 months ago
n0nag0n 35b1a42b22
Merge pull request #614 from flightphp/fadrian06-fixed-badges
2 months ago
fadrian06 c003dd094f
Fixed README badges
2 months ago
n0nag0n 7226be4bbe
Merge pull request #609 from lubiana/add-php-84-to-workflow
3 months ago
lubiana ab18073e28 add php 8.4 to workflow matrix
3 months ago
n0nag0n 1307e8a39d
Merge pull request #596 from flightphp/feat/route-compact-syntax
4 months ago
n0nag0n cc1597a58a fix bad resolve
5 months ago
n0nag0n bc001b7104
Merge branch 'master' into feat/route-compact-syntax
5 months ago
n0nag0n a788c8a608 prettify
5 months ago
n0nag0n edcd1ad092 got unit tests up and running
5 months ago
n0nag0n 128b6e392b
Merge pull request #607 from lubiana/reenable-controller-command-test
6 months ago
lubiana 06fa9e5e51
allow newer runway version in composer.json
6 months ago
lubiana 4276c2baeb
reenable comtroller command test
6 months ago
Austin Collier 0fdc300f33 updated runway dependency version
6 months ago
n0nag0n b76f6c37fd
Merge pull request #606 from lubiana/add-github-actions
6 months ago
n0nag0n 111f8db184
Merge pull request #605 from lubiana/fix_tests_on_mac
6 months ago
lubiana 6c365a00e9
remove unit tests on 8.4 (for now)
6 months ago
lubiana 2d36b79f32
fix tests on different php versions
6 months ago
lubiana 720deac36e
add unit-test workflow
6 months ago
lubiana c5caa0d7e2
add case for Macos in ResponseTest::testResponseBodyCallbackGzip
6 months ago
n0nag0n 63fbf9b031
Merge pull request #602 from flightphp/file-upload-handler
6 months ago
Austin Collier b6220f7dc8 Added ability to handle file uploads in a simple way
6 months ago
n0nag0n c834f4cf0c
Merge pull request #601 from pierresh/master
7 months ago
n0nag0n f697e30afa added unit and integration tests
7 months ago
Pierre Clavequin f08b9bcbfb feat: method to download files easily
7 months ago
n0nag0n 7cfaca8f16
Merge pull request #599 from flightphp/cache-correction
8 months ago
n0nag0n 4a93c661a8 corrected the cache behavior in some areas
8 months ago
n0nag0n 8dd255c487
Merge pull request #598 from flightphp/cache-control
8 months ago
Austin Collier ba80e047b1 prettified and added max-age=0
8 months ago
Austin Collier f06febdb2d changed default cache behavior
8 months ago
n0nag0n 9f5457ea1f
Merge pull request #597 from Billtec/patch-1
9 months ago
Billtec af2891f568
fix: make the jsonHalt a static function as the user guide indicates
9 months ago
n0nag0n a12d474006 beautify
9 months ago
n0nag0n 7127c3ba17 Moved the function over and fleshed it out
9 months ago
fadrian06 3d2dccb72a Started draft of route compact syntax
9 months ago
fadrian06 39ac87c54b
Merge pull request #581 from flightphp/fix/bug-with-multiple-view-renders
9 months ago
fadrian06 a68fc32204 Unnecessary explicitness :|
9 months ago
fadrian06 f3453cab17 Simplified fix thanks to @vlakoff (https://github.com/vlakoff)
9 months ago
n0nag0n c8a1c88899
Merge pull request #594 from flightphp/maintain-headers
9 months ago
Austin Collier 5549e9106a added some ui tests
9 months ago
Austin Collier 33676872ed Maintains headers on redirect, error, and halt. Added jsonHalt
9 months ago
n0nag0n 10165ebda3
Merge pull request #591 from flightphp/method-not-found
9 months ago
Austin Collier 27718cfea7 added ability to throw a method not found instead of 404
9 months ago
n0nag0n f6da4c4435
Merge pull request #588 from flightphp/simplified-version-constraint
10 months ago
fadrian06 508dca8cda
Simplified php version constraint
10 months ago
n0nag0n c3c5c29f7c
Merge pull request #585 from flightphp/middleware-use-container
10 months ago