snipe
|
3e3c277a3f
|
Better phrasing
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-10 13:29:52 -08:00 |
|
snipe
|
93d6ce1a6a
|
Added session killer artisan command
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-10 13:20:23 -08:00 |
|
Godfrey M
|
e1a6a2afc6
|
adds translation for accept_eula, a bit more logic on the Acceptance Controller that is not working yet
|
2022-03-10 12:15:50 -08:00 |
|
Ivan Nieto Vivanco
|
cdc0805fc4
|
Sanitize dates input in the importer before saving
|
2022-03-10 12:07:07 -06:00 |
|
Ivan Nieto Vivanco
|
9caf27ce60
|
Sanitize dates input in the importer before saving
|
2022-03-10 11:48:57 -06:00 |
|
Ivan Nieto Vivanco
|
e104195796
|
Convert value of the customfield element from string to boolean
|
2022-03-09 18:49:39 -06:00 |
|
snipe
|
e3d2f7cc96
|
Missed a few
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-08 20:05:17 -08:00 |
|
snipe
|
d1358b6249
|
Removed experimental feature policies
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-08 16:58:24 -08:00 |
|
Godfrey M
|
59c583ac74
|
adds the ability to save eula pdfs to storage, still working on storing them in the DB and exposing them in the UI
|
2022-03-08 16:42:27 -08:00 |
|
Brady Wetherington
|
ab7bf3c5d4
|
Get rid of stale commented-out line
|
2022-03-07 20:22:23 -08:00 |
|
Brady Wetherington
|
0556c7653a
|
Implement a generic timeout function, and run methods that need to run with a timeout using it.
|
2022-03-07 19:51:21 -08:00 |
|
Brady Wetherington
|
b96303cb38
|
Clean up errors, add new required package to Dockerfile
|
2022-03-07 19:51:21 -08:00 |
|
Brady Wetherington
|
312a90ce77
|
Add start of Tracing to LDAP troubleshooter
|
2022-03-07 19:51:21 -08:00 |
|
Brady Wetherington
|
71b5c0e80f
|
Add new LDAP troubleshoot ldapsearch subcommand, broaden out troubleshooting
|
2022-03-07 19:51:21 -08:00 |
|
Brady Wetherington
|
519bd00bef
|
WIP - just need to get authed connections to work
|
2022-03-07 19:51:21 -08:00 |
|
Brady Wetherington
|
ffd8f583b4
|
Got most of the stages working for the LDAP troubleshooter
|
2022-03-07 19:51:21 -08:00 |
|
Brady Wetherington
|
8cd5ec6799
|
Most of the host-port-tls discovery stuff is in-place now
|
2022-03-07 19:51:20 -08:00 |
|
Brady Wetherington
|
ef0e9a3c93
|
WIP: Enhancing stage 2 of LDAP troubleshooter
|
2022-03-07 19:51:20 -08:00 |
|
Brady Wetherington
|
8aa975e959
|
First pass at Artisan-based LDAP troubleshooter
|
2022-03-07 19:51:20 -08:00 |
|
snipe
|
e9d297e97d
|
Added cache comment
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-07 19:37:06 -08:00 |
|
snipe
|
9269d5945e
|
Added QR and alt barcode urls to asset transformer
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-07 19:32:18 -08:00 |
|
snipe
|
3e2fe10480
|
Fixed getAssetBySerial
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-05 09:03:29 -08:00 |
|
snipe
|
2d7a8b5e15
|
Merge pull request #10776 from snipe/added_trim_to_email_and_username
Added trim to email and username
|
2022-03-04 11:57:33 -08:00 |
|
snipe
|
9a358087ec
|
Add remote user to bulk edit
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-04 06:47:23 -08:00 |
|
snipe
|
b6a1d245e8
|
Added trim to CC email as well
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-04 06:20:34 -08:00 |
|
snipe
|
67134ca387
|
Do a trim() before inserting/updating
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-04 06:18:52 -08:00 |
|
snipe
|
0dfc27f56e
|
Added remote to allowed_columns for sorting
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-04 05:44:46 -08:00 |
|
snipe
|
43c1949092
|
Add remote option to user
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-04 05:35:26 -08:00 |
|
snipe
|
f840652395
|
Suppress errors for missing signatures
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-04 03:18:28 -08:00 |
|
snipe
|
67ed0d91c0
|
Handle file_get_contents more gracefully
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-04 02:54:37 -08:00 |
|
snipe
|
b876d0abb0
|
Merge remote-tracking branch 'origin/master' into develop
Signed-off-by: snipe <snipe@snipe.net>
# Conflicts:
# .env.example
# app/Http/Controllers/Auth/LoginController.php
# app/Http/Kernel.php
# app/Http/Transformers/ActionlogsTransformer.php
# app/Importer/AssetImporter.php
# app/Models/Accessory.php
# app/Models/Consumable.php
# app/Presenters/AccessoryPresenter.php
# app/Presenters/ComponentPresenter.php
# app/Presenters/ConsumablePresenter.php
# app/Providers/AuthServiceProvider.php
# composer.json
# composer.lock
# config/app.php
# config/cors.php
# config/version.php
# package-lock.json
# public/js/build/app.js
# public/js/build/app.js.LICENSE.txt
# public/js/dist/all.js
# public/mix-manifest.json
# resources/views/accessories/view.blade.php
# resources/views/consumables/view.blade.php
# resources/views/settings/saml.blade.php
# routes/api.php
|
2022-03-03 21:59:38 -08:00 |
|
snipe
|
29a2e80984
|
Merge pull request #10771 from uberbrady/retry_fix_bad_metadata_display
Retry fix bad metadata display
|
2022-03-03 20:49:30 -08:00 |
|
snipe
|
94dded3785
|
Added notes field to presenters for table view show/hide columns
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-03 20:30:07 -08:00 |
|
snipe
|
ac8a7d0bc9
|
Made notes field fillable and searchable
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-03 20:29:48 -08:00 |
|
snipe
|
6fca8350f9
|
Added notes field to transformers
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-03 20:29:35 -08:00 |
|
snipe
|
9acb5413f6
|
Added notes field to controllers
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-03 20:29:25 -08:00 |
|
snipe
|
08a2fe4edb
|
Merge pull request #10773 from snipe/features/adds_ldap_import_and_assets_count_to_user_api
Features/adds ldap import and assets count to user api
|
2022-03-03 19:15:14 -08:00 |
|
snipe
|
6abe8f296b
|
We don’t need the users table here
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-03 19:12:03 -08:00 |
|
snipe
|
a53a67be4a
|
Added consumables, licenses, accessories count filters too
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-03 19:08:08 -08:00 |
|
snipe
|
b72cac3511
|
Adds ldap_import and assets_count filter to user API endpoint
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-03 19:03:35 -08:00 |
|
snipe
|
c940d36fff
|
Updated maintenance gate in API
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-03 18:49:54 -08:00 |
|
snipe
|
cd12028845
|
Use “update” instead of edit in gate
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-03 18:47:20 -08:00 |
|
Brady Wetherington
|
3225605ef3
|
Handling the old weirdly-formatted data wasn't quite working.
|
2022-03-03 18:17:29 -08:00 |
|
Brady Wetherington
|
31dde20a2b
|
Actually, re-introduce this code comment as it's still relevant and tricky
|
2022-03-03 15:48:04 -08:00 |
|
Brady Wetherington
|
aa36ebc947
|
Merge branch 'fix_bad_metadata_display' into retry_fix_bad_metadata_display
|
2022-03-03 15:46:19 -08:00 |
|
Brady Wetherington
|
92434fa943
|
Revert "Revert "refactor and clean up attribute-changing logic for assets""
This reverts commit bdc737ce0c .
|
2022-03-03 15:45:54 -08:00 |
|
Brady Wetherington
|
0164354463
|
Fix for the weird error that blew up the demo when my PR got merged
|
2022-03-02 15:15:16 -08:00 |
|
snipe
|
bdc737ce0c
|
Revert "refactor and clean up attribute-changing logic for assets"
This reverts commit 290baf1c8d .
Signed-off-by: snipe <snipe@snipe.net>
|
2022-03-02 14:45:14 -08:00 |
|
snipe
|
733b3a7550
|
Merge pull request #10682 from uberbrady/fix_bad_metadata_display
Fixed weird JSON-handling on log_meta updates
|
2022-03-02 14:36:38 -08:00 |
|
snipe
|
3339a691e1
|
Merge pull request #10721 from snipe/features/adds_users_consumables_endpoint
Added consumables endpoint to user API
|
2022-03-02 14:33:45 -08:00 |
|