snipe
241e9bc253
Merge pull request #14847 from uberbrady/users_index_api_optimization
...
Optimization for listings of large numbers of users
2024-06-10 13:57:49 +01:00
Brady Wetherington
c8820adb56
Add two new 'with()' relationships to Users API index query
2024-06-10 13:29:53 +01:00
snipe
9fccafa3ac
Merge pull request #14816 from uberbrady/hotfix_autoincrement_workaround
...
Don't save next autoincrement base if it's going to fail, next
2024-06-05 09:47:40 +01:00
Brady Wetherington
e827bc9a07
Tests on asset tags that are maximum integers and *almost* maximum...
2024-06-03 17:31:56 +01:00
snipe
8f4ede7785
Merge pull request #14817 from snipe/fixes/hotfix_for_14815
...
Fixes #14815 - Fixed translation string
2024-06-03 16:48:54 +01:00
snipe
877adb082c
Fixed translation string
...
Signed-off-by: snipe <snipe@snipe.net>
2024-06-03 16:40:52 +01:00
Brady Wetherington
90818bb147
Don't save next autoincrement base if it's going to fail, next
2024-06-03 15:58:57 +01:00
snipe
dc62e393c3
Hotfix for user permissions
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-31 21:22:21 +01:00
snipe
fceba13b03
Merge pull request #14777 from snipe/fixes/reportscontroller_optimizations
...
Reports controller query optimizations
2024-05-28 18:08:27 +01:00
snipe
8ac3937bf4
Commented model loading on asset model
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-28 18:03:19 +01:00
snipe
1c1729854e
Use statics for location, supplier, etc
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-28 18:02:22 +01:00
snipe
14c78d9065
Use static for custom fields
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-28 18:02:09 +01:00
snipe
b1cb9259da
Re-use total to avoid duplicate count
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-28 18:01:47 +01:00
snipe
702b944698
Merge remote-tracking branch 'origin/develop'
2024-05-27 15:46:07 +01:00
snipe
172d24fd3c
Merge pull request #14770 from uberbrady/add_locations_parent_index
...
Add index to 'parent_id' for users with large number of locations
2024-05-27 15:43:49 +01:00
Brady Wetherington
28b450fd3c
Add index to 'parent_id' for users with large number of locations
2024-05-27 15:38:42 +01:00
snipe
485caf1d92
Merge pull request #14755 from marcusmoore/chore/sc-25103/add-tests-around-asset-checkout
...
Added tests around asset checkout
2024-05-25 11:33:33 +01:00
snipe
fd42f1ef24
Merge remote-tracking branch 'origin/develop'
2024-05-23 08:39:31 +01:00
snipe
8b3ff5a82d
Handle potentially deleted admin users in license export
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-23 08:39:15 +01:00
Marcus Moore
482ebfbb68
Implement test
2024-05-22 17:21:29 -07:00
Marcus Moore
67c4fa2966
Improve event assertions
2024-05-22 17:14:10 -07:00
Marcus Moore
a3389a31cd
Update test name and add todo
2024-05-22 17:10:16 -07:00
Marcus Moore
8d74a976a1
Merge branch 'develop' into chore/sc-25103/add-tests-around-asset-checkout
2024-05-22 16:09:27 -07:00
Marcus Moore
6d104251b3
Remove todo
2024-05-22 15:40:54 -07:00
Marcus Moore
f16c79bb9a
Improve event assertions
2024-05-22 15:38:23 -07:00
Marcus Moore
1fe22e4b7b
Re-order scenarios
2024-05-22 13:33:41 -07:00
Marcus Moore
c7fa2c04ad
Add scenario
2024-05-22 13:33:12 -07:00
Marcus Moore
8ca882d1c8
Complete a scenario
2024-05-22 13:23:49 -07:00
Marcus Moore
5d368990dc
Fix assertion
2024-05-22 13:15:51 -07:00
Marcus Moore
1935a4aca3
Improve scenario naming
2024-05-22 12:47:33 -07:00
snipe
986d5641f6
Merge remote-tracking branch 'origin/develop'
2024-05-22 18:39:25 +01:00
snipe
e163d5cfc7
Merge pull request #14753 from snipe/chore/sc-24895/add_exif_to_upgrade_php_file
...
Added exif to required extensions
2024-05-22 18:31:47 +01:00
snipe
b1e7c772ae
Added exif to required extensions
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-22 18:27:52 +01:00
snipe
dce1854ac4
Merge remote-tracking branch 'origin/develop'
2024-05-22 18:04:53 +01:00
snipe
c4b4923ff8
Add @LeePorte as a contributor
2024-05-22 18:04:24 +01:00
snipe
c20d10d4f2
Merge remote-tracking branch 'origin/develop'
...
Signed-off-by: snipe <snipe@snipe.net>
# Conflicts:
# config/version.php
2024-05-22 17:50:14 +01:00
snipe
b0479d543d
Merge branch 'develop' of https://github.com/snipe/snipe-it into develop
2024-05-22 17:49:33 +01:00
snipe
81704c1d40
Bumped version
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-22 17:49:29 +01:00
snipe
d3798bf251
Merge pull request #14752 from snipe/fixes/better_handle_data_file_mismatch_in_user_files
...
Nicer handling of erroring when filename+log do not match
2024-05-22 17:47:39 +01:00
snipe
4bb7c1701f
Fiddled with storage facade a little more
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-22 17:44:49 +01:00
snipe
5fd0f56258
Use proper storage facade for checking if the file exists
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-22 17:38:49 +01:00
snipe
37d7e89e93
Fixed error message
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-22 17:29:43 +01:00
snipe
3ab197075a
Nicer handling of erroring when filename+log do not match
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-22 17:20:03 +01:00
Brady Wetherington
12e8ac8b41
Merge pull request #14751 from uberbrady/docker-permissions-fix-rebased
...
Fixed #12299 : permissions on storage dir in Docker (rebased)
2024-05-22 16:57:35 +01:00
Lee Porte
6783dc1312
Fixed #12299 : permissions on storage dir in Docker
...
Fixes #12299 , where currently there is no recursive permissions set on
/var/www/html/storage/ during build time. As a result this requires
users to run an exec into the container and change the permissions
before they are able to initiate the setup. Without this a 500 error is
thrown and little is evident in the docker logs as to what the issue
is.
2024-05-22 16:54:07 +01:00
snipe
b489c71fa2
Removed generated file
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-22 13:09:02 +01:00
snipe
cf5f6f9b13
Created by OWASP Threat Dragon
2024-05-22 13:06:32 +01:00
snipe
860432acc5
Merge remote-tracking branch 'origin/develop'
2024-05-22 12:45:26 +01:00
snipe
c9f7847fb3
Merge pull request #14745 from snipe/fixes/self_api_endpoint
...
Refactor group syncing on user edit API endpoint
2024-05-22 12:43:22 +01:00
snipe
6fad085a7d
Removed debug in test
...
Signed-off-by: snipe <snipe@snipe.net>
2024-05-22 12:37:49 +01:00