Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.0 Release #899

Merged
merged 29 commits into from
Dec 24, 2023
Merged

5.0 Release #899

merged 29 commits into from
Dec 24, 2023

Commits on Feb 19, 2023

  1. feat: add CORS support

    warlof committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    2d44eed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5f0c5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    432ebdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2e1425 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19d78dd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12fc707 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    982ddcd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c0b328 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c69774 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2443289 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0d4dcf View commit details
    Browse the repository at this point in the history
  12. style: apply styleCi changes

    warlof committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    139ebd1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    83f962b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4a029e2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3969f6e View commit details
    Browse the repository at this point in the history
  16. deps: update to L9

    warlof committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e537132 View commit details
    Browse the repository at this point in the history
  17. revert: restore previous styleci setup

    (cherry picked from commit 2cc0168)
    warlof committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    9d80dc2 View commit details
    Browse the repository at this point in the history
  18. style: apply fixes from StyleCI (#859)

    Co-authored-by: StyleCI Bot <[email protected]>
    warlof and StyleCIBot committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    d27680e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    02a8278 View commit details
    Browse the repository at this point in the history
  20. deps(ws): restore echo library

    replace webpack with vite framework
    restore echo library to be able to handle
    live events between server and clients
    warlof committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    0df422b View commit details
    Browse the repository at this point in the history
  21. chore: ignore changes in vendor directory

    sometimes, while starting SeAT container after adding third party packages or overriding standard class, we may encounter the following message which prevent updates
    
    > In VcsDownloader.php line 268:
    >
    >                                                                               
    >
    >  Source directory /var/www/seat/vendor/nesbot/carbon has uncommitted changes  
    >
    >  .                                                                            
    >
    >                                                                               
    >
    >
    > update [--with WITH] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--dev] [--no-dev] [--lock] [--no-install] [--no-audit] [--audit-format > AUDIT-FORMAT] [--no-autoloader] [--no-suggest] [--no-progress] [-w|--with-dependencies] [-W|--with-all-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-> REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [-i|--interactive] [--root-reqs] [--] [<packages>...]
    
    Doing that is forcing composer to ignore such changes and override them.
    warlof committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    b0b91c6 View commit details
    Browse the repository at this point in the history
  22. mysql db driver

    revert mysql to be the default db driver
    Crypta-Eve authored and warlof committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    15042bf View commit details
    Browse the repository at this point in the history
  23. feat: update to laravel 10

    Crypta-Eve authored and warlof committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    04dd04c View commit details
    Browse the repository at this point in the history
  24. Update .gitignore

    Co-authored-by: Loïc Leuilliot <[email protected]>
    Crypta-Eve and warlof committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    84782c3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    75cc3b1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Merge pull request #887 from eveseat/master

    Prepare 5.0.x release
    warlof authored May 30, 2023
    Configuration menu
    Copy the full SHA
    552e4f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    6403e1e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. ci: target 5.0.x branch

    warlof authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9e5f504 View commit details
    Browse the repository at this point in the history
  2. deps: lock packages version

    warlof authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    0a5db37 View commit details
    Browse the repository at this point in the history