Commit Graph

207 Commits

Author SHA1 Message Date
52ece54202 chore: update wording and info on new user email 2022-03-05 23:24:25 +00:00
e9c24d8f37 chore: change wording on suspension notification 2022-03-05 22:24:38 +00:00
80965d786c fix: remove unnecessary notifiable 2022-02-27 17:07:31 +00:00
be494b5f21 feat: add pagination to absence list 2022-02-24 01:28:36 +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
0d62167f0c Add pagination and order to applications page 2022-02-11 02:11:59 +00:00
784c8f6595 Expand and simplify vacancy update notification 2022-02-11 01:55:01 +00:00
572d750711 Avoid Ghost User in mass notifications 2022-02-11 01:13:30 +00:00
294c678283 Fix broken opt-in notifications 2022-02-11 00:51:16 +00:00
025f69f622 Update email salutations/greetings 2022-02-10 20:33:08 +00:00
5e2eabac0c Improve transactional emails 2022-02-10 15:45:22 +00:00
127c972304 Removed staff profiles 2022-02-10 13:32:02 +00:00
6a4ba00c78 Prepared Pusher push notifications 2022-02-07 22:54:10 +00:00
09e48544d1 Removed unused log messages 2022-02-07 19:18:02 +00:00
23a191deb9 Add LOA feature, improve components 2022-02-07 18:59:22 +00:00
4da435dc1e Remove "staff member" list 2022-02-02 05:36:09 +00:00
9bf27fd3f4 Disable user account deletion 2022-02-01 22:26:46 +00:00
93b015f98b Remove giveaway page and announcements 2021-12-19 03:43:30 +00:00
10da9f6797 feat: add Discord authentication framework 2021-12-15 02:27:32 +00:00
4d1bfe7c46 Add temporary giveaway page 2021-12-09 21:22:40 +00:00
e46ebfc63a Decrease vacancy slots by one when firing approval event 2021-11-16 17:00:01 +00:00
60c53d9b31 Add missing namespace 2021-11-07 18:13:26 +00:00
a2f7b76fcb Add interface to force rejections 2021-11-06 15:06:47 +00:00
aed473a01a Add logic for forced application rejection 2021-11-06 14:52:48 +00:00
befc2ebdc6 Added better cancel log message
Added a better cancellation log message that details the reason for cancelling the appointment.
2021-11-05 10:36:19 +00:00
fce6e92d9d Added an appointment cancellation button 2021-11-03 00:38:20 +00:00
93172d1e81 Improve devtools interface
This commit revamps the interface and adds more commands.
2021-10-30 04:37:10 +01:00
59cfbd7ed1 Fix broken suspension cleaner
This commit rewrites the previously broken auto ban cleaner. It's now much more efficient and compact, and it removes bans correctly and on the right date.

Fixes #1
2021-10-30 03:53:32 +01:00
230eda1974 Removed API key feature
Removed API key generation feature in preparation for JWT authentication
2021-10-29 20:23:45 +01:00
c657da951c Allow vacancies to be deleted 2021-10-25 05:45:45 +01:00
596d0ab648 Removed MojangStatusProvider
Mojang got rid of their old status API as it wasn't working properly, and it was based on a legacy system: https://bugs.mojang.com/browse/WEB-2303?focusedCommentId=1086543&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-1086543
2021-10-25 02:52:02 +01:00
1afd420d25 Added account status badges 2021-10-25 02:28:42 +01:00
3c0e33fef7 Fix issue with account deletions
Also, added the ignition file for customising the error page for devs
2021-10-25 02:08:32 +01:00
de2c3a0efd Add IP facade 2021-10-24 04:41:33 +01:00
22e9cdb709 Remove comments used during debug 2021-10-23 07:33:45 +01:00
ab037a3474 Allow hiding IP addresses
This commit introduces a new feature where users can disable the collection and display of IP addresses. It's hardcoded in the .env config file for security reasons, and demo mode ignores this setting, because it already hides IPs by default.
2021-10-23 07:27:35 +01:00
5ff96143a7 Fix no-license UUID bug
This commit fixes a registration bug while license requirements are off.
Since the app always expects a UUID, it would error out without one.
2021-10-20 03:43:58 +01:00
a880eb65b0 Revert last commits
This reverts commit 2ddef6058d.
2021-10-13 02:57:00 +01:00
2ddef6058d Revert "Revert "Revert "Merge branch 'master' into develop"""
This reverts commit 427c9d1c57.
*facepalm*
2021-10-13 01:55:12 +01:00
427c9d1c57 Revert "Revert "Merge branch 'master' into develop""
This reverts commit fc6d7d2b18.
2021-10-13 01:47:16 +01:00
fc6d7d2b18 Revert "Merge branch 'master' into develop"
This reverts commit 42178e26de, reversing
changes made to d876dd6055.
2021-10-13 01:19:04 +01:00
b2b29382bf Merge branch 'develop' 2021-10-13 00:02:42 +01:00
92679e94d5 Add unknown MC status placeholder to cache 2021-10-12 23:01:15 +01:00
8d1e39c43c Replaced ConnectException with ConnectionException
This exception is thrown and handled when Mojang servers are down.
2021-10-12 22:41:24 +01:00
521810c23c Fix team update issue 2021-09-04 13:50:43 +01:00
e6f84cd09a Fixed broken Laravel Mix
Also disabled IP history logger for demo mode
2021-09-04 02:56:18 +01:00
3f4bc28fd4 Added Demo mode
Demo mode allows to safely run a demo version of the app, with destructive features limited.

Some bugs were also fixed in this commit.
2021-09-04 00:44:54 +01:00
8942623bde Added services
This commit moves most controller logic onto Services. Services are part of the Service-Repository pattern. The models act as repositories.

Services are easily testable and are needed for the upcoming API, in order to avoid duplicated code and to maintain a single source of "truth".

 The User, Vacancy and Vote controllers still need their logic moved onto services.
2021-07-25 22:54:15 +01:00
c739933668 Push suspension logic onto Service
In preparation to the upcoming API, most logic is being moved to services. Models function as repositories.
2021-07-21 19:33:52 +01:00