Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

high severity vulnerability in cross-spawn #264

Open
grybykm opened this issue Nov 18, 2024 · 3 comments
Open

high severity vulnerability in cross-spawn #264

grybykm opened this issue Nov 18, 2024 · 3 comments

Comments

@grybykm
Copy link

grybykm commented Nov 18, 2024

# npm audit report

cross-spawn  <7.0.5
Severity: high
Regular Expression Denial of Service (ReDoS) in cross-spawn - https://github.com/advisories/GHSA-3xgq-45jj-v275

"npm-run-all": "^4.1.5"

@soluml
Copy link

soluml commented Nov 18, 2024

"overrides": {
  "cross-spawn": "~7.0.5"
}

Not a long-term fix by any means but the above will address the issue in absence of the fix.

@ramicohen303
Copy link

ramicohen303 commented Nov 18, 2024

Is this project still maintained?

@TannerS
Copy link

TannerS commented Nov 18, 2024

Is this project still maintained?

Wondering the same thing

DonKoko added a commit to Shelf-nu/shelf.nu that referenced this issue Nov 21, 2024
- fixes a vulnaribility with  that is a dependency of : mysticatea/npm-run-all#264
alexanderl19 added a commit to alexanderl19/shelf.nu that referenced this issue Dec 6, 2024
commit 1c86d3bc95d646dae970b720847ebf89b6ecc9cb
Merge: caffc24c e322cef5
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Fri Dec 6 17:12:55 2024 +0200

    Merge pull request #1487 from Shelf-nu/1486-bug-accepting-invite-changes-the-user-role

    fix: dont allow multiple pending invites for the same org

commit e322cef5cc25b8b37e2f5e6560adbc1935d4d2d7
Author: Donkoko <nbonev@duck.com>
Date:   Fri Dec 6 17:07:35 2024 +0200

    fix: dont allow multiple pending invites for the same org
    - Make sure to block sending an invite if there are already pending invites the the same email and same workspace
    - Display a clear error message to handle this case

commit caffc24c4fa0838df10994863260917121f48fe8
Merge: f4007402 86a5cd1d
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Fri Dec 6 15:52:03 2024 +0200

    Merge pull request #1485 from Shelf-nu/1484-bug-base-user-cannot-see-bookings-assigned-to-them-by-admin

    fix: base and self service users cannot see bookings

commit 86a5cd1d468c2287d33f38722326ae9a87a41fbc
Author: Donkoko <nbonev@duck.com>
Date:   Fri Dec 6 15:42:36 2024 +0200

    fix: base and self service users cannot see bookings
    - made sure that for self service and base users we are also querying bookings with teamMemberId
    - updated getBookings to support an OR query when both user and teamMember id are passed
    - added a feature that when accepting an invite, if there are any bookings attached to the team member, we update them by linking them also to the user

commit f4007402a9e5e77b0b41f910aa4f1eab503b94b5
Merge: ff5bfb80 7304a13b
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Thu Dec 5 16:49:07 2024 +0200

    Merge pull request #1481 from Shelf-nu/1471-bug-search-bug-android-pwa

    fix: escaping of special characters in AssetViewSearch

commit 7304a13bb907b3274175a2f2a36ad3c347467790
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Thu Dec 5 16:31:28 2024 +0200

    fix: escaping of special characters in AssetViewSearch

commit ff5bfb80df12737353a65cca39bac6bce4d6728a
Merge: 6264635c a281f6bc
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Wed Dec 4 17:24:20 2024 +0200

    Merge pull request #1479 from Shelf-nu/1478-improvement-make-sure-nrm-import-check-is-not-case-sensitive

    improvement: polish nrm imports

commit a281f6bcfd189156337e82e379d933b0d2fd04ca
Author: Donkoko <nbonev@duck.com>
Date:   Wed Dec 4 17:11:17 2024 +0200

    UI polish

commit 8b42cebfff9bae53c06a591a8ba79f3f9918bed0
Author: Donkoko <nbonev@duck.com>
Date:   Wed Dec 4 17:09:39 2024 +0200

    improvement: polish nrm imports
    - update createTeamMemberIfNotExists to be case-insensitive
    - update import-nrm action to use createTeamMemberIfNotExists instead of just a pure db call

commit 6264635c27ce922c9413f164aba66635362214d2
Merge: 3656b6dc 8081d78a
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Dec 3 14:10:51 2024 +0200

    Merge pull request #1475 from Shelf-nu/fix-wrong-validation-message

    fix: wrong validation message when adding to existing booking

commit 8081d78a4b2c442c6db4d07b8af4434d8e0ee9de
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Dec 3 14:05:43 2024 +0200

    fix: wrong validation message when adding to existing booking

commit 3656b6dcf910bce3c6e8b8c273bf260727d5e41f
Merge: f2f16690 bd23c7f5
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Mon Dec 2 20:25:03 2024 +0200

    Merge pull request #1474 from Shelf-nu/1473-bug-after-selecting-a-value-in-a-custom-field-select-the-value-cannot-be-cleared

    improvement: updated OPTION custom field UI

commit bd23c7f5df2aa64a264b849f93256444565454fc
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Mon Dec 2 20:17:12 2024 +0200

    improvement: updated OPTION custom field UI
    - completely dropped using Select from radix as it didnt work as we want
    - implemented same UI as in the field selector on the asset index including search and arrow nav
    - fixed some other UI stuff on the asset form

commit f2f166906847722f872df35238e1ebf28785d42d
Merge: e786ea52 c3afdb54
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Mon Dec 2 12:54:15 2024 +0200

    Merge pull request #1433 from rockingrohit9639/feature/improve-404-handling

    Feature/improve 404 handling

commit c3afdb5433e7f85661af0860ed3ecc283f10e2c1
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Fri Nov 29 17:03:46 2024 +0100

    feat(improve-404): fix eslint issues

