24 Commits

Author SHA1 Message Date
621d262d29
fix: show age in user mgmt page and appl page
Signed-off-by: miguel456 <me@nogueira.codes>
2022-10-28 20:15:45 +01:00
9750e2cfcd
fix: close unclosed img tag breaking the layout
Signed-off-by: miguel456 <me@nogueira.codes>
2022-10-26 21:18:57 +01:00
b89d71b371
Revert "Revert "merge 1""
This reverts commit 0c463d1f10145bf99dd63fd7128f992ab2371ffb.
2022-10-24 01:04:22 +01:00
0c463d1f10
Revert "merge 1"
This reverts commit 0bc6c20a6d6ad9b906827b9d3f3034a811178f60.
2022-10-24 01:03:43 +01:00
0bc6c20a6d
merge 1
Signed-off-by: miguel456 <me@nogueira.codes>
2022-10-24 01:01:10 +01:00
e0844a7a2b refactor: refactored strings on primary user views 2022-03-31 17:25:25 +01:00
5e203bc983 fix: switch source of user profile pictures
This commit switches the source of user profile pictures displayed on comments to the source defined on their profile.

 The profile image was previously being fetched from the applicant's profile.
2022-02-22 03:20:46 +00:00
fce6e92d9d
Added an appointment cancellation button 2021-11-03 00:38:20 +00: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
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
Miguel N
638b2719a8 Blade change 2021-01-29 17:28:29 +00:00
Miguel N
aad04d6d14 Support markdown for application fields 2021-01-29 17:27:03 +00:00
6518ad3447
Fixed #2
This method would always fail for cached options because at the end it was expecting an Eloquent model, which would never be populated if the requested value was cached in the first place.

Uncached requests wouldn't fail because the exec path would lead to $value being a Model.

Also removed reference to old feature causing application page to crash.
2020-12-08 00:07:53 +00:00
96aa01b9c6 Recent changes 2020-11-02 21:44:05 +00:00
7c7c20d5b2 Add more missing translation strings 2020-09-03 01:58:29 +01:00
6e34b6b8fa Fix broken notes 2020-09-03 00:38:59 +01:00
48054f0837 Missing translations 2020-09-02 20:57:38 +01:00
9b469c434b Add app render localization options 2020-09-01 19:30:28 +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
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
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