snipe-it/app/Http/Controllers
Manuel Rodríguez Guimeráns 1d4f4b92de Include path in the expected URL during Pre-Flight
So that the message displayed to the user when the URL Pre-Flight check
fails is:

> Snipe-IT thinks your URL is SCHEME://DOMAIN, but your real
  URL is SCHEME://DOMAIN/setup

instead of:

> Snipe-IT thinks your URL is SCHEME://DOMAIN/setup, but your real
  URL is SCHEME://DOMAIN/setup

Having a missing "/setup" in the expected URL might confuse the user
into thinking that it is an additional configuration problem they need
to fix.

With this change, the comparison between the expected and actual URL
will not contain any accidental difference anymore. Only those that the
user really needs to be aware of and fix in their setup.
2023-03-05 17:52:45 +01:00
..
Accessories
Account
Api Merge pull request #12578 from inietov/fixes/undefined_variable_total 2023-02-28 20:50:00 -08:00
Assets Merge branch 'develop' into features/make_eol_sortable 2023-02-28 18:05:09 -08:00
Auth
Components
Consumables
Kits
Licenses Use correct LicenseSeat property 2023-03-02 19:33:32 -06:00
Users
ActionlogController.php
AssetMaintenancesController.php
AssetModelsController.php
AssetModelsFilesController.php
BulkAssetModelsController.php
CategoriesController.php
CheckInOutRequest.php
CompaniesController.php
Controller.php
CustomFieldsController.php
CustomFieldsetsController.php
DashboardController.php
DepartmentsController.php
DepreciationsController.php
GroupsController.php
HealthController.php
ImportsController.php
LocationsController.php Remove name from blanking paroperties 2023-03-01 14:12:33 -08:00
ManufacturersController.php
ModalController.php
ProfileController.php
ReportsController.php The 'download activity report' displayed the wrong value for 'admin' 2023-03-01 12:23:13 -08:00
SettingsController.php Include path in the expected URL during Pre-Flight 2023-03-05 17:52:45 +01:00
StatuslabelsController.php
SuppliersController.php
ViewAssetsController.php