snipe
3680198d61
Merge remote-tracking branch 'origin/develop'
...
# Conflicts:
# config/version.php
2026-06-13 19:22:01 +01:00
snipe
da86e919d9
Bumped version to v8.6.2
2026-06-13 19:19:50 +01:00
snipe
2aae0cb793
Bumped hash
2026-06-12 22:27:32 +01:00
snipe
b57d286b15
Bumped hash
2026-06-12 22:25:30 +01:00
snipe
e8ba1feddc
Fixed RDS database single transaction setting
2026-06-04 13:56:33 +01:00
snipe
79732a9151
Fixed #19120 - added DB_DUMP_SINGLE_TRANSACTION to .env for RDS support
2026-06-03 11:40:33 +01:00
snipe
780fb76af8
Added jfif to extension list in config
2026-06-01 17:29:02 +01:00
snipe
4d06e81768
Merge remote-tracking branch 'origin/develop'
...
# Conflicts:
# config/version.php
2026-05-27 09:42:05 +01:00
snipe
9bf1e2401d
Bumped minor release
2026-05-27 09:41:00 +01:00
snipe
4edf40acaf
Merge remote-tracking branch 'origin/develop'
...
# Conflicts:
# config/version.php
2026-05-27 09:26:55 +01:00
snipe
c02a6c105a
Bumped version
2026-05-26 23:24:04 +01:00
snipe
4d2416ab96
Bumped mid-version
2026-05-26 23:21:55 +01:00
snipe
46d5234fd7
Throttle TOTP requests
2026-05-26 13:04:26 +01:00
snipe
069912d051
Merge remote-tracking branch 'origin/develop'
...
# Conflicts:
# config/version.php
# public/js/dist/all.js
# public/js/dist/all.js.map
# public/mix-manifest.json
2026-05-22 13:06:41 +01:00
snipe
6a1c3e29d0
Updated dev assets
2026-05-22 13:05:41 +01:00
snipe
c8bafdad79
Merge remote-tracking branch 'origin/develop'
...
# Conflicts:
# config/version.php
2026-05-22 12:28:56 +01:00
snipe
ee3ebe32e2
Added newline
2026-05-22 12:28:14 +01:00
snipe
3060fd305b
More pint compliance
2026-05-22 12:27:09 +01:00
snipe
72666cdd47
Bumped hash and improved the version console command
2026-05-22 12:25:36 +01:00
snipe
10ee84cb26
Bumped hash and added pre-version
2026-05-22 12:05:57 +01:00
snipe
3972799e56
Merge remote-tracking branch 'origin/develop'
2026-05-18 12:47:05 +01:00
snipe
50baed175f
Removed elibyy/tcpdf-laravel - we call it directly now
...
- The wrapper package is no longer a dependency
- PDF generation (labels, checkout acceptance) continues to work via the raw TCPDF class
2026-05-18 12:46:26 +01:00
snipe
90c8689596
Prod assets
2026-05-12 19:43:34 +01:00
snipe
8627032c4f
Bumped version to 8.5.0
2026-05-12 19:41:10 +01:00
snipe
f5644928a8
Prod assets
2026-05-04 13:24:50 +01:00
snipe
a279c44aa5
Pint
2026-05-04 13:23:49 +01:00
snipe
f1f96e574c
Bumped hash
2026-05-04 13:23:14 +01:00
ArturoSirvent
8f46b5254e
Fix backup disk driver configuration for S3 support
...
- Fix the backup disk in config/filesystems.php to use a dedicated BACKUP_FILESYSTEM_DRIVER env var instead of PRIVATE_FILESYSTEM_DISK
- Add AWS credential fields to the backup disk config so S3 backups work
- Use BACKUP_FILESYSTEM_ROOT with safe default (storage_path('app')) for local driver
- Document BACKUP_FILESYSTEM_DRIVER and BACKUP_FILESYSTEM_ROOT in .env.example
Fixes #14057
2026-04-17 12:10:03 +01:00
snipe
a94ba474f3
Updated version in confog for develop
2026-04-11 11:05:10 +01:00
snipe
a81ab0ea0f
Merge remote-tracking branch 'origin/master' into develop
2026-04-11 11:04:29 +01:00
snipe
a895566b02
Pint fixes
2026-04-09 19:09:32 +01:00
snipe
5d75765aae
Optionally log the user’s ID in the header
2026-04-09 19:09:21 +01:00
snipe
880261500b
Piiiiiint
2026-04-07 19:14:08 +01:00
snipe
e02c257df6
Bumper version
2026-04-07 19:13:58 +01:00
snipe
182e06173d
Merge pull request #18730 from marcusmoore/laravel-12-take-2
...
Upgraded to Laravel 12
2026-04-06 13:03:39 +01:00
snipe
af283c7e01
Merge remote-tracking branch 'origin/develop'
...
# Conflicts:
# config/version.php
2026-04-03 12:28:30 +01:00
snipe
4703a8b021
Pint
2026-04-03 12:28:00 +01:00
snipe
eb3a608e80
Bumped to pre version
2026-04-03 12:27:50 +01:00
snipe
6beaea8be9
Merge remote-tracking branch 'origin/develop'
2026-03-26 17:41:14 +00:00
snipe
280d16637a
Added file-specific policies
2026-03-26 17:40:49 +00:00
snipe
920676fbd7
Merge remote-tracking branch 'origin/develop'
2026-03-25 14:46:12 +00:00
Marcus Moore
e2e4743994
Attempt to handle docker build fail
2026-03-19 13:56:44 -07:00
Marcus Moore
7b1a5aea19
Revert "Allow installation when MAIL_FROM_ADDR is not set"
...
This reverts commit 602e13dab7 .
2026-03-19 13:37:44 -07:00
Marcus Moore
602e13dab7
Allow installation when MAIL_FROM_ADDR is not set
2026-03-19 13:31:38 -07:00
Guillaume Delbergue
1482abc8b9
feat: add PUBLIC_S3_PROXY option to serve public uploads through the app
...
When PUBLIC_S3_PROXY=true, public uploads (images, logos, avatars) are
served through a proxy controller instead of directly from S3. This
allows using a single fully private S3 bucket for all storage, with no
public ACLs or direct S3 URLs exposed to the browser.
The proxy streams files from the configured public disk with proper
cache headers (ETag, Last-Modified, Cache-Control). Disabled by default
for full backward compatibility.
2026-03-19 19:41:05 +01:00
Marcus Moore
3ce017fa68
Upgrade to Laravel 12
...
Co-authored-by: Brady Wetherington <bwetherington@grokability.com >
2026-03-18 12:36:16 -07:00
Marcus Moore
adfad90f7c
Bump laravel-backup to v9
...
Co-authored-by: Brady Wetherington <bwetherington@grokability.com >
2026-03-18 12:17:46 -07:00
snipe
97854ad02d
Bumped hash
2026-03-13 18:27:23 +00:00
snipe
c1a93e3ac8
Apply pint to config directory
2026-03-13 18:08:12 +00:00
Marcus Moore
4ca53e6f70
Remove Collective provider and aliases
2026-03-10 16:45:48 -07:00