Skip to content

πŸ”– Release 0.9.0

Compare
Choose a tag to compare
@madmath03 madmath03 released this 09 Aug 22:59
· 57 commits to develop since this release
200a812

0.9.0 (2021-08-09)

Added

  • ✨ Hide LDAP only actions in Home [da3298d]
  • ✨ API and Screens to manage LDAP entries (#25) [21bc021]
  • βœ… Fix regex for password generation [8acf45e]
  • ✨ Add Parameter constructor [e666239]
  • βœ… Update tests [1ce9aab]
  • ✨ Enable/disable registration [65b8b78]
  • ✨ Persist LDAP full DN on login [6e7bef2]
  • ✨ User Metadata with JWT payload [4ec5c08]
  • ✨ Better health check [7d5e062]
  • ✨ Manage LDAP Groups [fcecb62]
  • πŸ“ˆ Ignore Fixtures and Migrations coverage [45b21da]
  • βœ… Improve tests [5ed9209]
  • ✨ Setup HTTP Basic Auth for API [1d00a27]
  • βœ… Test resend of verification code [15608f1]
  • βœ… Test authentication token [b2da206]
  • ✨ Automatically fill admin dashboard [57e17c2]
  • ✨ Sorting and Filtering API and tests [8471418]
  • ✨ Add hooks command in manage script [8a62c7b]
  • ✨ Improve pagination, filtering and sort [e07302a]
  • ✨ Command LDAP (#20) [37072bc]
  • ✨ PHPDoc configuration [f7a2e6d]
  • βœ… Add test parameters [764e4b1]
  • ✨ Improve test commands [296107f]
  • ✨ Parameters list command [f31ffb9]
  • ✨ Improve CI scripts [7c52fa8]
  • ✨ Test command for docker dev env [8e43483]
  • ✨ Init Contact form with query param [d17bcee]
  • βœ… Set fixtures times in UTC [a8e407a]
  • βœ… User repository tests [16c1469]
  • ✨ Fix param types with psalm [326884b]
  • ✨ Add generic filters and sorting [648564f]
  • ✨ Improve Gitpod startup [3c44d4f]
  • ✨ Media management [7d10c7a]
  • ✨ Add Env var for docker tests [99a880d]
  • πŸŽ‰ Initial commit [e3989bf]

Changed

  • 🚚 Renaming of project [f6a6ae0]
  • βͺ Revert update of lock file [dd24899]
  • 🎨 Fix code quality [0eda1fe]
  • 🎨 Simplify Vuex states [a9fc90b]
  • 🍱 Update assets [c949ebf]
  • 🎨 Remove empty line [3789377]
  • ⬆️ upgrade vue-router from 3.5.1 to 3.5.2 (#45) [4b7c90a]
  • ⚑ Only get current user data once [1409ef0]
  • πŸ”§ Add missing LDAP config [d73ffb2]
  • πŸ’„ Use toast for registration success [f6435c5]
  • ⬆️ upgrade vue-i18n from 8.24.3 to 8.24.5 (#42) [53f0f4a]
  • 🎨 Improve User constructor [43909a1]
  • 🚚 Rename Metadata to EntityTrait [691a6c5]
  • πŸ”§ Fix security config [8c25a65]
  • πŸ”§ Configure ELK Stack [20ce2e0]
  • 🎨 Remove unused var in User Controller [68255c5]
  • 🍱 Add calendar icon [084b41a]
  • 🎨 Improve Messenger setup [fac8dd8]
  • πŸ’¬ Change update texts in admin [db84e5a]
  • 🎨 Fix Parameter repository issues [f4d33e1]
  • πŸ’„ Improve dashboard buttons display [9cda774]
  • 🎨 Improve docker-compose setup [3394bae]
  • ⬆️ upgrade buefy from 0.9.6 to 0.9.7 (#28) [a386bfb]
  • πŸ”§ Change media upload directory [25dccc7]
  • ⬆️ upgrade buefy from 0.9.5 to 0.9.6 (#23) [9afbfc2]
  • 🎨 Update manage.sh [e6ea9b2]
  • 🎨 Improve Hooks quality [a6d9e00]
  • 🎨 Format User entity getRoles [3da403f]
  • 🎨 Use named routing [626c4bf]
  • 🎨 Use Vuei18n to replace year in footer [541f2fd]
  • 🎨 Improve naming and set tests namespaces [2afdd57]
  • πŸ”§ Update lock files [8d395bd]
  • πŸ”§ Improve GitPod and CI config (#5) [ceb6915]
  • πŸ”§ Setup Vetur plugin for GitPod [9fbd209]
  • πŸ”§ Improve Gitpod tasks [e1b5bba]
  • πŸ”§ Set default branch to main [4bdc07b]

Fixed

  • πŸ› Add missing handler code for registration [6acc986]
  • πŸ› Use relative imports for TS [542e346]
  • πŸ’š Fix push for non alpine image [98add4a]
  • πŸ’š Add RabbitMQ config file [1f9401a]
  • πŸ’š Upgrade Docker version [9b5b433]
  • πŸ› Reverse support address emails [2ef6505]
  • πŸ’š Upgrade Travis dist [e59dd80]
  • πŸ› Fix user login role array [cdd120a]
  • πŸ› Fix first language change [53cf67f]
  • πŸ› Fix Gitpod wait conditions [d477066]
  • πŸ› Fix call to User registration API [d8c9041]
  • πŸ’š Fix CI health check [aa3a415]

Security

  • πŸ”’ upgrade buefy from 0.9.4 to 0.9.5 (#22) [94ffba1]
  • πŸ”’ upgrade vue-i18n from 8.24.1 to 8.24.2 (#21) [ddf02c7]
  • πŸ”’ upgrade multiple dependencies with Snyk (#18) [f10f8fa]
  • πŸ”’ upgrade vue-i18n from 8.24.0 to 8.24.1 (#17) [2deea78]

Miscellaneous

  • πŸ“ Add screenshots [2e645c2]
  • πŸ”¨ Update lock file on release [05ecd5d]
  • πŸ“ Update docs with new design [9e0dccd]
  • πŸ‘· Improve CI hooks [a3dc15b]
  • πŸ“ Remove Docker Autobuild badge [0072819]
  • πŸ‘· Setup GH Actions to push to DockerHub [4c31f5c]
  • 🐳 Enable APCu [9f009c1]
  • πŸ”¨ Add HTML code coverage in dev [1910505]
  • πŸ”¨ Update xdebug setup [577703c]
  • 🐳 Add ELK Stack & Grafana / Prometheus [9cdb09a]
  • 🌐 Add missing key [722f359]
  • πŸ’‘ Add links to docs [644cb48]
  • 🐳 Fix update of symfony uploaded data [4e53ea2]
  • 🐳 Fix ACPu setup [054e4e4]
  • 🐳 Enable APCu [3993f93]
  • 🐳 Ignore GitHub config dir [1e812f4]
  • fix: upgrade vue-i18n from 8.24.2 to 8.24.3 (#24) [0c39351]
  • 🐳 Improve Docker XDebug config [cb1e7d6]
  • πŸ‘· Add sample GitLab CI [7ca2f8e]
  • πŸ”€ Merge pull request #19 from Monogramm/Nathan-Al-manage.sh-update [b8ca7ca]
  • Update manage.sh [9c3aec4]
  • πŸ“ Update CONTRIBUTING.md (#15) [fda13cb]
  • Merge pull request #11 from Monogramm/snyk-upgrade-377d06694de76bce7f6caf138b37d638 [b2dd351]
  • fix: upgrade vue-i18n from 8.23.0 to 8.24.0 [84ec418]
  • 🐳 Setup xdebug in develop mode [b9de14f]
  • 🐳 Restore default develop PHP config [d58a89d]
  • 🐳 Fix develop docker image [f717c01]
  • 🐳 Upgrade composer and PHP prod config [d92fa2d]
  • πŸ“ Update docs [e05645f]
  • fix: upgrade vue-i18n from 8.22.4 to 8.23.0 (#8) [2578980]
  • πŸ“ Update contributors (#7) [5b19755]
  • πŸ“ Directory structure of the project [a399ee1]
  • πŸ“ Improve local dev doc [11feace]
  • πŸ“ Fix link for GitPod env [7c76734]
  • πŸ“ Set Codacy link [9661b26]