snipe_it/app
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
..
Console Merge pull request #12124 from Godmartinz/feature/sc-16946/add-checkbox-to-allow-skipping-a-user-during 2023-02-21 20:10:46 -08:00
Events Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
Exceptions Make early-boot errors (syntax, others) be more easy-to-read 2023-02-15 11:31:13 -08:00
Helpers adds AgeFormatter, not working yet 2022-11-29 09:51:42 -08:00
Http Include path in the expected URL during Pre-Flight 2023-03-05 17:52:45 +01:00
Importer Adjust the date format for purchase_date field 2023-02-24 10:59:31 -06:00
Jobs
LegacyEncrypter Minor code cleanup bits and bobs (#6805) 2019-03-13 20:12:03 -07:00
Listeners try/catch wrap notifications on checkin/checkout 2022-09-15 13:18:42 -07:00
Models Merge branch 'develop' into features/make_eol_sortable 2023-02-28 18:05:09 -08:00
Notifications Merge pull request #12422 from marcusmoore/fix/adhere-to-email-alerts-setting 2023-02-15 18:46:08 -08:00
Observers Remove old cache key for settings 2023-01-09 16:19:25 -08:00
Policies Fixed license policy method 2022-09-16 14:06:46 -07:00
Presenters Merge branch 'develop' into features/make_eol_sortable 2023-02-28 18:05:09 -08:00
Providers Register the consumables.files ability 2023-01-17 17:15:23 -08:00
Services Made constant DATA_SESSION_KEY public 2023-02-06 12:40:32 -08:00