57346f49e0
feat(overrides): check if value to modify is feature
...
Signed-off-by: miguel456 <me@nogueira.codes>
2023-06-29 19:46:13 +01:00
2b1caeb80c
branch commit
...
Signed-off-by: miguel456 <me@nogueira.codes>
2023-06-29 18:21:58 +01:00
15224097e1
refactor: update seeders
2023-06-28 11:18:21 +00:00
b620f1e9af
chore(maint): add psr conflict, ajust seeder defaults
2023-06-28 11:14:07 +00:00
3727c84f3e
refactor: code style changes
...
Signed-off-by: miguel456 <me@nogueira.codes>
2023-01-15 00:04:00 +00:00
501399ee2e
fix: switch admin loa perms to hiring manager role
...
Signed-off-by: miguel456 <me@nogueira.codes>
2022-10-26 21:28:13 +01:00
e24e4d1dd9
fix: properly internationalize string for comment char limit
...
Signed-off-by: miguel456 <me@nogueira.codes>
2022-10-26 19:57:37 +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
9e8ab2383e
refactor: update localization files
...
Note: This commit removes previous translations, which means the app will now be untranslated.
Reasons for this include low translation quality, and the lack of a good quality assurance process in place.
2022-03-31 17:25:25 +01:00
a4f41b8f8d
fix: add constraint actions to db structure
...
This commit adds several missing "cascade delete" actions to relationships on database tables. This effectively fixes errors while trying to delete user accounts because of pending child records.
Additionally, the observers for applications and vacancies were removed, since they are now obsolete.
The account deletion system was also refactored.
2022-03-07 18:14:42 +00:00
294c678283
Fix broken opt-in notifications
2022-02-11 00:51:16 +00:00
127c972304
Removed staff profiles
2022-02-10 13:32:02 +00:00
23a191deb9
Add LOA feature, improve components
2022-02-07 18:59:22 +00:00
4da435dc1e
Remove "staff member" list
2022-02-02 05:36:09 +00:00
f44ff75b77
build: add laravel socialite
2021-12-15 01:11:42 +00:00
230eda1974
Removed API key feature
...
Removed API key generation feature in preparation for JWT authentication
2021-10-29 20:23:45 +01:00
1aee4c053f
Fix broken code
2021-10-13 04:07:16 +01:00
a880eb65b0
Revert last commits
...
This reverts commit 2ddef6058dba02b757c1385326ad14c90a6cbe4a.
2021-10-13 02:57:00 +01:00
2ddef6058d
Revert "Revert "Revert "Merge branch 'master' into develop"""
...
This reverts commit 427c9d1c57103ea25a928531db882ea010059e11.
*facepalm*
2021-10-13 01:55:12 +01:00
427c9d1c57
Revert "Revert "Merge branch 'master' into develop""
...
This reverts commit fc6d7d2b18ae5cba989ff953638a7de38524bc9f.
2021-10-13 01:47:16 +01:00
fc6d7d2b18
Revert "Merge branch 'master' into develop"
...
This reverts commit 42178e26de18305cc9210107f3a0fc1275e5727f, reversing
changes made to d876dd605553bbb92aeb24a8f1c2dfc21b2a7e2c.
2021-10-13 01:19:04 +01:00
b2b29382bf
Merge branch 'develop'
2021-10-13 00:02:42 +01:00
d8e836980a
Move seeder to right place
2021-10-12 22:46:43 +01:00
a3d0730808
Update to Laravel & PHP 8
2021-10-12 18:08:15 +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
99779c9053
API key management interface
2021-03-30 01:27:49 +01: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
3e1a75dfea
Set default 0 for password_expiry
2021-01-06 01:30:57 +00:00
abace4e85b
Setting categorization system
...
This categorization system aims to prevent mixing different options together.
2021-01-06 01:29:01 +00:00
33960270f3
Added Sanctum + new options to seeder
2021-01-01 21:01:23 +00:00
bc8570019c
Force TeamSeeder to skip creating existing permissions
...
TeamSeeder previously created permissions that already existed, if the migration had ran twice. This commit forces the seeder to verify if the permission it's attempting to create already exists, and if not, it creates it and assigns them at the end.
THis prevents an error from appearing if these permissions were created manually. In this case, the seeder will only assign the permissions instead of creating them.
2020-12-21 00:48:21 +00:00
0c667d74ef
Refactored seeders
2020-12-08 14:56:19 +00:00
8882804c6e
Menu changes
2020-12-07 20:28:18 +00:00
0bdb6cf2fb
Minor fixes
2020-12-07 17:48:15 +00:00
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
96aa01b9c6
Recent changes
2020-11-02 21:44:05 +00:00
4eb115d165
Revert "Apply fixes from StyleCI (pull request #6 )"
...
This reverts pull request #6 .
> This pull request applies code style fixes from an analysis carried out by [StyleCI](https://bitbucket.styleci.io ).
>
> For more information, click [here](https://bitbucket.styleci.io/analyses/a2Jl7D ).
2020-10-21 00:29:50 +00:00
773ec570d9
Apply fixes from StyleCI
2020-10-21 00:01:41 +00:00
d5d23b7dbd
Apply fixes from StyleCI
2020-10-11 01:54:22 +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
0930c29b9a
RSM-5 Update to Laravel 8
2020-10-08 23:47:23 +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
982854d5c6
RSM-25 add relevant permisisons to teams
2020-09-10 22:47:51 +01:00
551741c687
RSM-3 Update team assoc relationship
2020-09-10 19:41:19 +01:00