Skip to content

Releases: isprambiente/Partecipo

v4.0.0

06 Dec 20:17
36805b8
Compare
Choose a tag to compare
  • Migrate to Rails 8
  • Added OIDC authentication configurable with ENV
  • Swich from auth mode:
    • Only DB
    • Only OIDC
    • Mixed DB / OIDC Auth
  • Site config with ENV
  • SSL Certificate with Let's encrypt
  • SECRET_KEY_BASE from env, no master_key required

Full Changelog: v2.6.1...v4.0.0

v2.6.1

18 Feb 10:29
Compare
Choose a tag to compare
  • Migrate to rails 7.0.2.2

Fixed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

11 Feb 07:41
d5da8e7
Compare
Choose a tag to compare
  • Migrate to ruby 3.1
  • Migrate to dart-sass

Added

  • User tickets list updated dinamically with turbo stream
  • admin list ticket updated dinamically with turbo stream
  • Added fact filter by group
  • Added foreman support for dev

Fixed

  • Fixed RAILS-UJS load
  • fixed fact's pagination and visualization

Removed

  • removed builded asset from git
  • removed unused bin

fixed

  • fixed fact's pagination and visualization
  • fixed rails-ujs load
  • clean unused broadcast

New Contributors

Full Changelog: v2.5.1...v2.6.0

v2.5.1

09 Jan 17:31
c843826
Compare
Choose a tag to compare
  • Upgrade to rails 7.0.1
  • Upgrade to devise_cas_authenticatable 2.0.0

v2.5.0

07 Jan 09:43
7cede32
Compare
Choose a tag to compare

New Rails 7.0

Added

  • attachment variants to model

v2.4.0

30 Dec 22:05
4291b03
Compare
Choose a tag to compare

Partecipo going international!

Added

  • full localized in italian and english
  • new ticket edit in modal mode
  • tickets editable from tickets page

v2.3.2

24 Nov 10:46
1d0a42f
Compare
Choose a tag to compare

[2.3.2]

Added

  • Graphics enchantment

Fixed

  • Fixed redirect on happening creation
  • Fixed count seat on happening destroy
  • fixed seed, destroy facts and happenings before insert example data

Removed

  • Unused stylesheet file

[2.3.1]

Fixed

  • Fix editor search for admin

[2.3.0]

Added

  • update fact info with turbo stream in async mode
  • update happening info with turbo stream in async mode

v2.2.0

19 Nov 11:49
d0f2384
Compare
Choose a tag to compare

Added

  • support for make the site public (no login required before ticket request)

Changed

  • update to last stable ruby version (3.0.2)
  • update to last rails version (6.1.4)

v2.1.2

08 Jun 09:22
Compare
Choose a tag to compare

Fixed

  • Ticket extraction\

Updated

  • puma
  • nokogiri
  • ws
  • dn-packet
  • actionpack

v2.1.1

04 May 06:58
2ab379d
Compare
Choose a tag to compare
  • show tickets for user
  • async user load on ticket creation
  • many fix