3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 11:15:42 +00:00
Commit Graph

216 Commits

Author SHA1 Message Date
feb27d9673 Fixed FD-56773 - passport routes 2026-07-30 14:30:36 +01:00
3f74b8cf82 Fixed FD-56773 - oauth gates 2026-07-30 14:09:10 +01:00
ead224bf34 Added route and base livewire blade
TODO: Remove the old route once this is vetted and finalized
2026-07-26 23:58:02 +01:00
af7f920a99 Depreciations: Added bulk delete from index 2026-07-04 19:49:36 +01:00
edb5763c01 Departments: Added bulk delete 2026-07-04 19:28:05 +01:00
c97786684e Status Labels: Added bulk delete on index 2026-07-04 18:40:54 +01:00
a7e8546cf1 Companies: Added bulk edit, fixed #19261 2026-07-03 13:31:29 +01:00
06b1f02be6 Merge branch 'develop' into features/18554-component-report 2026-06-29 15:45:40 +01:00
7714179de8 API/Settings: Added optional requirement for non-generic user agent
alternative to #19217
2026-06-23 22:59:03 +01:00
b5ec9e080d QR Codes: Added QR codes for non-assets 2026-06-08 16:19:21 +01:00
86ace3a1d5 Fix some page headings 2026-06-04 13:34:38 -07:00
ed241ee340 Add report to report index 2026-06-04 11:44:43 -07:00
4603bded2a Add breadcrumb 2026-06-04 11:39:30 -07:00
4a7f9ea9c5 Merge branch 'develop' into features/18554-component-report
# Conflicts:
#	tests/Support/CustomTestMacros.php
2026-06-01 14:25:38 -07:00
46d5234fd7 Throttle TOTP requests 2026-05-26 13:04:26 +01:00
0630ef9f89 Added routes 2026-05-18 11:06:21 +01:00
2b56706cee Remove accessory references 2026-05-12 10:31:38 -07:00
5187f4bfd1 Merge branch 'develop' into features/18554-component-report
# Conflicts:
#	routes/web.php
2026-05-12 10:27:27 -07:00
005c0ea9f6 Pint 2026-05-11 11:44:37 +01:00
7c3f1f3a84 Added routes 2026-05-11 11:44:29 +01:00
60b7ea11e2 WIP: Component report scaffolding 2026-05-05 13:38:30 -07:00
be8907590c Stub new report controller and route 2026-04-27 17:07:08 -07:00
3381d4340c Group custom controller routes 2026-04-27 16:47:28 -07:00
282949e95a Revert "Update custom asset report url and redirect old url"
This reverts commit c14cd27f2f.
2026-04-27 16:39:58 -07:00
c14cd27f2f Update custom asset report url and redirect old url 2026-04-27 16:26:45 -07:00
1f3481c54b Use breadcrumb action in route 2026-04-16 12:51:57 +01:00
83adcc61bc More cleanup 2026-04-16 11:22:39 +01:00
99c3ac56e9 Fixed typo 2026-04-09 18:32:50 +01:00
2d2180c9e8 Added revoke/unrevoke routes 2026-04-09 14:26:11 +01: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
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
a86b738231 Update route 2026-01-26 17:13:56 -08:00
7d24f50cdc Removed extra whitespace 2025-12-09 23:49:21 +00:00
60fb67461a Added downnload route 2025-12-09 23:45:38 +00:00
d20545741e Nicer views 2025-12-05 17:02:51 +00:00
a97c453706 Small fixes for user profiles 2025-11-18 11:59:54 +00:00
34daffcdf4 Added supplier file uploads 2025-11-10 20:47:45 +00:00
c69f1c0890 Smaller fix for missing audit images 2025-10-21 12:43:59 +01:00
5fdb999ece Merge branch 'develop' into feature/8709-bulk-deletion-of-asset-categories-suppliers-manufacturers 2025-10-13 13:07:53 +01:00
4b2b2cb68e Fixed #17891 - missing maintenance file deletion route 2025-09-18 13:58:30 +01:00
30520297e8 Merge branch 'develop' into feature/8709-bulk-deletion-of-asset-categories-suppliers-manufacturers 2025-08-12 11:58:11 -06:00
d0e068f1c0 suppliers completely done, rinse and repeat for the other two 2025-08-11 19:04:36 -05:00
4bf569758f Cleans up a few rmore outes
Signed-off-by: snipe <snipe@snipe.net>
2025-08-11 05:05:00 +01:00
9e8eead71e Renamed routes and method names
Signed-off-by: snipe <snipe@snipe.net>
2025-08-10 13:29:48 +01:00
3fba307e55 Updated routes
Signed-off-by: snipe <snipe@snipe.net>
2025-08-10 12:28:18 +01:00
30d447c023 Updated urls/routes
Signed-off-by: snipe <snipe@snipe.net>
2025-08-08 12:36:35 +01:00
df2545ef80 Updated routes
Signed-off-by: snipe <snipe@snipe.net>
2025-08-07 18:23:17 +01:00
2244eebc3b add Component Checkout Mail 2025-07-15 11:00:39 -07:00
4d8c5a86a4 routes added, tests scratched but need writing 2025-07-09 23:01:58 -05:00