commit 331623f61538694643541ed17c2dfb756ef4b002
Merge: 260e1e7f e786ea52
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Fri Nov 29 16:46:23 2024 +0100

    Merge branch 'main' of github.com:Shelf-nu/shelf.nu into feature/improve-404-handling

commit e786ea5277299bff88eff127cb40d65eb8682552
Merge: 4b4fb802 2e3cf355
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Fri Nov 29 17:46:04 2024 +0200

    Merge pull request #1470 from Shelf-nu/1469-improvement-filterable-advanced-index-column-selector

    feat: add search on the column select dropdowns on advanced index filters and sorting

commit 2e3cf3556f42d6d3900729bd00e21a2ba75ad18c
Author: Donkoko <nbonev@duck.com>
Date:   Fri Nov 29 17:35:37 2024 +0200

    add search on the column select dropdowns

commit 4b4fb80215514f06aa6f025872bba07d3fecb669
Merge: 9e4c3b6d 4b9d577e
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Fri Nov 29 14:50:26 2024 +0200

    Merge pull request #1392 from Bhavyajain21/feature/calendar-improvements

    Improvement to Calendar View

commit 4b9d577ee415385b0b7d30e71297a94a0886e5e6
Author: Donkoko <nbonev@duck.com>
Date:   Fri Nov 29 14:46:22 2024 +0200

    style update & cleanup

commit b475ce3b88b41f68d074dd61226db7f845d0ef52
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Thu Nov 28 20:08:10 2024 +0530

    Fix bullet

commit a87b020260ef08f890fae7102134acbe657a2ac4
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Thu Nov 28 20:07:41 2024 +0530

    Fix bullet

commit 7c07513b47e04b0247930f1ccda52c1de3a16781
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Thu Nov 28 19:39:14 2024 +0530

    one day event bg color issue fixed

commit 00e98cc3b8c90583b7f28993e4b7460e1cbc40e8
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Thu Nov 28 19:38:40 2024 +0530

    one day event bg color issue fixed

commit e2271a8d0258bd4e04b65e8936fd3ad36bf24254
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Sun Nov 24 14:13:53 2024 +0530

    Apply borderes

commit 03316068f34ed1727b3d774dccb8992c3c913caf
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Sat Nov 23 11:40:31 2024 +0530

    view switch issue fix

commit 07ae3d03565b9c78e7807b276d9facb7318edb66
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Sat Nov 23 11:39:53 2024 +0530

    view switch issue fix

commit 5e597df4d310f08b201ec464cae1cf10cd232842
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Mon Nov 18 20:09:40 2024 +0530

    Fix height stretch issue

commit 0a64e81c57d758575ff0d7ef4618f94083b68526
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Mon Nov 18 20:08:53 2024 +0530

    Fix height stretch issue

commit 7f413c47febf82e1f285dd8b4ff9d262aa22dcf7
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Sun Nov 17 21:40:55 2024 +0530

    View issue fix on resize

commit 09d5437dcbeee1fd28597dc177425e84044935ee
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Sun Nov 17 21:40:26 2024 +0530

    View issue fix on resize

commit 79145f68524e6a3746e6a1fffc53ca68ff780593
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Thu Nov 14 14:22:46 2024 +0530

    Improve Day View Overlapping issue

commit 5e6d032a4d8baad01df6e57762723ca91f6de6c9
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Thu Nov 14 14:22:13 2024 +0530

    Improve Day View Overlapping issue

commit d3934860753ce82f9f51d7bf4297cea8e44dec4f
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Thu Nov 14 13:27:14 2024 +0530

    Add Active State to selected view and Title update

commit 34613bebfa27443523742a8f341f32459894912e
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Tue Nov 5 20:41:28 2024 +0530

    lint fix

commit 29826231be59ca79a277758f188d8bf8816f22be
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Tue Nov 5 20:40:49 2024 +0530

    calendar improvements

commit 9e4c3b6d26be58e70812bf865108649969ef8604
Merge: c92939f5 9bab5514
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Fri Nov 29 14:03:57 2024 +0200

    Merge pull request #1468 from Shelf-nu/1463-improvement-prevent-invite-token-from-being-consumed

    fix: remove warning box when sending invite

commit 9bab5514638f01025f03e5043ebfa218f9b3d5e8
Author: Donkoko <nbonev@duck.com>
Date:   Fri Nov 29 13:56:02 2024 +0200

    remove warning box when sending invite

commit c92939f5e425c622bc91edac6ab992de1abdb1e6
Merge: 2a2d2821 5374c172
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Fri Nov 29 13:27:04 2024 +0200

    Merge pull request #1466 from Shelf-nu/1463-improvement-prevent-invite-token-from-being-consumed

    improvement: change how accepting invite works

commit 5374c1720ef33c8ef807a4150ac195dbe7e42da7
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Thu Nov 28 18:34:16 2024 +0200

    change how accepting invite works

commit 260e1e7f8827eb823afc93c9fc62bc296ce99ab2
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Thu Nov 28 17:14:24 2024 +0100

    feat(improve-404): improve 404 handling for customField

commit 9145221b56fe9a03802e1875ffebbcd9f4b3f737
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Thu Nov 28 16:26:00 2024 +0100

    feat(improve-404): done pr review changes

commit 64607bd3e7e2bcea388c880f473e621aad2f4b95
Merge: c15bcae9 2a2d2821
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Thu Nov 28 15:26:48 2024 +0100

    Merge branch 'main' of github.com:Shelf-nu/shelf.nu into feature/improve-404-handling

commit c15bcae9e6ec27db14b5d0e1b20e0da11908d421
Merge: 5ec5d9e4 6342658a
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Thu Nov 28 15:26:28 2024 +0100

    Merge branch 'feature/improve-404-handling' of github.com:rockingrohit9639/shelf.nu into feature/improve-404-handling

