c5c58dc71d
Change application age requirement
2021-11-09 02:25:34 +00:00
2c4cc5f4da
Add application status to valid application list
2021-11-06 15:12:29 +00:00
799b0b873b
Button aesthetics
2021-11-06 15:07:28 +00:00
a2f7b76fcb
Add interface to force rejections
2021-11-06 15:06:47 +00:00
aed473a01a
Add logic for forced application rejection
2021-11-06 14:52:48 +00:00
fce6e92d9d
Added an appointment cancellation button
2021-11-03 00:38:20 +00:00
93172d1e81
Improve devtools interface
...
This commit revamps the interface and adds more commands.
2021-10-30 04:37:10 +01:00
230eda1974
Removed API key feature
...
Removed API key generation feature in preparation for JWT authentication
2021-10-29 20:23:45 +01:00
c45751e21b
Display vacancy information
2021-10-25 18:37:42 +01:00
c657da951c
Allow vacancies to be deleted
2021-10-25 05:45:45 +01:00
1afd420d25
Added account status badges
2021-10-25 02:28:42 +01: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
5ff96143a7
Fix no-license UUID bug
...
This commit fixes a registration bug while license requirements are off.
Since the app always expects a UUID, it would error out without one.
2021-10-20 03:43:58 +01:00
ed9400fbc9
Render SVG correctly
2021-10-13 08:44:32 +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
cbcc1f025a
Refactored ban system
...
Implemented a Reddit-like account suspension system (similar to subreddit bans). This makes it easier to ban users from the app, and the code has also been cleaned up.
The interface was also revamped.
2021-07-20 22:35:49 +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
242ba7b31e
Update 'resources/views/dashboard/application-rendering/apply.blade.php'
2021-01-29 17:34:45 +00:00
Miguel N
5b39c573b3
Add Markdown support notice
2021-01-29 17:32:43 +00: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
Miguel N
9c597eeb65
Update 'resources/views/dashboard/administration/formbuilder.blade.php'
2021-01-27 02:07:34 +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
d1142d3e0c
Apply license and password settings
2021-01-06 03:21:53 +00:00
5cf6b2b241
Selectable game integration
2021-01-06 01:55:22 +00:00
3156b0d17d
Remove ignoreOptions
2021-01-06 01:29:47 +00:00
abace4e85b
Setting categorization system
...
This categorization system aims to prevent mixing different options together.
2021-01-06 01:29:01 +00:00
baddf3fc76
Save value instead of raw model to cache
2021-01-06 01:02:47 +00:00
2ec2a92645
Saveable settings
2021-01-06 00:57:27 +00:00
8b9cb7fbc4
Add 3rd party integrations
...
This commit adds third party integrations to the settings page.
It will allow users to link the games and services their community is using, to facilitate recruiting in each service.
These settings are not saved yet.
2020-12-30 00:11:50 +00:00
aaaf56d415
Removed stray message from players tab
2020-12-20 12:57:41 -05:00
Proximity
d8dac401cb
Make pretty
2020-12-20 05:55: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
1fae91a62b
Remove view file button
2020-12-07 18:42:56 +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
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
077ead9612
RSM-5 Made Vacancies easily linkable to Teams
2020-10-09 22:27:36 +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
7c0c244e21
Team page skeleton
2020-09-10 23:09:23 +01:00
d93170b555
Devtools translation string
2020-09-03 02:58:30 +01:00
3fe3df7357
Vacancy tweaks
2020-09-03 02:26:05 +01:00
7e58c3af6b
Add more missing translation strings
...
Also fixed broken vacancy editor
2020-09-03 02:20:15 +01:00
5ca155ba42
Add more missing translation strings
2020-09-03 02:08:14 +01:00