126bb29ae2
Laravel Pint fixes
PHP Unit / PHPUnit test suite (pull_request) Has been cancelled
Laravel Pint / Laravel Pint (pull_request) Has been cancelled
2025-04-06 17:25:06 +01:00
1dfa17abca
Update Laravel to v12
PHP Unit / PHPUnit test suite (pull_request) Has been cancelled
Laravel Pint / Laravel Pint (pull_request) Has been cancelled
2025-04-01 21:10:30 +01:00
1d59d57c2e
Fix showing author like on a note
2024-11-30 15:30:07 +00:00
43447ac47b
Fix tests after we corrected the media URLs
...
PHP Unit / PHPUnit test suite (pull_request) Has been cancelled
Laravel Pint / Laravel Pint (pull_request) Has been cancelled
The media URLs have a path that starts `/storage/`.
2024-10-26 12:52:43 +01:00
d7da42b626
Host images locally
...
PHP Unit / PHPUnit test suite (pull_request) Has been cancelled
Laravel Pint / Laravel Pint (pull_request) Has been cancelled
We don’t need the complexity of S3. Sepcifically the complexity of
managing my own AWS account, flysystem made the Laravel side easy.
A command is added to copy the the S3 files over to local storage.
2024-10-25 20:40:52 +01:00
ebfa7f7bf7
REmove dates than cause some tests to fail
2023-04-08 10:33:48 +01:00
42f0fa2238
Return a published and mime type data with sourced media uploads
2022-11-20 17:12:22 +00:00
027eccfad8
Update querying of last uploaded media
2022-11-16 20:30:08 +00:00
096b4db322
Improve micropub media tests
2022-11-15 17:21:01 +00:00
48d1c9a00b
Improve tests
2022-05-14 17:48:53 +01:00
9f66d342d8
Switch all test to use RefreshDatabase trait
2021-08-31 12:48:43 +01:00
d5bbed1eac
Rename the tests to pass phpcs checks
2021-03-17 18:38:18 +00:00
ae2c45ff3d
Add media endpoint support for the source parameter
2020-08-15 09:56:33 +01:00
95bf302dcd
Replicate what aaronpk does in his endpoint
2020-06-28 17:21:21 +01:00
cd345d4f88
Make sure we have no media for the empty response test
2020-06-28 16:40:10 +01:00
b764066d98
Only return media added in last half hour
2020-06-28 16:30:56 +01:00
4f2d3b7c2b
Media Endpoint improvements
...
For the code, media related stuff is now in its own controller
Added support for querying the most recent file uploaded
2020-06-27 14:13:33 +01:00