commit 2a2d28216dd275fb5cd47e6bbe4ff2fa71761233
Merge: 0f331ec8 3723e261
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Wed Nov 27 18:25:34 2024 +0200

    Merge pull request #1465 from Shelf-nu/fix-booking-bugs

    updating fixTeamMembersNames function

commit 3723e261bcd37e8e86467c8c9f6b8a2c4410b307
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 27 18:19:13 2024 +0200

    updating fixTeamMembersNames function

commit 6342658a7911705ed105cca86d63dcffad8c6cd1
Merge: bcea05be 0f331ec8
Author: Rohit Kumar Saini <40729749+rockingrohit9639@users.noreply.github.com>
Date:   Wed Nov 27 16:48:11 2024 +0100

    Merge branch 'main' into feature/improve-404-handling

commit 0f331ec8b9742ab37456cf5a52965d3c5640a764
Merge: 3839b0bc 1d73c562
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Wed Nov 27 17:46:04 2024 +0200

    Merge pull request #1464 from Shelf-nu/fix-booking-bugs

    fix: multiple issues with bookings and custodian selector

commit bcea05bed94eb5003cd023c9a086c9bbc36b7f5d
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Wed Nov 27 13:15:06 2024 +0100

    feat(improve-404): improve 404 handling for bookings

commit 1476c9d1fec79fce12f374b05119d0548b7e3e92
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Wed Nov 27 11:45:36 2024 +0100

    feat(improve-404): fix style issue on ErrorBoundary for team settings

commit e023233e71749acec208d4239923c342dcd6c531
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 26 20:42:22 2024 +0100

    feat(improve-404): handling special case of multiple organization for team member

commit 92bc9aa462ef35104bc037da970ee3c2ed1bf9ae
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 26 20:08:41 2024 +0100

    feature(workflow): create separate function for team with 404 handling

commit 8cfd653161f44612b984ecbcd47db40d40f56b34
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 26 15:07:00 2024 +0100

    feat(improve-404): improve 404 handling for location

commit 3bedc338f9c8acd6848344f28123f7c8dc5b61b7
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Mon Nov 25 13:53:18 2024 +0100

    feat(improve-404): improve 404 handling for kit

commit 9cb7f0236b293341157f98862a2dff04abc8d990
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Sat Nov 23 19:47:12 2024 +0100

    feat(improve-404): update getKit function to make it more generic

commit 5b1496bf9f1a61216a6d16b0ee6a8d4fa87c3737
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Sat Nov 23 12:42:28 2024 +0100

    feat(improve-404): add request in getAsset for proper redirecting

commit 473c9dc3c8d73d0023c5ebae0085c3e2b4d2b78d
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Fri Nov 22 14:25:22 2024 +0100

    feat(improve-404): fix pr review issues

commit b9f50e6bf41c9670aa2d2b2e09e970e6ca437644
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Wed Nov 20 19:11:36 2024 +0100

    pr review changes

commit a708ae415e8391fa5600bcd9bbd89fb33f4a0141
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 19 20:13:21 2024 +0100

    feat(special-error): create UI for handling special error cases

commit bf91979dc1a01aebfee691e737a0a5876c7b9734
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 19 13:41:58 2024 +0100

    feat(404): add additionalData in getAsset for special case

commit 1d73c56202702dcd7e8bc0578e489025ebbc80da
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 27 16:42:30 2024 +0200

    fix: multiple issues with bookings and custodian selector
    - make sure to use resolveTeamMemberName in the booking for as name was not being displayed correctly
    - create a helper type: TeamMemberWithUserData
    - create a function that checks and updates corrupted team members: fixTeamMembersNames
    - fixing a weird thing in getTeamMemberForCustodianFilter. It was doing some combinedTeamMembers where it was using the userId as the id in a TeamMember[]
    - removed all uses or rawTeamMembers as we seem to not need it anymore

commit 3839b0bc92848028ff5c4c000549192144b626a3
Merge: 82febf7e 7f73f75f
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Wed Nov 27 17:03:06 2024 +0200

    Merge pull request #1448 from HarryEMartland/mobile-image-prompt-camera

    Mobile Camera Image Upload

commit 5ec5d9e4e22cf6d1c7133a35abf4d5cc59a2a705
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Wed Nov 27 13:15:06 2024 +0100

    feat(improve-404): improve 404 handling for bookings

commit e460b90beb7bf2f728005737a49f7b21d444547b
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Wed Nov 27 11:45:36 2024 +0100

    feat(improve-404): fix style issue on ErrorBoundary for team settings

commit cf330c24f8bba5fa0042c6419b39249967c8cd21
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 26 20:42:22 2024 +0100

    feat(improve-404): handling special case of multiple organization for team member

commit ff01befe77d081b3d38fd0b454556adfba0d7f83
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 26 20:08:41 2024 +0100

    feature(workflow): create separate function for team with 404 handling

commit 7f73f75f999654d2619c289631dcc3a2cb439771
Merge: e7b31bc5 82febf7e
Author: Harry Martland <HarryEMartland@gmail.com>
Date:   Tue Nov 26 18:36:01 2024 +0000

    Merge remote-tracking branch 'origin/main' into mobile-image-prompt-camera

commit e7b31bc58b43316c9f214df4608e573300d1bf15
Author: Harry Martland <HarryEMartland@gmail.com>
Date:   Tue Nov 26 18:34:02 2024 +0000

    fix: applys android 14 camera workaround to all image file inputs

commit 82febf7e0e1a752bc98814d19b19c0db5ebdeed7
Merge: 374ea7eb ed3de425
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 26 17:50:24 2024 +0200

    Merge pull request #1461 from Shelf-nu/error-tracking

    improvement: error tracking on generateBookingPDF so we can easier debug issues

