3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-01 21:37:13 +00:00

1007 Commits

Author SHA1 Message Date
280d16637a Added file-specific policies 2026-03-26 17:40:49 +00:00
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
c1a93e3ac8 Apply pint to config directory 2026-03-13 18:08:12 +00:00
4ca53e6f70 Remove Collective provider and aliases 2026-03-10 16:45:48 -07:00
70d1ffe294 Remove MacroServiceProvider and macros.php 2026-03-10 16:39:30 -07:00
4babaa85fc Merge branch 'develop' into livewire4
# Conflicts:
#	composer.lock
2026-02-25 13:29:07 -08:00
d9328bd0ce Merge branch 'develop' into debugbar 2026-02-24 11:27:04 -08:00
9188f89a2a Tagged v8.4.0 2026-02-23 20:40:40 +00:00
c226a061f5 Tagged pre-release 2026-02-20 12:42:09 +00:00
d91ce88e9a Merge branch 'develop' into debugbar 2026-02-11 11:37:02 -08:00
b9908d5665 Cast the DB_PORT to integer 2026-02-11 07:01:03 +00:00
7ada7fb327 Merge branch 'develop' into livewire4 2026-02-05 10:39:56 -08:00
9d632e39bf Merge branch 'develop' into debugbar 2026-02-05 10:33:13 -08:00
389eb9e05d Bumped hash 2026-02-05 13:25:53 +00:00
98fe94aa24 Bumped hash 2026-02-05 13:25:21 +00:00
8a9ddba208 Use traditional component naming 2026-01-26 17:02:32 -08:00
4c727966e7 Migrate config 2026-01-26 16:59:08 -08:00
30d932e2e0 Re-enable exception collector 2026-01-26 14:30:03 -08:00
9fb32d33af Migrate to v4 config 2026-01-26 14:28:18 -08:00
5b5695ffe1 Fixed #18312: support aws rds mysql with force tls 2025-12-30 11:59:31 +00:00
a3f9aad418 Bumped version 2025-12-12 08:46:25 +00:00
f7c432f7fd Bumped hash 2025-12-03 10:09:23 +00:00
6eaefa0bdd Added endpoint & use_path_style_endpoint configs for public/private S3 2025-11-28 17:29:02 +00:00
c7cb4674f5 Bumped version 2025-11-24 12:31:50 +00:00
fa2aafe41f Set a limit on number of users for group user loading 2025-11-12 20:19:52 +00:00
5dc675040d Bumped version 2025-11-10 13:48:59 +00:00
07256fd833 Merge pull request #18044 from mohammad-ahmadi1/ISSUE-17004-fix-db-dump-ssl-issue
fix: update mysqldump options to use --ssl-mode=DISABLED for modern versions
2025-10-28 20:37:08 +00:00
4a481e79c4 Merge remote-tracking branch 'origin/develop'
# Conflicts:
#	public/css/build/app.css
#	public/css/build/app.css.map
#	public/css/build/overrides.css
#	public/css/build/overrides.css.map
#	public/css/dist/all.css
#	public/js/dist/all.js
#	public/js/dist/all.js.map
#	public/mix-manifest.json
2025-10-27 11:14:05 +00:00
891bec9cdb Styling fixes 2025-10-23 13:06:45 +01:00
c3b5c4dfae Moved the logic into the permissions partial, added translations 2025-10-21 22:10:09 +01:00
294ffb72a4 Translations!!! 2025-10-21 20:36:09 +01:00
5211e2ae20 Some UI refinement 2025-10-21 19:22:36 +01:00
889cbc69e1 Starter improvements - needs testing 2025-10-21 19:22:36 +01:00
65ff3d414a Bumped version 2025-10-17 18:34:54 +01:00
9fa38b70c8 Bumped version 2025-10-17 18:26:44 +01:00
6e90c8f6e6 Bumped hash for master 2025-10-16 11:28:37 +01:00
a7ff2595a5 Bumped hash 2025-10-16 11:28:01 +01:00
3fc651d659 fix: update mysqldump options to use --ssl-mode=DISABLED for modern versions 2025-10-15 00:30:53 +02:00
85a208526b Merge remote-tracking branch 'origin/develop' 2025-10-08 10:38:08 +01:00
c3ac0a750d Added licenses checkin permission 2025-10-08 10:37:58 +01:00
0ea9c0647f Merge remote-tracking branch 'origin/develop'
# Conflicts:
#	config/version.php
2025-10-06 15:14:56 +01:00
7360e093b2 Bumped version 2025-10-06 10:41:15 +01:00
925d48640d Merge remote-tracking branch 'origin/develop'
# Conflicts:
#	config/version.php
2025-09-18 14:49:56 +01:00
5216dd75bf Bumped version 2025-09-18 14:49:15 +01:00
469069b471 Merge remote-tracking branch 'origin/develop' 2025-09-16 14:33:57 +01:00
01f7b5d709 Added CJK and Arabic font support 2025-09-15 14:46:11 +01:00
335ab3f064 Merge remote-tracking branch 'origin/develop'
Signed-off-by: snipe <snipe@snipe.net>

# Conflicts:
#	config/version.php
#	public/css/build/app.css
#	public/css/build/app.css.map
#	public/css/dist/all.css
#	public/mix-manifest.json
2025-09-01 11:57:07 +01:00
db477421b2 Bumped to 8.3.1
Signed-off-by: snipe <snipe@snipe.net>
2025-09-01 11:54:53 +01:00
560bd6da92 Merge remote-tracking branch 'origin/develop'
Signed-off-by: snipe <snipe@snipe.net>

# Conflicts:
#	resources/views/notifications/markdown/report-expiring-assets.blade.php
2025-08-29 10:08:56 +01:00
6e2bcd6aa9 Merge pull request #17680 from grokability/added-telescope
Added laravel telescope for dev environment
2025-08-28 18:52:18 +01:00