Skip to content

Releases: sleede/fab-manager

Release 4.3.1

04 Mar 17:02
Compare
Choose a tag to compare
  • Updated user's manual (fr)
  • Open the user's manual when no help tour is available in the current admin's view
  • Various bug fixes

Please read the change log for more details.

Release 4.3.0

04 Mar 11:46
Compare
Choose a tag to compare

4.2.4

30 Oct 15:02
Compare
Choose a tag to compare
  • Fix a bug: in some cases, the invoices were not generated after deploying v4.2.0+ (#156)

Please read the change log for more details.

TODO DEPLOY

  • rake fablab:maintenance:regenerate_invoices[2019,10] only if you had download issues with your last invoices

4.2.3

22 Oct 12:49
Compare
Choose a tag to compare
  • Ability to set the default view in project gallery: openLab or local
  • Fix a bug: admins can't edit members projects

Please read the change log for more details.

TODO DEPLOY

  • add the OPENLAB_DEFAULT environment variable. See doc/environment.md for configuration details

4.2.2

22 Oct 10:54
Compare
Choose a tag to compare
  • Fix a bug: PostgreSQL upgrade script won't run on some systems

Please read the change log for more details.

4.2.1

21 Oct 14:21
Compare
Choose a tag to compare

Please read the change log for more details.

4.2.0

21 Oct 13:42
Compare
Choose a tag to compare
  • Upgrade PostgreSQL
  • Optional reCaptcha checkbox in sign-up form
  • Export accounting data to ACD
  • Use Alpine Linux to build the Docker image (#147)
  • Bulk-import members from a CSV file
  • Ability to disable invoices generation and related user-interfaces
  • Updated the user's guide (fr)
  • Various bug fixes, security fixes and minor improvements

Please read the change log for more details.

TODO DEPLOY

  • rake db:migrate
  • add - ${PWD}/imports:/usr/src/app/imports in the volumes list of your fabmanager's service in docker-compose.yml
  • add the following environment variables: RECAPTCHA_SITE_KEY, RECAPTCHA_SECRET_KEY, MAX_CAO_SIZE, MAX_IMPORT_SIZE, FABLAB_WITHOUT_INVOICES, SMTP_TLS. See doc/environment.md for configuration details.
  • IMPORTANT: Please read carefully postgres_upgrade.md for instructions on upgrading PostgreSQL, once the operations above are done.

Release 4.1.1

20 Sep 13:56
Compare
Choose a tag to compare
  • Fix a bug: api/reservations#index was using user_id instead of statistic_profile_id
  • Fix a bug: event_service#date_range method, test on all_day was never truthy
  • Fix a bug: sidekiq 5 does not have delay_for method anymore, uses perform_in instead

Please read the change log for more details.

Release 4.1.0

12 Sep 10:45
Compare
Choose a tag to compare
  • Handling the Strong-Customer Authentication (SCA) for online payments
  • Ability to disable online payments though an environment variable
  • Fix a bug: Users with role 'member' cannot download their invoices
  • Fix a bug: unable to create the first user because role member was missing
  • Fix a bug: disabled groups still appears as available in sign-up modal
  • Fix a bug: extend a current subscription for a member, does not reset his credits (#145)
  • Various bug fixes, security fixes and minor improvements

Please read the change log for more details.

TODO DEPLOY

  • rake db:migrate
  • add the FABLAB_WITHOUT_ONLINE_PAYMENT environment variable. See doc/environment.md for configuration details

If you are accepting online payments with Stripe, you MUST UPGRADE to this release BEFORE 2019-09-14, otherwise a lot of payments will be refused.

Release 4.0.4

14 Aug 13:38
Compare
Choose a tag to compare
  • Fix a bug: #140 VAT rate is erronous in invoices.
    Note: this bug was introduced in v4.0.3 and requires (if you are on v4.0.3) to regenerate the invoices since August 1st

TODO DEPLOY

  • rake fablab:maintenance:regenerate_invoices[2019,8]

Please read the change log for more details.