All Versions
21
Latest Version
Avg Release Cycle
10 days
Latest Release
1209 days ago

Changelog History
Page 1

  • v3.6.2 Changes

    December 06, 2020

    🔄 Changelog

    🔖 Version 3.6.2

    Possibly breaking change for 3.6.X versions:

    Due to a weird naming convention in Swiftmailer, the library used to send emails, it is possible that you will need to change the port for the SMTP server. This probably won't impact you as what you are probably doing now is using STARTTLS on a TLS capable port.

    ⬆️ See #2229 for more information. Test emails after upgrading.

    If email doesn't work, try: STARTTLS on port 2525 or TLS on port 465 with smtp2go.com.

    🛠 Bugfixes:

    • 🛠 Fix TODOlist minor issues (#2346 by Marcel Bolten)
    • 🛠 Fix password reset save button sometimes not showing
    • 🛠 Fix incorrect status list on search page (#2295)
    • 🛠 Fix notice in logs if saml_team is not set

    ✨ Enhancements:

    • Order groups by name (#2264)

    i18n:

    • ➕ Add missing translations and refresh translations
    • 👉 Make permissions translated (#1901)

    Dependencies:

    • ⬆️ Upgrade to webpack 5
    • ⬆️ Upgrade some php libraries

    🔖 Version 3.6.1

    🛠 Bugfixes:

    • Avoid 2FA setup failed attempts count (#2342 by Marcel Bolten)
    • ⏪ Restore admins possibility to disable 2FA (#2341 by Marcel Bolten)

    🔖 Version 3.6.0

    Here it is, the 3.6 branch featuring LDAP and 2FA authentication!

    🆕 New features:

    • ➕ Add LDAP authentication
    • ➕ Add 2FA authentication with OTP (contribution by Marcel Bolten)
    • 👍 Allow description list html elements (#2308 by Marcel Bolten)

    🛠 Bugfixes:

    • 🛠 Fix template import (#2283)
    • 🛠 Fix issue with booking to sunday midnight (#2211) and allow all hours
    • 🛠 Fix display of markdown in show mode (#2231)
    • 🛠 Fix timestamp on generated PDF (#2210 contribution by scapoor)
    • 👍 Allow changing an upload if we have write rights on entity (#2292)
    • 🛠 Fix incorrect permissions on template creation (#2237)
    • 🛠 Fix image quality after upload for .jpg files (#2186)
    • 🛠 Fix lock icon sometimes not clickable in view mode
    • 🛠 Fix incorrect proxy setting preventing loading of sysconfig panel

    ✨ Enhancements:

    • Align icons and text in main menu drowdown (#2269)
    • 🛠 Fix editable triggered on non editable comments
    • 💾 Save title and date on title blur
    • Prevent clickable .tif thumbnail (#2212)

    i18n:

    • Translate "Click to edit"

    Dev corner:

    • Rewrite download.php into a proper controller and use http-foundation
    • ➕ Add new unit tests
    • Rewrite all authentication related code; add all the Auth services
    • ⏱ Specify the ISO::8601 date format for scheduler
    • Rationalize the tinymce config (#2239)
    • Rewrite interfaces to be more modular (#2238)
    • 🚚 Move around a bunch of code to delete some controllers
    • 👉 Make more TypeScript classes for CRUD actions
    • ➕ Add a "big" database generator (lots of fake content)
  • v3.6.1 Changes

    December 01, 2020

    🔖 Version 3.6.1

    🛠 Bugfixes:

    • Avoid 2FA setup failed attempts count (#2342 by Marcel Bolten)
    • ⏪ Restore admins possibility to disable 2FA (#2341 by Marcel Bolten)

    🔖 Version 3.6.0

    Here it is, the 3.6 branch featuring LDAP and 2FA authentication!

    Possibly breaking change:

    Due to a weird naming convention in Swiftmailer, the library used to send emails, it is possible that you will need to change the port for the SMTP server. This probably won't impact you as what you are probably doing now is using STARTTLS on a TLS capable port.

    ⬆️ See #2229 for more information. Test emails after upgrading.

    🆕 New features:

    • ➕ Add LDAP authentication
    • ➕ Add 2FA authentication with OTP (contribution by Marcel Bolten)
    • 👍 Allow description list html elements (#2308 by Marcel Bolten)

    🛠 Bugfixes:

    • 🛠 Fix template import (#2283)
    • 🛠 Fix issue with booking to sunday midnight (#2211) and allow all hours
    • 🛠 Fix display of markdown in show mode (#2231)
    • 🛠 Fix timestamp on generated PDF (#2210 contribution by scapoor)
    • 👍 Allow changing an upload if we have write rights on entity (#2292)
    • 🛠 Fix incorrect permissions on template creation (#2237)
    • 🛠 Fix image quality after upload for .jpg files (#2186)
    • 🛠 Fix lock icon sometimes not clickable in view mode
    • 🛠 Fix incorrect proxy setting preventing loading of sysconfig panel

    ✨ Enhancements:

    • Align icons and text in main menu drowdown (#2269)
    • 🛠 Fix editable triggered on non editable comments
    • 💾 Save title and date on title blur
    • Prevent clickable .tif thumbnail (#2212)

    i18n:

    • Translate "Click to edit"

    Dev corner:

    • Rewrite download.php into a proper controller and use http-foundation
    • ➕ Add new unit tests
    • Rewrite all authentication related code; add all the Auth services
    • ⏱ Specify the ISO::8601 date format for scheduler
    • Rationalize the tinymce config (#2239)
    • Rewrite interfaces to be more modular (#2238)
    • 🚚 Move around a bunch of code to delete some controllers
    • 👉 Make more TypeScript classes for CRUD actions
    • ➕ Add a "big" database generator (lots of fake content)

    🔖 Version 3.5.6

    🛠 The sixth patch for 3.5. Go get your 8 bugfixes ASAP! If you're running 3.5.(1|2|3|4|5), upgrade now! If you're not, upgrade nonetheless ;)

    🚀 See the changelog for 3.5.0 <https://github.com/elabftw/elabftw/releases/3.5.0)>_ if you're not already on 3.5.0.

    🛠 Bugfixes:

    • 🛠 Fix experiments from team showing up on category filter
    • Disable contextual menu in tinymce (#2207)
    • 🛠 Fix next step display (#2206)
  • v3.6.0 Changes

    December 01, 2020

    🔄 Changelog

    🔖 Version 3.6.0

    Here it is, the 3.6 branch featuring LDAP and 2FA authentication!

    Possibly breaking change:

    Due to a weird naming convention in Swiftmailer, the library used to send emails, it is possible that you will need to change the port for the SMTP server. This probably won't impact you as what you are probably doing now is using STARTTLS on a TLS capable port.

    ⬆️ See #2229 for more information. Test emails after upgrading.

    🆕 New features:

    • ➕ Add LDAP authentication
    • ➕ Add 2FA authentication with OTP (contribution by Marcel Bolten)
    • 👍 Allow description list html elements (#2308 by Marcel Bolten)

    🛠 Bugfixes:

    • 🛠 Fix template import (#2283)
    • 🛠 Fix issue with booking to sunday midnight (#2211) and allow all hours
    • 🛠 Fix display of markdown in show mode (#2231)
    • 🛠 Fix timestamp on generated PDF (#2210 contribution by scapoor)
    • 👍 Allow changing an upload if we have write rights on entity (#2292)
    • 🛠 Fix incorrect permissions on template creation (#2237)
    • 🛠 Fix image quality after upload for .jpg files (#2186)
    • 🛠 Fix lock icon sometimes not clickable in view mode
    • 🛠 Fix incorrect proxy setting preventing loading of sysconfig panel

    ✨ Enhancements:

    • Align icons and text in main menu drowdown (#2269)
    • 🛠 Fix editable triggered on non editable comments
    • 💾 Save title and date on title blur
    • Prevent clickable .tif thumbnail (#2212)

    i18n:

    • Translate "Click to edit"

    Dev corner:

    • Rewrite download.php into a proper controller and use http-foundation
    • ➕ Add new unit tests
    • Rewrite all authentication related code; add all the Auth services
    • ⏱ Specify the ISO::8601 date format for scheduler
    • Rationalize the tinymce config (#2239)
    • Rewrite interfaces to be more modular (#2238)
    • 🚚 Move around a bunch of code to delete some controllers
    • 👉 Make more TypeScript classes for CRUD actions
    • ➕ Add a "big" database generator (lots of fake content)
  • v3.6.0-rc Changes

    November 29, 2020

    🛠 Same as beta with bugfixes related to 2FA.

  • v3.6.0-beta Changes

    November 28, 2020

    🚀 WARNING: this is beta quality release, not for production use, unless you like to live on the edge ;)

    🔄 Changelog

    🔖 Version 3.6.0

    Here it is, the 3.6 branch featuring LDAP and 2FA authentication!

    Possibly breaking change:

    Due to a weird naming convention in Swiftmailer, the library used to send emails, it is possible that you will need to change the port for the SMTP server. This probably won't impact you as what you are probably doing now is using STARTTLS on a TLS capable port.

    ⬆️ See #2229 for more information. Test emails after upgrading.

    🆕 New features:

    • ➕ Add LDAP authentication
    • ➕ Add 2FA authentication with OTP (contribution by Marcel Bolten)
    • 👍 Allow description list html elements (#2308 by Marcel Bolten)

    🛠 Bugfixes:

    • 🛠 Fix template import (#2283)
    • 🛠 Fix issue with booking to sunday midnight (#2211) and allow all hours
    • 🛠 Fix display of markdown in show mode (#2231)
    • 🛠 Fix timestamp on generated PDF (#2210 contribution by scapoor)
    • 👍 Allow changing an upload if we have write rights on entity (#2292)
    • 🛠 Fix incorrect permissions on template creation (#2237)
    • 🛠 Fix image quality after upload for .jpg files (#2186)
    • 🛠 Fix lock icon sometimes not clickable in view mode
    • 🛠 Fix incorrect proxy setting preventing loading of sysconfig panel

    ✨ Enhancements:

    • Align icons and text in main menu drowdown (#2269)
    • 🛠 Fix editable triggered on non editable comments
    • 💾 Save title and date on title blur
    • Prevent clickable .tif thumbnail (#2212)

    i18n:

    • Translate "Click to edit"

    Dev corner:

    • Rewrite download.php into a proper controller and use http-foundation
    • ➕ Add new unit tests
    • Rewrite all authentication related code; add all the Auth services
    • ⏱ Specify the ISO::8601 date format for scheduler
    • Rationalize the tinymce config (#2239)
    • Rewrite interfaces to be more modular (#2238)
    • 🚚 Move around a bunch of code to delete some controllers
    • 👉 Make more TypeScript classes for CRUD actions
    • ➕ Add a "big" database generator (lots of fake content)
  • v3.6.0-alpha Changes

    November 26, 2020

    🚀 This is an alpha quality release: not for production use!

    ✅ If you can test it and report issues, it would be great!

    🔄 CHANGELOG

    🔖 Version 3.6.0

    Here it is, the 3.6 branch featuring LDAP and 2FA authentication!

    Possibly breaking change:

    Due to a weird naming convention in Swiftmailer, the library used to send emails, it is possible that you will need to change the port for the SMTP server.

    ⬆️ See #2229 for more information. Test emails after upgrading.

    🆕 New features:

    • ➕ Add LDAP authentication
    • ➕ Add 2FA authentication with OTP (contribution by Marcel Bolten)
    • 👍 Allow description list html elements (#2308 by Marcel Bolten)

    🛠 Bugfixes:

    • 🛠 Fix template import (#2283)
    • 🛠 Fix issue with booking to sunday midnight (#2211) and allow all hours
    • 🛠 Fix display of markdown in show mode (#2231)
    • 🛠 Fix timestamp on generated PDF (#2210 contribution by scapoor)
    • 👍 Allow changing an upload if we have write rights on entity (#2292)
    • 🛠 Fix incorrect permissions on template creation (#2237)
    • 🛠 Fix image quality after upload for .jpg files (#2186)

    ✨ Enhancements:

    • Align icons and text in main menu drowdown (#2269)
    • 🛠 Fix editable triggered on non editable comments
    • 💾 Save title and date on title blur
    • Prevent clickable .tif thumbnail (#2212)

    i18n:

    • Translate "Click to edit"

    Dev corner:

    • Rewrite download.php into a proper controller and use http-foundation
    • ➕ Add new unit tests
    • Rewrite all authentication related code; add all the Auth services
    • ⏱ Specify the ISO::8601 date format for scheduler
    • Rationalize the tinymce config (#2239)
    • Rewrite interfaces to be more modular (#2238)
    • 🚚 Move around a bunch of code to delete some controllers
    • 👉 Make more TypeScript classes for CRUD actions
    • ➕ Add a "big" database generator (lots of fake content)
  • v3.5.6 Changes

    October 04, 2020

    🔖 Version 3.5.6

    🛠 The sixth patch for 3.5. Go get your 8 bugfixes ASAP! If you're running 3.5.(1|2|3|4|5), upgrade now! If you're not, upgrade nonetheless ;)

    🚀 See the changelog for 3.5.0 <https://github.com/elabftw/elabftw/releases/3.5.0)>_ if you're not already on 3.5.0.

    🛠 Bugfixes:

    • 🛠 Fix experiments from team showing up on category filter
    • Disable contextual menu in tinymce (#2207)
    • 🛠 Fix next step display (#2206)
  • v3.5.5 Changes

    September 27, 2020

    🔖 Version 3.5.5

    🛠 The fifth patch for 3.5. Go get your 8 bugfixes ASAP! If you're running 3.5.(1|2|3|4), upgrade now! If you're not, upgrade nonetheless ;)

    🚀 See the changelog for 3.5.0 if you're not already on 3.5.0.

    🆕 New:

    🛠 Bugfixes:

    • 🛠 Fix checkbox staying selected in show mode after deletion (#2185)
    • 🛠 Fix image edit bug with TinyMCE (#2183) contribution by Sherjeel Shabih
    • 🛠 Fix next step display not following ordering
    • 🛠 Fix event from another team not showing up in scheduler
    • 🛠 Fix permissions on database item in some cases (#2189)
    • 🛠 Fix unfinished steps sorting in todolist (#2169) contribution by Marcel Bolten
    • 🛠 Fix unselectable single column layout setting in UCP (#2167) contribution by Marcel Bolten
    • 🛠 Fix invisible teams still visible in anon login on login page
  • v3.5.4 Changes

    September 12, 2020

    🔖 Version 3.5.4

    ⬆️ The fourth patch for 3.5. If you're running 3.5.(1|2), upgrade now! If you're not, upgrade nonetheless ;)

    🚀 See the changelog for 3.5.0 <https://github.com/elabftw/elabftw/releases/3.5.0)>_ if you're not already on 3.5.0.

    🛠 Bugfix:

    • 🛠 Fix bad template on UCP
  • v3.5.3 Changes

    September 12, 2020

    🔖 Version 3.5.3

    ⬆️ The third patch for 3.5. If you're running 3.5.(1|2), upgrade now! If you're not, upgrade nonetheless ;)

    🚀 See the changelog for 3.5.0 if you're not already on 3.5.0.

    ✨ Enhancements:

    • 🛠 Fix bad performance on experiments show mode
    • 👌 Improve the Templates class code

    i18n:

    • ⚡️ Update Chinese translations