c48f2a9ec2
refactor(theme): update app logos and how they are displayed
...
Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 03:12:28 +00:00
1ed38f9145
feat(theme): update adminlte config
...
Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 02:46:43 +00:00
25ef8ad19d
feat(theme): update adminlte config
...
Also adds a profile url method to the user model. Needs new way to do this.
Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 02:41:49 +00:00
0695262e73
chore(deps): updated adminlte assets
...
Signed-off-by: miguel456 <me@nogueira.codes>
2023-02-26 02:11:00 +00:00
3727c84f3e
refactor: code style changes
...
Signed-off-by: miguel456 <me@nogueira.codes>
2023-01-15 00:04:00 +00: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
7414bcf6b6
fix: remove duplicated bootstrap toggle library
2022-03-05 22:24:06 +00:00
e567094f40
feat: add loa requests
...
This commit adds a feature that allows users to request periods of inactivity from their managers. This is effectively known as a leave of absence.
The commit also introduces new permissions and migrations, therefore, you'll need to adapt your database according to these changes.
2022-02-24 00:56:46 +00:00
6a4ba00c78
Prepared Pusher push notifications
2022-02-07 22:54:10 +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
230eda1974
Removed API key feature
...
Removed API key generation feature in preparation for JWT authentication
2021-10-29 20:23:45 +01:00
c657da951c
Allow vacancies to be deleted
2021-10-25 05:45:45 +01:00
4594973a21
Prev changes
2021-10-13 01:19:56 +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
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
8882804c6e
Menu changes
2020-12-07 20:28:18 +00:00
1fae91a62b
Remove view file button
2020-12-07 18:42:56 +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
61d01b3a9b
RSM-43 Add DropZoneJS
2020-10-10 18:38:35 +01:00
6541e25a39
Apply fixes from StyleCI
2020-10-10 16:30:26 +00: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
9f3780d844
Fix trans key
2020-09-03 17:22:28 +01:00
c6685331a8
Updated wrong trans() key names
2020-09-03 17:00:09 +01:00
5ea9e11a62
AdminLTE i18n Changes
...
This commit removes unused language files and preserves the English sources for Crowdin. The account confirmation page has also been re-skinned with the current login/register template.
Some missing translations for 2fa were also added to the main messages file.
Sources for translations for the menus were also added.
2020-09-03 16:06:51 +01:00
326e0f8c7c
Remove trans() from config file
...
Laravel relies on the translation class for this, and this is only loaded after the config files, so menu translation will have to be done exclusively by the AdminLte service provider.
2020-09-02 18:00:25 +01:00
b80e168dfb
Add side menu localization options
...
This commit also adds the option to specify your own logo, from the .env configuration file.
2020-09-01 20:30:17 +01:00
ca82f5882d
Add settings page
2020-08-30 23:06:01 +01:00
168f08bd96
Remove deprecated SubmenuFilter class
2020-07-18 19:58:49 +01:00
e16be5dc46
Override styles for auth pages
2020-07-16 07:11:33 +01:00
3693ce3431
Add footer to all dashboard pages
2020-07-16 06:46:20 +01:00
035c9399a6
Add "All Applications" page
2020-07-11 02:43:59 +01:00
33c16fcf46
Add user directory & isolate authorisation
2020-06-27 19:15:33 +01:00
71efdf93d8
Add dashboard widgets
2020-06-27 04:49:55 +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
2ff0da3e4f
Made Profile & Account Settings functional
...
Also moved redundant HTML markup to component file for reuse.
Username to UUID converter also added as Middleware
2020-05-13 22:47:51 +01:00
7635f8e2f4
Add application list for users
2020-05-11 16:44:47 +01:00
a4e415943a
Add save & update functionality to positions
...
Tooltips also added, as well as a general configuration file for Mojang Status URL.
Relationships were also added between forms and Vacancies.
Status verification for the dashboard was moved to a Service Provider, where it adds log entries when cache expires.
Authentication controllers were also updated to reflect the new dashboard URL.
2020-05-08 00:24:56 +01:00
f52b249834
Error and success messages from form builder
2020-05-06 23:16:34 +01:00
79eaa2ea54
Add dynamic form builder
...
This form builder still needs some improvements and names for every field.
2020-05-05 05:25:56 +01:00