Releases: sleede/fab-manager
Releases · sleede/fab-manager
Fabmanager 6.3.5
- fix a bug: user was not able to reserve at the same time of an event with pre-registration invalidated
- fix a bug: avoids crash if invoicing_profile has no address associated to it
- improvement: improves how pay_zen transactions are matched with payment_schedule_items
- improvement: improves rrule of pay_zen subscriptions
- improvement: better text contrast on customizable colors. Good for accessibility.
- Improvement: set the number of new attempts available in case the payment is rejected to 1 for PayZen
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.4
- fix a bug: wrong amount when pay a reservation with payment schedule
- fix regresion on PaymentScheduleItemWorker from v6.3.2
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.3
- fix a bug: wrong currency unit for locale fr-CH
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.2
- updates sidekiq and sidekiq-scheduler
- fix a bug: wrong locale was causing wrong currency in cron jobs, now we manually set the currency locale in number_to_currency
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.1
- Fix a bug: statistic_sub_type.label of plan was nil
- adds a migrations to fix all statistic_sub_types of plans having label = nil
- Fix a bug: unable to show wallet payment mean for avoir
- updates spanish translations and adds translations
- Fix a bug: avoids crash due to oidc config with scope = nil
- Fix a bug: unable to see value for input group with long label on eventModal
- Improvement: when deleting an event, all reservations are canceled
- Improvement: replace original image by large generated version (event, machine, space, training)
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.3.0
- Fix a bug: fix all failing tasks of rake task file chain.rake
- Fix a bug: file_size_validator.rb was broken since ruby v3, see rails/rails#41270
- improvement: pre-registration event reservations ilimit places
- improvement: add including_deleted_users param for open api users
- decreases sidekiq concurrency from 25 to 5, 25 is too much and consumes memory for nothing
- do not log Notifications#polling action anymore, by default, can be enable via env variable ENABLE_NOTIFICATIONS_POLLING_LOGGING=true
- Fix a bug: api/products/index bug when sorting by amount
- adds a rake task to regenerate invoices by ids (see maintenance.rake)
- Fix a bug: replaces custom ServerLocale middleware with sidekiq i18n middleware
- adds a rake task to erase all reservations and invoices (fablab:maintenance:delete_all_reservations_and_invoices)
- improvement: dynamic label (i18n) for stats structure tables
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fabmanager 6.2.0
- Fix a bug: fix ReservationReminderWorker, was sending reservation reminder to users with a event reservation not validated by admin + adds tests for all scenarios
- Fix a bug: admin could not create new SupportingDocumentType (problem was on js side)
- Fix a bug: fix back button on space edit page
- Fix a bug: fix members tour (help), a selector was not valid anymore
- Fix a bug: unable to save OpenID extra_authorize_params as json
- Fix machine list bug : when there is no user logged in and access machines list with at least one machine associated to a space
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fab-manager 6.1.2
- Fix a bug: minor pb (exception raised) when bot hit api/projects#search without beeing authenticated
- Fix a bug: minor pb (exception raised) when a bot or unauthenticated user hit api/auth_providers actions
- Fix a bug: when calling .to_json on an "avoir", there was a bug because order_number delegates on invoice which can be nil, it was causing errors in notifications rendering
- Fix a bug: when getting status of users/subscriptions export
- improvement : adds/edit spanish translations
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash
Fab-manager 6.1.1
- Fix a bug: unable to sync projects with openprojects
- Fix a bug: public availabilities (no user) was buggy (server error)
- Fix a bug: unable to generate statistic
- Fix a bug: rss/projects was failing with project without image
- improvement : performance of members#show and reservations#index
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash -s -- -c "rails fablab:openlab:bulk_export" -c "rails fablab:openlab:bulk_update" -c "rails fablab:maintenance:regenerate_statistics[2023,9]"
Fab-manager 6.1.0
- improves api/notification controller to avoid failing when there is a notification with wrong notification_type in db
- Add extra_authorize_params to OpenIdConnect config
- Improvement : add a notification to remind users to upload their supporting documents
- Cancel payment schedule subscription after update the payment mean
- admin can see reservations of a member
- Fix a bug: unable to update card for payment schedule
- Fix a bug: user is_allow_contact is actived by default
- Fix a bug: unbale to export projects
- Fix a bug: unbale to update card bank of payment schedule
- Feature: family compte for event
- Feature: pre-registration event
- Feature: space can connect one or more machines or spaces
Please read the change log for more details.
UPDATE
\curl -sSL upgrade.fab.mn | bash -s -- -c "rails db:seed"