Commit graph

1055 commits

Author SHA1 Message Date
Laravel Shift
3cac627f82 Shift cleanup 2021-02-14 18:57:52 +00:00
Laravel Shift
a4ad8768d8 Shift Laravel dependencies 2021-02-14 18:57:25 +00:00
Laravel Shift
6dd0eaa33a Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2021-02-14 18:57:25 +00:00
Laravel Shift
7a5c230fc2 Shift config files 2021-02-14 18:57:25 +00:00
Laravel Shift
f639c5653e Shift to Throwable 2021-02-14 18:57:24 +00:00
Laravel Shift
a6f58f867f Shift core files 2021-02-14 18:57:23 +00:00
Adam Lavin
8a6be4ea47
Merge pull request #148 from Poniverse/shift-40779 2021-02-14 18:54:59 +00:00
Adam Lavin
301e6478cb
Updates after 6.0 shift 2021-02-14 18:53:00 +00:00
Laravel Shift
0c6c81bdc6 Shift cleanup 2021-02-14 18:21:58 +00:00
Laravel Shift
0c9447a817 Shift Input to Request facade
Laravel 5.2 no longer registers the `Input` facade by default. While
still available in Laravel 5, the `Input` facade is removed in
Laravel 6.
2021-02-14 18:21:31 +00:00
Laravel Shift
840d4ce093 Shift Laravel dependencies 2021-02-14 18:21:31 +00:00
Laravel Shift
e140dd8895 Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2021-02-14 18:21:31 +00:00
Laravel Shift
78d50ddc51 Shift config files 2021-02-14 18:21:31 +00:00
Laravel Shift
cd5e3e9030 Leverage HOME constant 2021-02-14 18:21:25 +00:00
Laravel Shift
ebac1ac435 Shift core files 2021-02-14 18:21:24 +00:00
Adam Lavin
bcc42c397b
Merge pull request #147 from Poniverse/shift-40778 2021-02-14 18:20:20 +00:00
Adam Lavin
07f9f89cff
Update pheanstalk to v4 2021-02-14 18:19:22 +00:00
Adam Lavin
f50be2eb89
package updates 2021-02-14 18:17:50 +00:00
Adam Lavin
66af34ab54
Updates following 5.8 shift 2021-02-14 18:15:52 +00:00
Laravel Shift
00e7dcfa3d Shift cleanup 2021-02-14 18:01:59 +00:00
Laravel Shift
795f314d1a Shift return type of base TestCase methods
From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type:

- `setUpBeforeClass()`
- `setUp()`
- `assertPreConditions()`
- `assertPostConditions()`
- `tearDown()`
- `tearDownAfterClass()`
- `onNotSuccessfulTest()`

[1]: https://phpunit.de/announcements/phpunit-8.html
2021-02-14 18:01:31 +00:00
Laravel Shift
392f9ffd69 Shift Cache methods to use seconds
To conform with PSR-16 Laravel 5.8 changed the cache expiration time from minutes to seconds. If you were passing an integer, Shift converted this to its integer equivalent in seconds. If you were passing a "minutes" variable, Shift converted this to the relative date time equivalent for readability.
2021-02-14 18:01:31 +00:00
Laravel Shift
27a4372fb8 Shift Laravel dependencies 2021-02-14 18:01:29 +00:00
Laravel Shift
dfd55352e4 Shift SoftDeletes date cast 2021-02-14 18:01:29 +00:00
Laravel Shift
bf34794087 Shift deprecated helpers
Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are [deprecated in Laravel 5.8][1] and will be removed in a future version.

[1]: https://github.com/laravel/framework/pull/26898
2021-02-14 18:01:29 +00:00
Laravel Shift
45c2af5dac Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2021-02-14 18:01:24 +00:00
Laravel Shift
951cd4924e Shift config files 2021-02-14 18:01:24 +00:00
Adam Lavin
2c3a3cd42c
Merge pull request #146 from Poniverse/shift-40768 2021-02-14 18:00:07 +00:00
Adam Lavin
4cf5c23010
Updates following 5.7 shift 2021-02-14 17:59:34 +00:00
Laravel Shift
3a2b84d374 Move assets 2021-02-14 04:23:12 +00:00
Laravel Shift
532a5eb46a Shift Laravel dependencies 2021-02-14 04:23:12 +00:00
Laravel Shift
62e45170c1 Shift middleware 2021-02-14 04:23:11 +00:00
Laravel Shift
a4a3b419d2 Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2021-02-14 04:23:11 +00:00
Laravel Shift
9caf5f01af Shift config files 2021-02-14 04:23:11 +00:00
Adam Lavin
c2ef1dc0cd
Merge pull request #145 from Poniverse/shift-40767 2021-02-14 04:20:41 +00:00
Adam Lavin
76a01273f6
Updates following 5.6 shift 2021-02-14 04:17:45 +00:00
Laravel Shift
6dbe58a2b5 Shift Laravel dependencies 2021-02-14 02:39:58 +00:00
Laravel Shift
3573bed220 Shift bindings
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.
2021-02-14 02:39:58 +00:00
Laravel Shift
3e1869f7e6 Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2021-02-14 02:39:22 +00:00
Laravel Shift
4a6a5368d3 Shift config files 2021-02-14 02:39:22 +00:00
Laravel Shift
6720c09a1c Shift middleware 2021-02-14 02:39:20 +00:00
Laravel Shift
263ea48c5b Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-02-14 02:39:15 +00:00
Adam Lavin
a1522f3cd7
Change namespace to App 2021-02-14 02:34:58 +00:00
Alex I. Ramirez
f64400c46d
Update dev environment & add media player notifications (#139)
This changeset's key new feature is allowing web browsers to display media player notifications for Pony.fm by implementing the media session API. These notifications display Play/Pause, Previous, and Next controls that control Pony.fm's playback. This also makes Pony.fm controllable by automotive audio systems and other Bluetooth devices that expose their own (often physical) playback controls.

Other improvements in this changeset include:

- Update the automated dev environment setup to work in 2021

- Remove extraneous frontend logging

- Fix to consistently include album data with a track's data
2021-01-01 22:29:36 -08:00
tinker
9f311c949f Update support contacts 2018-07-19 12:59:25 +10:00
Logic
0187f1268e Update copyright (#134) 2018-04-26 19:39:37 +01:00
Adam Lavin
96f1317943
Fix config for register redirections 2018-04-26 13:07:29 +01:00
Feld0
a0c68a9a6f Updating my copyright credits 2018-04-20 21:25:36 -07:00
Alex Howard
3b4956cd07
Update Mercury's pronouns 2018-01-12 02:12:29 -05:00
Alex Howard
811553b0a9
Changing the points of contact. 2018-01-12 02:11:14 -05:00