b7193a06fd
Normalize advanced search
2025-10-08 20:51:35 +01:00
94699893ac
Updated fieldname in user API request
...
Signed-off-by: snipe <snipe@snipe.net >
2025-09-01 16:17:39 +01:00
d5cc61f378
Added send to API call for creating users
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-28 07:28:51 +01:00
07dbc6842c
Are you KIDDING ME, Github??
...
This reverts commit c8e79aa5ca , reversing
changes made to e60f2b2332 .
Signed-off-by: snipe <snipe@snipe.net >
2025-08-25 15:56:28 +01:00
c8e79aa5ca
Merge branch 'develop' into add-display-name-to-users-fixed
2025-08-25 15:28:20 +01:00
b6d397bcca
Updated ->present()->fullName() to ->display_name
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-25 14:57:34 +01:00
6503f9c667
Revert "Merge pull request #17650 from grokability/add-displayName-to-users"
...
This reverts commit 4770e469b4 , reversing
changes made to 29a18c7c8b .
Signed-off-by: snipe <snipe@snipe.net >
2025-08-21 20:23:47 +01:00
6a8e1566fe
Added display_name to a few more places
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-19 12:56:11 +01:00
ced30082a6
Added display_name as user field
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-19 12:10:28 +01:00
ef35a0f2f1
Fixed #10284 : Added mobile phone to users
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-11 18:38:22 +01:00
bcf301ac17
Adds #13997 - API endpoint to sync users via LDAP
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-10 18:48:01 +01:00
a78a243e20
Added admin/superadmin filter to API
...
Signed-off-by: snipe <snipe@snipe.net >
2025-08-01 18:46:10 +01:00
2eaaeb8259
Merge pull request #17423 from grokability/tighter-permissions-on-non-admins
...
Tighter permissions on non-admins and demo modes
2025-07-22 14:32:50 +01:00
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
2cb18e3668
Remove fields from query - eulas was querying actionlogs
...
Signed-off-by: snipe <snipe@snipe.net >
2025-07-22 13:25:41 +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