Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Snipe-IT
  3. Snipe-IT - Package Updates

Snipe-IT - Package Updates

Scheduled Pinned Locked Moved Snipe-IT
105 Posts 3 Posters 33.5k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Package UpdatesP Offline
    Package UpdatesP Offline
    Package Updates
    App Dev
    wrote on last edited by
    #96

    [1.15.5]

    • Update snipe-it to 8.1.16
    • Full Changelog
    • This version of Snipe-IT REQUIRES PHP 8.2.0 or greater.
    • Fixed #17076: Disable optional status ID form field if value is blank/Do Not Change by @snipe in https://github.com/grokability/snipe-it/pull/17078
    • Fixed #17085: assigned_type not being nulled on asset delete+checkin by @snipe in https://github.com/grokability/snipe-it/pull/17087
    • Fixed #16240: Made additional strings translatable by @snipe in https://github.com/grokability/snipe-it/pull/17099
    • Fixed #16157: Added advanced search to users by @snipe in https://github.com/grokability/snipe-it/pull/17101
    • Fixed #16205: Add an index to deleted_at for those with many deleted action_logs by @uberbrady in https://github.com/grokability/snipe-it/pull/17100
    • Fixed #17102: Added keywords to admin settings search for notifications by @snipe in https://github.com/grokability/snipe-it/pull/17103
    • Fixed #16218: Added centos to the switch case by @snipe in https://github.com/grokability/snipe-it/pull/17107
    • Adds a clear button to custom radio buttons in bulk edit by @Godmartinz in https://github.com/grokability/snipe-it/pull/17108
    • Fixed #17067: Allow only sending cc email when acceptance required by @marcusmoore in https://github.com/grokability/snipe-it/pull/17115
    1 Reply Last reply
    0
    • Package UpdatesP Offline
      Package UpdatesP Offline
      Package Updates
      App Dev
      wrote on last edited by
      #97

      [1.15.6]

      • Update snipe-it to 8.1.17
      • Full Changelog
      • A Manager user view setting was introduced that allows managers to see the items checked out to their direct reports. This is optionally enabled under Admin Settings > General. We may rework this a little more to make that granular on individual users instead of a global setting, but we're waiting to hear feedback from our users to see if that's needed.
      • We've standardized the common table features (such as print, advanced search, fullscreen, etc) so that all of the table views should now have mostly the same features to improve consistency.
      • We fixed an issue where the SAML XML file would not correctly upload (the workaround was to copy+paste it into the textarea field, but you shouldn't have to do that anymore.)
      • We fixed the permissions on EULAs so that users can now correctly download their own EULAs in their profile area.
      • We added the ability to send an acceptance/declined email notification to the admin who checked the item out.
      • Added Manager View to enable managers to see the items checked out to their direct reports by @lukaskraic in https://github.com/grokability/snipe-it/pull/17096
      • Fixed #12653 - Added jobtitle to asset listing by @snipe in https://github.com/grokability/snipe-it/pull/17180
      • Fixed #17215: Check for acceptance logo vs regular logo in print views by @snipe in https://github.com/grokability/snipe-it/pull/17216
      • Fixed #16241 - Menu items not getting class="active" on click. by @akemidx in https://github.com/grokability/snipe-it/pull/17198
      1 Reply Last reply
      0
      • Package UpdatesP Offline
        Package UpdatesP Offline
        Package Updates
        App Dev
        wrote on last edited by
        #98

        [1.15.7]

        • Update snipe-it to 8.1.18
        • Full Changelog
        • This version of Snipe-IT REQUIRES PHP 8.2.0 or greater.
        • Add escaping to user_agent and remote_ip variables for API results by @uberbrady in https://github.com/grokability/snipe-it/pull/17330
        • Fixed #17326 - sorting on dashboard by @snipe in https://github.com/grokability/snipe-it/pull/17333
        • Use safer deserialization defaults by @uberbrady in https://github.com/grokability/snipe-it/pull/17336
        • Fixed #17112 - set location ID to null instead of 0 by @snipe in https://github.com/grokability/snipe-it/pull/17337
        • Fixed #1909 - small depreciation tweaks (re-added 0 months as a viable value) by @snipe in https://github.com/grokability/snipe-it/pull/17338
        • [FD-49538] - added video/audio uploads by @snipe in https://github.com/grokability/snipe-it/pull/17346
        • Fixed #17193 - perform Orderby before collection in Bulk Assets Controller by @Godmartinz in https://github.com/grokability/snipe-it/pull/17341
        • Fixed #17349 - enable enable_font_subsetting in PDFs by @snipe in https://github.com/grokability/snipe-it/pull/17351
        • Fixed #17302 - tighter control on company by @snipe in https://github.com/grokability/snipe-it/pull/17350
        1 Reply Last reply
        0
        • Package UpdatesP Offline
          Package UpdatesP Offline
          Package Updates
          App Dev
          wrote on last edited by
          #99

          [1.16.0]

          • Update snipe-it to 8.2.0
          • Full Changelog
          • This version of Snipe-IT REQUIRES PHP 8.2.0 or greater.
          • It was already true that only superusers could assign new permission groups and promote other users to superadmin, but we've tighten a few more of these controls to disallow editing email address, username, password, and ability to login by users with lower privileges then the user they're trying to edit - meaning admins cannot edit superadmin usernames, email, etc - and regular users who have user editing permission cannot modify those settings for either admins or superadmins, though they can still edit those properties for other regular users. See https://github.com/grokability/snipe-it/pull/17423 for more info there.
          • We've removed the ability to include credentials for newly created users via import or through the GUI, instead replacing it with the ability to send them a password reset "invitation". Sending passwords via email has been considered a bad idea for a while, so this method seems better. Note that if the newly created user doesn't have an email address in the import, we obviously cannot send them a password reset email, so those emails won't go out.
          • Fixed #17310 - 500 on redirect when checking in a license seat by @Godmartinz in https://github.com/grokability/snipe-it/pull/17362
          • Fixed #7957 - custom field textarea input not retaining when switching Asset Models with shared custom fields by @Godmartinz in https://github.com/grokability/snipe-it/pull/17361
          • Fixed [FD-49538] - use a <video> tag for video files for non-Safari usage by @uberbrady in https://github.com/grokability/snipe-it/pull/17374
          • Better indicate via submit button colors and messaging that something is about to be accepted or declined by @snipe in https://github.com/grokability/snipe-it/pull/17376
          • Fixed #17383 - re-add /hardware/ as an object type in the file upload API by @snipe in https://github.com/grokability/snipe-it/pull/17385
          • Fixed redirect option being NULL by @Godmartinz in https://github.com/grokability/snipe-it/pull/17390
          • Fixed display of acceptance button if signature is not required by @snipe in https://github.com/grokability/snipe-it/pull/17407
          1 Reply Last reply
          0
          • Package UpdatesP Offline
            Package UpdatesP Offline
            Package Updates
            App Dev
            wrote on last edited by
            #100

            [1.16.1]

            • Update snipe-it to 8.2.1
            • Full Changelog
            • This version of Snipe-IT REQUIRES PHP 8.2.0 or greater.
            • Fixed #17394 - Changes the acceptance letter salutation to target by @Godmartinz in https://github.com/grokability/snipe-it/pull/17436
            • Fixed an issue where user history was showing more information than was relevant
            1 Reply Last reply
            0
            • Package UpdatesP Offline
              Package UpdatesP Offline
              Package Updates
              App Dev
              wrote on last edited by
              #101

              [1.17.0]

              • checklist added to manifest
              1 Reply Last reply
              0
              • Package UpdatesP Offline
                Package UpdatesP Offline
                Package Updates
                App Dev
                wrote on last edited by
                #102

                [1.18.0]

                • Update snipe-it to 8.3.0
                • Full Changelog
                • Fixed #17441 - hardware listings "remembered" page numbers between statuses by @snipe in https://github.com/grokability/snipe-it/pull/17459
                • Fixed #17500 [FD-50045] - Make "Create Manufacturers" seeder button work by @uberbrady in https://github.com/grokability/snipe-it/pull/17501
                • Added ability to copy images on cloning by @snipe in https://github.com/grokability/snipe-it/pull/17514
                • Fixed #9511 - Validation For Encrypted Custom Fields by @spencerrlongg in https://github.com/grokability/snipe-it/pull/17456
                • Fixed #17518: Adds printer line break after signatures on multiple-print-all-assigned by @snipe in https://github.com/grokability/snipe-it/pull/17521
                • Fixed #10357 - Add maintenance image upload by @snipe in https://github.com/grokability/snipe-it/pull/17537
                • Renamed table from asset_maintenances to maintenances and title to name for maintenances by @snipe in https://github.com/grokability/snipe-it/pull/17549
                • Fixed #17485 - nicer alert menu if no items are below qty by @snipe in https://github.com/grokability/snipe-it/pull/17489
                • Fixed #11754 - nicer menu alignment for dropdowns by @snipe in https://github.com/grokability/snipe-it/pull/17567
                • Fixed #10284 - Added mobile phone to users by @snipe in https://github.com/grokability/snipe-it/pull/17569
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  App Dev
                  wrote on last edited by
                  #103

                  [1.18.1]

                  • Update snipe-it to 8.3.1
                  • Full Changelog
                  • This version of Snipe-IT REQUIRES PHP 8.2.0 or greater, 8.3 recommended.
                  • Added laravel telescope for dev environment by @snipe in https://github.com/grokability/snipe-it/pull/17680
                  • Moved model traits into proper directory by @snipe in https://github.com/grokability/snipe-it/pull/17743
                  • Fixed user display name in expiring asset notification by @marcusmoore in https://github.com/grokability/snipe-it/pull/17751
                  • Patch #17751 to master by @marcusmoore in https://github.com/grokability/snipe-it/pull/17754
                  • Fixed #17742 - fixed file deleting by @Speedyduck300000 in https://github.com/grokability/snipe-it/pull/17768
                  • Fixed #17488 (Part 2) - Nav dropdown link color and skin names by @Godmartinz in https://github.com/grokability/snipe-it/pull/17745
                  • Added #10969 - Parent location to Asset Checked out to info by @Godmartinz in https://github.com/grokability/snipe-it/pull/17748
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    App Dev
                    wrote last edited by
                    #104

                    [1.18.2]

                    • Update snipe-it to 8.3.2
                    • Full Changelog
                    • This version of Snipe-IT REQUIRES PHP 8.2.0 or greater, 8.3 recommended.
                    • Fixes #9978 - Added payload to accessories API by @snipe in #17769
                    • Fixed #17780 - Added withTrashed() to allow viewing files on deleted objects by @snipe in #17781
                    • Fixed #10107 - remember checkout to type by @snipe in #17771
                    • Fixed company name reference in location print by @marcusmoore in #17783
                    • Fixed #17759 - translation used in asset check in/out notifications by @Godmartinz in #17760
                    • Fixed #17777 - Log upload deletion by @snipe in #17788
                    • Adds require serial as Asset Model option by @Godmartinz in #16947
                    • Fixed #17791 - increase size of purchase cost field by @snipe in #17795
                    • Fixed #17798 - added require_serial to model importer by @snipe in #17799
                    • Allows check-ins of unreassignable licenses by @Godmartinz in #16063
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      App Dev
                      wrote last edited by
                      #105

                      [1.18.3]

                      • Update snipe-it to 8.3.3
                      • Full Changelog
                      • This version of Snipe-IT REQUIRES PHP 8.2.0 or greater, 8.3 recommended.
                      • Fixed #17896 - Prevent assigned assets from being bulk checked out by @marcusmoore in #17897
                      • Fixed #17804 - make columns searchable in column picker by @snipe in #17904
                      • Fix #17908: typo in storage location of backups by @spacjalex in #17909
                      • Fixed #17404 - Prevent bulk checkout of assets across companies by @marcusmoore in #17887
                      • Fixed #17919 - correct the behavior of the checkout type selector by @uberbrady in #17923
                      • Adds option to disable auto generating action log from acceptance factory by @Godmartinz in #17925
                      • with --no-interactive, make composer non-interactive aswell by @kingspride in #17945
                      • Fixed #17914 - Improve UX around attempted bulk checkout of assigned assets by @marcusmoore in #17933
                      • Fixed excessive api requests on bulk checkout page by @marcusmoore in #17888
                      • Added Purchase Cost Report Filter by @akemidx in #17883
                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search