a02c62d62c
Fixed tests
...
Signed-off-by: snipe <snipe@snipe.net >
2025-07-22 14:12:51 +01:00
e0232a8e84
Renamed gate
...
Signed-off-by: snipe <snipe@snipe.net >
2025-07-22 14:02:18 +01:00
ca4d3f6bce
Changed gate name, removed debugging
...
Signed-off-by: snipe <snipe@snipe.net >
2025-07-18 12:45:32 +01:00
a0d2cb8a03
Clearer (if longer) gate name
...
Signed-off-by: snipe <snipe@snipe.net >
2025-07-17 20:47:20 +01:00
599718f84e
Use new gates in controllers
...
Signed-off-by: snipe <snipe@snipe.net >
2025-07-17 20:12:32 +01:00
b20925b550
Fixed #17282 - removed erroneous update gate for user-license endpoint
...
Signed-off-by: snipe <snipe@snipe.net >
2025-06-25 11:03:06 +01:00
df30076ffd
Update gate for user
...
Signed-off-by: snipe <snipe@snipe.net >
2025-06-22 19:23:50 +01:00
0d3d2e2e78
Fix keyes
2025-06-09 12:55:38 -07:00
e2e54677ee
add auth to api call, gave more specificity to the relationship
2025-06-05 10:59:16 -07:00
68c082e0dc
fix doc blocks
2025-06-04 15:48:35 -07:00
ee3deb9c63
made eula api route, formatted table, cleaned up code
2025-06-04 15:04:59 -07:00
afc5e08716
Added email as searchable field in select list
...
Signed-off-by: snipe <snipe@snipe.net >
2025-04-15 15:45:25 +01:00
c3b5a92a48
added builder
2024-12-17 17:11:52 -05:00
f6dbda4056
fixing count to not used trashed
2024-12-17 17:03:46 -05:00
ee4a54be24
Fixed order by notes for users
...
Signed-off-by: snipe <snipe@snipe.net >
2024-11-27 15:48:13 +00:00
60642cd902
fix user api update from clearing location_id unnecessarily
2024-11-26 09:58:17 -08:00
fdcc17ca2c
Fix user creation with FullMultipleCompanySupport enabled over API
...
It is currently possible as a non-superuser to create a new user or patch an existing user with arbitrary company over the API if FullMultipleCompanySupport is enabled.
Altough a highly unlikely scenario as the user needs permission to create API keys and new users, it is a bug that should get fixed.
Add a call to getIdForCurrentUser() to normalize the company_id if FullMultipleCompanySupport is enabled.
2024-10-16 11:47:18 +02:00
0ae9ce0aa9
Cannot sort by updated at on Users [sc-27147]
...
Signed-off-by: snipe <snipe@snipe.net >
2024-10-15 16:41:45 +01:00
50b8f180b3
More logical grouping in allow_columns
...
Signed-off-by: snipe <snipe@snipe.net >
2024-10-15 16:41:39 +01:00
1582d81e5b
Change user_id to created_by
...
Signed-off-by: snipe <snipe@snipe.net >
2024-09-17 22:16:41 +01:00
4debaaea39
Fixed #15504 - allow nulling/not changing locale in user bulk edit
...
Signed-off-by: snipe <snipe@snipe.net >
2024-09-16 14:31:10 +01:00
f031309f8f
set up api controller for route/model binding
2024-08-14 16:09:15 -05:00
20ec420ba3
not quite done, api side needs some work
2024-08-14 13:53:29 -05:00
1d65781d8d
More type-hinting
...
Signed-off-by: snipe <snipe@snipe.net >
2024-07-05 07:07:20 +01:00
e98284fff5
Modernized helpers and use statements
...
Signed-off-by: snipe <snipe@snipe.net >
2024-07-04 20:48:35 +01:00
aefaabdb1a
Removed non-counts from allowed array
...
Signed-off-by: snipe <snipe@snipe.net >
2024-07-03 21:40:43 +01:00
55c98cc27a
Check that the user exists before trying to fill the request
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-27 14:05:28 +01:00
7ec44e46ce
Added ability check for restoring users at all
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-22 20:35:28 +01:00
c2e649e2bf
Fixed small permissions issue
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-22 20:07:37 +01:00
e60dbc883c
Removed test code
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-22 19:42:34 +01:00
9e59bd5687
Cleaned up controller code a bit
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-22 19:33:36 +01:00
dd9e9c7a6d
Fixed return types
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-22 18:49:49 +01:00
dc7b9315b5
Merge remote-tracking branch 'origin/develop'
2024-06-19 10:35:54 +01:00
6c17b141db
Removed duplicate locations_id search
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-19 10:35:21 +01:00
d87da78eb5
Merge remote-tracking branch 'origin/develop'
...
Signed-off-by: snipe <snipe@snipe.net >
# Conflicts:
# app/Http/Controllers/Users/UsersController.php
# config/version.php
# public/css/build/AdminLTE.css
# public/css/build/app.css
# public/css/build/overrides.css
# public/css/dist/all.css
# public/css/dist/bootstrap-table.css
# public/js/build/app.js
# public/js/build/vendor.js
# public/js/dist/all-defer.js
# public/js/dist/all.js
# public/js/dist/bootstrap-table.js
# public/mix-manifest.json
2024-06-17 11:18:33 +01:00
756a2ac25c
Added API tests
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-12 11:58:12 +01:00
7e3d66ec53
Merge branch 'develop' into fixes/companyable_trait_on_users
2024-06-12 11:27:26 +01:00
c8820adb56
Add two new 'with()' relationships to Users API index query
2024-06-10 13:29:53 +01:00
065a47a446
Use the DeleteUser request
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-05 13:28:44 +01:00
cff382605c
Fixed some missing strings and checks
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-01 04:01:04 +01:00
03b0268dc2
Fixed typo
...
Signed-off-by: snipe <snipe@snipe.net >
2024-06-01 03:00:45 +01:00
801e58d52e
Removed manual scoping
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-31 06:58:15 +01:00
fb233c0aa4
Cleaned up facade names and references
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-29 12:38:15 +01:00
4adbd7af4c
Merge branch 'develop' into snipeit_v7_laravel10
2024-05-22 21:02:11 +01:00
bb96a190fd
Moved validator
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-22 12:34:48 +01:00
34f1ea1c0e
Re-order gating and refactor group syncing
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-21 10:00:49 +01:00
f633dbba64
Merge branch 'develop' into snipeit_v7_laravel10
2024-05-20 12:55:29 +01:00
8c327e6523
Handle user not found properly
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-07 19:16:56 +01:00
d942b8f1fb
Fixed alias names
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-07 17:40:35 +01:00
49dc9767b6
Added debugging :(
...
Signed-off-by: snipe <snipe@snipe.net >
2024-05-07 15:54:43 +01:00