8 Commits

Author SHA1 Message Date
4e51a4bc8b fix: updated dashboard footer information 2022-02-24 05:50:26 +00:00
be494b5f21 feat: add pagination to absence list 2022-02-24 01:28:36 +00:00
4f824525cb fix: always redirect users to own absence list 2022-02-24 01:09:07 +00:00
89a67f8802 fix: always redirect users to own absence list 2022-02-24 01:00:28 +00:00
e567094f40 feat: add loa requests
This commit adds a feature that allows users to request periods of inactivity from their managers. This is effectively known as a leave of absence.

The commit also introduces new permissions and migrations, therefore, you'll need to adapt your database according to these changes.
2022-02-24 00:56:46 +00:00
f61a287c78 chore: upgrade to L9
BREAKING CHANGE: This commit updates the Laravel framework to version 9. Additionally, it also updates outdated and abandoned dependencies in the composer.json file.

The resources/lang directory has also been moved to the repository's root directory.
2022-02-22 19:46:18 +00:00
294c678283 Fix broken opt-in notifications 2022-02-11 00:51:16 +00:00
23a191deb9 Add LOA feature, improve components 2022-02-07 18:59:22 +00:00