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

31 Commits

Author SHA1 Message Date
cb24e3e334 Tighter restrictions checking for internal IPs 2026-08-10 13:45:05 +01:00
5478c671ab Fixes #10387, #12460, and #19389 - better validation for text files
Files whose sniff yields nothing usable (empty, octet-stream, INI-shaped) now pass.
2026-07-28 21:16:39 +01:00
7519fa1cfe Clear existing unsafe settings, added config setting for allowing internal 2026-07-01 15:15:03 +01:00
6679faea7f Created new external URL rule 2026-07-01 14:53:53 +01:00
9ce2c06f06 encrypted boolean bug, parent::prepareForValidation() added 2026-06-29 16:12:21 -05:00
c0fe308d7d Fixed FD-55359 - sanitize CSS 2026-05-28 12:25:12 +01:00
f74fedb226 Fixed RB-4138 - json validation on wonky params 2026-05-20 18:08:28 +01:00
182e06173d Merge pull request #18730 from marcusmoore/laravel-12-take-2
Upgraded to Laravel 12
2026-04-06 13:03:39 +01:00
135118de65 rm ->getMessage(), report full exception 2026-03-30 19:53:26 -05:00
3ce017fa68 Upgrade to Laravel 12
Co-authored-by: Brady Wetherington <bwetherington@grokability.com>
2026-03-18 12:36:16 -07:00
c6c0a14ee0 Whoops, used PHP's equal signs instead of MySQL's :/ 2025-11-25 20:23:15 +00:00
9b8768dbdd Tighten everything up, remove logging, fix last bits of functionality 2025-11-25 19:34:10 +00:00
3cd191210c Merge branch 'develop' into multi_create_fixes 2025-11-25 13:58:56 +00:00
aa959fbe92 Added filter form request to validate JSON 2025-11-22 14:03:58 +00:00
fb1fde26ce Use a FormRequest to better handle multiple-asset-creation by GUI 2025-11-11 18:00:22 +00:00
d0593c6b8d remove some commented things 2025-07-23 16:19:32 -05:00
8a40d7e35c tests added, regex validation working 2025-07-23 16:12:19 -05:00
e9948f0718 fixes booleans, adds note, changes name 2025-07-21 15:34:08 -05:00
2f74a8afe1 mac address rule working 2025-07-21 12:02:45 -05:00
f9b05bc8de more encryption rules extenting laravel's own 2025-07-15 15:03:51 -05:00
b8239e8ed9 use laravel validation methods, email works 2025-07-15 14:17:49 -05:00
d3a74a5740 Use route bound user instead of re-querying 2025-05-14 12:46:34 -07:00
22602c7997 use existing validation strings 2024-11-19 08:59:47 -06:00
124f9c84c2 oops, something went wrong translation 2024-11-14 13:45:47 -06:00
95cd779334 translations and attribute names 2024-11-14 11:42:35 -06:00
7e7cbc4cc8 seems to work just fine now, needs translations 2024-11-13 21:54:25 -06:00
25163d1756 working except for null 🤔 2024-11-13 21:46:23 -06:00
3982201d0e this should work in theory - local is screwy though 2024-11-13 21:38:09 -06:00
ba69259f2d Fixed #13396 - do not allow checkout to undeployable status types
Signed-off-by: snipe <snipe@snipe.net>
2024-09-24 15:35:00 +01:00
9e957baeb5 Fixed check for outside assets on user update validation
Signed-off-by: snipe <snipe@snipe.net>
2024-09-17 15:46:45 +01:00
abb4221539 Validation rules to prevent switchng user companies if assets are assigned
Signed-off-by: snipe <snipe@snipe.net>
2024-08-29 14:55:18 +01:00