99779c9053
API key management interface
2021-03-30 01:27:49 +01:00
14a8e9e9d5
Force users to change password
...
This commit applies the password_expiration setting to all users.
Users won't be able to do anything other than update password until it's done.
2021-01-06 05:03:38 +00:00
abace4e85b
Setting categorization system
...
This categorization system aims to prevent mixing different options together.
2021-01-06 01:29:01 +00:00
33960270f3
Added Sanctum + new options to seeder
2021-01-01 21:01:23 +00:00
0bdb6cf2fb
Minor fixes
2020-12-07 17:48:15 +00:00
e4fb438721
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# app/Http/Controllers/TeamFileController.php
# app/TeamFile.php
# config/adminlte.php
# routes/web.php
2020-11-02 21:50:30 +00:00
96aa01b9c6
Recent changes
2020-11-02 21:44:05 +00:00
d5d23b7dbd
Apply fixes from StyleCI
2020-10-11 01:54:22 +00:00
06d1e0ad3f
RSM-8 Add team files page and ability to download files
2020-10-11 02:54:09 +01:00
6541e25a39
Apply fixes from StyleCI
2020-10-10 16:30:26 +00:00
0930c29b9a
RSM-5 Update to Laravel 8
2020-10-08 23:47:23 +01:00
596a469e15
Add user invitation facilities RSM-5
...
Adds user invitation to teams, and framework for assigning taems
Also adds user acc. deletion.
2020-10-08 19:19:10 +01:00
75f4404259
RSM-6 Team features
2020-10-03 21:36:35 +01:00
551741c687
RSM-3 Update team assoc relationship
2020-09-10 19:41:19 +01:00
dbeddd6fdb
RSM-3 Update vacancy schema with team assoc
2020-09-10 19:24:55 +01:00
67d1df7571
RSM-3 Add teams migration and config
2020-09-10 18:43:58 +01:00
d6c49a5cf0
Add missing migration
2020-08-30 23:27:06 +01:00
d392c0593f
Add two factor authentication
2020-07-17 22:44:10 +01:00
4b390ea536
Added full Vacancy description
...
Also added support for Markdown
2020-07-11 05:34:12 +01:00
5a8c080a31
Beta version
...
This commit is too large to list all changes.
2020-06-27 00:32:33 +01:00
cc8c293cc6
Significant changes
...
Added several components and features too long to list here
2020-05-22 03:49:16 +01:00
2ff0da3e4f
Made Profile & Account Settings functional
...
Also moved redundant HTML markup to component file for reuse.
Username to UUID converter also added as Middleware
2020-05-13 22:47:51 +01:00
cf7cc142a7
Add Dynamic Form Processing for Custom Forms
2020-05-08 08:10:25 +01:00
4c6a435e34
Entrypoint: Add Application Page
...
This commit finally adds the dynamically rendered form that changes according to how the user builds their form.
It also fragments the header and footer for the main page into their own separate files for ease of access later.
Vacancy status has also been added to the Vacancies in DB.
All staff application endpoints have also been moved to under the user application endpoints group, for ease of use (duplicated route group).
2020-05-08 06:06:24 +01:00
a4e415943a
Add save & update functionality to positions
...
Tooltips also added, as well as a general configuration file for Mojang Status URL.
Relationships were also added between forms and Vacancies.
Status verification for the dashboard was moved to a Service Provider, where it adds log entries when cache expires.
Authentication controllers were also updated to reflect the new dashboard URL.
2020-05-08 00:24:56 +01:00
669fbc1ae5
Add Mojang's status to dashboard
...
Also adds a Cache table to the database. Contains incomplete routes.
2020-05-03 00:45:29 +01:00
20bb7bbcb5
Ammend to previous commit
2020-04-29 22:36:38 +01:00
914bde3709
Make optional application-related registration parameters optional
...
This commit makes optional registration parameters optional; They should only be filled in after the user has submitted an application. The application will crash during registration without these parameters being optional, and adding them to the form would be illogical.
2020-04-29 22:23:26 +01:00
11e8062500
Migration reversal for vote_has_application
2020-04-29 21:59:41 +01:00
3b0c862d47
Include previous fix
2020-04-29 21:57:57 +01:00
beee71e4c3
Enforce data consistency
2020-04-29 21:56:41 +01:00
f514c4f848
Optimize tables
2020-04-29 21:16:05 +01:00
7c22894e94
Added models, migrations and controllers
...
This commit adds the logical structure for the app.
2020-04-29 18:15:54 +01:00
70c7429e36
Added Authentication Scaffolding, Dashboard, and Sidenav
2020-04-29 03:20:00 +01:00
f80e9fcba0
First commit
2020-04-26 05:09:32 +01:00