6cda1fe183
More refactoring
...
Refactored some old code and added missing translation calls.
2021-07-20 10:32:43 +01:00
620453c1e4
Separation of Concerns + old coude cleanup
2021-07-20 00:35:03 +01:00
f62ea9669b
Finished applications API endpoint group
2021-03-31 19:39:42 +01:00
6940b1816e
Merge remote-tracking branch 'origin/develop' into develop
2021-03-31 15:50:55 +01:00
ddd79d38fe
API Resources and first endpoints
2021-03-31 03:55:09 +01:00
2bc07d8ca0
Add key management page
2021-03-30 18:16:01 +01:00
99779c9053
API key management interface
2021-03-30 01:27:49 +01:00
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
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
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
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
42868be96e
Fix
2021-01-06 03:25:19 +00:00
d1142d3e0c
Apply license and password settings
2021-01-06 03:21:53 +00:00
3b28bf1cfe
Track IP changes
2021-01-06 02:11:47 +00:00
5cf6b2b241
Selectable game integration
2021-01-06 01:55:22 +00:00
abace4e85b
Setting categorization system
...
This categorization system aims to prevent mixing different options together.
2021-01-06 01:29:01 +00:00
2ec2a92645
Saveable settings
2021-01-06 00:57:27 +00:00
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
a206782187
Added TeamFile Authorization Policy
2020-12-08 03:09:17 +00:00
7323ffec2b
Added Team Authorization Policy
2020-12-08 02:58:10 +00:00
0bdb6cf2fb
Minor fixes
2020-12-07 17:48:15 +00:00
32c01f6e0b
Removed useless feature
2020-11-03 03:00:03 +00:00
d53e8135ee
Reverted recent accidental changes
2020-11-02 22:04:57 +00:00
96aa01b9c6
Recent changes
2020-11-02 21:44:05 +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
077ead9612
RSM-5 Made Vacancies easily linkable to Teams
2020-10-09 22:27:36 +01:00
6cc99d2ebe
Prevent empty form creation
2020-10-09 00:56:11 +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
0dfb68dba2
Add acceptable "permanent" ban time
2020-09-08 00:05:37 +01:00
178bc31a6e
Ban datetime format
2020-09-07 23:44:14 +01:00
95bf7c239e
Update ban time logic
2020-09-07 23:38:25 +01:00
4d2595dd39
Update ban logic
2020-09-07 23:33:35 +01:00
1319ce6b86
Added more debug logging
2020-09-07 22:56:54 +01:00
bea83b650c
Added more debug logging
2020-09-07 22:54:20 +01:00
8e85e08171
Vacancy tweaks
2020-09-03 02:52:21 +01:00
de3dba3627
Vacancy tweaks
2020-09-03 02:50:19 +01:00
7e58c3af6b
Add more missing translation strings
...
Also fixed broken vacancy editor
2020-09-03 02:20:15 +01:00
60874c046f
Conditionally pre-load Appointment relationship
2020-09-03 00:34:35 +01:00
af96d193a4
Missing login button translation
2020-09-03 00:11:49 +01:00
9b5e35b241
Missing typehint
2020-09-02 20:52:56 +01:00
00cc36246f
Minor import change
2020-08-31 19:53:10 +01:00
41e3e817a2
Added error messages to settings.blade.php
2020-08-31 19:50:58 +01:00
2afea88846
Added logging to Settings
2020-08-31 19:47:27 +01:00