commit ed3de4259fba07f2179ad357d261c384da50b7ab
Author: Donkoko <nbonev@duck.com>
Date:   Tue Nov 26 17:42:46 2024 +0200

    improvement: error tracking on generateBookingPDF so we can easier debug issues

commit 374ea7ebd58db8d3c029e63fa6a3f316a8bb31e7
Merge: ed368b11 df9f80d2
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 26 17:35:22 2024 +0200

    Merge pull request #1460 from Shelf-nu/error-tracking

    improvement: dont track nrm import permission error

commit df9f80d27afb83c1503bce71ed9d1af0dfb3506d
Author: Donkoko <nbonev@duck.com>
Date:   Tue Nov 26 17:33:45 2024 +0200

    improvement: dont track nrm import permission error

commit ed368b115341e84919b1cfae145daec5880ae98d
Merge: ca0fe347 02908352
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 26 17:22:40 2024 +0200

    Merge pull request #1459 from Shelf-nu/1455-improvement-asset-index-pagination

    fix: make pagination more clear

commit 02908352bfaf0ed77e1163df6ad58e490b9013b8
Author: Donkoko <nbonev@duck.com>
Date:   Tue Nov 26 17:13:01 2024 +0200

    fix: make pagination more clear

commit a1e3c3601666289ac141b0e4c0a5be8843512343
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 26 15:07:00 2024 +0100

    feat(improve-404): improve 404 handling for location

commit ca0fe34769bed0d62612a4cecba5957544f205ea
Merge: bd2ae244 b6690e04
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 26 15:56:19 2024 +0200

    Merge pull request #1453 from Bhavyajain21/feat/form-asset-create

    feat: group required and optional

commit b6690e0480be277e99a7727056a3120edbaee996
Author: Donkoko <nbonev@duck.com>
Date:   Tue Nov 26 15:42:20 2024 +0200

    fixes to styling and types

commit 8bdc82ad2414801dcb31ce212d71443b5dbb38ad
Merge: a9e42ddc bd2ae244
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 26 15:11:34 2024 +0200

    Merge branch 'main' into mobile-image-prompt-camera

commit 5aace08d2d876bba89379b45bbbe170be630d3a7
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Tue Nov 26 18:40:46 2024 +0530

    use SerializeFrom

commit 693f4f1fd3ff011904b954a96a113471f79d6a56
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Tue Nov 26 18:40:16 2024 +0530

    use SerializeFrom

commit 8546d022994480b85823c904abbfb57573b6be64
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Tue Nov 26 18:29:28 2024 +0530

    chore changes

commit 58562fdbbcf529bbebf2bc91b7b23d54c0513b1a
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Tue Nov 26 18:27:22 2024 +0530

    chore changes

commit 67d44790328836cd4af998887406dd48d8826b09
Merge: 70e232ca bd2ae244
Author: Bhavya Jain <64700692+Bhavyajain21@users.noreply.github.com>
Date:   Tue Nov 26 18:27:47 2024 +0530

    Merge branch 'main' into feat/form-asset-create

commit 96f723bcad0fe7e3b7f64ddb3a1658054605f038
Merge: 7583eeff bd2ae244
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 26 13:46:43 2024 +0100

    Merge branch 'main' of github.com:Shelf-nu/shelf.nu into feature/improve-404-handling

commit bd2ae24459a5d7a4038921d877cd14fbcef52161
Merge: 6943133b 52a6b542
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 26 14:37:59 2024 +0200

    Merge pull request #1458 from Shelf-nu/1435-feature-request-advanced-index-export-selection

    fix: correct export permissions

commit 52a6b5426c2e34c9c2503dd54595d61550d68ae0
Author: Donkoko <nbonev@duck.com>
Date:   Tue Nov 26 14:34:31 2024 +0200

    fix: correct export permissions
    - make sure free users cannot use premium feature

commit 6943133bfa36e54764e426227f01eeef1853b4e6
Merge: 0a919149 2c45a13a
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 26 13:21:38 2024 +0200

    Merge pull request #1457 from Shelf-nu/fix-unconsistent-placeholder-styles

    fix: some styles with dynamic select and dropdown

commit 2c45a13ac48ff59e787d8a97abf8f085415a8c72
Author: Donkoko <nbonev@duck.com>
Date:   Tue Nov 26 13:17:51 2024 +0200

    fixing some styles with dynamic select and dropdown

commit 70e232ca52b91ade076ac405611d75f5a7f47a03
Merge: 3857ebc3 0a919149
Author: Bhavya Jain <64700692+Bhavyajain21@users.noreply.github.com>
Date:   Tue Nov 26 16:05:21 2024 +0530

    Merge branch 'main' into feat/form-asset-create

commit 0a919149403e2761b8647a621c192ae0c9748142
Merge: a6be2574 c1d72ff9
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 26 12:31:21 2024 +0200

    Merge pull request #1456 from Shelf-nu/1452-bug-advanced-index-export-doesnt-include-asset-name

    fix: issues with export assets

commit c1d72ff90b18bf12821beb7dfcfc3c5dd160d6bf
Author: Donkoko <nbonev@duck.com>
Date:   Tue Nov 26 12:26:25 2024 +0200

    small adjustment

commit 6c504af80deb017a99a5b76a091220e88668c68f
Author: Donkoko <nbonev@duck.com>
Date:   Tue Nov 26 12:20:29 2024 +0200

    fix: issues with export assets
    - make sure name column is visible
    - make sure qrId column works
    - improve exporting ux by adding a loading state

commit 3857ebc3cc7ce4096344c31e5897bbeef6394dd5
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Tue Nov 26 15:39:54 2024 +0530

    -rc

commit 1a206bb3949e61df160409bb68dc8ff268e8a85b
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Tue Nov 26 15:30:18 2024 +0530

    Add border bottom

