Miguel Nogueira
4594973a21
Prev changes
2021-10-13 01:19:56 +01:00
Miguel Nogueira
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
Miguel Nogueira
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
Miguel Nogueira
ddd79d38fe
API Resources and first endpoints
2021-03-31 03:55:09 +01:00
Miguel Nogueira
2bc07d8ca0
Add key management page
2021-03-30 18:16:01 +01:00
Miguel Nogueira
99779c9053
API key management interface
2021-03-30 01:27:49 +01:00
Miguel Nogueira
6d94263ede
JSON response provider
2021-03-29 23:47:55 +01:00
Miguel Nogueira
33960270f3
Added Sanctum + new options to seeder
2021-01-01 21:01:23 +00:00
Miguel Nogueira
29f697d7b2
More footer info
2020-12-21 01:20:46 +00:00
Miguel Nogueira
cf65569702
Un-hardcode configuration value
2020-12-19 03:13:27 +00:00
Miguel Nogueira
8882804c6e
Menu changes
2020-12-07 20:28:18 +00:00
Miguel Nogueira
1fae91a62b
Remove view file button
2020-12-07 18:42:56 +00:00
Miguel Nogueira
32c01f6e0b
Removed useless feature
2020-11-03 03:00:03 +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
61d01b3a9b
RSM-43 Add DropZoneJS
2020-10-10 18:38:35 +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
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
7c0c244e21
Team page skeleton
2020-09-10 23:09:23 +01:00
Miguel Nogueira
67d1df7571
RSM-3 Add teams migration and config
2020-09-10 18:43:58 +01:00
Miguel Nogueira
9f3780d844
Fix trans key
2020-09-03 17:22:28 +01:00
Miguel Nogueira
c6685331a8
Updated wrong trans() key names
2020-09-03 17:00:09 +01:00
Miguel Nogueira
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
Miguel Nogueira
a95c9518b3
Update ignored URLs list
2020-09-03 00:15:59 +01:00
Miguel Nogueira
727c14d0c2
Added French 🇫🇷
2020-09-02 19:52:01 +01:00
Miguel Nogueira
fd8bf4f0f2
Update supported locales
2020-09-02 19:28:45 +01:00
Miguel Nogueira
4e1b4f5afd
Add URLs which should not be localized
2020-09-02 18:53:17 +01:00
Miguel Nogueira
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
Miguel Nogueira
a0192cdb02
Added route localization and auto detection
2020-09-02 17:43:27 +01:00
Miguel Nogueira
8f45563b24
Added localization configuration file
2020-09-02 16:15:42 +00:00
Miguel Nogueira
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
Miguel Nogueira
1e78a8e6d9
Use app name
2020-08-31 23:20:53 +01:00
Miguel Nogueira
6be5e241d4
Add permission and provider imports
2020-08-31 16:41:01 +01:00
Miguel Nogueira
ca82f5882d
Add settings page
2020-08-30 23:06:01 +01:00
Miguel Nogueira
168f08bd96
Remove deprecated SubmenuFilter class
2020-07-18 19:58:49 +01:00
Miguel Nogueira
d392c0593f
Add two factor authentication
2020-07-17 22:44:10 +01:00
Miguel Nogueira
e16be5dc46
Override styles for auth pages
2020-07-16 07:11:33 +01:00
Miguel Nogueira
3693ce3431
Add footer to all dashboard pages
2020-07-16 06:46:20 +01:00
Miguel Nogueira
bca6020ab0
Add ability to edit forms and add new fields
...
This commit adds the ability to edit and modify existing forms.
On the technical side, it also adds a new reusable validation Facade which helps reduce duplicated code.
2020-07-15 06:48:49 +01:00
Miguel Nogueira
4b390ea536
Added full Vacancy description
...
Also added support for Markdown
2020-07-11 05:34:12 +01:00
Miguel Nogueira
035c9399a6
Add "All Applications" page
2020-07-11 02:43:59 +01:00
Miguel Nogueira
33c16fcf46
Add user directory & isolate authorisation
2020-06-27 19:15:33 +01:00
Miguel Nogueira
71efdf93d8
Add dashboard widgets
2020-06-27 04:49:55 +01:00
Miguel Nogueira
5a8c080a31
Beta version
...
This commit is too large to list all changes.
2020-06-27 00:32:33 +01:00
Miguel Nogueira
d15c0cb12f
Major changes - Vote system now finished
2020-05-30 00:20:39 +01:00