Commit Graph

171 Commits

Author SHA1 Message Date
Miguel Nogueira 29f697d7b2
More footer info 2020-12-21 01:20:46 +00:00
Miguel Nogueira 2f0fc14825
Merge remote-tracking branch 'origin/develop' into develop 2020-12-21 00:48:35 +00:00
Miguel Nogueira 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
Proximity aaaf56d415 Removed stray message from players tab 2020-12-20 12:57:41 -05:00
Proximity 79571d8b4c Fixed variable caps 2020-12-20 12:14:27 -05:00
Proximity 035e94421e Fixed variable . 2020-12-20 12:12:58 -05:00
Proximity a72abb9147 Updated footer variables 2020-12-20 12:11:25 -05:00
Proximity 96ebdc554e Update Description again 2020-12-20 12:10:13 -05:00
Proximity ece01fc71f Change header description 2020-12-20 12:06:48 -05:00
root 2e78d8c321 Updated Font Awesome 2020-12-20 11:53:09 -05:00
Proximity d7331b2dc1 Added GNU License comment. 2020-12-20 16:39:30 +00:00
Proximity bf9b6d43f3 Update from GitHub to Gitea 2020-12-20 15:37:30 +00:00
Proximity 7fef7a0ac7 Added APP_NAME/URL to main page footer. 2020-12-20 15:36:32 +00:00
Proximity d8dac401cb Make pretty 2020-12-20 05:55:03 +00:00
Proximity a7d0e05188 Fixed carousel width 2020-12-20 04:37:00 +00:00
Miguel Nogueira a1edef026f
Fix naming typo 2020-12-19 04:09:32 +00:00
Miguel Nogueira 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
Miguel Nogueira 1fae91a62b
Remove view file button 2020-12-07 18:42:56 +00:00
Miguel Nogueira 0bdb6cf2fb
Minor fixes 2020-12-07 17:48:15 +00:00
Miguel Nogueira 32c01f6e0b Removed useless feature 2020-11-03 03:00:03 +00:00
Miguel Nogueira 96aa01b9c6 Recent changes 2020-11-02 21:44:05 +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 6541e25a39 Apply fixes from StyleCI 2020-10-10 16:30:26 +00:00
Miguel Nogueira 077ead9612 RSM-5 Made Vacancies easily linkable to Teams 2020-10-09 22:27:36 +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 bb019f71e2 New translations messages.php (Portuguese) 2020-09-03 16:43:59 +01:00
Miguel Nogueira 0cde3444ce New translations adminlte.php (Portuguese) 2020-09-03 16:43:57 +01:00
Miguel Nogueira b61fb5642e New translations menu.php (Portuguese) 2020-09-03 16:43:56 +01:00
Miguel Nogueira f7614916bf Merge branch 'l10n_translate' into translate 2020-09-03 16:40:23 +01:00
Miguel Nogueira 2ad1548cd6 New translations menu.php (Portuguese) 2020-09-03 16:17:21 +01:00
Miguel Nogueira 43579c8fc9 New translations adminlte.php (Portuguese) 2020-09-03 16:17:20 +01:00
Miguel Nogueira 0c9cea5c05 New translations messages.php (Portuguese) 2020-09-03 16:17:18 +01:00
Miguel Nogueira 4371dd971c New translations menu.php (Spanish) 2020-09-03 16:17:17 +01:00
Miguel Nogueira c57ace1ad9 New translations adminlte.php (Spanish) 2020-09-03 16:17:15 +01:00
Miguel Nogueira c35b37d9b3 New translations messages.php (Spanish) 2020-09-03 16:17:13 +01:00
Miguel Nogueira f25c9f7bc7 New translations menu.php (French) 2020-09-03 16:17:10 +01:00
Miguel Nogueira 25cebeefab New translations adminlte.php (French) 2020-09-03 16:17:09 +01:00
Miguel Nogueira 8b47dbe2e0 New translations messages.php (French) 2020-09-03 16:17:07 +01:00
Miguel Nogueira 290dbe99b6 Update source file menu.php 2020-09-03 16:16:43 +01:00
Miguel Nogueira d7b506ec52 Update source file adminlte.php 2020-09-03 16:16:42 +01:00
Miguel Nogueira d41d94b934 Update source file messages.php 2020-09-03 16:16:40 +01:00
Miguel Nogueira 0c1f6f75eb Merge remote-tracking branch 'origin/translate' into translate 2020-09-03 16:07:33 +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 58d6a8ef1f
Merge pull request #6 from spacejewel-hosting/l10n_translate
New Crowdin updates
2020-09-03 04:30:24 +01:00
Miguel Nogueira d988b9a5cb New translations messages.php (Portuguese) 2020-09-03 03:15:32 +01:00
Miguel Nogueira eeae03dec5 New translations messages.php (Spanish) 2020-09-03 03:15:28 +01:00
Miguel Nogueira c374100eed New translations messages.php (French) 2020-09-03 03:15:24 +01:00
Miguel Nogueira 01e3a9edce Update source file messages.php 2020-09-03 03:15:22 +01:00