commit a792587c91096aa2e5e16ca8ad0fb68f5c44e9d3
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Tue Nov 26 15:22:25 2024 +0530

    lint fix

commit 069a5f62d2840bb6bcbf76bd5ee3ebe7240e3c7e
Merge: 3485435a a6be2574
Author: Bhavya Jain <64700692+Bhavyajain21@users.noreply.github.com>
Date:   Tue Nov 26 15:19:52 2024 +0530

    Merge branch 'main' into feat/form-asset-create

commit 3485435a3e3c1a068099cb663a931d14c55c0b8f
Author: Bhavya Jain <rishikabhavya@gmail.com>
Date:   Tue Nov 26 15:18:33 2024 +0530

    group required and optional

commit a6be2574fb93a35279134ccd3e3f240c9448feba
Merge: 24381301 9ea5a82e
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 26 11:24:17 2024 +0200

    Merge pull request #1449 from rockingrohit9639/fix/pagination-display

    fix: pagination issue

commit a9e42ddc4bab62d02c20f1003c456475adaeffc4
Author: Harry Martland <HarryEMartland@gmail.com>
Date:   Mon Nov 25 17:33:32 2024 +0000

    fix: android 14 camera file updload issue

commit 7583eefffb019ab478eb420de7f759d7b2916c3c
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Mon Nov 25 13:53:18 2024 +0100

    feat(improve-404): improve 404 handling for kit

commit ca5fe651c0b573c5d741240dc8630282f8454c4c
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Sat Nov 23 19:47:12 2024 +0100

    feat(improve-404): update getKit function to make it more generic

commit 9ea5a82e0669b5ac35eb1637953514f83e18c605
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Sat Nov 23 17:43:19 2024 +0100

    fix: pagination issue

commit 532f6d8ccd6d698007e93a6cc0f20ebc1d9103a3
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Sat Nov 23 12:42:28 2024 +0100

    feat(improve-404): add request in getAsset for proper redirecting

commit 482edc2dcb375e87a39e8fc424081dcab322e1d8
Author: Harry Martland <HarryEMartland@gmail.com>
Date:   Fri Nov 22 17:47:49 2024 +0000

    prompts the user with their camera on mobile devices rather than file upload

commit c08bcb15605afe896ac662f96cf0776dbdfaf6bf
Merge: 82f31474 24381301
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Fri Nov 22 15:38:11 2024 +0200

    Merge branch 'main' into feature/improve-404-handling

commit 82f31474b9d904bfd5dd07a0007dc3858c47a920
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Fri Nov 22 14:25:22 2024 +0100

    feat(improve-404): fix pr review issues

commit 2438130132bd149725d857b6c23ea4f8f5c557e7
Merge: 9d347f15 10e10510
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Fri Nov 22 14:51:58 2024 +0200

    Merge pull request #1442 from HarryEMartland/tag-trim-name

    Tag trim name

commit bbe165375d9dac479c941f7f98029ac0eb3e4a19
Merge: fb73871a 9d347f15
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Fri Nov 22 13:49:29 2024 +0100

    Merge branch 'main' of github.com:Shelf-nu/shelf.nu into feature/improve-404-handling

commit 10e10510bafcffb6732637ff2fd5b4eab11ee19a
Author: Harry Martland <HarryEMartland@gmail.com>
Date:   Thu Nov 21 21:57:24 2024 +0000

    fixes import issue with lodash

commit d68eb88644479ff1e7512f1c1dec0b1cdc51608e
Merge: 1bb84d78 9d347f15
Author: Harry Martland <harryemartland@gmail.com>
Date:   Thu Nov 21 20:39:12 2024 +0000

    Merge branch 'main' into tag-trim-name

commit 1bb84d78d9c5dab1608b9de5889210a2e6c85b0e
Author: Harry Martland <HarryEMartland@gmail.com>
Date:   Thu Nov 21 20:36:07 2024 +0000

    trims tag names when updating

commit 0b2367beb4472074d2ef337f000fd53047b3fd23
Author: Harry Martland <HarryEMartland@gmail.com>
Date:   Thu Nov 21 20:30:14 2024 +0000

    trims tag names when creating

commit 9d347f1540c23a51e51dd71362a6a5715c300241
Merge: 448b99b4 c0150fad
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Thu Nov 21 17:23:25 2024 +0200

    Merge pull request #1440 from Shelf-nu/optimize-index-performance

    optimization: advanced index query

commit c0150fad9d4393a4ca631b56c703b13be69fd992
Author: Donkoko <nbonev@duck.com>
Date:   Thu Nov 21 17:06:06 2024 +0200

    optimization: advanced index query
    - add a file to generate testing data using python
    - create a migration that adds indexes to all relevant fields for queries

commit 448b99b464ac39f8319b714336b3c15d7397a1fb
Merge: 184992ca 0ee26c6d
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Thu Nov 21 12:33:57 2024 +0200

    Merge pull request #1439 from Shelf-nu/chore-bump-cross-spawn

    chore: bump cross-spawn

commit 0ee26c6d80b3641b66875a36888c2dff0d4c5332
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Thu Nov 21 12:19:43 2024 +0200

    chore: bump cross-spawn
    - fixes a vulnaribility with  that is a dependency of : mysticatea/npm-run-all#264

commit 184992ca22417ee484ee3d4638cbccbe51f0a30a
Merge: e8824c9d ecd5299c
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Thu Nov 21 11:48:14 2024 +0200

    Merge pull request #1438 from Shelf-nu/change-deploy-strategy

    change deploy strategy

commit ecd5299cf84bc12e8c055eca35c3962fcbfc092a
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Thu Nov 21 10:58:29 2024 +0200

    change deploy strategy

