Commit Graph

73 Commits

Author SHA1 Message Date
d393a8cedc New translations passwords.php (Spanish) 2020-09-01 21:01:34 +01:00
62d5f68279 New translations pagination.php (Spanish) 2020-09-01 21:01:33 +01:00
5c068a325d New translations messages.php (Spanish) 2020-09-01 21:01:32 +01:00
15c02c1de1 New translations auth.php (Spanish) 2020-09-01 21:01:30 +01:00
3782f79b51 New translations validation.php (French) 2020-09-01 21:01:29 +01:00
0c53757912 New translations passwords.php (French) 2020-09-01 21:01:28 +01:00
6db69f997d New translations pagination.php (French) 2020-09-01 21:01:26 +01:00
edb2e4b2d6 New translations messages.php (French) 2020-09-01 21:01:25 +01:00
baac37e967 New translations auth.php (French) 2020-09-01 21:01:23 +01:00
b80e168dfb Add side menu localization options
This commit also adds the option to specify your own logo, from the .env configuration file.
2020-09-01 20:30:17 +01:00
9b469c434b Add app render localization options 2020-09-01 19:30:28 +01:00
ca3a06f248 Add directory localization options 2020-09-01 18:49:08 +01:00
1e2f331778 Add profile localization options 2020-09-01 17:46:27 +01:00
4a09fa581d Add application management localization options 2020-09-01 14:40:41 +01:00
c58b5b56d7 Add administration localization options 2020-09-01 12:43:39 +01:00
bf5d4058ad Add auth localization options 2020-09-01 01:01:32 +01:00
f871e14307 Add homepage localization options 2020-09-01 00:29:58 +01:00
1e78a8e6d9 Use app name 2020-08-31 23:20:53 +01:00
41e3e817a2 Added error messages to settings.blade.php 2020-08-31 19:50:58 +01:00
42de40e320 Added CSRF protection to settings 2020-08-31 18:34:09 +01:00
faa3a65e2b Added unchecked checkbox workaround 2020-08-31 18:32:08 +01:00
ba3a139d1c Wrapped settings with form-check 2020-08-31 18:13:44 +01:00
25ddf81118 Added form control buttons
Also improved form styling
2020-08-31 18:11:00 +01:00
9431eb5036 Updated options rendering 2020-08-31 18:03:20 +01:00
ca82f5882d Add settings page 2020-08-30 23:06:01 +01:00
535a2c3973 Fixed broken banning logic 2020-08-13 22:12:17 +01:00
91627decbe Added Heroku Procfile
Also changed required password length for new users
2020-07-18 02:45:15 +01:00
2763f777ab Add password strength requirment
This commit adds a password strength requirement for new users using 
regular expressions.
Also adds a dismissable alert so users know how to create passwords 
properly.
2020-07-17 23:13:46 +01:00
d392c0593f Add two factor authentication 2020-07-17 22:44:10 +01:00
5f1f92a9ce Code review
This commit fixes some superficial instances of Broken Access Control 
(https://owasp.org/www-project-top-ten/OWASP_Top_Ten_2017/Top_10-2017_A5-Broken_Access_Control).
There may be some more instances of this, as authorization was only done 
after most of the controllers were done (big mistake).

Some refactoring was also performed, where Route Model Binding with DI 
(dependency injection) was used whenever possible, to increase 
testability of the codebase.
Some reused code was also moved to Helper classes as to enforce DRY; 
There may be some lines of code that are still copy-pasted from other 
parts of the codebase for reuse.

Non-breaking refactoring changes were made, but the app as a whole still 
needs full manual testing, and customised responses to HTTP 500 
responses. Some errors are also not handled gracefully and this wasn't 
checked in this commit.
2020-07-16 21:21:28 +01:00
9e2d571298 Fix homepage bg issue 2020-07-16 07:32:52 +01:00
1a04880489 Replace basic authentication pages 2020-07-16 06:50:59 +01:00
3693ce3431 Add footer to all dashboard pages 2020-07-16 06:46:20 +01:00
bca6020ab0 Add ability to edit forms and add new fields
This commit adds the ability to edit and modify existing forms.
On the technical side, it also adds a new reusable validation Facade which helps reduce duplicated code.
2020-07-15 06:48:49 +01:00
1f50faaea7 Add ability to preview application 2020-07-12 19:36:12 +01:00
e978a5417b Added ability to delete single application
Also moved User observer code to Application observer
2020-07-12 17:01:33 +01:00
bd0664ce0d Add ability to edit Vacancies 2020-07-11 20:34:26 +01:00
4b390ea536 Added full Vacancy description
Also added support for Markdown
2020-07-11 05:34:12 +01:00
035c9399a6 Add "All Applications" page 2020-07-11 02:43:59 +01:00
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
50692a8abf Remove card 2020-06-27 23:46:03 +01:00
664bdcf45e Improve hompeage 2020-06-27 23:44:07 +01:00
33c16fcf46 Add user directory & isolate authorisation 2020-06-27 19:15:33 +01:00
71efdf93d8 Add dashboard widgets 2020-06-27 04:49:55 +01:00
5a8c080a31 Beta version
This commit is too large to list all changes.
2020-06-27 00:32:33 +01:00
d15c0cb12f Major changes - Vote system now finished 2020-05-30 00:20:39 +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
7635f8e2f4 Add application list for users 2020-05-11 16:44:47 +01:00
f46a941b61 Add hold period enforcement 2020-05-10 06:36:42 +01:00