Skip to content

Bileto 0.12.0-beta

Latest
Compare
Choose a tag to compare
@marien-probesys marien-probesys released this 22 Nov 13:54
0.12.0-beta
42aaf0a

Improvements

  • Improve the look of the email notifications (728f88d)
  • Allow to answer to the receipt emails (1d77cad)
  • Order contracts by names in the global list (94fd53b)
  • Always display the default organization on the user page (565e10c)
  • Make sure that users can always create tickets in their default organization (aa3d2e1)
  • Move the observers after the assignee in the tickets (2788bcd)
  • Always show the number of tickets above the list (b953bf9)
  • Change the placeholder of the organization field in the user form (e425e2e)

Bug fixes

  • Accept @me notation in the "quick search" form (df4be41)
  • Display all the errors in the "quick search" form (80b03e5)
  • Accept extra fields in the "advanced search" form (ae7ede4)
  • Use "demande" instead of "requête" in the French translation (90160a2)
  • Fix the LDAP synchronization when creating new users (03027f7)

Technical

  • Ignore auto-response emails when collecting emails (221a7ff)
  • Associate the time spent with their corresponding messages (c041744)
  • Allow to import the ticket's team (4d0a5c7)
  • Make Sentry optional in production (5f6fb1b)
  • Lock mailbox and mailbox emails during processing (391f85c)
  • Log only warning if a user cannot be created with LDAP (30f3bee)
  • Provide a file favicon.ico (e1a74d8)
  • Update the dependencies (cfa938a, a0c98eb, 35a4995, e7d14d9, c9c352e)

Documentation

  • Explain to the administrators how to import data (50489de)
  • Add documentation about backup and restoration in production (880c217)
  • Update the available features in the readme and the roadmap (af6e39b)

Developers

  • Improve the development tooling
    • Replace Vite by esbuild (5843249)
    • Allow to pass a VERSION param to make db-migrate (adb3dfb)
    • Allow to run a specific linter with make lint (6144b5f)
    • Allow to choose the installer with make install (13a0343)
    • Allow to change the Nginx port in development (90b4bfd)
    • Provide a command to run mysql command in the Docker container (6feb532)
    • Declare COVERAGE, FILE and FILTER next to the make test command (b5e2660, fd590ac)
    • Declare the Docker Composer project name in the docker-compose.yml file (afe751b)
    • Ignore the uploads/ folder on make tree (1e666db)
  • Finish to refactor the forms
    • Improve the Bileto theme of forms (eef60a2)
    • Refactor the search forms (b3baa55)
    • Refactor the answer form (ed43f0e)
    • Refactor the mailbox form (97db752)
    • Refactor the ticket forms (f0f30e8)
    • Refactor preferences and profile forms (f70c838)
    • Refactor the authorization forms (6c15390)
  • Set the default ticket's observers in TicketActivity (0e6fe33)
  • Enable LDAP server by default in the development environment (1a9c940)
  • Fix the database configuration on the CI (ed8db12)
  • Update the instructions for pull requests (18e8112)
  • Install and configure phpstan-symfony (bad64fe)
  • Refactor the MessageEvent::CREATED event (084369f)
  • Handle empty data in the Encryptor (6210e2e)