commit e8824c9d9fdca53b73cff0d5d6c1f88294676ccc
Merge: ca7f416a 435ce4e0
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Thu Nov 21 10:48:40 2024 +0200

    Merge pull request #1428 from Shelf-nu/1421-feat-change-email-functionality

    feat: change user email

commit fb73871a815e5c531f0b16dd4b2e4accd3701da2
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Wed Nov 20 19:11:36 2024 +0100

    pr review changes

commit 9d580a26db7555a15ed99f612bebcc6d9752cedb
Merge: 74fe4914 ca7f416a
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Wed Nov 20 18:36:39 2024 +0100

    Merge branch 'main' of github.com:Shelf-nu/shelf.nu into feature/improve-404-handling

commit 435ce4e00100cd511c09bcf7e380318385409d97
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 20 18:27:11 2024 +0200

    auto fixes

commit a474c30d195b6db9a1bbcecc7e65d7e3917010d0
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 20 18:21:00 2024 +0200

    disabled change email for sso users

commit 3b6eb29aaf8bbd9da443ca27026c5173c1b29f86
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 20 17:24:29 2024 +0200

    fixes:
    - improving error handling
    - adding server side validation for using a domain that is one of the sso domains

commit cfcd084251bc8b3cfcbbf5bb6d97f6db9a9b0fbe
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 19 15:31:08 2024 +0200

    cleanup of some todos and unused packages

commit 6699495f33896a30aa1e3801da413d066e44c2b8
Merge: 4b8d5ee7 ca7f416a
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Wed Nov 20 16:39:43 2024 +0200

    Merge branch 'main' into 1421-feat-change-email-functionality

commit ca7f416aa5b56130ddfc8a2810a27e6a1ee7a463
Merge: aa63e72d 9692cfc0
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Wed Nov 20 16:12:14 2024 +0200

    Merge pull request #1429 from rockingrohit9639/feature/make-create-booking-a-child-route

    feature/make-create-new-booking-assets-child-route

commit 9692cfc0074b9a54176030c0876b1c2530cc927d
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 20 16:04:45 2024 +0200

    auto linting fixes

commit dd007bb9104cd26ee5aba1c9ff9e4f104cb41ea0
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 20 15:58:56 2024 +0200

    minor styling

commit 7ba7dd8a8b87d8f3769d437dcebf2b474a1d2512
Merge: 874d251b aa63e72d
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Wed Nov 20 14:13:34 2024 +0200

    Merge branch 'main' into feature/make-create-booking-a-child-route

commit 74fe4914c9cbab5d43e6567f6fe85df8eb49a679
Merge: 2514f869 aa63e72d
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 19 20:15:20 2024 +0100

    Merge branch 'main' of github.com:Shelf-nu/shelf.nu into feature/improve-404-handling

commit 2514f869204c4517ba2d05846fc62c3cea126bd6
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 19 20:13:21 2024 +0100

    feat(special-error): create UI for handling special error cases

commit aa63e72d5984984e3ac1d3e6aa4a6ff037ac0d42
Merge: e4e251b4 b45cd882
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 19 16:55:44 2024 +0200

    Merge pull request #1432 from Shelf-nu/1430-feature-request-add-php-to-currencies

    improvement: add php currency

commit b45cd882294da7f3c903875ceaba761c3ff50ba0
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 19 16:45:53 2024 +0200

    improvement: add php currency

commit 4b8d5ee766b989e0f4470f48ba2883ec6f167e9b
Merge: 58bce803 e4e251b4
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 19 16:39:49 2024 +0200

    Merge branch 'main' into 1421-feat-change-email-functionality

commit 874d251b15e485c1e7838ce93498b6a118fcd150
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 19 15:29:10 2024 +0100

    create route create-new-booking for kit

commit e4e251b4367abefe9d4f713ad4d4f92660c6dda8
Merge: 5af039af 5263f6e4
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 19 16:15:25 2024 +0200

    Merge pull request #1431 from Shelf-nu/fix-issues-with-book-button

    fix: issues with book button rendering

commit 5263f6e46630e898654557aa6bddcd8d415cc1b9
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 19 16:07:30 2024 +0200

    fix: issues with book button rendering:
    - made sure the book button doesnt render on assets and kits in personal organizations
    - updated a broken if case that was doing the oppposite of what it should for kit Book button

commit 58bce80312d3cd1e5eae540ba979fd85602298cf
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 19 15:08:06 2024 +0200

    updating emails for changing user email address

commit fb1ef890e613df2e88fd2f079060567c4379dc55
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Tue Nov 19 13:41:58 2024 +0100

    feat(404): add additionalData in getAsset for special case

commit 68b98228ded05b97384c42812bd0c896135961e3
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Mon Nov 18 18:22:11 2024 +0100

    fix issue with teamMember dropdown

commit 9f38ec5e5ec23f1b5d5a62770dc9b3c8b3770f1f
Merge: ef8fd880 5af039af
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Mon Nov 18 17:58:45 2024 +0100

    Merge branch 'main' of github.com:Shelf-nu/shelf.nu into feature/make-create-booking-a-child-route

commit ef8fd880a7668add829822277cd690631e613d35
Author: Rohit Kumar Saini <rohitbhatwara1@gmail.com>
Date:   Mon Nov 18 17:54:03 2024 +0100

    feature/make-create-new-booking-assets-child-route

commit 50aa3b741e48e4684fce6fd5e779c94bad28ba61
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Mon Nov 18 18:27:30 2024 +0200

    fixed type errors

commit cd6304f6a601b8e27292dac690d86b889e913e12
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Mon Nov 18 18:25:15 2024 +0200

    improvements:
    - improving error codes for invalid otp
    - changing wording in email
    - creating resend functionality

commit 6909ef495db69bc1f6c5aa37dd89171fa132d635
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Fri Nov 15 19:01:54 2024 +0200

    finalizing approach

