1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00
Commit graph

434 commits

Author SHA1 Message Date
Sean Morley
563e9d2b4d feat: Remove image functionality from ImageModal component 2024-06-16 16:40:07 +00:00
Sean Morley
b6dcb8e438 feat: Improve adventure creation form layout and functionality 2024-06-16 14:01:51 +00:00
Sean Morley
a2de88aa6b feat: Add existing image display to image upload modal 2024-06-16 13:57:52 +00:00
Sean Morley
cd13e58ead
Merge pull request #100 from seanmorley15/development
Development
2024-06-15 12:45:13 -04:00
Sean Morley
ea20f1a5a7 Fix up image selection modal 2024-06-15 16:44:47 +00:00
Sean Morley
9e18bf167e chore: Improve adventure creation form layout and functionality 2024-06-15 16:35:37 +00:00
Sean Morley
d197a6082d
Merge pull request #99 from seanmorley15/development
undo errors! 😅
2024-06-14 16:52:41 -04:00
Sean Morley
019c23f3cd undo errors! 😅 2024-06-14 20:52:22 +00:00
Sean Morley
aa7c85dd90
Merge pull request #98 from seanmorley15/development
chore: Update TripListModal and setup page to insert event data durin…
2024-06-14 16:32:35 -04:00
Sean Morley
5034336e9c chore: Update TripListModal and setup page to insert event data during setup 2024-06-14 20:31:58 +00:00
Sean Morley
b2b4409517
Merge pull request #97 from seanmorley15/development
Security Fixes
2024-06-14 12:47:01 -04:00
Sean Morley
cc21692d09
Merge pull request #96 from seanmorley15/dependabot/npm_and_yarn/braces-3.0.3
chore(deps-dev): Bump braces from 3.0.2 to 3.0.3
2024-06-14 12:46:08 -04:00
dependabot[bot]
e27b6720ac
chore(deps-dev): Bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 16:45:35 +00:00
Sean Morley
8ec88af636
Custom image upload
S3 API improvements and additional security measures
2024-06-14 12:31:52 -04:00
Sean Morley
0637ab2df6 feat: Add image upload functionality to adventure creation and editing 2024-06-14 16:25:45 +00:00
Sean Morley
2acfc1defb Image upload for adventures 2024-06-14 16:04:02 +00:00
Sean Morley
91f9f8e632
Merge pull request #94 from seanmorley15/development
Profile picture fix
2024-06-14 09:00:59 -04:00
Sean Morley
4c1bdf5faf Profile picture fix 2024-06-14 13:00:22 +00:00
Sean Morley
be5a9b74be
Merge pull request #93 from seanmorley15/development
chore: Update S3 endpoint configuration to use AWS_S3_ENDPOINT
2024-06-14 08:01:21 -04:00
Sean Morley
a0cbb826f7 chore: Update S3 endpoint configuration to use AWS_S3_ENDPOINT 2024-06-14 12:00:57 +00:00
Sean Morley
e670c3a7ee
Merge pull request #92 from seanmorley15/development
CDN implementation for S3 clients
2024-06-14 07:45:46 -04:00
Sean Morley
272ea60057 CDN Route 2024-06-14 11:43:41 +00:00
Sean Morley
7894e8c192 Key independent system 2024-06-14 11:04:43 +00:00
Sean Morley
886833f95a
Merge pull request #91 from seanmorley15/development
Development
2024-06-13 15:28:50 -04:00
Sean Morley
fc8a162aa9 chore: Update UserAvatar component to use button for profile navigation 2024-06-13 17:13:39 +00:00
Sean Morley
6fd360a9d0 New country list layout! 2024-06-13 16:50:18 +00:00
Sean Morley
82384f9f48
Merge pull request #90 from seanmorley15/development
More security for S3 uploads
2024-06-13 12:28:31 -04:00
Sean Morley
780eff6c4c More security for S3 uploads 2024-06-13 16:07:17 +00:00
Sean Morley
67222fd83d
Merge pull request #89 from seanmorley15/development
chore: Add authorization check in upload server endpoint
2024-06-13 10:11:53 -04:00
Sean Morley
2dfa5674d5 chore: Add authorization check in upload server endpoint 2024-06-13 14:11:18 +00:00
Sean Morley
819e130133 chore: Update appVersion to "Web v0.3.0" in config.ts 2024-06-12 20:08:24 +00:00
Sean Morley
71363026b2 chore: Refactor getBackgroundImages to improve image URL generation 2024-06-12 19:59:53 +00:00
Sean Morley
8eb9f11708 chore: Fix recursive call in getBackgroundImages when encountering empty folder placeholder 2024-06-12 19:49:55 +00:00
Sean Morley
2f5bdc052d chore: Update S3 endpoint configuration to use MINIO_CLIENT_OVERRIDE 2024-06-12 17:59:24 +00:00
Sean Morley
d3112c2925 chore: Update S3 endpoint configuration to use MINIO_CLIENT_OVERRIDE 2024-06-12 17:57:21 +00:00
Sean Morley
18e48c3b80 chore: Update getBackgroundImages to use getObjectUrl for generating image URLs 2024-06-12 17:52:11 +00:00
Sean Morley
5d0b450429 chore: Update getBackgroundImages to use getObjectUrl for generating image URLs 2024-06-12 17:49:26 +00:00
Sean Morley
6385f9f46b random login image! 2024-06-12 17:38:34 +00:00
Sean Morley
20b6f826d9
Merge pull request #88 from seanmorley15/enhancedS3
Enhanced s3
2024-06-12 09:42:07 -04:00
Sean Morley
bf51dcb4e3 chore: Update UserAvatar component to display user's first initial if no icon is provided 2024-06-12 13:41:31 +00:00
Sean Morley
157d9fe99c Object auto delete when upload 2024-06-12 13:35:23 +00:00
Sean Morley
d27971692d chore: Update S3 configuration and endpoint handling 2024-06-12 13:23:59 +00:00
Sean Morley
2cd169817f chore: Update .env.example with compatible providers and AWS credentials 2024-06-10 01:52:37 +00:00
Sean Morley
0ba0ef848b
Merge pull request #87 from seanmorley15/aws
Aws
2024-06-09 21:35:23 -04:00
Sean Morley
dfe103e880 chore: Update docker-compose.yml with S3 and Minio configuration 2024-06-10 01:21:58 +00:00
Sean Morley
b660dcad08 refactor: Update S3 configuration and endpoint handling 2024-06-10 01:16:34 +00:00
Sean Morley
feed624601 null checks 2024-06-10 00:56:25 +00:00
Sean Morley
a535072224 Multi provider 2024-06-10 00:46:01 +00:00
Sean Morley
ee32a446e9 Minio docker 2024-06-09 18:42:32 +00:00
Sean Morley
4ed9ebc456 Docker with minio 2024-06-09 18:10:17 +00:00