3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-05 07:18:18 +00:00

1877 Commits

Author SHA1 Message Date
4c4ec3eacc Fixed #18821 - pagination on history 2026-04-04 16:59:23 +01:00
18ef770a85 Fixed RB, added withTrashed() 2026-04-03 13:45:53 +01:00
2c2de8719b Exclude encrypted custom fields in search 2026-04-03 12:25:09 +01:00
1e884bf627 Update the alias 2026-04-03 12:19:49 +01:00
7a001c81ea Merge pull request #18809 from grokability/rename-assetstatus
Rename assetstatus to status (variation of #18808)
2026-04-03 11:38:45 +01:00
bca93b57ec Pint fixes 2026-04-03 11:08:35 +01:00
d929c87bbd Final fixes, tests 2026-04-03 11:08:16 +01:00
70a30a96fa Try to resolve polymorism for checkout 2026-04-02 19:23:45 +01:00
7ec60bc6f2 Same as #18808 but renamed assetstatus to status 2026-04-02 11:26:23 +01:00
64f346a5f0 Aaaand pint 2026-04-02 09:12:03 +01:00
0ac63a8ac6 Codacy tweaks 2026-04-02 09:11:50 +01:00
6e8c0e5a14 Merge pull request #18758 from Godmartinz/extends-field-value-if-no-label
Fixes FD-54467 TZe_24mm_E Field value to extend full width
2026-03-31 15:25:53 +01:00
1efe65e6ba Pint :( 2026-03-31 13:13:43 +01:00
6a39db7e47 Fixed history return 2026-03-31 13:13:35 +01:00
43841b8b3c Fixed return type 2026-03-31 10:12:24 +01:00
29e994dfd0 Added manufacturer and category relationships 2026-03-30 13:05:57 +01:00
4444a63b92 Added created_at and searchableCounts 2026-03-27 20:39:27 +00:00
368796c40e Added created_at to category search 2026-03-27 20:37:48 +00:00
b9f6b2bbb8 Made user counts searchable 2026-03-27 20:36:45 +00:00
bdd44061f3 Added ability to support aliased count/sum fields in search 2026-03-27 20:18:05 +00:00
61f3180d74 Small fixes to Searchable trait 2026-03-27 19:21:41 +00:00
9efcb09836 Moved adminuser into SnipeModel 2026-03-27 19:21:27 +00:00
80b7ebd508 Moved adminuser method to the SnipeModel 2026-03-27 19:20:54 +00:00
4545cf8989 Removed broken(?) use statement 2026-03-27 19:20:11 +00:00
1dfce30a32 Broke out the use statements for readaibility 2026-03-27 19:17:55 +00:00
582b8858bc Pint 2026-03-27 18:34:15 +00:00
6d4264bc58 Refactor Searchable Trait to allow for filters 2026-03-27 18:34:05 +00:00
bec443ce97 Tweaked checkin/checkout button statuses 2026-03-26 16:27:04 +00:00
8417007eb8 Fixed #18725 - scope by assetsForShow() 2026-03-26 16:26:33 +00:00
614a2cd5de Pint cleanup 2026-03-26 16:02:24 +00:00
616d0f00f9 Added #18767 - uploads for companies and departments 2026-03-26 16:02:07 +00:00
a500dd4e9e Add generic history method and component blade for loggables 2026-03-26 12:13:59 +00:00
413b571ce8 Merge pull request #18737 from guyguy333/public-s3-proxy
Add S3 proxy option
2026-03-25 14:35:56 +00:00
9406b600f9 Formatting 2026-03-25 12:10:07 +00:00
1398b4cbd6 Small cleanup on the views, added comments to detail view blades 2026-03-25 12:09:56 +00:00
f802ea4d38 Fixed tests 2026-03-25 09:20:51 +00:00
b479cdf358 Allow zero or null for accessory qty 2026-03-24 21:40:27 +00:00
e285ee2931 Small fixes in formatting 2026-03-24 21:33:46 +00:00
c4b20a16ce use full width if no field label present on TZe_24mm_E 2026-03-24 10:30:58 -07:00
e290c70732 Added helper function 2026-03-23 14:03:54 +00:00
0fe753b7da Added % bars to accessories, licenses, etc 2026-03-23 10:41:48 +00:00
66607069fe Merge pull request #18740 from grokability/modern-ui-for-assets-view
Modern UI for assets view
2026-03-23 09:40:46 +00:00
c4c8750b26 Fix showCheckoutButton/showCheckinButton to call availability methods
Co-authored-by: snipe <197404+snipe@users.noreply.github.com>
Agent-Logs-Url: https://github.com/grokability/snipe-it/sessions/2cd4613d-eb6f-499d-8df3-4463e731a501
2026-03-23 09:31:07 +00:00
b21efb91b5 Update app/Models/SnipeModel.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-23 09:15:30 +00:00
03b0e24289 Added % remaining and create asset button to models view and list 2026-03-23 08:54:13 +00:00
210fd6399a Helper methods to determine if the asset or thing can be checked in 2026-03-20 18:19:17 +00:00
8e33a644cf Removed unused code 2026-03-20 10:25:01 +00:00
af31dfd19c Formatting 2026-03-19 17:13:47 +00:00
53c090fd6c First stab 2026-03-19 17:13:24 +00:00
bc7473d863 feat: use Storage::disk('public')->url() instead of hardcoded upload URLs
Several presenters, models, transformers, and Blade views were building
upload URLs by concatenating config('app.url') with hardcoded '/uploads/'
paths. This only works with local storage and breaks when using S3 or
any non-local public disk. Replaced with Storage::disk('public')->url()
which respects the configured filesystem driver.

Made-with: Cursor
2026-03-19 13:52:36 +01:00