commit 238b183c197073169c795b576f9550e295a21cc6
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Thu Nov 14 18:36:36 2024 +0200

    created modal & start working on action for changing

commit 5af039afd2e270f415f923bdc2a3e7ab4cde6e36
Merge: 993f7afc 48d6c10e
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Thu Nov 14 11:15:07 2024 +0200

    Merge pull request #1425 from Shelf-nu/asset-bulk-actions-improvements

    improvement: fixing issues with asset bulk actions

commit 48d6c10e7284740e14131ad5e08d5295d82d9c56
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Thu Nov 14 11:08:32 2024 +0200

    improvement: fixing issues with asset bulk actions
    - adding validations to bulk assign tags as they were missing and causing db errors
    - improving UX of bulk assign category by using better wording and feedbackl
    - fixing assign location select to work better in bulk and singular mode. Allow clear and properly set default value on singular case
    - adding a type export for the model-filters loader

commit 993f7afcc1960094b35e2dd8a46fe67005ca746d
Merge: 280c0171 30c08f4b
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Wed Nov 13 20:13:43 2024 +0200

    Merge pull request #1424 from Shelf-nu/sso-and-scim-improvements

    improvement: signup limitations

commit 30c08f4b807aeb5b8ecc3ed6e298989b6177c5b8
Merge: cef31a9e 280c0171
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Wed Nov 13 20:13:21 2024 +0200

    Merge branch 'main' into sso-and-scim-improvements

commit cef31a9ee6336c9e8b2a4019eb6040b079dff0d5
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 13 20:09:19 2024 +0200

    ammendmend: only for signup. Login should still work because of admin users that often login via normal user

commit edc0f4992ddf5eaca5f906f7b9e5fee672f58ac2
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 13 20:02:15 2024 +0200

    improvement:
    - create a validator function that Validates if signup is allowed for an email based on SSO configuration
    - implement this function in sign up, sign in as well as otp sign up and login

commit 280c017123475eba4bfcb7f55b49604f41277cfa
Merge: cbb3dfff 09f12db8
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Wed Nov 13 19:06:14 2024 +0200

    Merge pull request #1423 from Shelf-nu/sso-and-scim-improvements

    improvement: rework logic and functionality of SSO

commit 09f12db81ae57d4824b3ba8efc3eaa26f016b429
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 13 18:57:08 2024 +0200

    small adjustments:
    - improve annotations
    - better handling of case when groups returns a string instead of string[]

commit ed6e64a7aaea839beaec1623b7c604e3bdb21e88
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 13 16:18:12 2024 +0200

    improvements:
    - make sure that validateInvite gives SCIM error only if the workspace that the user currently is being invite to is SCIM
    - improve updateUserFromSSO with a helper function handleSCIMTransition that handles the transition from pure SSO to SCIM. This is not a functionality change, just more orgniazed and better managed flow

commit e91b40f2f5d260ea19663f57dd3a3585a05766ac
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 13 15:11:14 2024 +0200

    pure sso:
    - allow users who are signed up via SSO but their email domain doesnt have SCIM to be invited via normal invite process
    - create validation functions that check the logic on whether invite should be allowed
    - create helper functions that check auth.sso_domains in order to know if a domain is allowed for sso
    - block SSO invites for emails from domains that have SSO without SCIM but are not registered

commit 5098b87186aab705901e1a309d3b6f0dae660bce
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Wed Nov 13 14:42:07 2024 +0200

    kick-off:
    - allowed users to register with pure SSO, without SCIM
    - personal orgs are now also created for SSO users
    - dont allow SSO users to reset pwd or login via OTP
    - add SSO label for errors
    - make groups to not be required when doing SSO login. Without groups the user is basically just doing pure SSO without SCIM

commit cbb3dfff50cd4b5952086f721a88df53bbd7771f
Merge: d391282a 7bc66786
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 12 20:50:00 2024 +0200

    Merge pull request #1417 from Shelf-nu/pg-boss-optimizations

    improvement: pg boss optimizations

commit 7bc6678651e123819cf58b4d834c61e75fe26baf
Merge: ac09a1a2 d391282a
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 12 20:49:50 2024 +0200

    Merge branch 'main' into pg-boss-optimizations

commit d391282ac12d3d8e1f814275821a280258f15521
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 18:53:30 2024 +0200

    minor bug fixes

commit dcefd6ebc5fb3214bbd2f5b331cf1f0ecd6b2fcf
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 18:29:44 2024 +0200

    revert image loading state due to bug

commit 62dddefd3fbc037ab38aa35b273f3d576076baf3
Merge: a80345c3 0989f9f2
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 12 18:04:23 2024 +0200

    Merge pull request #1420 from Shelf-nu/1216-improvement-request-optimize-thumbnail-images-used-in-some-indexes-and-asset-page

    improvement: loading state on asset image

commit 0989f9f2019b9320c67c4741481d341bb6286d96
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 17:58:20 2024 +0200

    improvement: loading state on asset image
    - added a loading state on the asset image which will show while the file is loading
    - enabled image preview on advanced asset index
    - small css improvement to a random bug i noticed in location.add-assets

commit a80345c3e18fb54eb25153929f5e8b8792d2f359
Merge: 535bac97 068e3dd0
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 12 16:46:51 2024 +0200

    Merge pull request #1419 from Shelf-nu/1361-feature-request-improve-invite-email-for-team-workspace

    improvement: adding warning about token expiration when inviting users

commit 068e3dd0d3b7e1ff839bc8d919e4884f120eb4bc
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 16:42:23 2024 +0200

    improvement: adding warning about token expiration when inviting users

commit 535bac9789ea7554a795534769b074bc6e3862fc
Merge: f35f89e4 7476ba0a
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 12 16:26:02 2024 +0200

    Merge pull request #1418 from Shelf-nu/1341-feature-request-support-marking-assets-as-non-bookable-via-csv-import

    improvement: handle 'availableToBook' on asset import

