]> BookStack Code Mirror - bookstack/history - app/Http/Controllers/Api/AttachmentApiController.php
Increased attachment link limit from 192 to 2k
[bookstack] / app / Http / Controllers / Api / AttachmentApiController.php
2023-02-20 Dan BrownIncreased attachment link limit from 192 to 2k
2022-04-29 Dan BrownMerge pull request #3373 from evandroamaro/patch-1
2022-04-25 Dan BrownMerge branch 'recycle_bin_api_endpoints' into development
2022-04-24 Dan BrownUpdated composer deps, applied latest StyleCI changes
2022-04-24 Dan BrownMerge pull request #3364 from BookStackApp/app_url_requests
2022-04-24 Dan BrownMerge pull request #3387 from BookStackApp/editor_switching
2022-04-24 Dan BrownMerge pull request #3365 from BookStackApp/data_streaming
2022-04-02 Dan BrownAdded streaming support to API attachment read responses
2022-02-03 Dan BrownMerge branch 'api-endpoint-users' into users_api
2021-11-14 Dan BrownAdded an env configurable file upload size limit
2021-11-05 Dan BrownStandardised laravel validation to be array based
2021-10-21 Dan BrownMerge branch 'master' of https://github.com/theodor...
2021-10-20 Dan BrownApplied latest changes from styleCI
2021-10-20 Dan BrownMerge pull request #2986 from BookStackApp/attachments_api
2021-10-20 Dan BrownAdded attachment API examples during manual testing
2021-10-19 Dan BrownAdded TestCase for attachments API methods
2021-10-18 Dan BrownBuild out core attachments API controller