Dane Everitt
901515e94b
[L6] More correct versions
2019-09-04 20:33:37 -07:00
Dane Everitt
2c0503c593
[L6] Initial run, getting all dependencies in line
2019-09-04 20:19:01 -07:00
Dane Everitt
81143e231a
Merge branch 'master' into develop
2019-08-04 13:49:26 -07:00
Anand Capur
704e05f90b
update php-cs-fixer version
2019-07-26 00:37:03 -04:00
Dane Everitt
092e7e79ff
Change 2FA service to generate the secret on our own and use an external QR service to display the image
2019-06-21 21:55:09 -07:00
Dane Everitt
8055b44586
Fix content hash for composer
2019-05-01 20:59:50 -07:00
Dane Everitt
5c99cae779
Merge branch 'develop' into feature/vuejs
2019-05-01 20:57:49 -07:00
saibotk
7277b6449b
Replace 2FA QR Code generation ( #1548 )
...
Due to the Google API for generating the 2FA QR code will be shut down on 14.04.2019, this adds the package "pragmarx/google2fa-qrcode" and updates "pragmarx/google2fa" to version 5.x.
Due to now using BaconQR, Pterodactyl now needs the php-imagick extension to render the images.
2019-04-27 14:18:12 -04:00
Dane Everitt
ea9cdea08d
Update composer.lock
2019-03-09 11:23:51 -08:00
Dane Everitt
ca193deee4
Fix some composer lock issues
2019-03-02 16:52:03 -08:00
Dane Everitt
8325743e84
Fix lock
2018-12-16 14:23:22 -08:00
zKoz210
0b4b1a3443
Initial update
2018-11-26 03:25:18 +03:00
Dane Everitt
5ca13839cf
Merge branch 'develop' into feature/vue-serverview
2018-09-05 21:34:59 -07:00
Dane Everitt
25f9876779
Update dependencies
2018-09-03 15:59:36 -07:00
Dane Everitt
550c622d3b
Obliterate JWT from codebase
2018-07-14 22:48:09 -07:00
Dane Everitt
48cb01f438
Merge branch 'develop' into feature/vuejs
2018-07-02 21:00:42 -07:00
Dane Everitt
8915c3ec28
Update dependencies
2018-07-01 14:50:11 -07:00
Dane Everitt
6b2649ad2c
Merge branch 'feature/vuejs' into feature/vuejs-serverlist
2018-06-02 17:12:45 -07:00
Dane Everitt
c86690a695
Get base code for dusk tests
2018-05-31 21:45:49 -07:00
Dane Everitt
aa61afb58f
Add proper server models
2018-05-28 14:11:23 -07:00
Dane Everitt
caf784722c
Update lock file
2018-05-26 12:20:23 -07:00
Dane Everitt
4e2eafe73f
Update dependencies
2018-05-26 11:42:13 -07:00
Lance Pioch
c5c520a562
Update dependencies to support Laravel 5.6
2018-05-13 11:59:13 -04:00
Lance Pioch
b5fea3ee7f
Update php-cs-fixer
2018-05-13 11:59:08 -04:00
Lance Pioch
f37a21d1b6
Update php-mock
2018-05-13 11:59:03 -04:00
Lance Pioch
df79d3bad4
Update version dependency for better support
2018-05-13 11:58:57 -04:00
Dane Everitt
598bae7b70
Add translations to vue files
2018-03-31 16:33:10 -05:00
Dane Everitt
7de2c8684c
More dependency management adjustments
2018-03-31 15:51:18 -05:00
Dane Everitt
0341dbdfad
Add very basic cache busting
2018-02-18 15:15:53 -06:00
Dane Everitt
e22d824c2d
Fix traivs, nicer output for tests
2018-02-10 14:57:19 -06:00
Dane Everitt
21841849a3
[breaking] require PHP 7.2
2018-02-10 14:31:09 -06:00
Dane Everitt
11c4f3f6f2
Finish putting permissions on the API
2018-01-13 14:08:19 -06:00
Dane Everitt
bcbf4614ea
Bump dependencies
2017-12-31 11:48:03 -06:00
Dane Everitt
b9d67459b2
Update to Laravel 5.5 ( #814 )
2017-12-17 13:07:38 -06:00
Dane Everitt
f9df463d32
Implement a better management interface for Settings ( #809 )
2017-12-14 21:05:26 -06:00
Dane Everitt
c7c2c1a45e
Implement changes to 2FA system ( #761 )
2017-11-18 13:35:33 -05:00
Dane Everitt
30ab6ed692
Update PHPCS and other dependencies.
2017-11-05 13:33:42 -06:00
Matthew Hatcher
2f9e7bdc3b
Adding Laravel Blade Directives Package. ( #695 )
2017-10-18 00:26:03 -04:00
Dane Everitt
c5f2dfd6f6
Begin adding schedule processing jobs.
2017-09-16 23:10:00 -05:00
Dane Everitt
bab28dbc85
Initial implementation of new task mgmt system 👮
2017-09-09 23:55:21 -05:00
Dane Everitt
bae76c2768
Fix support for PHP 7.0
2017-09-02 19:39:49 -05:00
Dane Everitt
78c8b8d8ea
Upgrade PHPCS
2017-08-21 22:06:52 -05:00
Dane Everitt
b8d7d99096
More repository/service/refactor changes
2017-08-12 15:29:01 -05:00
Dane Everitt
4391defb9f
Fix PHP7.0 builds failing due to cache
2017-08-04 19:22:56 -05:00
Dane Everitt
acbc52506c
Finish unit tests for all server services
2017-07-22 20:15:01 -05:00
Dane Everitt
0deb022093
Update last of existing services to use repositories, includes unit tests
...
Also update PHPDocs on all the repository interfaces and classes to be correct.
2017-07-08 14:07:51 -05:00
Dane Everitt
b7b046c044
Merge branch 'develop' into feature/PTDL-472
2017-06-25 15:36:39 -05:00
Dane Everitt
2235481765
More service structure testing and configuration
...
Tests aren't working as well as I had hoped, so a lot are commented out while I wait to hear back on this bug causing them to fail.
2017-06-24 19:49:09 -05:00
Dane Everitt
ddb98df4af
Update dependencies.
2017-06-18 22:11:11 -05:00
Dane Everitt
a2fe871217
Update composer lock, update travis to skip post-install scripts for composer
2017-06-15 23:23:14 -05:00