commit 7476ba0a1d4d2c1fb28db161afd56accec65690c
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 16:19:21 2024 +0200

    improvement:
    - allow for user to choose if an asset is bookable via import
    - simply add a column called 'bookable' to your csv sheet and use 'yes' || 'no' as value
    - update the example file to include this column
    - handle cases where value is left empty or column is not added at all. Default value is true as with normal asset create

commit ac09a1a255932bc79d483eecbdf9fb9ab313d5e1
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 15:51:08 2024 +0200

    chore: removing legacy code that was kept only for backwards compatibility

commit 17ba9e3053b3f03815b905494a7716d8dab6fa5a
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 15:48:00 2024 +0200

    adding missing attributes for production connection

commit f35f89e4d22677080d2dc540f0f8e3b9c2eb451d
Merge: f4513646 791d973f
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 12 15:41:45 2024 +0200

    Merge pull request #1416 from Shelf-nu/1415-bug-transaction-already-closed-when-bulk-deleting-locations

    fix: wrong usage of transaction when bulk deleting locations

commit 791d973f7c5967e5baf4f78a531db13b9a2b48a4
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 15:35:40 2024 +0200

    fix: wrong usage of transaction when bulk deleting locations

commit f451364663f8d2c87e940c6f4cc49e0b7f5c970f
Merge: f893ea27 f34c3a09
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 12 15:22:15 2024 +0200

    Merge pull request #1414 from Shelf-nu/improvement-better-error-tracking

    improvement: better error tracking when revokeAccessToOrganization fails

commit f34c3a092ab8b4a01f98a1b9ba62aea25ce97c74
Merge: cc98c442 f893ea27
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 12 15:18:28 2024 +0200

    Merge branch 'main' into improvement-better-error-tracking

commit cc98c44284def233414217885883d07ac980798b
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 15:14:43 2024 +0200

    improvement: better error tracking when revokeAccessToOrganization fails

commit f893ea2749393efc9af94dc369d1f77bd87f8cd1
Merge: cec0dc88 dd53a9fd
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 12 11:11:07 2024 +0200

    Merge pull request #1411 from Shelf-nu/improvement-better-error-tracking

    improvement: track which domain attempted a failed SSO login

commit dd53a9fd791c57dda2ca64fdeb1e12fa91487b30
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 10:51:33 2024 +0200

    improvement: track which domain attempted a failed SSO login

commit cec0dc88bd9549beb8c8f66b2898b24ce590061c
Merge: 26371822 1dff603c
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Tue Nov 12 10:46:34 2024 +0200

    Merge pull request #1410 from Shelf-nu/1409-bug-custodian-bookings

    fix: bug with default value of custodian field in booking form

commit 1dff603c23ea0db2b438378bdd20fd5db53cad7f
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Tue Nov 12 10:42:47 2024 +0200

    fix: bug with default value of custodian field in booking form

commit 263718229ef624575b3aff60c13d0d0db079d833
Merge: a95754d5 5f97bf28
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Mon Nov 11 18:12:18 2024 +0200

    Merge pull request #1401 from Shelf-nu/1369-bug-overdue-status-revision

    fix: handing the case of checking out a booking after its end period has p…

commit 5f97bf2830fe9e6937fd6417279df772be6ce072
Merge: 88bf951f a95754d5
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Mon Nov 11 18:08:40 2024 +0200

    Merge branch 'main' into 1369-bug-overdue-status-revision

commit a95754d5132a52f6ecc82d9b2ebdd962494254bc
Merge: f3b993e 5f58eccc
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Mon Nov 11 17:49:13 2024 +0200

    Merge pull request #1408 from Shelf-nu/1386-feature-request-searchable-and-ordered-custodian-in-admin-bookings

    improvement: dynamic select team member for booking form

commit 5f58eccca6af1824960bc9681c071038436b9ef2
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Mon Nov 11 17:30:56 2024 +0200

    improvements:
    - styling of filters column
    - making sure email is shown in all custodian dynamic dropdown and select
    - creating generic function to check if a certain getAll value exists in params: hasGetAllValue
    - Implementing functionality that excludes certain params keys from being stored on asset index cookie, because we should only be storing filtering related params
    - adding and managing pagination for custody, category, location & kit filters on advanced asset index. We will now query 12 by default and use the getAll functionality to get the remaining if the user wishes to do so
    - making sure custodians in dynamic dropdown and select are ordered first by whether they have a user or not and after that alphabetically by name
    - making sure default value of custodian select on booking edit is always set correctly
    - removed a strange label styling that name them all capitalized

commit 88bf951f832c023c5b9f06293029d091c7766c9e
Merge: 072a3bc7 f3b993e
Author: Nikolay Bonev <DonKoko@users.noreply.github.com>
Date:   Mon Nov 11 09:32:54 2024 +0200

    Merge branch 'main' into 1369-bug-overdue-status-revision

commit ed2e0de2cb7f069fe4754f9acb53563de4f9e8af
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Fri Nov 8 17:08:47 2024 +0200

    improvement: dynamic select team member
    - Implement DynamicSelect for teamMembers on booking.new
    - Implement DynamicSelect for teamMembers on bookingId(edit view)
    - Specific handling for both BASE and SELF_SERVICE users
    - Remove old CustodianUserSelect component

commit 072a3bc7bc6482af807e3718c0836a23991e7ae5
Author: Nikolay Bonev <nbonev@duck.com>
Date:   Fri Nov 8 10:23:29 2024 +0200

    finishing details to handle the case

commit 070e390ada76c6bcfa031f07677b79b98e5719e8
Author: Donkoko <nbonev@duck.com>
Date:   Thu Nov 7 18:08:44 2024 +0200

    handing the case of checking out a booking after its end period has passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants