Marcus Hill
429dfa5ca4
Allow file upload extensions: .bat, .stk
2025-05-04 21:38:11 +01:00
johnnyq
475d653979
You can now upload and create documents, credentials in contact and asset details sections
2025-03-20 12:58:00 -04:00
johnnyq
ec8d7a36a8
Only store optimized WebP images, so only 1 image is stored and used for thumnails and viewing, removed fields has_preview and has_thumbnail as these are no longer needed, fixed issue when optimizing portrait images the bottom half would get cropped out
2025-03-18 16:48:05 -04:00
johnnyq
4378fc2719
Removed redundant hash field from files table as the reference already stores this value
2025-03-17 14:59:37 -04:00
johnnyq
97f92e508e
Remove Associated Deletions as these are handled by the database cascade deletions
2025-03-14 18:37:56 -04:00
johnnyq
9da736daee
Enhance the file picture upload optimization to read EXIF data when available and correctly adjust the image orientation for the optimized version.
2025-02-28 13:55:32 -05:00
wrongecho
64a6b7dc39
Client files - allow uploading .key files
2025-02-17 12:01:36 +00:00
wrongecho
2fe7bf6870
Taking a different approach. Utilize the existing file upload functionality and just link the file to the quote.
2025-02-05 22:48:15 +00:00
wrongecho
a67de7a8f1
Prevent post pages being accessed directly
2025-01-09 16:09:39 +00:00
johnnyq
1d8a78b279
Add Image Thumbnails and Previews for better image optimization update view image modal to JS and allow to move between images using previous and next arrows
2024-12-08 15:22:37 -05:00
johnnyq
ed92592aa6
Check to see if arrays are set before executing for each loops to prevent php errors
2024-11-14 19:13:56 -05:00
johnnyq
2a5945816d
Updated file post to use new logAction function, tidy and added more details to logging
2024-11-10 14:37:02 -05:00
johnnyq
3d5e1a1811
Bulk Logic update for files to mimic document bulk deletion
2024-11-08 13:06:42 -05:00
johnnyq
1090794f7f
Added Bulk File Delete support, Added new user role / permission enforcement on the file posts
2024-11-08 12:20:18 -05:00
johnnyq
3cc9c0720d
FEATURE: Files now shows File Size, Mime Type, and who uploaded the file. These fields will only populate on newly uplaoded files, existing ones will show 0 or blank
2024-10-30 18:39:00 -04:00
Marcus Hill
6363d265ca
Refactor POST handling.
...
- Split into admin and user handlers, each admin page gets its own file now
- Enforce role access once for admin POST requests
- Automatically load POST logic for admin-based requests based on the referring page, otherwise automatically load all user request logic
- Add support for using custom POST handlers
2024-09-29 19:02:28 +01:00