|
61c51fcd37
|
Updated the OpenStack driver to use the new PHP Open Cloud repo instead of the previous Rackspace one. This also completes the last provider's change to GuzzleHttp instead of Guzzle. #144 #145
|
2020-04-22 08:19:28 +01:00 |
|
|
f80b80540f
|
Files are now removed from Dropbox when a photo/album is deleted. Added handling for Dropbox's 429 (retry) error. Added a new admin permission for restricing access to the new services area. Corrected a logic issue with failing images during the analysis process. #106
|
2020-04-22 06:56:15 +01:00 |
|
|
09b4bc60dd
|
Images are now refreshed correctly after resizing/rotating when using a private S3 album. Corrected some more icons to Font Awesome v5. #147 #141
|
2020-04-19 15:46:35 +01:00 |
|
|
e3892a037f
|
Started work on replacing guzzle/guzzle (v3) with guzzlehttp/guzzle (v6.)
|
2020-04-18 22:41:30 +01:00 |
|
|
fdf4d72236
|
Merge branch 'master' into feature/106-dropbox-storage
# Conflicts:
# app/Http/Controllers/Admin/StorageController.php
# resources/views/themes/base/admin/edit_storage.blade.php
|
2020-04-18 21:53:36 +01:00 |
|
|
f773b10244
|
Implemented a new option for S3 sources to allow signed URLs and private buckets to be used. #141
|
2020-04-18 21:51:28 +01:00 |
|
|
582e5fffaa
|
Dropbox #106 - files can be uploaded to a Dropbox account using a generated access token, and downloaded using the Blue Twilight download endpoint.
|
2019-09-15 21:37:41 +01:00 |
|
|
99cafbc9a5
|
Backblaze #135 - B2 storage source now removes the current file version before uploading a new one
|
2019-09-14 15:35:05 +01:00 |
|
|
a6825bcef9
|
Backblaze #135 - implemented the re-use of the upload token/URL. Fetching file contents now works by using the b2_download_file_by_id method with an auth header.
|
2019-09-14 10:04:09 +01:00 |
|
Andy Heathershaw
|
fb6754b8e9
|
Backblaze #135 - tried to implement b2_download_file_by_id for private buckets, but this doesn't work correctly, logged with Backblaze
|
2019-09-10 16:24:26 +01:00 |
|
Andy Heathershaw
|
ce03b2596f
|
Backblaze #135 - album storage driver is now cached to maintain state within the same request, prevents multiple calls to B2. Images can now be deleted and (I think) edited.
|
2019-09-10 15:11:53 +01:00 |
|
|
608442d566
|
Backblaze #135 - introduced the config setting to choose whether to generate private or public URLs, or to auto-detect. Photos are now displayed from B2.
|
2019-09-09 21:52:26 +01:00 |
|
Andy Heathershaw
|
4b6bdeba15
|
Backblaze #135 - added the storage UI and initial connectivity to B2
|
2019-09-09 20:35:32 +01:00 |
|
|
f4f4de1b34
|
Fixes #130: Local file system queue copies the file instead of moving it, so the temp file is still available to analyse
|
2019-07-27 13:50:27 +01:00 |
|
|
07fa9639b5
|
#123: The setting tab now only lists compatible storages. Added support for IAnalysisQueueSource to the LocalFileSystemSource driver
|
2019-07-13 10:27:35 +01:00 |
|
|
95e79f2d28
|
#123: The process command (which is now bt-queue:process to avoid conflicts with Laravel's default queue namespace) now uses the S3 storage to retrieve images
|
2019-07-13 10:15:13 +01:00 |
|
Andy Heathershaw
|
7a71a06e4e
|
#123: Images are now uploaded to the storage driver specified using the new IAnalysisQueueSource interface
|
2019-07-12 16:21:30 +01:00 |
|
Andy Heathershaw
|
a26f9c1c1f
|
#4: Added a framework for manipulating data during system updates. Full URL path to an album is now saved in the database. Fall-back routes are now mapped by the first segment - a = album, p = photo, i = image
|
2017-04-17 21:31:45 +01:00 |
|
Andy Heathershaw
|
9ed9626e9d
|
[touch: 33] Added support for uploading files to Rackspace. Split out the OpenStack options into a separate template to match the Amazon one. Added validation to the Amazon options.
|
2016-11-05 09:41:07 +00:00 |
|
Andy Heathershaw
|
35758d338a
|
BLUE-17: added support for S3 cloud storage (including DreamObjects, which uses an S3-compatible API)
|
2016-11-03 13:33:35 +00:00 |
|
Andy Heathershaw
|
640828e244
|
BLUE-8: The OpenStack driver now works completely with all operations - flip, rotate, refresh thumbnails. It's also possible to move photos between albums across different storage providers.
|
2016-10-28 12:59:36 +01:00 |
|
Andy Heathershaw
|
005c5eb645
|
BLUE-8: OpenStack driver is now uploading files to OS. Need another config field for the public URL to the container.
|
2016-10-28 06:24:34 +01:00 |
|
Andy Heathershaw
|
9141398da8
|
BLUE-8: new storage locations can be created setting the required OpenStack details
|
2016-10-28 04:54:38 +01:00 |
|
Andy Heathershaw
|
0e569562a4
|
resolves #2: photos can now be moved between albums. Started improving the bulk photo update to use a KnockoutJS view model to remove some of the logic from the view itself.
|
2016-10-05 05:02:47 +01:00 |
|
Andy Heathershaw
|
6635d20ead
|
Storage locations can now be edited. Added the rotate photo left/right to the max post size exclusion list
|
2016-09-28 20:13:18 +01:00 |
|
Andy Heathershaw
|
48b43c3dd2
|
Added the ability to create storage locations and set those as the album source when creating a new album
|
2016-09-24 09:34:08 +01:00 |
|
Andy Heathershaw
|
6be14d385a
|
Rewrote the upload functionality using KnockoutJS. This now allows failed files to be shown to the user to re-upload.
|
2016-09-22 07:34:18 +01:00 |
|
Andy Heathershaw
|
3af7708933
|
Improved the admin section - added breadcrumb navigation and a nice looking dashboard
|
2016-09-09 15:06:34 +01:00 |
|
Andy Heathershaw
|
504134caa7
|
Photos and album contents are now physically deleted from disk
|
2016-09-09 11:09:03 +01:00 |
|
Andy Heathershaw
|
56cfade23c
|
Massive refactoring of the image processing, so it's now driven by the front-end and we can completely remove the command-line tasks - which will allow the app to work completely encoded using SourceGuardian and domain-locking.
|
2016-09-08 23:22:29 +01:00 |
|
Andy Heathershaw
|
626cd5b2ec
|
Added a separate storage_file_name column to the Photo class
|
2016-09-06 19:47:25 +01:00 |
|
Andy Heathershaw
|
18bceb367d
|
Albums now display their photos in a grid
|
2016-09-04 21:59:32 +01:00 |
|
Andy Heathershaw
|
b08a0e4710
|
Albums are now displayed on the index page. Logged in users now get a gravatar displayed. Thumbnails are now also served and displayed on the index page.
|
2016-09-03 22:13:05 +01:00 |
|
Andy Heathershaw
|
c2a65accdf
|
Thumbnails are now being generated as part of the photo analysis routine
|
2016-09-03 17:09:49 +01:00 |
|
Andy Heathershaw
|
d559d09d55
|
Exif data now captures the taken date/time, camera make, model and software
|
2016-09-02 22:18:40 +01:00 |
|
Andy Heathershaw
|
6e04389e07
|
Created my own file-system abstraction layer for album storage
|
2016-09-02 22:00:42 +01:00 |
|