Miguel N
5f6f6f693d
Remove linebreak processing
...
This approach would allow users to directly use HTML in their responses. We'd need to purify HTML on the way out to only allow <br>, otherwise, there'd be XSS concerns.
Rendering as Markdown and letting users know they can use it is a better approach in the long run.
2021-01-29 17:20:28 +00:00
Miguel N
f83b3a6860
Updated linebreak processing
2021-01-29 17:12:36 +00:00
Miguel N
f17bb0e3cc
Update 'app/Http/Controllers/ApplicationController.php'
2021-01-29 17:00:35 +00:00
Miguel N
f941980602
% to $
2021-01-29 16:57:57 +00:00
Miguel N
0f5e812e03
Usability: Turn CRLF/CR/LF into BR
2021-01-29 16:56:29 +00:00
Miguel N
3a56d2bfb2
Removed 100 character limit from submissions
2021-01-29 16:27:39 +00:00
Miguel N
685ec75d0c
Reverse
2021-01-27 02:31:57 +00:00
Miguel N
d234415d38
Logic changes for confirmation dialog
...
This commit changes the deletion mechanism for forms. Currently, it sets the wanted deletion ID to the session, and redirects the user to the previous page, to open a confirmation dialog for deletion.
2021-01-27 02:23:30 +00:00
Miguel Nogueira
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
Miguel Nogueira
aa2bfac3e5
Show current pw policy in register page
...
Also adds a warning for when pw policy is set to off
2021-01-06 03:48:14 +00:00
Miguel Nogueira
42868be96e
Fix
2021-01-06 03:25:19 +00:00
Miguel Nogueira
d1142d3e0c
Apply license and password settings
2021-01-06 03:21:53 +00:00
Miguel Nogueira
3b28bf1cfe
Track IP changes
2021-01-06 02:11:47 +00:00
Miguel Nogueira
5cf6b2b241
Selectable game integration
2021-01-06 01:55:22 +00:00
Miguel Nogueira
abace4e85b
Setting categorization system
...
This categorization system aims to prevent mixing different options together.
2021-01-06 01:29:01 +00:00
Miguel Nogueira
baddf3fc76
Save value instead of raw model to cache
2021-01-06 01:02:47 +00:00
Miguel Nogueira
2ec2a92645
Saveable settings
2021-01-06 00:57:27 +00:00
Miguel Nogueira
33960270f3
Added Sanctum + new options to seeder
2021-01-01 21:01:23 +00:00
Miguel Nogueira
1c0eeb4bb0
Added Gate authorization arguments
...
Gate Auth arguments were missing for TeamFile and Team controllers.
This means that Gate has no idea where to look for policies, meaning that
the ability passed is perceived literally, causing an Unauthorized error.
Adding the Model with which to authorize the request solved the error since
Gate now knows which policy to look in for permission logic.
2020-12-21 01:02:05 +00:00
Miguel Nogueira
975f0a69c7
Removed now-unsupported message option
2020-12-19 15:37:15 +00:00
Miguel Nogueira
a206782187
Added TeamFile Authorization Policy
2020-12-08 03:09:17 +00:00
Miguel Nogueira
7323ffec2b
Added Team Authorization Policy
2020-12-08 02:58:10 +00:00
Miguel Nogueira
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
Miguel Nogueira
0bdb6cf2fb
Minor fixes
2020-12-07 17:48:15 +00:00
Miguel Nogueira
32c01f6e0b
Removed useless feature
2020-11-03 03:00:03 +00:00
Miguel Nogueira
d53e8135ee
Reverted recent accidental changes
2020-11-02 22:04:57 +00:00
Miguel Nogueira
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
Miguel Nogueira
96aa01b9c6
Recent changes
2020-11-02 21:44:05 +00:00
Miguel Nogueira
d5d23b7dbd
Apply fixes from StyleCI
2020-10-11 01:54:22 +00:00
Miguel Nogueira
06d1e0ad3f
RSM-8 Add team files page and ability to download files
2020-10-11 02:54:09 +01:00
Miguel Nogueira
b8a2a64354
Add user account creation command
2020-10-11 00:25:14 +01:00
Miguel Nogueira
9b4bdefd81
RSM-78 Add OneSignal credential config and others
2020-10-10 18:22:38 +01:00
Miguel Nogueira
6541e25a39
Apply fixes from StyleCI
2020-10-10 16:30:26 +00:00
Miguel Nogueira
077ead9612
RSM-5 Made Vacancies easily linkable to Teams
2020-10-09 22:27:36 +01:00
Miguel Nogueira
6cc99d2ebe
Prevent empty form creation
2020-10-09 00:56:11 +01:00
Miguel Nogueira
0930c29b9a
RSM-5 Update to Laravel 8
2020-10-08 23:47:23 +01:00
Miguel Nogueira
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
Miguel Nogueira
75f4404259
RSM-6 Team features
2020-10-03 21:36:35 +01:00
Miguel Nogueira
b68449d3bf
RSM-3 Add team functionality to users
2020-09-10 19:05:26 +01:00
Miguel Nogueira
937a0206a5
Added existing account check to logs
2020-09-08 01:38:56 +01:00
Miguel Nogueira
3598a32ecf
Added existing account check to logs
2020-09-08 01:37:33 +01:00
Miguel Nogueira
ac8b303e2c
Update to logauthfailure
2020-09-08 01:34:47 +01:00
Miguel Nogueira
e93abd2ab7
Added logging for successful authentication attempts
2020-09-08 01:31:09 +01:00
Miguel Nogueira
20ab381076
Added logging for failed authentication attempts
2020-09-08 01:26:27 +01:00
Miguel Nogueira
e566e40404
Update target user in logs
2020-09-08 00:07:50 +01:00
Miguel Nogueira
b0a935b8b3
Add acceptable "permanent" ban time
2020-09-08 00:06:27 +01:00
Miguel Nogueira
0dfb68dba2
Add acceptable "permanent" ban time
2020-09-08 00:05:37 +01:00
Miguel Nogueira
24303052ad
Ban validation update
2020-09-07 23:57:50 +01:00
Miguel Nogueira
178bc31a6e
Ban datetime format
2020-09-07 23:44:14 +01:00
Miguel Nogueira
98e557a840
Update ban dates
2020-09-07 23:42:09 +01:00