d443d2b4b1
Use built in trusted proxy functionality ( #13318 )
...
* Use built in trusted proxy functionality
instead of fideloper/proxy
* my favorite style rule...
* hello braindead ide
* restore space
2021-10-03 14:13:20 -05:00
0c334f130d
Fix users that set a non-array for cors ( #11921 )
...
* Fix users that set a non-array for cors
combine two Env util classes
* Used the wrong thing.
2020-07-09 15:03:12 -05:00
108348e93f
Fix logging too much ( #9824 )
...
* Fix logging
Also mark all the files in config as non-editable
* Set the proper default logging levels
2019-02-14 08:08:38 -06:00
e18f4522d5
Update to Laravel 5.7 (PHP 7.3 support) ( #9800 )
...
* Move assets to 5.7 location
* Add 5.7 SVGs
* add cache data dir
* update QUEUE_DRIVER -> QUEUE_CONNECTION
* Update trusted proxy config
* update composer.json
* 5.5 command loading
* @php and @endphp can't be inline
* Laravel 5.6 logging, Nice!
* Update blade directives
* improved redirects
* remove unneeded service providers
* Improved debugbar loading
* no need to emulate renderable exceptions anymore
* merge updated 5.7 files (WIP)
* Enable CSRF
* database_path() call causes issue in init.php
* fix old testcase name
* generic phpunit 7 fixes
* add missed file_get_contents
Keep migrations table content
* fix duplicate key
* Drop old php versions from travis-ci
* remove hhvm
* fix code climate message
* remove use of deprecated function assertInternalType
* Disable CSRF, we'll enable it separately.
All forms need to be updated to work.
* Update document references
2019-02-12 17:45:04 -06:00
79333c45f6
Allow trusted proxy via APP_TRUSTED_PROXIES ( #9196 )
...
* Allow trusted proxy via APP_TRUSTED_PROXIES
Set to '*' by default to emulate legacy behavior.
Set up doc describing environment variables
* Create helper to parse environment variables into arrays properly.
* Update doc blocks
2018-09-13 07:26:42 -05:00