Commit Graph

268 Commits

Author SHA1 Message Date
Miguel Nogueira 669c3c87e6 Removed colons that artisan already added 2020-07-09 06:01:10 +01:00
Miguel Nogueira 96298cd38c Add forgotten output for commands 2020-07-09 05:55:23 +01:00
Miguel Nogueira 00f37d3f7e Remove Symfony Process refs 2020-07-09 05:53:00 +01:00
Miguel Nogueira 653641f4e8 Replace Symfony Process 2020-07-09 05:52:41 +01:00
Miguel Nogueira d121119706 Reverse npm silence 2020-07-09 05:37:11 +01:00
Miguel Nogueira 1c08cd9057 Compat for npm in different directories 2020-07-09 05:29:55 +01:00
Miguel Nogueira 1bc63725c9 Silence npm WARN output (when applicable) 2020-07-09 05:27:33 +01:00
Miguel Nogueira c7caf3a67c Remove process args 2020-07-09 05:23:46 +01:00
Miguel Nogueira 7c7d4a306c Separate process args 2020-07-09 05:20:16 +01:00
Miguel Nogueira 016ce1fbf6 Remove invalid reference to Artisan 2020-07-09 05:12:18 +01:00
Miguel Nogueira f673ef8222 Add installation bootstrap script 2020-07-09 05:10:22 +01:00
Miguel Nogueira 2bf8c8e90c Enable maintenance mode during installation 2020-07-09 05:06:25 +01:00
Miguel Nogueira d111864bea Add depedency install progress bar 2020-07-09 05:01:50 +01:00
Miguel Nogueira 4dbf86a328 Add installation command
Adds an installation and .env modification commands for better usability
2020-07-09 04:52:53 +01:00
Miguel Nogueira 291c98cd0e Merge branch 'master' of github.com:spacejewel-hosting/staffmanagement 2020-07-08 08:15:01 +01:00
Miguel Nogueira 119ea1d8ec Updated config defaults 2020-07-08 08:14:36 +01:00
Miguel Nogueira 0282a6a7c9 Update issue templates 2020-07-08 07:58:18 +01:00
Miguel Nogueira 8ed2eb5027
Update README.md 2020-07-08 07:50:14 +01:00
vagrant 61034ccae9 Added simple installation script 2020-07-08 06:02:32 +00:00
Miguel Nogueira ed95f02e00 Fix error where exception appeared instead of error message
This commit fixes an issue with fake MC usernames being used and 
resulting in a fatal exception. Displays an error msg now.
2020-06-28 04:51:32 +01:00
Miguel Nogueira c58c46eda8 Fix error where wrong method is called 2020-06-28 01:30:34 +01:00
Miguel Nogueira 91c408fb4f Trim config results to prevent error in case of extra spaces 2020-06-28 00:50:28 +01:00
Miguel Nogueira 599d742e96 Use UUID conversion facade 2020-06-28 00:46:49 +01:00
Miguel Nogueira 50692a8abf Remove card 2020-06-27 23:46:03 +01:00
Miguel Nogueira 664bdcf45e Improve hompeage 2020-06-27 23:44:07 +01:00
Miguel Nogueira 9ec2f9edce Update .env.example to reflect new config values 2020-06-27 22:22:33 +01:00
Miguel Nogueira 33c16fcf46 Add user directory & isolate authorisation 2020-06-27 19:15:33 +01:00
Miguel Nogueira 71efdf93d8 Add dashboard widgets 2020-06-27 04:49:55 +01:00
Miguel Nogueira 5a8c080a31 Beta version
This commit is too large to list all changes.
2020-06-27 00:32:33 +01:00
Miguel Nogueira d15c0cb12f Major changes - Vote system now finished 2020-05-30 00:20:39 +01:00
Miguel Nogueira cc8c293cc6 Significant changes
Added several components and features too long to list here
2020-05-22 03:49:16 +01:00
Miguel Nogueira 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
Miguel Nogueira 7635f8e2f4 Add application list for users 2020-05-11 16:44:47 +01:00
Miguel Nogueira f46a941b61 Add hold period enforcement 2020-05-10 06:36:42 +01:00
Miguel Nogueira cf7cc142a7 Add Dynamic Form Processing for Custom Forms 2020-05-08 08:10:25 +01:00
Miguel Nogueira 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
Miguel Nogueira 49c1ed4698 Dynamic position rendering for homepage 2020-05-08 01:45:29 +01:00
Miguel Nogueira 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
Miguel Nogueira 290104eea7 Added view forms 2020-05-07 00:36:33 +01:00
Miguel Nogueira f52b249834 Error and success messages from form builder 2020-05-06 23:16:34 +01:00
Miguel Nogueira 8d79345095 Store form structure in DB 2020-05-06 05:42:55 +01:00
Miguel Nogueira 2df5bf144d Added save function to save button
This commit also improves how forms are parsed by PHP by passing them as arrays, therefore making them easier to process.
Note: One of the files contains a debug statement that will be removed in the next commit
2020-05-06 03:44:39 +01:00
Miguel Nogueira dd3213e918 Dynamic form field names 2020-05-06 03:19:20 +01:00
Miguel Nogueira 79eaa2ea54 Add dynamic form builder
This form builder still needs some improvements and names for every field.
2020-05-05 05:25:56 +01:00
Miguel Nogueira 27794729b9 Added vacancies list 2020-05-03 05:04:26 +01:00
Miguel Nogueira f5bb92b3c8 Add Registered Player listing 2020-05-03 04:31:02 +01:00
Miguel Nogueira cfb8e6bbca Add Staff Member listing 2020-05-03 04:10:33 +01:00
Miguel Nogueira 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
Miguel Nogueira 5e87fb7683 Finish pending interview queue page 2020-05-02 20:51:36 +01:00
Miguel Nogueira 7cf056f57e Switch custom Guzzle integration for Laravel's HTTP facade
Commit also adds config options to the example file.
2020-05-02 20:18:56 +01:00