06806341c7
Nicer tab names for permissions
...
Signed-off-by: snipe <snipe@snipe.net >
2021-07-08 15:57:41 -07:00
a12ae19e32
Try deferring the load so it doesn’t query the server server 7 times for login
...
This doesn’t work?
Signed-off-by: snipe <snipe@snipe.net >
2021-06-29 10:50:32 -07:00
3332bbe072
Removed unused properties on login
...
This may be dumb anyway - we probably don’t need to make so many round trips to the server just to see if things are required or not… But I’d really like to standardize the validation across the system
Signed-off-by: snipe <snipe@snipe.net >
2021-06-29 10:27:44 -07:00
d5881523d9
Removed unused translations
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-29 07:46:27 -07:00
704eb728bc
Added livewire the login screen
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-29 02:16:57 -07:00
576e605f73
Make livewire less assy looking
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-28 22:40:18 -07:00
ebb0aa5532
Merge pull request #9766 from uberbrady/livewire_integration_v6
...
Livewire integration for Snipe-IT v6
2021-06-28 21:51:00 -07:00
a6ac4f94f1
Breaking out field-listing into its own Livewire blade for use elsewhere
2021-06-28 21:00:20 -07:00
ea1f1eb972
Get some basic Livewire going for 'edit model's default values.
2021-06-28 21:00:20 -07:00
8e66abb926
Basic Laravel7 compatibility, starting getting Livewire going
2021-06-28 21:00:16 -07:00
dc125af029
Fixed locations link on homepage module
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-28 19:56:41 -07:00
2365634139
Added dashboard module for locations [ch9199]
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-28 19:46:56 -07:00
4af247f845
Added additional boxes to the dashboard
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-28 16:36:15 -07:00
d4e46ee41f
Added comma in US currency format [ch16628]
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-28 16:14:32 -07:00
a016f4ecd0
Applies PR #9761 to integration
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-28 13:11:22 -07:00
1ea843248b
Fixed #9729 - bulk edit order number capped at 20
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-23 20:04:45 -07:00
8268aca9fc
Removed Ziggy.baseUrl references for meta references that had baseUrl
2021-06-23 19:57:45 -07:00
32a6fa5f0c
Pushed less changes into integration branch
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-23 18:00:33 -07:00
b3ec4bb31b
Porting PR #9720 to v6 integration
...
Signed-off-by: snipe <snipe@snipe.net >
2021-06-23 14:28:06 -07:00
9456a03a88
Almost finished with the routes which is...hopefully? The last thing?
2021-06-22 16:58:23 -07:00
3095a78664
Small tweaks to Dashboard controller
...
Still gettiing a bizarre `Non-static method App\Http\Controllers\DashboardController::index() should not be called statically` error
Signed-off-by: snipe <snipe@snipe.net >
2021-06-11 14:43:47 -07:00
ec0dc681ba
Shift core files
2021-06-10 20:16:59 +00:00
934afa036f
Adopt Laravel coding style
...
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00
9f944ad497
Added the 'required' attribute to the input file n the upload file form modal. Added a validation for the UserFilesController if the user doesn't select any file to upload [ch16471].
2021-05-27 15:48:13 -05:00
9f2b4c721d
Allow password reset from user profile
...
Signed-off-by: snipe <snipe@snipe.net >
2021-05-26 15:32:23 -07:00
3f09d17389
Fixed typo “synchronization”
...
Signed-off-by: snipe <snipe@snipe.net >
2021-05-25 18:45:06 -07:00
9eea46adef
Fixed parse error in user print view
...
Signed-off-by: snipe <snipe@snipe.net >
2021-05-20 13:53:43 -07:00
fd082addff
Fix incorrect case of ldap sync status string ( #9563 )
...
Fixes #9562
2021-05-12 19:15:39 -07:00
76897f3a3a
Make label printing from asset page more consistent with normal UI
...
Signed-off-by: snipe <snipe@snipe.net >
2021-05-12 17:08:53 -07:00
a29ef73346
Feature #3088 Print labels from asset detail page ( #9559 )
...
This PR adds a "Generate Label" button to the detail asset page as
described in #3088 .
Fixes #3088
Co-authored-by: tilmann.bitterberg <tilmann@tbrglobal.com >
2021-05-12 13:38:26 -07:00
62199f6255
Manually re-add support for Label Logos in Labels ( #9552 )
2021-05-07 17:01:32 -07:00
9aac3ae628
Fixed HTML causing two backup headers to appear
...
Signed-off-by: snipe <snipe@snipe.net >
2021-05-07 16:36:07 -07:00
ece627b3a3
Small fixes for location printing when relationships are missing/invalid, per #9521
...
Signed-off-by: snipe <snipe@snipe.net >
2021-05-05 10:23:46 -07:00
d8d3fa2293
Only show department if it’s valid
...
Signed-off-by: snipe <snipe@snipe.net >
2021-05-05 10:13:19 -07:00
57b9b571dc
Fixed #9531 - highlight search box when filled, add clear button ( #9534 )
2021-05-04 22:00:34 -07:00
b01baec7a8
Updated languages
...
Signed-off-by: snipe <snipe@snipe.net >
2021-04-26 18:11:48 -07:00
32f043c5df
Set the body skin style if one was overridden by the user profile
...
Signed-off-by: snipe <snipe@snipe.net >
2021-04-26 17:25:39 -07:00
23376c317e
Use correct URL for css for subdirs
...
Signed-off-by: snipe <snipe@snipe.net >
2021-04-26 17:22:02 -07:00
b3b02933a5
Removed duplicate code
...
Signed-off-by: snipe <snipe@snipe.net >
2021-04-26 17:21:48 -07:00
882732b2de
WTF kind of gendered language was this mess?
...
Signed-off-by: snipe <snipe@snipe.net >
2021-04-26 17:18:17 -07:00
1d43eda21f
Features: improved UI for importer ( #9467 )
...
* Small UI improvements for importer
Signed-off-by: snipe <snipe@snipe.net >
* And UI backup improvements
Signed-off-by: snipe <snipe@snipe.net >
2021-04-21 20:16:17 -07:00
90f79eaf83
Merge branch 'develop' of https://github.com/snipe/snipe-it into develop
2021-04-21 10:23:46 -07:00
5127727730
Fixed #9424 : import history adds asset model to assigned user and respects checkin date ( #9350 )
...
* Fixed #9294 : Assets import history. Behaviour based on Checkin Date added, including assigning checked out items to users.
* Fixed #9294 : Fixed asset import history to respect checkin and update user with checked out items.
* Fixed #9294 : whitespace and comment cleanup for merge
* Fixed #9294 : Fixed asset import history to respect checkin and update user with checked out items.
2021-04-20 21:25:17 -07:00
d10d090d33
Moved status label help text to headline
...
Signed-off-by: snipe <snipe@snipe.net >
2021-04-20 15:31:07 -07:00
aa6b1456b2
Added help text to custom fields headline
...
Signed-off-by: snipe <snipe@snipe.net >
2021-04-20 15:29:43 -07:00
b2de0d4ade
Changed “Asset Categories” to “Categories” since there are more than asset categories now
...
Signed-off-by: snipe <snipe@snipe.net >
2021-04-20 15:29:22 -07:00
cacb707a7f
Added #9355 : include Accessories and Consumables on the location reports ( #9356 )
2021-04-20 14:53:04 -07:00
b28b245acc
Update labels.blade.php ( #8441 )
...
- Make the qr_size bigger when no barcode printed.
- BUG: Missing unit of font size for .qr-text class.
- Reduce padding-right to remove the additional space above text when print from Google Chrome. (I do not know the cause. I tried "box-sizing: border-box" without success.)
2021-04-20 14:52:17 -07:00
15e729f4b8
fix css when not runnin in webroot directory ( #9445 )
...
Co-authored-by: Michael Pietsch <skywalker-11@mi-pietsch.de >
2021-04-20 14:49:57 -07:00
f3831fe010
Fixed #9447 change route parameter name in locations view ( #9456 )
2021-04-20 14:49:05 -07:00