snipe-it/resources
Jethro Nederhof d8fdd1b408
Fix branding logo URL path
The current method adds an additional slash to the URL which results in the logo request producing a 404 error on for Storage drivers like S3 and GCS that don't automatically collapse additional forward slashes into single slashes.

E.g. with the current code my logo URL renders like `https://storage.googleapis.com/mybucketname/public//setting-logo-Al0aKMhmYz.svg` (note the double slash after "public") when instead it should render like `https://storage.googleapis.com/mybucketname/public/setting-logo-Al0aKMhmYz.svg`

For a local driver this should work fine since webservers handle the additional slashes case, but for key-based storage this 404s.

Thanks for your work on Snipe-It, seems like a good system so far!
2021-07-28 14:55:34 +10:00
..
assets Make non linked striped text the same for [ch16602] 2021-07-14 14:50:45 -07:00
lang Allow password reset from user profile 2021-05-26 15:32:23 -07:00
macros Add a way for a user to override the site skin setting + fix mislabeled comment. (#6891) 2021-03-29 19:09:23 -07:00
views Fix branding logo URL path 2021-07-28 14:55:34 +10:00