BookStack/app/Uploads
Dan Brown 14b6cd1091
Started migration of attachment manager from vue
- Created new dropzone component.
- Added standard component event system using custom DOM events.
- Added tabs component.
- Added ajax-delete-row component.
2020-06-30 22:12:45 +01:00
..
Attachment.php Started migration of attachment manager from vue 2020-06-30 22:12:45 +01:00
AttachmentService.php Started migration of attachment manager from vue 2020-06-30 22:12:45 +01:00
HttpFetcher.php
Image.php Filled out base Book API endpoints, added example responses 2020-01-12 14:45:54 +00:00
ImageRepo.php Updated drawing uploads to use user id in image name 2020-04-04 00:48:32 +01:00
ImageService.php Made display thumbnail generation use original data if smaller 2019-12-22 12:44:49 +00:00
UploadService.php